index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
test
/
test_util.py
Age
Commit message (
Expand
)
Author
2016-10-24
Fixes to support Python 2.6 again.
Andreas Maier
2016-10-14
cygwin, #533: Allow '/cygdrive/c/' paths on repo init
Kostis Anagnostopoulos
2016-10-14
cygwin, #533: Try to make it work with Cygwin's Git.
Kostis Anagnostopoulos
2016-10-04
src: No PyDev warnings
Kostis Anagnostopoulos
2016-09-29
FIX hook TC on PY3+Win & indeterministic lock timing.
Kostis Anagnostopoulos
2016-09-28
Proc, #519: Rework error-exc msgs & log thread-pumps errors
Kostis Anagnostopoulos
2016-09-28
src: constify is_<platform>() calls
Kostis Anagnostopoulos
2016-09-27
src, #519: collect all is_<platform>() calls
Kostis Anagnostopoulos
2016-09-26
test, #519: Popen() universal_newlin.es NoWindow in Winfoes
Kostis Anagnostopoulos
2016-09-26
apveyor: simplify test.
Kostis Anagnostopoulos
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
Removed 'from X import *' whereever possible
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2014-12-19
Simplified parse_date implementation
Sebastian Thiel
2014-12-18
BF: adjust mktime output for the local offset (Close #218)
Yaroslav Halchenko
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2011-06-08
util: Added test for iterable list, and implemented __contains__ and __del__ ...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel