aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_git.py
AgeCommit message (Expand)Author
2017-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
2017-03-09Spelling fixesVille Skyttä
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-19Fix flake8 errorBenjamin Poldrack
2016-10-18Add a test for persistent git optionsBenjamin Poldrack
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-13remote, #525: pump fetch-infos instead of GIL-read stderrKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-09-28Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-28test, #519: Try appveyor advice for never-ending buildsKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-09-26Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow killKostis Anagnostopoulos
2016-09-26test, #519: Popen() universal_newlin.es NoWindow in WinfoesKostis Anagnostopoulos
2016-09-26test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp`Kostis Anagnostopoulos
2016-09-26apveyor, #519: FIX incomplete Popen pumpKostis Anagnostopoulos
2016-09-26win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos
2016-09-25test, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos
2016-06-13fix(cmd): allow any kind of status messageSebastian Thiel
2016-05-18Need spaces in Emacs style encoding commentSteven Colby
2016-04-19Support repeated kwargsVincent Driessen
2015-08-20fix(test): update to changes.Marcos Dione
2015-07-03fix(travis): get py2.6 to workSebastian Thiel
2015-07-03fix(cmd): work with py3Sebastian Thiel
2015-07-03fix(cmd): don't open stdout when fetchingSebastian Thiel
2015-07-03test(git): remove unnecessary fixtureSebastian Thiel
2015-07-03fix(cmd): line parsingSebastian Thiel
2015-06-26fix(git-test): assure test does works on linuxSebastian Thiel
2015-06-10fix(test_git): handle `select.poll()` missingSebastian Thiel
2015-04-08fix(test_cmd): handle GitCommandNotFound in testSebastian Thiel
2015-02-21Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel
2015-01-22Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel
2015-01-22Added test for `sshkey` context manager.Sebastian Thiel
2015-01-22Intermediate commit on my way to get this finalized.Sebastian Thiel
2015-01-21Add a few testsJonas Trappenberg
2015-01-06Improved windows test suite.Sebastian Thiel
2015-01-06Fixed test_git once againSebastian Thiel
2015-01-06fixed test_gitSebastian Thiel
2015-01-05test_git worksSebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-03This should help getting travis to work, finallySebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-17Copy environment for subprocess executionDarragh Bailey
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-11-15Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel