aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_diff.py
AgeCommit message (Expand)Author
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-16cygwin, #533: polish abs-paths in `git add` commandsKostis Anagnostopoulos
2016-09-28io, dif: #519: FIX DIFF freeze when reading from GILKostis Anagnostopoulos
2016-09-28test: Start using `ddt` library for TCsKostis Anagnostopoulos
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-09-26win, #519: proc.terminate() instead of kill(SIGTERM)Kostis Anagnostopoulos
2016-09-26win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos
2016-07-23fix(diff): use explicit change-type if possibleSebastian Thiel
2016-06-14Store raw path bytes in Diff instancesVincent Driessen
2016-06-06Don't choke on (legitimately) invalidly encoded Unicode pathsVincent Driessen
2016-05-30Fix bug in diff parser outputVincent Driessen
2016-05-19Deprecate Diffable.rename for .renamed_fileSebastian Thiel
2016-04-20Python 3 compat fixesVincent Driessen
2016-04-19Fix diff patch parser for paths with unsafe charsVincent Driessen
2016-04-19Make test stricterVincent Driessen
2016-04-19Make diff patch parsing more reliableVincent Driessen
2016-04-14Fix test casesVincent Driessen
2016-04-14Support "root" as a special value in .diff() callsVincent Driessen
2016-03-16Add test and fixture for diff index from raw formatJonathan Chu
2015-07-29fix(diff): mode-assertions now deal with 0Sebastian Thiel
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
2015-01-09Now Diff.__str__ works correctly in all python versions.Sebastian Thiel
2015-01-09Fixed mode-handling in Diff creation, and added assertions to catch this in f...Sebastian Thiel
2015-01-09Added test to verify binary diffs are working as well.Sebastian Thiel
2015-01-09Added test to verify binary diffs are working as well.Sebastian Thiel
2015-01-08Added support for rename detection in raw mode (which is the default).Sebastian Thiel
2015-01-08Added assertion to better detect diff issues.Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel