summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added assertion in spot that might help tracking down the issue when it happensgitpython-issue-251-debuggingSebastian Thiel2015-01-301-0/+1
* Fixed urls, they changed after moving the repo to gitpython-developersSebastian Thiel2015-01-223-7/+7
* Added issuestats badges to readme fileSebastian Thiel2015-01-221-0/+2
* Artificially restrict test-runs to assure we don't leak handlesSebastian Thiel2015-01-071-0/+2
* Merge branch 'resource-handling'v0.9.0Sebastian Thiel2015-01-078-53/+65
|\
| * All tests work, bumped versionSebastian Thiel2015-01-075-5/+14
| * Initial attempt to fix resource usageSebastian Thiel2015-01-075-49/+52
|/
* Restore compatibility to python 3.0 to 3.4v0.8.5Sebastian Thiel2015-01-063-11/+33
* Fixed python 3 performance regressionv0.8.4Sebastian Thiel2015-01-063-3/+9
* Applied autopep8Sebastian Thiel2015-01-0410-152/+165
* Added link to readthedocsSebastian Thiel2014-11-191-0/+1
* Merge pull request #21 from hashar/pep8-lintingSebastian Thiel2014-11-1711-263/+268
|\
| * Drop semicolon at end of statementAntoine Musso2014-11-161-2/+2
| * pep8 lintingAntoine Musso2014-11-169-260/+258
| * Add tox env for flake8 linterAntoine Musso2014-11-162-1/+8
|/
* Added pypi badgesSebastian Thiel2014-11-141-0/+3
* Fixed incorrect usage of memoryview. It's not getting faster thoughSebastian Thiel2014-11-131-1/+1
* Merge branch 'py2n3'v0.8.3Sebastian Thiel2014-11-1312-122/+136
|\
| * Fixed a few typos and major linter errorsSebastian Thiel2014-11-1312-43/+45
| * Initial improvements to get rid of the performance regression in py3.Sebastian Thiel2014-11-126-29/+30
| * warnings fixesYoan Blanc2014-07-253-57/+68
|/
* Added sublime-text projectSebastian Thiel2014-07-142-0/+23
* setup.cfg: Specify that wheel is universalMarc Abramowitz2014-06-161-0/+2
* Merge pull request #17 from Byron/support_python_3Marc Abramowitz2014-06-162-5/+6
|\
| * setup.py: Add Python 3 (and Python 2) classifiersMarc Abramowitz2014-06-161-0/+6
| * .travis.yml: Stop allowing failures for py3{3,4}Marc Abramowitz2014-06-161-5/+0
|/
* Merge pull request #16 from Byron/use_integer_division_in_testsMarc Abramowitz2014-06-161-3/+4
|\
| * Change / to // (integer division) in test_buf.pyMarc Abramowitz2014-06-161-3/+4
|/
* Merge pull request #15 from Byron/make_getitem_handle_slice_for_py3Marc Abramowitz2014-06-161-0/+2
|\
| * Make __getitem__ handle slice for Python 3Marc Abramowitz2014-06-161-0/+2
|/
* Merge pull request #13 from Byron/use_bytes_instead_of_strMarc Abramowitz2014-06-161-1/+7
|\
| * Use bytes() instead of str()Marc Abramowitz2014-06-161-1/+7
* | Merge pull request #14 from Byron/travis_allow_fail_py33Marc Abramowitz2014-06-161-3/+9
|\ \ | |/
| * .travis.yml: Allow py33 to fail, add py34, etc.Marc Abramowitz2014-06-161-3/+9
* | Fix typo: "optimial" => "optimal"Marc Abramowitz2014-06-161-1/+1
|/
* Fix 2 instances of "containnig" => "containing"Marc Abramowitz2014-06-162-2/+2
* Merge pull request #12 from msabramo/buffer_memoryview_py3Marc Abramowitz2014-06-163-1/+12
|\
| * Deal with lack of `buffer` in py3Marc Abramowitz2014-06-163-1/+12
|/
* Merge pull request #11 from Byron/reintroduce_toxMarc Abramowitz2014-06-161-0/+13
|\
| * Add back tox.ini for toxMarc Abramowitz2014-06-161-0/+13
|/
* .gitignore: Add *.egg-infoMarc Abramowitz2014-06-161-0/+1
* Merge pull request #10 from msabramo/use_integer_division_for_py3Marc Abramowitz2014-06-163-5/+5
|\
| * Change / to // (integer division) in several placesMarc Abramowitz2014-06-153-5/+5
|/
* Merge pull request #9 from msabramo/delay_sys_getrefcount_pypySebastian Thiel2014-06-152-3/+2
|\
| * Delay importing sys.getrefcount until neededMarc Abramowitz2014-06-132-3/+2
|/
* Added coverage reporting.Sebastian Thiel2014-05-195-50/+57
* Merge pull request #8 from msabramo/toxSebastian Thiel2014-05-163-7/+21
|\
| * Add tox.ini; make .travis.yml use itMarc Abramowitz2014-05-163-7/+21
|/
* Merge pull request #7 from dbaxa/python_3_supportSebastian Thiel2014-05-162-2/+2
|\
| * _need_compat_layer is not required in python 3.David Black2014-05-161-1/+1