aboutsummaryrefslogtreecommitdiff
path: root/git/compat.py
AgeCommit message (Expand)Author
2016-10-16fix(surrogateescape): enable on py2, fix testsSebastian Thiel
2016-10-16fix(unicode): use surrogateescape in bytes.decodeSebastian Thiel
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-01Win, #519: FIX repo TCs.Kostis Anagnostopoulos
2016-09-29FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos
2016-09-28Win, hook, #519: Consume Hook Popen-proc out of GILKostis Anagnostopoulos
2016-09-28Win, #519: Ensure fixtures & bashscript checked-out eol=lfKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-28PY2, #519: FIX GitCommandError.tostr() encoding issueKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-06-14Store raw path bytes in Diff instancesVincent Driessen
2016-06-14Python 2.6 compatVincent Driessen
2016-05-18Need spaces in Emacs style encoding commentSteven Colby
2016-04-19Remove Python 2.6 hackVincent Driessen
2016-04-14Drop dependency on sixVincent Driessen
2016-04-14Fix commentVincent Driessen
2016-04-13Add incremental blame supportVincent Driessen
2015-01-07This should fix flake8 on py3Sebastian Thiel
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
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel