summaryrefslogtreecommitdiff
path: root/git/test/test_commit.py
Commit message (Expand)AuthorAgeFilesLines
* RF: last of flake8 fails - avoid using temp variable in a testYaroslav Halchenko2017-11-281-2/+1
* src: import os.path as ospKostis Anagnostopoulos2016-10-161-20/+22
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-1/+1
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-2/+4
* Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos2016-09-281-1/+1
* test, #519: Try appveyor advice for never-ending buildsKostis Anagnostopoulos2016-09-281-45/+49
* test, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos2016-09-251-9/+13
* fix(commit): handle gpgsig properlySebastian Thiel2016-08-211-1/+29
* Add test case as example of Git commit with invalid dataVincent Driessen2016-05-301-0/+7
* Add support for getting "aware" datetime infoVincent Driessen2016-04-191-0/+11
* fix(iter-commit): ambiguous argument errorSebastian Thiel2015-03-021-0/+13
* Make flake8 happySebastian Thiel2015-01-061-1/+0
* test_commit works once againSebastian Thiel2015-01-051-21/+23
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-6/+6
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-4/+8
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-1/+1
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-2/+3
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-2/+12
* Applied autopep8Sebastian Thiel2014-11-191-7/+9
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-10/+10
* pep8 linting (double spaces before comment)Antoine Musso2014-11-161-2/+2
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-5/+5
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-1/+0
* pep8 linting (whitespaces)Antoine Musso2014-11-161-43/+43
* GPG signature support on commit object.Max Rasskazov2014-09-081-1/+41
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-245/+245
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+275