aboutsummaryrefslogtreecommitdiff
path: root/git/compat.py
AgeCommit message (Collapse)Author
2015-01-07This should fix flake8 on py3Sebastian Thiel
See #177
2015-01-06test_index worksSebastian Thiel
2015-01-05test_fun worksSebastian Thiel
2015-01-05Fixes test_blob and improved commit writing/readingSebastian Thiel
2015-01-05Intermediate commit: test_config and test_actor worksSebastian Thiel
Kind of tackling the tasks step by step, picking low-hanging fruit first, or the ones that everyone depends on
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
Now it's about going through PY3 issues
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
However, StringIO really is ByteIO in most cases, and py2.7 should run but doesn't. This should be made work first.
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
More to come, especially when it's about strings