summaryrefslogtreecommitdiff
path: root/git/compat.py
Commit message (Expand)AuthorAgeFilesLines
* Remove compat.PY3Harmon2020-02-081-1/+0
* Remove checks for Python 2 and/or 3Harmon2020-02-081-4/+0
* Remove and replace compat.UnicodeMixinHarmon2020-02-081-14/+0
* Remove surrogateescape error handler for Python 2Harmon2020-02-081-179/+0
* Remove and replace compat.bytes_chrHarmon2020-02-081-8/+3
* Remove and replace compat._unichrHarmon2020-02-081-6/+4
* Remove and replace compat.binary_typeHarmon2020-02-081-5/+0
* Remove Python 2 check for compat.defencHarmon2020-02-081-2/+0
* Remove and replace compat.unicodeHarmon2020-02-081-5/+3
* Remove and replace compat.xrangeHarmon2020-02-081-1/+0
* Remove compat.rangeHarmon2020-02-081-2/+0
* Remove and replace compat.mviterHarmon2020-02-081-6/+0
* Remove and replace compat.bchrHarmon2020-02-081-4/+0
* Remove compat.byte_ordHarmon2020-02-081-4/+0
* Remove and replace compat.FileTypeHarmon2020-02-081-6/+0
* Remove unnecessary check for sys.getfilesystemencodingHarmon2020-02-081-4/+1
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-6/+3
* Drop python 2 support, again (revert previous revert)Sebastian Thiel2019-08-111-1/+4
* Revert "Drop python 2.7 support and help with encodings"Sebastian Thiel2019-07-291-4/+1
* Drop python 2.7 support and help with encodingsSebastian Thiel2019-07-201-1/+4
* Revert "This time, use test-requirements."Sebastian Thiel2019-07-201-4/+1
* This time, use test-requirements.Sebastian Thiel2019-07-201-1/+4
* Revert "Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/Gi...Sebastian Thiel2019-07-201-4/+1
* added support for non-ascii directories and file namesxarx002019-04-051-1/+4
* RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko2017-11-271-1/+1
* BF: pass original exception into replace_surrogate_encodeYaroslav Halchenko2017-03-081-3/+3
* BF: there is no exc variable, raising NotASurrogateError if that is the right...Yaroslav Halchenko2017-03-011-1/+1
* fix(surrogateescape): enable on py2, fix testsSebastian Thiel2016-10-161-1/+1
* fix(unicode): use surrogateescape in bytes.decodeSebastian Thiel2016-10-161-1/+191
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-9/+14
* Win, #519: FIX repo TCs.Kostis Anagnostopoulos2016-10-011-1/+12
* FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos2016-09-291-0/+10
* Win, hook, #519: Consume Hook Popen-proc out of GILKostis Anagnostopoulos2016-09-281-1/+2
* Win, #519: Ensure fixtures & bashscript checked-out eol=lfKostis Anagnostopoulos2016-09-281-2/+2
* src: constify is_<platform>() callsKostis Anagnostopoulos2016-09-281-11/+3
* PY2, #519: FIX GitCommandError.tostr() encoding issueKostis Anagnostopoulos2016-09-281-6/+15
* src, #519: collect all is_<platform>() callsKostis Anagnostopoulos2016-09-271-0/+14
* Store raw path bytes in Diff instanceskeep-raw-bytes-on-diffsVincent Driessen2016-06-141-0/+2
* Python 2.6 compatVincent Driessen2016-06-141-1/+1
* Need spaces in Emacs style encoding commentSteven Colby2016-05-181-1/+1
* Remove Python 2.6 hackVincent Driessen2016-04-191-8/+1
* Drop dependency on sixVincent Driessen2016-04-141-3/+4
* Fix commentVincent Driessen2016-04-141-1/+3
* Add incremental blame supportVincent Driessen2016-04-131-0/+15
* This should fix flake8 on py3Sebastian Thiel2015-01-071-0/+2
* test_index worksSebastian Thiel2015-01-061-0/+4
* 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
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-1/+2