| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | 2020-07-12 | 5 | -0/+425 |
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 5 | -425/+0 |
* | Replace assert_equal with assertEqual | Harmon | 2020-02-16 | 1 | -3/+3 |
* | Remove and replace compat.xrange | Harmon | 2020-02-08 | 1 | -2/+1 |
* | Update test_streams.py | Pratik Anurag | 2019-10-15 | 1 | -2/+2 |
* | renamed unused variables | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
* | renamed ununsed variables | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
* | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 2 | -3/+3 |
* | fix(win_mmap): unmark hidden win_errors due to smmap unicode foes | Kostis Anagnostopoulos | 2016-10-22 | 1 | -6/+0 |
* | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel | 2016-10-22 | 2 | -19/+21 |
|\ |
|
| * | Merge with #532, fix unicode filenames with escapesurogates | Kostis Anagnostopoulos | 2016-10-16 | 1 | -1/+1 |
| |\ |
|
| * | | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -1/+1 |
| * | | src: import os.path as osp | Kostis Anagnostopoulos | 2016-10-16 | 2 | -19/+22 |
* | | | Fix some typos | Santiago Castro | 2016-10-20 | 1 | -1/+1 |
| |/
|/| |
|
* | | fix(unicode): use surrogateescape in bytes.decode | Sebastian Thiel | 2016-10-16 | 1 | -1/+1 |
|/ |
|
* | imp(performance): execute performance tests on travis | Sebastian Thiel | 2016-10-11 | 1 | -3/+0 |
* | FIX #526: Do not depend on test-sources | Kostis Anagnostopoulos | 2016-10-11 | 1 | -1/+1 |
* | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -2/+2 |
* | hidden win-errs: Let leaking TCs run till end, then hide | Kostis Anagnostopoulos | 2016-10-04 | 1 | -2/+2 |
* | Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_show | Kostis Anagnostopoulos | 2016-10-03 | 2 | -1/+4 |
* | TC, #519: DISABLE failing tests | Kostis Anagnostopoulos | 2016-10-01 | 1 | -1/+6 |
* | FIX hook TC on PY3+Win & indeterministic lock timing. | Kostis Anagnostopoulos | 2016-09-29 | 1 | -0/+3 |
* | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+2 |
* | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos | 2016-09-26 | 1 | -0/+4 |
* | fix(commit): serialization timezone handling | Sebastian Thiel | 2015-08-17 | 1 | -1/+1 |
* | Added search_parent_directories keyword argument to Repo type. | Sebastian Thiel | 2015-01-10 | 1 | -2/+2 |
* | Made improvements to assure test-cases don't leak file handles | Sebastian Thiel | 2015-01-07 | 1 | -0/+11 |
* | Once again, make flake8 happy | Sebastian Thiel | 2015-01-07 | 1 | -1/+1 |
* | This should fix flake8 on py3 | Sebastian Thiel | 2015-01-07 | 1 | -1/+1 |
* | Make flake8 happy | Sebastian Thiel | 2015-01-06 | 1 | -1/+0 |
* | test_streams works | Sebastian Thiel | 2015-01-06 | 1 | -1/+1 |
* | Fixed io types to make tests work on PY2 once again.py3 | Sebastian Thiel | 2015-01-05 | 1 | -2/+2 |
* | Dum brute force conversion of all types. | Sebastian Thiel | 2015-01-04 | 1 | -3/+6 |
* | initial set of adjustments to make (most) imports work. | Sebastian Thiel | 2015-01-04 | 1 | -1/+1 |
* | Removed unnecessary (non-gitpython) tests and fixed flake80.3.3 | Sebastian Thiel | 2015-01-04 | 1 | -190/+0 |
* | Replaced ordered dict with standard version; used logging module | Sebastian Thiel | 2015-01-04 | 4 | -49/+60 |
* | Removed 'from X import *' whereever possible | Sebastian Thiel | 2015-01-04 | 5 | -13/+18 |
* | Bumped version, updated changelog, reduced code smell | Sebastian Thiel | 2015-01-04 | 3 | -11/+17 |
* | Applied autopep8 | Sebastian Thiel | 2015-01-04 | 2 | -2/+3 |
* | Auto-skip performance tests more quietly on travis | Sebastian Thiel | 2015-01-03 | 5 | -25/+11 |
* | Fixed all remaining non-performance tests | Sebastian Thiel | 2015-01-03 | 6 | -30/+40 |
* | Applied autopep8 | Sebastian Thiel | 2014-11-19 | 5 | -31/+52 |
* | pep8 linting (trailing whitespace) | Antoine Musso | 2014-11-16 | 4 | -16/+16 |
* | pep8 linting (whitespace before/after) | Antoine Musso | 2014-11-16 | 4 | -17/+17 |
* | pep8 linting (blank lines expectations) | Antoine Musso | 2014-11-16 | 4 | -4/+7 |
* | pep8 linting (whitespaces) | Antoine Musso | 2014-11-16 | 5 | -70/+70 |
* | Minor modifications to get tests back to work. | Sebastian Thiel | 2014-02-10 | 1 | -2/+2 |
* | Adjusted required versions of pre-requisites, now the majority of the tests work | Sebastian Thiel | 2014-02-10 | 1 | -2/+2 |
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p... | Sebastian Thiel | 2014-02-09 | 5 | -465/+465 |
* | Moved everything into the git subdirectory - some tests still need to be adju... | Sebastian Thiel | 2010-11-25 | 5 | -0/+552 |