| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove compat.PY3 | Harmon | 2020-02-08 | 1 | -1/+0 |
* | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -4/+0 |
* | Remove and replace compat.UnicodeMixin | Harmon | 2020-02-08 | 1 | -14/+0 |
* | Remove surrogateescape error handler for Python 2 | Harmon | 2020-02-08 | 1 | -179/+0 |
* | Remove and replace compat.bytes_chr | Harmon | 2020-02-08 | 1 | -8/+3 |
* | Remove and replace compat._unichr | Harmon | 2020-02-08 | 1 | -6/+4 |
* | Remove and replace compat.binary_type | Harmon | 2020-02-08 | 1 | -5/+0 |
* | Remove Python 2 check for compat.defenc | Harmon | 2020-02-08 | 1 | -2/+0 |
* | Remove and replace compat.unicode | Harmon | 2020-02-08 | 1 | -5/+3 |
* | Remove and replace compat.xrange | Harmon | 2020-02-08 | 1 | -1/+0 |
* | Remove compat.range | Harmon | 2020-02-08 | 1 | -2/+0 |
* | Remove and replace compat.mviter | Harmon | 2020-02-08 | 1 | -6/+0 |
* | Remove and replace compat.bchr | Harmon | 2020-02-08 | 1 | -4/+0 |
* | Remove compat.byte_ord | Harmon | 2020-02-08 | 1 | -4/+0 |
* | Remove and replace compat.FileType | Harmon | 2020-02-08 | 1 | -6/+0 |
* | Remove unnecessary check for sys.getfilesystemencoding | Harmon | 2020-02-08 | 1 | -4/+1 |
* | removed Unnecessary “else” after “return” | Pratik Anurag | 2019-10-15 | 1 | -6/+3 |
* | Drop python 2 support, again (revert previous revert) | Sebastian Thiel | 2019-08-11 | 1 | -1/+4 |
* | Revert "Drop python 2.7 support and help with encodings" | Sebastian Thiel | 2019-07-29 | 1 | -4/+1 |
* | Drop python 2.7 support and help with encodings | Sebastian Thiel | 2019-07-20 | 1 | -1/+4 |
* | Revert "This time, use test-requirements." | Sebastian Thiel | 2019-07-20 | 1 | -4/+1 |
* | This time, use test-requirements. | Sebastian Thiel | 2019-07-20 | 1 | -1/+4 |
* | Revert "Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/Gi... | Sebastian Thiel | 2019-07-20 | 1 | -4/+1 |
* | added support for non-ascii directories and file names | xarx00 | 2019-04-05 | 1 | -1/+4 |
* | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT | Yaroslav Halchenko | 2017-11-27 | 1 | -1/+1 |
* | BF: pass original exception into replace_surrogate_encode | Yaroslav Halchenko | 2017-03-08 | 1 | -3/+3 |
* | BF: there is no exc variable, raising NotASurrogateError if that is the right... | Yaroslav Halchenko | 2017-03-01 | 1 | -1/+1 |
* | fix(surrogateescape): enable on py2, fix tests | Sebastian Thiel | 2016-10-16 | 1 | -1/+1 |
* | fix(unicode): use surrogateescape in bytes.decode | Sebastian Thiel | 2016-10-16 | 1 | -1/+191 |
* | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -9/+14 |
* | Win, #519: FIX repo TCs. | Kostis Anagnostopoulos | 2016-10-01 | 1 | -1/+12 |
* | FIX hook TC on PY3+Win & indeterministic lock timing. | Kostis Anagnostopoulos | 2016-09-29 | 1 | -0/+10 |
* | Win, hook, #519: Consume Hook Popen-proc out of GIL | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+2 |
* | Win, #519: Ensure fixtures & bashscript checked-out eol=lf | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+2 |
* | src: constify is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-28 | 1 | -11/+3 |
* | PY2, #519: FIX GitCommandError.tostr() encoding issue | Kostis Anagnostopoulos | 2016-09-28 | 1 | -6/+15 |
* | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-27 | 1 | -0/+14 |
* | Store raw path bytes in Diff instanceskeep-raw-bytes-on-diffs | Vincent Driessen | 2016-06-14 | 1 | -0/+2 |
* | Python 2.6 compat | Vincent Driessen | 2016-06-14 | 1 | -1/+1 |
* | Need spaces in Emacs style encoding comment | Steven Colby | 2016-05-18 | 1 | -1/+1 |
* | Remove Python 2.6 hack | Vincent Driessen | 2016-04-19 | 1 | -8/+1 |
* | Drop dependency on six | Vincent Driessen | 2016-04-14 | 1 | -3/+4 |
* | Fix comment | Vincent Driessen | 2016-04-14 | 1 | -1/+3 |
* | Add incremental blame support | Vincent Driessen | 2016-04-13 | 1 | -0/+15 |
* | This should fix flake8 on py3 | Sebastian Thiel | 2015-01-07 | 1 | -0/+2 |
* | test_index works | Sebastian Thiel | 2015-01-06 | 1 | -0/+4 |
* | test_fun works | Sebastian Thiel | 2015-01-05 | 1 | -0/+3 |
* | Fixes test_blob and improved commit writing/reading | Sebastian Thiel | 2015-01-05 | 1 | -1/+3 |
* | Intermediate commit: test_config and test_actor works | Sebastian Thiel | 2015-01-05 | 1 | -1/+31 |
* | Fixed io types to make tests work on PY2 once again.py3 | Sebastian Thiel | 2015-01-05 | 1 | -1/+2 |