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
/
performance
/
lib.py
Age
Commit message (
Expand
)
Author
2020-07-12
tests: move to root dir
Konrad Weihmann
2020-07-12
Revert moving tests out of 'git' folder, related to #1030
Sebastian Thiel
2020-07-12
tests: move to root dir
Konrad Weihmann
2016-10-22
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...
Sebastian Thiel
2016-10-20
Fix some typos
Santiago Castro
2016-10-16
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-11
imp(performance): execute performance tests on travis
Sebastian Thiel
2016-10-03
Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=False
winerr_show
Kostis Anagnostopoulos
2016-09-28
Win, #519: FIX with_rw_directory() to remove read-only dirs
Kostis Anagnostopoulos
2015-01-10
Added search_parent_directories keyword argument to Repo type.
Sebastian Thiel
2015-01-07
Made improvements to assure test-cases don't leak file handles
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
2015-01-04
Applied autopep8
Sebastian Thiel
2015-01-03
Auto-skip performance tests more quietly on travis
Sebastian Thiel
2015-01-03
Fixed all remaining non-performance tests
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-02-10
Minor modifications to get tests back to work.
Sebastian Thiel
2014-02-10
Adjusted required versions of pre-requisites, now the majority of the tests work
Sebastian Thiel
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