| Age | Commit message (Expand) | Author |
| 2016-09-30 | ci: Capture logging for Popen() execute statements. | Kostis Anagnostopoulos |
| 2016-09-28 | ABANDON select/poll | Kostis Anagnostopoulos |
| 2016-09-28 | remote, #519: INCOMPLETE FIX-2 double-decoding push-infos | Kostis Anagnostopoulos |
| 2016-09-28 | Proc, #519: Rework error-exc msgs & log thread-pumps errors | Kostis Anagnostopoulos |
| 2016-09-28 | io, dif: #519: FIX DIFF freeze when reading from GIL | 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: Remove `git.cmd` failback - no longer exists. | Kostis Anagnostopoulos |
| 2016-09-28 | test, #519: Try appveyor advice for never-ending builds | Kostis Anagnostopoulos |
| 2016-09-27 | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos |
| 2016-09-26 | Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow kill | Kostis Anagnostopoulos |
| 2016-09-26 | test, #519: Popen() pump: remove WaitGroup | Kostis Anagnostopoulos |
| 2016-09-26 | apveyor, #519: FIX incomplete Popen pump | Kostis Anagnostopoulos |
| 2016-09-25 | test, deps: FIX `mock` deps on py3. | Kostis Anagnostopoulos |
| 2016-09-11 | fix(repo): make it serializable with pickle | Sebastian Thiel |
| 2016-08-02 | refactor(cmd): streamline usage of creationflags | Sebastian Thiel |
| 2016-08-01 | creationflags must be set to 0 on non-windows platforms | Barry Scott |
| 2016-08-01 | Must pass creationflags as a keywork | Barry Scott |
| 2016-07-29 | Prevent CMD windows being shown when starting git in a subprocess. | Barry Scott |
| 2016-06-15 | Fix issue #470 | Barry Warsaw |
| 2016-06-14 | fix(flake): misc whitespace fixes | Sebastian Thiel |
| 2016-06-13 | fix(misc): various cleanup | Sebastian Thiel |
| 2016-06-06 | Can get a str object from stream.read rather then bytes. | Barry Scott |
| 2016-06-06 | log all the output from stdout and stderr for debugging process failures | Barry Scott |
| 2016-06-06 | Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-... | Barry Scott |
| 2016-06-01 | Make sure os is not even partly destroyed | David Danier |
| 2016-05-30 | Make sure that stderr is converted to bytes | Barry Scott |
| 2016-05-29 | Return all the stderr messge after an error is detected for pull() | Barry Scott |
| 2016-05-26 | Use proper syntax for conditional expression | Aleksander Nitecki |
| 2016-05-26 | fix(remote): use universal_newlines for fetch/push | Sebastian Thiel |
| 2016-05-26 | import OrderedDict from git.odict rather than directly from collections, to p... | Kenneth Hoste |
| 2016-05-24 | fix(cmd): fix with_stdout implementation | Sebastian Thiel |
| 2016-05-24 | fix(cmd): don't catch progress handler exceptions | Sebastian Thiel |
| 2016-05-12 | Fix order of operators before executing the git command | Guyzmo |
| 2016-04-19 | Support repeated kwargs | Vincent Driessen |
| 2016-04-06 | Make sure .read() and friends always return bytes | Vincent Driessen |
| 2016-02-24 | fix(cmd): Use buffered reads | Colin Snover |
| 2016-02-14 | fix(cmd): allow improved errors during clone operation | Sebastian Thiel |
| 2016-02-13 | fix(cmd): focus ! | Sebastian Thiel |
| 2016-02-13 | fix(cmd): safely read from stderr | Sebastian Thiel |
| 2016-02-07 | fix(cmd): prevent deadlock on clone/fetch/pull | Sebastian Thiel |
| 2015-12-21 | Fixed a non-Windows import | Ashley Whetter |
| 2015-10-16 | Merge pull request #354 from dpursehouse/execute-timeout | Sebastian Thiel |
| 2015-10-15 | fix(cmd): remove unused import | Sebastian Thiel |
| 2015-10-15 | doc(cmd): make sure people know wait() may block | Sebastian Thiel |
| 2015-10-15 | Revert "fix(cmd): fixed deadlock when stderr buffer overflow"revert-357-autointerrupt_deadlock_fix | Sebastian Thiel |
| 2015-10-15 | fix(cmd): fixed deadlock when stderr buffer overflow | Ivan Ryabchenko |
| 2015-10-13 | Run os.kill for all child pids even after some of them are down | Oswin Nathanial |
| 2015-10-13 | Update docstring for 'kill_after_timeout' parameter | Oswin Nathanial |
| 2015-10-13 | Rename execute param 'timeout' to 'kill_after_timeout' | Oswin Nathanial |