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
/
test
/
git
/
performance
/
test_streams.py
Age
Commit message (
Expand
)
Author
2010-11-21
flattened test folder structure, didn't adjust any file content yet
Sebastian Thiel
2010-11-20
Fixed performance tests which broke in the meanwhile - they definitely don't ...
Sebastian Thiel
2010-06-28
Fixed performance tests which broke in the course of the sha1-20 byte changes
Sebastian Thiel
2010-06-12
Removed odb from project, it is now used as a submodule named gitdb, which wa...
Sebastian Thiel
2010-06-04
Implemented stream tests, found a bug on the way, slowly a test-framework for...
Sebastian Thiel
2010-06-04
Fixed implementation after design change to deal with it - all tests run, but...
Sebastian Thiel
2010-06-04
initial version of new odb design to facilitate a channel based multi-threadi...
Sebastian Thiel
2010-06-03
commit.create_from_tree now uses pure python implementation, fixed message pa...
Sebastian Thiel
2010-06-03
Added performance comparison to cgit ... and yes, git-python is faster :)
Sebastian Thiel
2010-06-03
odb: fixed streamed decompression reader ( specific tests would still be miss...
Sebastian Thiel