summaryrefslogtreecommitdiff
path: root/git/test/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-286/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-0/+286
* tests: move to root dirKonrad Weihmann2020-07-121-286/+0
* Replace assert_equal with assertEqualHarmon2020-02-161-6/+3
* Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon2020-02-161-11/+11
* Remove and replace compat.string_typesHarmon2020-02-081-2/+2
* Fix pickling of tzoffsetUwe L. Korn2019-10-191-0/+7
* Satisfy flake8Sebastian Thiel2019-07-061-1/+2
* Fix regex to support empty email addresses i.e. 'name <>'Sebastian Thiel2019-07-061-0/+5
* Avoid from_timestamp() function to raise an exception when the offset is grea...ishepard2018-04-041-2/+16
* Drop support for EOL Python 2.6Hugo2018-03-181-4/+1
* RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko2017-11-271-27/+27
* Fixes to support Python 2.6 again.Andreas Maier2016-10-241-1/+5
* cygwin, #533: Allow '/cygdrive/c/' paths on repo initKostis Anagnostopoulos2016-10-141-26/+53
* cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos2016-10-141-12/+55
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-57/+65
* FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos2016-09-291-2/+3
* Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos2016-09-281-2/+1
* src: constify is_<platform>() callsKostis Anagnostopoulos2016-09-281-1/+1
* src, #519: collect all is_<platform>() callsKostis Anagnostopoulos2016-09-271-3/+2
* test, #519: Popen() universal_newlin.es NoWindow in WinfoesKostis Anagnostopoulos2016-09-261-1/+6
* apveyor: simplify test.Kostis Anagnostopoulos2016-09-261-1/+1
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-1/+2
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-4/+17
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-1/+0
* Simplified parse_date implementationSebastian Thiel2014-12-191-2/+2
* BF: adjust mktime output for the local offset (Close #218)Yaroslav Halchenko2014-12-181-1/+1
* Applied autopep8Sebastian Thiel2014-11-191-2/+2
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-3/+3
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-1/+2
* pep8 linting (whitespaces)Antoine Musso2014-11-161-29/+28
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-143/+143
* util: Added test for iterable list, and implemented __contains__ and __del__ ...Sebastian Thiel2011-06-081-1/+58
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+109