| Commit message (Expand) | Author | Age | Files | Lines |
* | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -8/+6 |
* | Proc, #519: Rework error-exc msgs & log thread-pumps errors | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+4 |
* | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos | 2016-09-28 | 1 | -6/+3 |
* | src: constify is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-28 | 1 | -18/+19 |
* | test, #519: Try appveyor advice for never-ending builds | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+0 |
* | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-27 | 1 | -2/+2 |
* | Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow kill | Kostis Anagnostopoulos | 2016-09-26 | 1 | -2/+3 |
* | test, #519: Popen() universal_newlin.es NoWindow in Winfoes | Kostis Anagnostopoulos | 2016-09-26 | 1 | -0/+2 |
* | test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp` | Kostis Anagnostopoulos | 2016-09-26 | 1 | -1/+0 |
* | apveyor, #519: FIX incomplete Popen pump | Kostis Anagnostopoulos | 2016-09-26 | 1 | -3/+5 |
* | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos | 2016-09-26 | 1 | -0/+4 |
* | test, deps: FIX `mock` deps on py3. | Kostis Anagnostopoulos | 2016-09-25 | 1 | -1/+5 |
* | fix(cmd): allow any kind of status message | Sebastian Thiel | 2016-06-13 | 1 | -1/+0 |
* | Need spaces in Emacs style encoding comment | Steven Colby | 2016-05-18 | 1 | -1/+1 |
* | Support repeated kwargs | Vincent Driessen | 2016-04-19 | 1 | -0/+4 |
* | fix(test): update to changes. | Marcos Dione | 2015-08-20 | 1 | -1/+1 |
* | fix(travis): get py2.6 to work | Sebastian Thiel | 2015-07-03 | 1 | -1/+1 |
* | fix(cmd): work with py3 | Sebastian Thiel | 2015-07-03 | 1 | -2/+6 |
* | fix(cmd): don't open stdout when fetching | Sebastian Thiel | 2015-07-03 | 1 | -11/+21 |
* | test(git): remove unnecessary fixture | Sebastian Thiel | 2015-07-03 | 1 | -14/+12 |
* | fix(cmd): line parsing | Sebastian Thiel | 2015-07-03 | 1 | -0/+17 |
* | fix(git-test): assure test does works on linux | Sebastian Thiel | 2015-06-26 | 1 | -1/+2 |
* | fix(test_git): handle `select.poll()` missing | Sebastian Thiel | 2015-06-10 | 1 | -6/+10 |
* | fix(test_cmd): handle GitCommandNotFound in test | Sebastian Thiel | 2015-04-08 | 1 | -5/+2 |
* | Added 'insert_kwargs_after' flag for consumption by _call_process. | Sebastian Thiel | 2015-02-21 | 1 | -0/+4 |
* | Removed Git.sshkey() as it couldn't be distributed properly.0.3.6 | Sebastian Thiel | 2015-01-22 | 1 | -15/+9 |
* | Added test for `sshkey` context manager. | Sebastian Thiel | 2015-01-22 | 1 | -4/+19 |
* | Intermediate commit on my way to get this finalized. | Sebastian Thiel | 2015-01-22 | 1 | -12/+28 |
* | Add a few tests | Jonas Trappenberg | 2015-01-21 | 1 | -0/+20 |
* | Improved windows test suite. | Sebastian Thiel | 2015-01-06 | 1 | -1/+6 |
* | Fixed test_git once again | Sebastian Thiel | 2015-01-06 | 1 | -2/+12 |
* | fixed test_git | Sebastian Thiel | 2015-01-06 | 1 | -2/+2 |
* | test_git works | Sebastian Thiel | 2015-01-05 | 1 | -7/+8 |
* | Replaced ordered dict with standard version; used logging module | Sebastian Thiel | 2015-01-04 | 1 | -1/+3 |
* | This should help getting travis to work, finally | Sebastian Thiel | 2015-01-03 | 1 | -1/+1 |
* | Applied autopep8 | Sebastian Thiel | 2014-11-19 | 1 | -10/+11 |
* | Copy environment for subprocess execution | Darragh Bailey | 2014-11-17 | 1 | -0/+6 |
* | pep8 linting (trailing whitespace) | Antoine Musso | 2014-11-16 | 1 | -1/+1 |
* | pep8 linting (whitespace before/after) | Antoine Musso | 2014-11-16 | 1 | -7/+7 |
* | pep8 linting (blank lines expectations) | Antoine Musso | 2014-11-16 | 1 | -2/+1 |
* | pep8 linting (whitespaces) | Antoine Musso | 2014-11-16 | 1 | -3/+3 |
* | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca... | Sebastian Thiel | 2014-11-15 | 1 | -2/+2 |
|\ |
|
* | | Updated README to better represent current state | Sebastian Thiel | 2014-11-14 | 1 | -7/+6 |
* | | Basic test for __unpack_args to verify unicode handling works | Craig Northway | 2014-11-12 | 1 | -11/+20 |
* | | add git command options | Eric Brunson | 2014-04-25 | 1 | -0/+2 |
* | | add git command options | Eric Brunson | 2014-04-25 | 1 | -0/+12 |
* | | Minor modifications to get tests back to work. | Sebastian Thiel | 2014-02-10 | 1 | -9/+8 |
* | | 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 | -90/+90 |
|/ |
|
* | Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs | Sebastian Thiel | 2011-07-05 | 1 | -0/+10 |