aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_index.py
AgeCommit message (Expand)Author
2017-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-16cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 casesKostis Anagnostopoulos
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-11FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos
2016-10-04io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-04hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos
2016-10-03Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos
2016-10-01Win, #519: FIX repo TCs.Kostis Anagnostopoulos
2016-09-29FIX tox/requirementsKostis Anagnostopoulos
2016-09-28Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos
2016-09-28Win, hook, #519: Consume Hook Popen-proc out of GILKostis Anagnostopoulos
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-09-26test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp`Kostis Anagnostopoulos
2016-09-25fix(test): deal with py2 and py3Sebastian Thiel
2016-09-25fix(index): improve LockedFD handlingSebastian Thiel
2016-05-18Need spaces in Emacs style encoding commentSteven Colby
2016-04-13fixed unittest of issue #407 for Python3Piotr Pietraszkiewicz
2016-04-13fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz
2015-08-29fix(compat): make test work with git >= 2.5Sebastian Thiel
2015-08-17fix(test_index): fix encodingSebastian Thiel
2015-07-29fix(index):allow adding non-unicode paths to indexSebastian Thiel
2015-07-17added tests for commits with datesavi
2015-06-26fix(index): handle adding symlinks to dirsSebastian Thiel
2015-04-08fix(index): don't write extension data by defaultSebastian Thiel
2015-04-07test(index): test for #265Sebastian Thiel
2015-01-21Fixed regression in test-suite for IndexFileSebastian Thiel
2015-01-19Improved unicode handling when using os.environ or GitConfigParserSebastian Thiel
2015-01-12IndexFile.commit() now runs pre-commit and post-commit hooks.Sebastian Thiel
2015-01-12Removed os.path.realpath invocations as they are not necessary if paths are u...Sebastian Thiel
2015-01-07Made sure commits accept unicode or unicode charactersSebastian Thiel
2015-01-07fix pep8firm1
2015-01-07add tests for commit by actorfirm1
2015-01-06test_repo worksSebastian Thiel
2015-01-06test_index worksSebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2015-01-04Applied autopep8Sebastian Thiel
2015-01-03Fixed all remaining non-performance testsSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-17Allow Index.add() on bare repositoriesSebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso