aboutsummaryrefslogtreecommitdiff
path: root/git/compat.py
AgeCommit message (Expand)Author
2020-02-08Remove and replace compat.text_typeHarmon
2020-02-08Remove and replace compat.string_typesHarmon
2020-02-08Remove and replace compat.izipHarmon
2020-02-08Remove and replace compat.MAXSIZEHarmon
2020-02-08Remove compat.PY3Harmon
2020-02-08Remove checks for Python 2 and/or 3Harmon
2020-02-08Remove and replace compat.UnicodeMixinHarmon
2020-02-08Remove surrogateescape error handler for Python 2Harmon
2020-02-08Remove and replace compat.bytes_chrHarmon
2020-02-08Remove and replace compat._unichrHarmon
2020-02-08Remove and replace compat.binary_typeHarmon
2020-02-08Remove Python 2 check for compat.defencHarmon
2020-02-08Remove and replace compat.unicodeHarmon
2020-02-08Remove and replace compat.xrangeHarmon
2020-02-08Remove compat.rangeHarmon
2020-02-08Remove and replace compat.mviterHarmon
2020-02-08Remove and replace compat.bchrHarmon
2020-02-08Remove compat.byte_ordHarmon
2020-02-08Remove and replace compat.FileTypeHarmon
2020-02-08Remove unnecessary check for sys.getfilesystemencodingHarmon
2019-10-15removed Unnecessary “else” after “return”Pratik Anurag
2019-08-11Drop python 2 support, again (revert previous revert)Sebastian Thiel
2019-07-29Revert "Drop python 2.7 support and help with encodings"Sebastian Thiel
2019-07-20Drop python 2.7 support and help with encodingsSebastian Thiel
2019-07-20Revert "This time, use test-requirements."Sebastian Thiel
2019-07-20This time, use test-requirements.Sebastian Thiel
2019-07-20Revert "Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/Gi...Sebastian Thiel
2019-04-05added support for non-ascii directories and file namesxarx00
2017-11-27RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko
2017-03-08BF: pass original exception into replace_surrogate_encodeYaroslav Halchenko
2017-03-01BF: there is no exc variable, raising NotASurrogateError if that is the right...Yaroslav Halchenko
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