summaryrefslogtreecommitdiff
path: root/git/test/test_fun.py
Commit message (Expand)AuthorAgeFilesLines
* Unnecessary generator - rewrite as a set comprehensionHugo2018-03-181-1/+1
* Drop support for EOL Python 2.6Hugo2018-03-181-5/+1
* Repo: handle worktrees betterPeter Jones2017-07-011-5/+37
* Fixes to support Python 2.6 again.Andreas Maier2016-10-241-1/+4
* Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos2016-10-161-7/+11
|\
| * fix(surrogateescape): enable on py2, fix testsSebastian Thiel2016-10-161-2/+10
* | src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-17/+14
|/
* test_fun worksSebastian Thiel2015-01-051-6/+6
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-2/+2
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-1/+1
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-2/+5
* Applied autopep8Sebastian Thiel2014-11-191-11/+11
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-3/+3
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-5/+5
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-1/+3
* pep8 linting (whitespaces)Antoine Musso2014-11-161-40/+40
* Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-151-1/+6
|\
| * Fix whacky indentationTim Van Steenburgh2013-04-171-3/+3
| * Return bytes if object name can't be utf8-decodedTim Van Steenburgh2013-04-171-0/+5
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-235/+235
|/
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+251