GitHub / JoshData/fast_diff_match_patch / commits
Python package for Google's diff-match-patch native C++ implementation.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 2910eeed | Version 2.1.0 | Joshua Tauberer <j****t@o****o> | over 2 years ago | |
| 516263f0 | Update classifiers: Remove Py 2 and 3.5 and add 3.11, 3.12 | Joshua Tauberer <j****t@o****o> | over 2 years ago | |
| 32d2c925 | Add a test with some longer real-world text | Joshua Tauberer <j****t@o****o> | over 2 years ago | |
| 051e1792 | Rename the undocumented "match_main" to just "match" to match the "diff" meth... | Joshua Tauberer <j****t@o****o> | over 2 years ago | |
| 7b76ad83 | Upgrade build runner to macos-12 since the previous OS was not working on Git... | Joshua Tauberer <j****t@o****o> | over 2 years ago | |
| d8c7ab38 | Simplify tests | Joshua Tauberer <j****t@o****o> | over 2 years ago | |
| a960b886 | Use u32string as the character type for string diffs to fix limitation on Win... | Joshua Tauberer <j****t@o****o> | over 2 years ago | |
| 191a404e | Add setuptools to the build | Joshua Tauberer <j****t@o****o> | over 2 years ago | |
| ff389b07 | Add some more tests | Joshua Tauberer <j****t@o****o> | over 2 years ago | |
| 7851d3e1 | Drop support for Python 2 and Python 3 before 3.5 | Joshua Tauberer <j****t@o****o> | over 2 years ago | |
| 5fd15581 | Update upstream diff-match-patch-cpp-stl to fix signed char type crash for by... | Joshua Tauberer <j****t@o****o> | over 2 years ago | |
| fa6f97b4 | Tweak release instructions | Joshua Tauberer <j****t@o****o> | almost 3 years ago | |
| 5a40ecf9 | Update cibuildwheel to latest to get Python 3.12 RC wheels | Joshua Tauberer <j****t@o****o> | almost 3 years ago | |
| b6979438 | merge Add additional platform targets and a source distribution to the build (#22) |
Joshua Tauberer <j****t@o****o>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 6511bf01 | Include source distribution along with wheels | Pratyush Mittal <p****l@g****m> | about 4 years ago | |
| a73b25f3 | Try faster builds by using only selected emulators | Pratyush Mittal <p****l@g****m> | about 4 years ago | |
| 5eb31c85 | Use emulation to build non-native architechture builds on Linux | Pratyush Mittal <p****l@g****m> | about 4 years ago | |
| 8d6c54d5 | Added wheels for aarch64 and Apple silicon chips | Pratyush Mittal <p****l@g****m> | about 4 years ago | |
| 7fb2faa8 | 2.0.1 changelog | Joshua Tauberer <j****t@o****o> | about 4 years ago | |
| 60dcd1de | Update the 2.0.0 release notes (#18) |
Mike Lissner <m****e@f****w>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| dd26f204 | Minor README/metadata fixes | Joshua Tauberer <j****t@o****o> | about 4 years ago | |
| 453f450d | 2.0.1 | Joshua Tauberer <j****t@o****o> | about 4 years ago | |
| 5f7b0143 | Fix broken as_patch argument | Joshua Tauberer <j****t@o****o> | over 4 years ago | |
| 07f19e6b | Make bytes comparisons null-character safe by using Py_buffers | Joshua Tauberer <j****t@o****o> | over 4 years ago | |
| 9b5faf67 | Fix round-tripping bytes | Joshua Tauberer <j****t@o****o> | over 4 years ago | |
| dd2f5b67 | Replace template specialization with just classes | Joshua Tauberer <j****t@o****o> | over 4 years ago | |
| 9dc07536 | Add a test that strings are null-character safe | Joshua Tauberer <j****t@o****o> | over 4 years ago | |
| 0269e5ad | Since the package contains the Apache-licensed algorithm, update this package... | Joshua Tauberer <j****t@o****o> | over 4 years ago | |
| 88edb3f3 | 2.0.0-1 release | Joshua Tauberer <j****t@o****o> | over 4 years ago | |
| 06a9f4eb | Fix tests on Windows by checking if high Unicode code points can be represent... | Joshua Tauberer <j****t@o****o> | over 4 years ago | |
| f2799f9a | Setup GitHub Actions to build manylinux packages | Joshua Tauberer <j****t@o****o> | over 4 years ago | |
| 90c49de6 | Update README, description | Joshua Tauberer <j****t@o****o> | over 4 years ago | |
| cfe1c923 | Document other diff arguments | Joshua Tauberer <j****t@o****o> | almost 5 years ago | |
| 7671822f | merge Merge branch 'efficiency' of https://github.com/codeofdusk/diff_match_patch-p... | Joshua Tauberer <j****t@o****o> | almost 5 years ago | |
| e587fa6a | Update Python 3 Unicode handling to remove build warnings | Joshua Tauberer <j****t@o****o> | almost 5 years ago | |
| 5cb81a4d | merge Merge branch 'rename-import' of https://github.com/jcushman/diff_match_patch-... | Joshua Tauberer <j****t@o****o> | almost 5 years ago | |
| b21c18c4 | Add some precompiled binaries | Joshua Tauberer <j****t@o****o> | almost 5 years ago | |
| ff26b4e7 | Update README, convert to Markdown | Joshua Tauberer <j****t@o****o> | almost 5 years ago | |
| 9c30d9fc | Release the GIL while performing the diff so that it can be easily used in a ... | Joshua Tauberer <j****t@o****o> | almost 5 years ago | |
| 275be81d | Simplify the call interface by merging diff_bytes, diff_str, diff_unicode int... | Joshua Tauberer <j****t@o****o> | almost 5 years ago | |
| 18eb779c | Update to latest diff-match-patch-cpp-stl (but there are no substantive changes) | Joshua Tauberer <j****t@o****o> | almost 5 years ago | |
| 36183068 | Rename import from diff_match_patch to fast_diff_match_patch | Jack Cushman <j****n@l****u> | over 5 years ago | |
| 281030e0 | Disable by default. | Bill Dengler <c****k@g****m> | over 5 years ago | |
| f5f12db7 | Add support for cleanup_efficiency. | Bill Dengler <c****k@g****m> | over 5 years ago | |
| dd3248c5 | merge Merge pull request #8 from zapier/match_main |
Joshua Tauberer <j****t@o****o>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 0ca3d092 | Removed binary artefacts from repo. | Russell Keith-Magee <r****l@k****m> | over 8 years ago | |
| fc7926cf | Remove the implementation of Py_EncodeLocale for Py2.7 and 3.4. | Russell Keith-Magee <r****l@k****m> | over 8 years ago | |
| 11eace8b | Removed accidental duplicate method. | Russell Keith-Magee <r****l@k****m> | over 8 years ago | |
| fe8ea78a | merge Merge remote-tracking branch 'upstream/master' into match_main | Russell Keith-Magee <r****l@k****m> | over 8 years ago | |
| 4bcdc852 | merge Merge pull request #7 from zapier/unittests |
Joshua Tauberer <j****t@o****o>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 80a69d97 | Added a Travis configuration. | Russell Keith-Magee <r****l@k****m> | over 8 years ago | |
| 6521dc45 | Move tests to a formal test suite. | Russell Keith-Magee <r****l@k****m> | over 8 years ago | |
| 3d123e8f | Updated distutils packaging metadata. | Russell Keith-Magee <r****l@k****m> | over 8 years ago | |
| e6021a97 | Added binary and build artefacts to gitignore list. | Russell Keith-Magee <r****l@k****m> | over 8 years ago | |
| 27f61473 | Added tests for match_main interface. | Russell Keith-Magee <r****l@k****m> | over 8 years ago | |
| c09511ff | Added interface to match_main. | Russell Keith-Magee <r****l@k****m> | over 8 years ago | |
| 9c9d3028 | bump version | Joshua Tauberer <j****t@o****o> | over 10 years ago | |
| 9dbb881d | update binaries | Joshua Tauberer <j****t@o****o> | over 10 years ago | |
| 043c728e | merge Merge pull request #3 from hundt/master | Joshua Tauberer <j****t@o****o> | over 10 years ago | |
| f5c8f7fe | Test counts_only mode and add a test with a surrogate pair | Chris Hundt <c****s@j****m> | over 10 years ago | |
| 4666edcf | More fixes for narrow Python builds | Chris Hundt <c****s@j****m> | over 10 years ago | |
| fba31f20 | fix incorrect C type used in Py 2.7 'narrow' builds, fixes #1 | Joshua Tauberer <j****t@o****o> | over 10 years ago | |
| 52d12839 | bump to latest upstream diff-match-patch-cpp-stl | Joshua Tauberer <j****t@o****o> | over 10 years ago | |
| 1b36d738 | tweaks to readme | Joshua Tauberer <j****t@o****o> | over 10 years ago | |
| 3baeefcf | simplify template arguments by using a template traits struct | Joshua Tauberer <j****t@o****o> | over 10 years ago | |
| 21629395 | remove unused template parameter | Joshua Tauberer <j****t@o****o> | over 10 years ago | |
| 4fbfe58b | merge Merge pull request #2 from timonwong/gcc44 | Joshua Tauberer <j****t@o****o> | over 11 years ago | |
| e19932e0 | Fix compatibility with gcc 4.4 | Timon Wong <t****g@g****m> | over 11 years ago | |
| 8bd317fc | bump to version 1.0.1 | Joshua Tauberer <j****t@o****o> | about 12 years ago | |
| 8da99d50 | add a new kwarg to return the diff as a big string primarily for debugging pu... | Joshua Tauberer <j****t@o****o> | about 12 years ago | |
| b68ff275 | add a kwarg to perform diff_cleanupSemantic( | Joshua Tauberer <j****t@o****o> | about 12 years ago | |
| 92d9e8c6 | remove `MANIFEST` which is a generated file | Joshua Tauberer <j****t@o****o> | about 12 years ago | |
| 40ba066f | add .gitignore | Joshua Tauberer <j****t@o****o> | about 12 years ago | |
| fa4f659f | prepare for pypi | Joshua Tauberer <j****t@o****o> | about 12 years ago | |
| c9070116 | adding pre-built .so file for x86_64 with Python 3.4 | Joshua Tauberer <j****t@o****o> | about 12 years ago | |
| 125c0be5 | and add a diff_bytes function for Python 3 | Joshua Tauberer <j****t@o****o> | about 12 years ago | |
| 5641166a | update for Python 3 | Joshua Tauberer <j****t@o****o> | about 12 years ago | |
| 5452a0b2 | normalize tabs/spaces | Joshua Tauberer <j****t@o****o> | almost 13 years ago | |
| 152b82d5 | correct what appears to be two long-standing memory leaks; thanks to EP | Joshua Tauberer <j****t@o****o> | almost 13 years ago | |
| 12ad8e23 | fix markdown again | Joshua Tauberer <j****t@o****o> | almost 13 years ago | |
| a18a87a8 | fix markdown | Joshua Tauberer <j****t@o****o> | almost 13 years ago | |
| cb593b33 | rewrite using @leutloff's rewrite of DMP at https://github.com/leutloff/diff-... | Joshua Tauberer <j****t@o****o> | almost 13 years ago | |
| c7e66888 | is README markdown? | Joshua Tauberer <j****t@o****o> | almost 13 years ago | |
| 6e392294 | add a new option to return not character counts for each diff op but the text... | Joshua Tauberer <j****t@o****o> | over 13 years ago | |
| 0eeaacd6 | some cleanup | Joshua Tauberer <j****t@o****o> | over 13 years ago | |
| 14a18540 | update to latest upstream dpm source from Google repo | GovTrack.us <o****s@g****s> | about 14 years ago | |
| 8b1d26bb | add 'checklines' kw arg | Josh Tauberer <j****h@p****m> | almost 15 years ago | |
| 600b154d | update the x86_64 build | Joshua Tauberer <j****t@o****o> | about 15 years ago | |
| dd0d8156 | add a timelimit keyword argument | Joshua Tauberer <j****t@o****o> | about 15 years ago | |
| 0ec38e34 | binaries, instructions, dependencies | Joshua Tauberer <j****t@o****o> | about 15 years ago | |
| 27a74fb9 | initial commit | Joshua Tauberer <j****t@o****o> | about 15 years ago |