Some minor formatting fixes.
[jelmer/dulwich.git] / dulwich / tests / compat / test_repository.py
2017-01-04 Jelmer VernooijSome minor formatting fixes.
2017-01-04 Koen MartensUse os.path.normcase in dulwich.tests.compat.test_repos...
2017-01-04 Koen MartensFix failing test-cases on windows.
2016-12-26 Jelmer VernooijMerge branch 'refine-changes' of https://github.com...
2016-12-26 Jelmer VernooijOnly run 'git worktree list' when it is available.
2016-10-25 Jelmer VernooijFix Python3 compatibility and warnings during tests.
2016-10-25 Jelmer VernooijSome refactoring, simplifications.
2016-10-25 Laurent RineauSupport linked working directories
2016-10-25 Laurent Rineau# This is a combination of 8 commits.
2016-09-17 Jelmer VernooijUpdate header to reflect that license is now Apachev2...
2015-05-04 Jelmer VernooijMove import repo onto CompatTestCase.
2015-04-19 Jelmer VernooijAdd python3 support in repository compat tests.
2014-11-08 Jelmer VernooijMerge branch 'python3'.
2014-11-08 Gary van der MerweSkip tests in python3 that fail (most of them :-()
2014-06-03 Jelmer VernooijMerge branch 'py3k' of git://github.com/Ormod/dulwich
2014-06-01 Hannu Valtonenpy3k: Go through all uses of itertools and make them...
2014-04-02 Jelmer VernooijMerge branch 'python3' of git://github.com/garyvdm...
2014-04-02 Gary van der MerweUse io.BytesIO rather than cStringIO.
2012-02-09 Jelmer VernooijMerge fix for formatting of 'extension not found' messages.
2012-02-09 Risto KankkunenMerged master
2011-12-26 Jelmer VernooijMerge trunk.
2011-11-01 Jelmer Vernooijtests/compat: Use addCleanup rather than tearDown in...
2011-01-14 Jelmer VernooijUse absolute imports everywhere.
2010-08-08 Dave BorowitzUse run_git_or_fail in compat tests wherever possible.
2010-04-30 Jelmer VernooijMerge cleanups from Dave.
2010-04-30 Dave BorowitzAdd repository compat tests.