aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_util.py
AgeCommit message (Expand)Author
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-14cygwin, #533: Allow '/cygdrive/c/' paths on repo initKostis Anagnostopoulos
2016-10-14cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-09-29FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos
2016-09-28Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-09-26test, #519: Popen() universal_newlin.es NoWindow in WinfoesKostis Anagnostopoulos
2016-09-26apveyor: simplify test.Kostis Anagnostopoulos
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-12-19Simplified parse_date implementationSebastian Thiel
2014-12-18BF: adjust mktime output for the local offset (Close #218)Yaroslav Halchenko
2014-11-19Applied autopep8Sebastian Thiel
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-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2011-06-08util: Added test for iterable list, and implemented __contains__ and __del__ ...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel