| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | * | Convert types to bytes | Kevin Brown | 2014-07-21 | 3 | -22/+26 |
| | * | Fixed a few more encoding issues | Kevin Brown | 2014-07-16 | 3 | -3/+8 |
| | * | Start up compat and encoding files | Kevin Brown | 2014-07-16 | 12 | -44/+122 |
| | * | Fix Python 2 failures | Kevin Brown | 2014-07-13 | 5 | -13/+14 |
| | * | Making a bit of progress... | Kevin Brown | 2014-07-13 | 8 | -62/+20 |
| | * | Can't compare memoryview instances, convert to bytes | Kevin Brown | 2014-07-13 | 1 | -1/+2 |
| | * | Bytes for everyone! | Kevin Brown | 2014-07-13 | 4 | -9/+8 |
| | * | More bytes handling | Kevin Brown | 2014-07-13 | 5 | -5/+19 |
| | * | Better handling of bytes | Kevin Brown | 2014-07-13 | 3 | -18/+33 |
| | * | Use memoryview instead of buffer | Kevin Brown | 2014-07-13 | 1 | -1/+4 |
| | * | Convert strings to bytes for PY3 | Kevin Brown | 2014-07-13 | 4 | -15/+15 |
| | * | Pick off the low hanging fruit | Kevin Brown | 2014-07-13 | 27 | -164/+228 |
| | * | Automated PEP 8 fixes | Kevin Brown | 2014-07-13 | 26 | -1127/+1108 |
| | * | Update smmap to a Python 3 compatible version | Kevin Brown | 2014-07-13 | 1 | -0/+0 |
| | * | Update async to the Python 2 / 3 compatible version | Kevin Brown | 2014-07-13 | 1 | -0/+0 |
| * | | Minor adjustments to adapt to changes in async (due to be removed anyway) | Sebastian Thiel | 2014-11-13 | 10 | -28/+16 |
| * | | Minor change to begin Python3 compatibility support. | David Schryer | 2014-11-05 | 1 | -1/+1 |
| |/ |
|
| * | argh, one level too low, didn't see it in sublime | Sebastian Thiel | 2014-05-04 | 1 | -7/+0 |
| * | Added initial configuration of gitdb | Sebastian Thiel | 2014-05-04 | 3 | -0/+7 |
| * | tabs to spaces | Sebastian Thiel | 2014-02-09 | 32 | -5117/+5117 |
| * | Updated submodules to latest version | Sebastian Thiel | 2012-07-23 | 2 | -0/+0 |
| * | bumped version to 0.5.40.5.4 | Sebastian Thiel | 2011-07-05 | 2 | -1/+1 |
| * | wrote change log for next release. | Sebastian Thiel | 2011-07-05 | 1 | -1/+5 |
| * | Optimized test_pack_streaming not to cache the objects anymore. Instead an it... | Sebastian Thiel | 2011-07-05 | 2 | -3/+2 |
| * | pack: updated to use its cursor properly, which will be required if huge pack... | Sebastian Thiel | 2011-07-05 | 2 | -14/+21 |
| * | Fixed up docs for upcoming release. Bumped version to 0.5.3 | Sebastian Thiel | 2011-06-13 | 10 | -38/+62 |
| * | Merge branch 'smmap' | Sebastian Thiel | 2011-06-13 | 5 | -48/+62 |
| |\ |
|
| | * | Added changelog information | Sebastian Thiel | 2011-06-10 | 1 | -1/+4 |
| | * | Switched git db to the non-sliding version of the memory manager which is a g... | Sebastian Thiel | 2011-06-10 | 3 | -40/+49 |
| | * | Added smmap as submodule, assured the sys path makes it available | Sebastian Thiel | 2011-06-10 | 2 | -7/+9 |
| |/ |
|
| * | Fixed _perf module, which built, but didn't link dynamically. All the time, I... | Sebastian Thiel | 2011-03-31 | 3 | -13/+55 |
| * | crc needs to be done on the pack object header as well, of course | Sebastian Thiel | 2011-03-31 | 2 | -5/+19 |
| * | Implemented remainder of the test, and it already shows that something is wro... | Sebastian Thiel | 2011-03-31 | 3 | -27/+76 |
| * | initial version of pack writing, which seems to work, but still needs some mo... | Sebastian Thiel | 2011-03-31 | 5 | -22/+266 |
| * | Added stub for pack writing implementation which should work for pack streami... | Sebastian Thiel | 2011-03-31 | 3 | -19/+50 |
| * | preprended all modules with licensing information | Sebastian Thiel | 2011-02-23 | 34 | -0/+132 |
| * | Added license information file | Sebastian Thiel | 2011-02-23 | 1 | -0/+0 |
| * | setup and doc generation works once again | Sebastian Thiel | 2010-11-30 | 2 | -5/+6 |