| Commit message (Expand) | Author | Age | Files | Lines |
* | io: Wrap (probably) allconfig_writers in `with` blocks | Kostis Anagnostopoulos | 2016-10-04 | 1 | -11/+9 |
* | hidden win-errs: Let leaking TCs run till end, then hide | Kostis Anagnostopoulos | 2016-10-04 | 1 | -2/+4 |
* | Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=True | Kostis Anagnostopoulos | 2016-10-03 | 1 | -1/+1 |
* | Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_show | Kostis Anagnostopoulos | 2016-10-03 | 1 | -0/+5 |
* | BF: log.info is a function, just pass msg, no .write! | Yaroslav Halchenko | 2016-10-02 | 1 | -2/+2 |
* | BF: @with_rw_directory must return decorated call | Yaroslav Halchenko | 2016-10-02 | 1 | -0/+2 |
* | RF: use @functools.wraps within decorators instead of manual __name__ reassig... | Yaroslav Halchenko | 2016-10-02 | 1 | -3/+6 |
* | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -4/+4 |
* | remote, #519: INCOMPLETE FIX-2 double-decoding push-infos | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+2 |
* | remote, #519: FIX1-of-2 double-decoding push-infos | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+6 |
* | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos | 2016-09-28 | 1 | -16/+37 |
* | src: constify is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-28 | 1 | -4/+4 |
* | Win, #519: FIX undead Git-daemon on Windows | Kostis Anagnostopoulos | 2016-09-28 | 1 | -6/+30 |
* | test, #519: Try appveyor advice for never-ending builds | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+1 |
* | src, #519: Improve daemon launch so Win does not stuck | Kostis Anagnostopoulos | 2016-09-27 | 1 | -31/+38 |
* | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-27 | 1 | -4/+4 |
* | win, #519: proc.terminate() instead of kill(SIGTERM) | Kostis Anagnostopoulos | 2016-09-26 | 1 | -3/+2 |
* | Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow kill | Kostis Anagnostopoulos | 2016-09-26 | 1 | -5/+7 |
* | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos | 2016-09-26 | 1 | -0/+2 |
* | test: make git-daemon port configurable via env | Benedikt Morbach | 2015-04-21 | 1 | -3/+7 |
* | test: Make git-daemon only listen on localhost | Benedikt Morbach | 2015-04-21 | 1 | -1/+1 |
* | fix(docs): be clear about exit code handling | Sebastian Thiel | 2015-04-08 | 1 | -3/+11 |
* | Minor Flake8 fixes. | Sebastian Thiel | 2015-02-09 | 1 | -4/+6 |
* | ENH: respect GIT_PYTHON_TEST_GIT_REPO_BASE env var in tests | Yaroslav Halchenko | 2015-02-07 | 1 | -1/+1 |
* | Overhauled all tutorials, and placed them in a unit-test. | Sebastian Thiel | 2015-01-22 | 1 | -0/+4 |
* | Removed os.path.realpath invocations as they are not necessary if paths are u... | Sebastian Thiel | 2015-01-12 | 1 | -2/+2 |
* | Repo paths are now converted to real paths, as well as all paths involved in ... | Sebastian Thiel | 2015-01-12 | 1 | -3/+7 |
* | Made improvements to assure test-cases don't leak file handles | Sebastian Thiel | 2015-01-07 | 1 | -0/+5 |
* | test_repo works | Sebastian Thiel | 2015-01-06 | 1 | -0/+1 |
* | test_remote works | Sebastian Thiel | 2015-01-06 | 1 | -4/+7 |
* | 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/+5 |
* | initial set of adjustments to make (most) imports work. | Sebastian Thiel | 2015-01-04 | 1 | -3/+3 |
* | Replaced ordered dict with standard version; used logging module | Sebastian Thiel | 2015-01-04 | 1 | -2/+2 |
* | Bumped version, updated changelog, reduced code smell | Sebastian Thiel | 2015-01-04 | 1 | -8/+9 |
* | Applied autopep8 | Sebastian Thiel | 2015-01-04 | 1 | -1/+1 |
* | Auto-skip performance tests more quietly on travis | Sebastian Thiel | 2015-01-03 | 1 | -0/+3 |
* | Auto-launching git daemon to make tests more independent | Sebastian Thiel | 2015-01-02 | 1 | -3/+22 |
* | Applied autopep8 | Sebastian Thiel | 2014-11-19 | 1 | -8/+11 |
* | pep8 linting (trailing whitespace) | Antoine Musso | 2014-11-16 | 1 | -17/+17 |
* | pep8 linting (whitespace before/after) | Antoine Musso | 2014-11-16 | 1 | -1/+1 |
* | pep8 linting (blank lines expectations) | Antoine Musso | 2014-11-16 | 1 | -0/+13 |
* | pep8 linting (whitespaces) | Antoine Musso | 2014-11-16 | 1 | -32/+32 |
* | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca... | Sebastian Thiel | 2014-11-15 | 1 | -1/+1 |
|\ |
|
| * | [#7021] Added serialization and test from upstream and fixed test issues | Cory Johns | 2014-03-03 | 1 | -1/+1 |
* | | Adjusted required versions of pre-requisites, now the majority of the tests work | Sebastian Thiel | 2014-02-10 | 1 | -1/+1 |
* | | tabs to 4 spaces - this won't make integrating the patches easier, but it's p... | Sebastian Thiel | 2014-02-09 | 1 | -206/+206 |
|/ |
|
* | Improved debug assertion to provide proper path on which to run a git daemon | Sebastian Thiel | 2011-06-07 | 1 | -2/+4 |
* | Fixed all testcases | Sebastian Thiel | 2010-11-25 | 1 | -1/+1 |
* | Moved everything into the git subdirectory - some tests still need to be adju... | Sebastian Thiel | 2010-11-25 | 1 | -0/+245 |