| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -369/+0 |
* | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | 2020-07-12 | 1 | -0/+369 |
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -369/+0 |
* | Remove now unnecessary explicit Unicode string literal prefixes | Harmon | 2020-02-25 | 1 | -24/+24 |
* | Replace assert_true with assertTrue | Harmon | 2020-02-16 | 1 | -6/+5 |
* | Replace assert_equal with assertEqual | Harmon | 2020-02-16 | 1 | -14/+13 |
* | Adding assertions to existing test case to cover this change | JJ Graham | 2019-10-22 | 1 | -1/+6 |
* | Removing f-strings to maintain 3.4 and 3.5 compatability | JJ Graham | 2019-10-21 | 1 | -4/+4 |
* | Added new test to cover the issue this fix addresses (#891) | JJ Graham | 2019-10-21 | 1 | -2/+48 |
* | Expanded new test for copied file | JJ Graham | 2019-10-19 | 1 | -1/+4 |
* | Fixed new test for copied files | JJ Graham | 2019-10-19 | 1 | -1/+0 |
* | Adding diff support for copied files, still working on test | JJ Graham | 2019-10-19 | 1 | -0/+21 |
* | Add change in type support | Aurélien Matouillot | 2018-05-19 | 1 | -0/+27 |
* | Get correcly rename change_type. | Aurélien Matouillot | 2018-05-19 | 1 | -0/+2 |
* | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -1/+1 |
* | src: import os.path as osp | Kostis Anagnostopoulos | 2016-10-16 | 1 | -13/+11 |
* | cygwin, #533: polish abs-paths in `git add` commands | Kostis Anagnostopoulos | 2016-10-16 | 1 | -1/+2 |
* | io, dif: #519: FIX DIFF freeze when reading from GIL | Kostis Anagnostopoulos | 2016-09-28 | 1 | -10/+10 |
* | test: Start using `ddt` library for TCs | Kostis Anagnostopoulos | 2016-09-28 | 1 | -12/+16 |
* | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+1 |
* | win, #519: proc.terminate() instead of kill(SIGTERM) | Kostis Anagnostopoulos | 2016-09-26 | 1 | -36/+39 |
* | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos | 2016-09-26 | 1 | -2/+6 |
* | fix(diff): use explicit change-type if possible | Sebastian Thiel | 2016-07-23 | 1 | -0/+9 |
* | Store raw path bytes in Diff instanceskeep-raw-bytes-on-diffs | Vincent Driessen | 2016-06-14 | 1 | -1/+5 |
* | Don't choke on (legitimately) invalidly encoded Unicode pathsfix-dont-choke-on-invalid-unicode-paths | Vincent Driessen | 2016-06-06 | 1 | -6/+7 |
* | Fix bug in diff parser outputfix-octal-escaped-path-parser-bug | Vincent Driessen | 2016-05-30 | 1 | -6/+7 |
* | Deprecate Diffable.rename for .renamed_file | Sebastian Thiel | 2016-05-19 | 1 | -0/+2 |
* | Python 3 compat fixes | Vincent Driessen | 2016-04-20 | 1 | -1/+1 |
* | Fix diff patch parser for paths with unsafe chars | Vincent Driessen | 2016-04-19 | 1 | -2/+27 |
* | Make test stricter | Vincent Driessen | 2016-04-19 | 1 | -1/+1 |
* | Make diff patch parsing more reliable | Vincent Driessen | 2016-04-19 | 1 | -2/+9 |
* | Fix test cases | Vincent Driessen | 2016-04-14 | 1 | -4/+5 |
* | Support "root" as a special value in .diff() calls | Vincent Driessen | 2016-04-14 | 1 | -1/+16 |
* | Add test and fixture for diff index from raw format | Jonathan Chu | 2016-03-16 | 1 | -0/+6 |
* | fix(diff): mode-assertions now deal with 0 | Sebastian Thiel | 2015-07-29 | 1 | -0/+32 |
* | Added advance usage examples to tutorial and made minor fixes. | Sebastian Thiel | 2015-01-21 | 1 | -2/+4 |
* | Now Diff.__str__ works correctly in all python versions. | Sebastian Thiel | 2015-01-09 | 1 | -2/+2 |
* | Fixed mode-handling in Diff creation, and added assertions to catch this in f... | Sebastian Thiel | 2015-01-09 | 1 | -1/+5 |
* | Added test to verify binary diffs are working as well. | Sebastian Thiel | 2015-01-09 | 1 | -0/+12 |
* | Added test to verify binary diffs are working as well. | Sebastian Thiel | 2015-01-09 | 1 | -0/+10 |
* | Added support for rename detection in raw mode (which is the default). | Sebastian Thiel | 2015-01-08 | 1 | -0/+9 |
* | Added assertion to better detect diff issues. | Sebastian Thiel | 2015-01-08 | 1 | -1/+1 |
* | Replaced ordered dict with standard version; used logging module | Sebastian Thiel | 2015-01-04 | 1 | -0/+1 |
* | Removed 'from X import *' whereever possible | Sebastian Thiel | 2015-01-04 | 1 | -3/+13 |
* | Bumped version, updated changelog, reduced code smell | Sebastian Thiel | 2015-01-04 | 1 | -1/+1 |
* | pep8 linting (trailing whitespace) | Antoine Musso | 2014-11-16 | 1 | -6/+6 |
* | pep8 linting (whitespace before/after) | Antoine Musso | 2014-11-16 | 1 | -5/+5 |
* | pep8 linting (blank lines expectations) | Antoine Musso | 2014-11-16 | 1 | -0/+1 |
* | pep8 linting (whitespaces) | Antoine Musso | 2014-11-16 | 1 | -13/+11 |
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p... | Sebastian Thiel | 2014-02-09 | 1 | -94/+94 |