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
/
test
/
test_commit.py
Age
Commit message (
Expand
)
Author
2020-07-12
tests: move to root dir
Konrad Weihmann
2020-07-12
Revert moving tests out of 'git' folder, related to #1030
Sebastian Thiel
2020-07-12
tests: move to root dir
Konrad Weihmann
2020-02-25
Remove now unnecessary explicit Unicode string literal prefixes
Harmon
2020-02-16
Replace assert_not_equal with assertNotEqual
Harmon
2020-02-16
Replace assert_equal with assertEqual
Harmon
2020-02-16
Remove outdated checks for unittest.mock existence
Harmon
2020-02-16
Replace deprecated failUnlessRaises alias with assertRaises in tests
Harmon
2020-02-08
Remove and replace compat.text_type
Harmon
2020-02-08
Remove and replace compat.string_types
Harmon
2019-10-15
removed trailing whitespaces
Pratik Anurag
2019-10-15
renamed ununsed variables
Pratik Anurag
2017-11-28
RF: last of flake8 fails - avoid using temp variable in a test
Yaroslav Halchenko
2016-10-16
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-04
src: No PyDev warnings
Kostis Anagnostopoulos
2016-10-01
io, #519: ALL open() --> with open()
Kostis Anagnostopoulos
2016-09-28
Win, #519: FIX with_rw_directory() to remove read-only dirs
Kostis Anagnostopoulos
2016-09-28
test, #519: Try appveyor advice for never-ending builds
Kostis Anagnostopoulos
2016-09-25
test, deps: FIX `mock` deps on py3.
Kostis Anagnostopoulos
2016-08-21
fix(commit): handle gpgsig properly
Sebastian Thiel
2016-05-30
Add test case as example of Git commit with invalid data
Vincent Driessen
2016-04-19
Add support for getting "aware" datetime info
Vincent Driessen
2015-03-02
fix(iter-commit): ambiguous argument error
Sebastian Thiel
2015-01-06
Make flake8 happy
Sebastian Thiel
2015-01-05
test_commit works once again
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
2015-01-04
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-04
Removed 'from X import *' whereever possible
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (double spaces before comment)
Antoine Musso
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-09-08
GPG signature support on commit object.
Max Rasskazov
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel