index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
compat.py
Age
Commit message (
Expand
)
Author
2017-03-08
BF: pass original exception into replace_surrogate_encode
Yaroslav Halchenko
2017-03-01
BF: there is no exc variable, raising NotASurrogateError if that is the right...
Yaroslav Halchenko
2016-10-16
fix(surrogateescape): enable on py2, fix tests
Sebastian Thiel
2016-10-16
fix(unicode): use surrogateescape in bytes.decode
Sebastian Thiel
2016-10-04
src: No PyDev warnings
Kostis Anagnostopoulos
2016-10-01
Win, #519: FIX repo TCs.
Kostis Anagnostopoulos
2016-09-29
FIX hook TC on PY3+Win & indeterministic lock timing.
Kostis Anagnostopoulos
2016-09-28
Win, hook, #519: Consume Hook Popen-proc out of GIL
Kostis Anagnostopoulos
2016-09-28
Win, #519: Ensure fixtures & bashscript checked-out eol=lf
Kostis Anagnostopoulos
2016-09-28
src: constify is_<platform>() calls
Kostis Anagnostopoulos
2016-09-28
PY2, #519: FIX GitCommandError.tostr() encoding issue
Kostis Anagnostopoulos
2016-09-27
src, #519: collect all is_<platform>() calls
Kostis Anagnostopoulos
2016-06-14
Store raw path bytes in Diff instances
Vincent Driessen
2016-06-14
Python 2.6 compat
Vincent Driessen
2016-05-18
Need spaces in Emacs style encoding comment
Steven Colby
2016-04-19
Remove Python 2.6 hack
Vincent Driessen
2016-04-14
Drop dependency on six
Vincent Driessen
2016-04-14
Fix comment
Vincent Driessen
2016-04-13
Add incremental blame support
Vincent Driessen
2015-01-07
This should fix flake8 on py3
Sebastian Thiel
2015-01-06
test_index works
Sebastian Thiel
2015-01-05
test_fun works
Sebastian Thiel
2015-01-05
Fixes test_blob and improved commit writing/reading
Sebastian Thiel
2015-01-05
Intermediate commit: test_config and test_actor works
Sebastian Thiel
2015-01-05
Fixed io types to make tests work on PY2 once again.
Sebastian Thiel
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
initial set of adjustments to make (most) imports work.
Sebastian Thiel