GitHub / zapier/diff_match_patch-python / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 5a925011 | Bumped version for 1.0.2.post1 internal release. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| 9b6d3aa1 | merge Merge pull request #2 from zapier/unittests |
Russell Keith-Magee <r****l@k****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| bd2a6a72 | Use Python's string convert function (backported for Py2/3.4) | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| 06beace1 | Added some unicode examples to match_main tests. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| c0314f3c | Hand-craft a version of codecvt_utf8 | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| ad43eceb | Corrected Wide->narrow string cast. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| ecf81d2e | Added Py3.4 to the travis config. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| 39df898f | Update equality assertion. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| c97e57dc | Corrected unicode rendering in test. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| 17fa1dbd | Corrected Py3 prototype declaration. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| 31215386 | Removed binary artefacts. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| 8c7bf5f7 | Updated travis config to use a different approach to installing. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| 448b7fa8 | Tweaked setup.py to trigger Travis build. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| 41330c0b | Added Travis build configuration. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| dbfb9c94 | Added match_main interface. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| d78b65ac | Added formal unit tests. | Russell Keith-Magee <r****l@k****m> | almost 9 years ago | |
| dfd27204 | Added binary and packaging artefacts to gitignore file. | Russell Keith-Magee <r****l@k****m> | almost 9 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 |