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_tree.py
Age
Commit message (
Expand
)
Author
2017-04-09
Python 3.6 invalid escape sequence deprecation fixes
Ville Skyttä
2016-10-24
Fixes to support Python 2.6 again.
Andreas Maier
2016-10-16
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-11
FIX #526: Do not depend on test-sources
Kostis Anagnostopoulos
2016-10-04
hidden win-errs: Let leaking TCs run till end, then hide
Kostis Anagnostopoulos
2016-10-03
Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=True
Kostis Anagnostopoulos
2016-10-03
Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=False
winerr_show
Kostis Anagnostopoulos
2015-12-14
fix(tree): remove Tree.cache - use IndexFile.write_tree() instead
Sebastian Thiel
2015-12-14
fix(tree): show that fixing Tree.cache is not possible
Sebastian Thiel
2015-12-13
fix(tree): tree item sort now uses git-style
Sebastian Thiel
2015-01-06
Make flake8 happy
Sebastian Thiel
2015-01-06
test_tree works
Sebastian Thiel
2015-01-05
Fixed io types to make tests work on PY2 once again.
Sebastian Thiel
2015-01-04
initial set of adjustments to make (most) imports work.
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-11-19
Applied autopep8
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
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
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel