| Age | Commit message (Expand) | Author |
| 2017-04-09 | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä |
| 2017-03-09 | Spelling fixes | Ville Skyttä |
| 2016-12-08 | fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirs | Kostis Anagnostopoulos |
| 2016-10-24 | Fixes to support Python 2.6 again. | Andreas Maier |
| 2016-10-22 | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel |
| 2016-10-20 | Fix some typos | Santiago Castro |
| 2016-10-17 | tc-helper: fix minor contexlib abuse | Kostis Anagnostopoulos |
| 2016-10-17 | helper: minor fix prefix of temp-dirs | Kostis Anagnostopoulos |
| 2016-10-14 | cygwin, #533: FIX daemon launching | Kostis Anagnostopoulos |
| 2016-10-14 | cygwin, #533: Try to make it work with Cygwin's Git. | Kostis Anagnostopoulos |
| 2016-10-14 | remote, #525: FIX BUG push-cmd misses error messages | Kostis Anagnostopoulos |
| 2016-10-12 | config, #525: polish more config-urls | Kostis Anagnostopoulos |
| 2016-10-12 | daemon, #525: simplify exception handling | Kostis Anagnostopoulos |
| 2016-10-12 | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos |
| 2016-10-11 | FIX #526: Do not depend on test-sources | Kostis Anagnostopoulos |
| 2016-10-04 | io: Wrap (probably) allconfig_writers in `with` blocks | Kostis Anagnostopoulos |
| 2016-10-04 | src: No PyDev warnings | Kostis Anagnostopoulos |
| 2016-10-04 | hidden win-errs: Let leaking TCs run till end, then hide | Kostis Anagnostopoulos |
| 2016-10-03 | Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=True | Kostis Anagnostopoulos |
| 2016-10-03 | Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_show | Kostis Anagnostopoulos |
| 2016-10-02 | BF: log.info is a function, just pass msg, no .write! | Yaroslav Halchenko |
| 2016-10-02 | BF: @with_rw_directory must return decorated call | Yaroslav Halchenko |
| 2016-10-02 | RF: use @functools.wraps within decorators instead of manual __name__ reassig... | Yaroslav Halchenko |
| 2016-10-01 | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos |
| 2016-09-28 | remote, #519: INCOMPLETE FIX-2 double-decoding push-infos | Kostis Anagnostopoulos |
| 2016-09-28 | remote, #519: FIX1-of-2 double-decoding push-infos | Kostis Anagnostopoulos |
| 2016-09-28 | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos |
| 2016-09-28 | src: constify is_<platform>() calls | Kostis Anagnostopoulos |
| 2016-09-28 | Win, #519: FIX undead Git-daemon on Windows | Kostis Anagnostopoulos |
| 2016-09-28 | test, #519: Try appveyor advice for never-ending builds | Kostis Anagnostopoulos |
| 2016-09-27 | src, #519: Improve daemon launch so Win does not stuck | Kostis Anagnostopoulos |
| 2016-09-27 | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos |
| 2016-09-26 | win, #519: proc.terminate() instead of kill(SIGTERM) | Kostis Anagnostopoulos |
| 2016-09-26 | Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow kill | Kostis Anagnostopoulos |
| 2016-09-26 | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos |
| 2016-09-25 | test, deps: FIX `mock` deps on py3. | Kostis Anagnostopoulos |
| 2015-04-21 | test: make git-daemon port configurable via env | Benedikt Morbach |
| 2015-04-21 | test: Make git-daemon only listen on localhost | Benedikt Morbach |
| 2015-04-08 | fix(docs): be clear about exit code handling | Sebastian Thiel |
| 2015-02-09 | Minor Flake8 fixes. | Sebastian Thiel |
| 2015-02-07 | ENH: respect GIT_PYTHON_TEST_GIT_REPO_BASE env var in tests | Yaroslav Halchenko |
| 2015-01-22 | Overhauled all tutorials, and placed them in a unit-test. | Sebastian Thiel |
| 2015-01-12 | Removed os.path.realpath invocations as they are not necessary if paths are u... | Sebastian Thiel |
| 2015-01-12 | Repo paths are now converted to real paths, as well as all paths involved in ... | Sebastian Thiel |
| 2015-01-07 | Made improvements to assure test-cases don't leak file handles | Sebastian Thiel |
| 2015-01-06 | test_repo works | Sebastian Thiel |
| 2015-01-06 | test_remote works | Sebastian Thiel |
| 2015-01-05 | Fixed io types to make tests work on PY2 once again. | Sebastian Thiel |
| 2015-01-04 | Dum brute force conversion of all types. | Sebastian Thiel |
| 2015-01-04 | initial set of adjustments to make (most) imports work. | Sebastian Thiel |