index
:
delta/python-packages/gitdb.git
fetch_n_push
gitdb2
gitdbmerger
master
py2n3
github.com: gitpython-developers/gitdb.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gitdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore(ver): bump 2.0.0.dev0-->2.1.0.dev2 (yes, last ver was old)
v2.1.0.dev2
Kostis Anagnostopoulos
2016-10-24
1
-1
/
+1
*
fix(pack): restore packers as LazyMixins
Kostis Anagnostopoulos
2016-10-24
1
-88
/
+75
*
fix(win): FIX and HIDE 2 win-errors remaining
v2.1.0.dev1
Kostis Anagnostopoulos
2016-10-24
13
-88
/
+117
*
chore(ver): bump 2.0.0-->2.1.0.dev0
v2.1.0.dev0
Kostis Anagnostopoulos
2016-10-24
1
-1
/
+1
*
chore(gitdb): actually delete submodule from sources
Kostis Anagnostopoulos
2016-10-24
1
-0
/
+0
*
chore(ci): depend on "leaks" smmap branch
Kostis Anagnostopoulos
2016-10-24
1
-19
/
+0
*
feat(io): breaking API: retrofit Packers as context-managers!
Kostis Anagnostopoulos
2016-10-24
10
-295
/
+458
*
feat(io): Retrofit streams as context-managers.
Kostis Anagnostopoulos
2016-10-24
7
-29
/
+147
*
feat(src): subst `reduce` with `sum` for size calcs
Kostis Anagnostopoulos
2016-10-24
5
-9
/
+5
*
tc: HALF FIX of `test_pack_entity ()`
Kostis Anagnostopoulos
2016-10-22
1
-3
/
+6
*
TCs: fix div-by-zero on elapsed times (appveyor CPU is fast!)
Kostis Anagnostopoulos
2016-10-22
3
-11
/
+11
*
chore(rename): gitdb2 v2.0
2.0.0
Sebastian Thiel
2016-10-16
2
-1
/
+1
*
support optional gitdb_speedups
Thomas Grainger
2016-10-04
6
-1270
/
+3
*
Merge pull request #28 from scop/with
Sebastian Thiel
2016-07-30
4
-15
/
+10
|
\
|
*
Handle more file open/close with "with"
Ville Skyttä
2016-07-27
4
-15
/
+10
*
|
Spelling fixes
Ville Skyttä
2016-07-27
9
-10
/
+10
|
/
*
fix(loose): avoid unnecessary file rename on windows
Sebastian Thiel
2015-10-04
2
-4
/
+9
*
docs(gitdb): discourage usage of GitDB type
Sebastian Thiel
2015-08-22
1
-1
/
+5
*
Duplicate `const` fixed
Germán M. Bravo
2015-04-07
1
-5
/
+5
*
Bumped version to 0.6.4
0.6.4
Sebastian Thiel
2015-01-12
1
-1
/
+1
*
Adjusted stream logic to make it work on all tested platforms ... .
Sebastian Thiel
2015-01-12
3
-4
/
+11
*
minor spell fixes + empty line unification + comparison for python 2.6
Yaroslav Halchenko
2015-01-08
4
-9
/
+7
*
Make tests independent of actual repository data
Sebastian Thiel
2015-01-08
2
-4
/
+5
*
Removed unused imports - should have been in the last commit obviously
Sebastian Thiel
2015-01-08
2
-2
/
+0
*
Fixed up tests to use the GITDB_TEST_GIT_REPO_BASE at all times
Sebastian Thiel
2015-01-08
6
-41
/
+43
*
Protected stream closure against possibilty of being a bytes
Sebastian Thiel
2015-01-07
2
-2
/
+4
*
Fixed possible file-handle leak
Sebastian Thiel
2015-01-07
1
-3
/
+11
*
Bumped version to 0.6.3
0.6.3
Sebastian Thiel
2015-01-06
1
-1
/
+1
*
Fixed yet another issue with smmap's latest changes
Sebastian Thiel
2015-01-06
2
-2
/
+15
*
Fixed python 3 compatibility issue that only showed on windows
0.6.2
Sebastian Thiel
2015-01-06
2
-7
/
+7
*
A minor fix after porting git-python over to PY3
Sebastian Thiel
2015-01-06
1
-1
/
+1
*
Applied autopep8
Sebastian Thiel
2015-01-04
34
-283
/
+366
*
Improved decompression test to scan the entire git repository, instead of jus...
Sebastian Thiel
2015-01-01
1
-2
/
+4
*
Bumped new version
Sebastian Thiel
2015-01-01
2
-3
/
+3
*
Added integrity test for loose objects to search large datasets for
Sebastian Thiel
2015-01-01
1
-0
/
+31
*
Slightly improved loose object decompression test
Sebastian Thiel
2015-01-01
1
-1
/
+9
*
Increased initial size of decompressed data to obtain loose object header inf...
Sebastian Thiel
2015-01-01
4
-8
/
+15
*
Added readthedocs badge
Sebastian Thiel
2014-11-19
1
-0
/
+0
*
It seems zlib works differently in py26, and thus requires special handling.
py2n3
Sebastian Thiel
2014-11-14
2
-17
/
+11
*
Now I am skipping a problematic test on travis CI.
Sebastian Thiel
2014-11-14
1
-2
/
+12
*
Added requirements.txt for pip, and optimized test-suite performance on travis.
Sebastian Thiel
2014-11-14
6
-4
/
+31
*
Fixed incorrect computation of compressed bytes read in zlib decompression st...
Sebastian Thiel
2014-11-14
1
-1
/
+4
*
Performance tests are now part of the test-suite.
Sebastian Thiel
2014-11-14
5
-46
/
+43
*
setup.py works now, and binary python module can now be loaded as well.
Sebastian Thiel
2014-11-13
2
-3
/
+0
*
reduced usage of force_bytes as clients are expected to pass bytes.
Sebastian Thiel
2014-11-13
4
-17
/
+10
*
Now tests work consistently in py2 and 3
Sebastian Thiel
2014-11-13
9
-110
/
+178
*
Fully removed all async dependencies
Sebastian Thiel
2014-11-13
12
-287
/
+4
*
Fixed all applicable lint issues
Sebastian Thiel
2014-11-13
26
-81
/
+75
*
Merge branch 'kevin-brown-issue_4' into py2n3
Sebastian Thiel
2014-11-13
32
-1360
/
+1478
|
\
|
*
Made sure xrange is used instead of range in python 2
Sebastian Thiel
2014-11-13
9
-29
/
+20
[next]