summaryrefslogtreecommitdiff
path: root/git/compat.py
Commit message (Collapse)AuthorAgeFilesLines
...
* test_fun worksSebastian Thiel2015-01-051-0/+3
|
* Fixes test_blob and improved commit writing/readingSebastian Thiel2015-01-051-1/+3
|
* Intermediate commit: test_config and test_actor worksSebastian Thiel2015-01-051-1/+31
| | | | | Kind of tackling the tasks step by step, picking low-hanging fruit first, or the ones that everyone depends on
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-1/+2
| | | | Now it's about going through PY3 issues
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-2/+9
| | | | | | However, StringIO really is ByteIO in most cases, and py2.7 should run but doesn't. This should be made work first.
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-0/+19
More to come, especially when it's about strings