summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed urls, they changed after moving the repo to gitpython-developersSebastian Thiel2015-01-221-2/+2
|
* All tests work, bumped versionSebastian Thiel2015-01-071-1/+1
|
* Initial attempt to fix resource usageSebastian Thiel2015-01-071-0/+6
| | | | | Reference counting is now done manually, but it seems that things can still go wrong at least during testing
* Restore compatibility to python 3.0 to 3.4v0.8.5Sebastian Thiel2015-01-061-0/+5
|
* Fixed python 3 performance regressionv0.8.4Sebastian Thiel2015-01-061-0/+5
| | | | It makes the difference between tests in 110s, or 11s
* Applied autopep8Sebastian Thiel2015-01-041-3/+4
| | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
* Fixed a few typos and major linter errorsSebastian Thiel2014-11-132-7/+3
|
* Initial improvements to get rid of the performance regression in py3.Sebastian Thiel2014-11-121-1/+5
| | | | | Byte buffer concatenations are considerably slower here for some reason. Also there was no need for the memorybuffer.
* updated changelog, bumped versionv0.8.1Sebastian Thiel2011-07-051-0/+6
|
* It turned out the :note: docstring was not supported. Now all documentation ↵Sebastian Thiel2011-06-131-12/+12
| | | | is being generated
* Finished tutorial section, umproved capabilities of the buffer ↵Sebastian Thiel2011-06-132-6/+121
| | | | implementation to be more pythonic. Unfortunately, not all docs build yet because of some typical sphinx issue that results in an error which doesn't at all tell what the culprit actually is
* Wrote introduction, readme.rst now points to the introduction page to keep ↵Sebastian Thiel2011-06-133-0/+127
| | | | things consistent
* Fixed up configuration to create api documentation for the code. Improved ↵Sebastian Thiel2011-06-131-1/+1
| | | | some markup to be valid for sphinx.
* Added docs frameworkSebastian Thiel2011-06-086-0/+430