summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for EOL Python 3.6Hugo van Kemenade2022-11-161-1/+1
|
* bump major version and update changelogv5.0.0Sebastian Thiel2021-10-151-0/+7
|
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2021-10-141-5/+4
|
* Drop support for EOL Python 3.5Hugo van Kemenade2021-10-141-1/+1
|
* v4.0.0v4.0.0Harmon2021-01-231-0/+8
|
* Drop support for Python 3.4Harmon2021-01-231-1/+1
|
* Remove Exceptions documentationHarmon2021-01-231-8/+0
|
* Remove information about Python < 2.5 in documentationHarmon2021-01-231-2/+0
|
* Update Python prerequisite in documentationHarmon2021-01-231-1/+1
|
* Improve changelog for v3.0.5Harmon2021-01-231-2/+2
|
* bump patch levelv3.0.5Sebastian Thiel2021-01-231-0/+2
|
* Add changelog for v3.0.5Harmon2021-01-211-0/+6
|
* Improve capitalization consistency in changelog for v3.0.4Harmon2021-01-211-1/+1
|
* Improve changelog for v3.0.2Harmon2021-01-211-1/+2
|
* Fix changelog version numberHarmon2021-01-181-1/+1
| | | v3.0.3 was skipped
* Bump patch level (to create a new correctly signed release)v3.0.4Sebastian Thiel2020-05-051-0/+6
|
* re-release with different signing keySebastian Thiel2020-04-111-1/+1
|
* bump patch levelv3.0.2Sebastian Thiel2020-04-111-0/+6
|
* v3.0.1v3.0.1Harmon2020-02-231-0/+8
|
* Drop support for EOL PythonHugo2018-10-131-2/+1
|
* 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-083-0/+226