Fix all flake8 style issues.
[jelmer/dulwich.git] / dulwich / tests / test_objectspec.py
2017-07-11 Jelmer VernooijFix all flake8 style issues.
2016-09-17 Jelmer VernooijUpdate header to reflect that license is now Apachev2...
2016-06-24 Julian BermanFix ref parsing for refs with no left side.
2015-11-30 Chris BunneyEnhanced parsing of partial/ambiguous refs based on...
2015-09-10 Jelmer VernooijUse assertEqual rather than assertEquals.
2015-09-10 Jelmer VernooijFix python3 support.
2015-09-09 Jelmer VernooijAdd parse_reftuple, parse_reftuples, parse_refs.
2015-09-09 Jelmer VernooijAdd dulwich.objectspec.parse_refspec.
2015-04-18 Jelmer VernooijSupport python3 in objectspec.
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 Jelmer VernooijAdd 'flakes' target invoking pyflakes, and fix some...
2014-05-24 Gary van der MerweUse assertEqual rather than assertEquals as the latter...
2014-01-18 Jelmer VernooijAdd `dulwich.objectspec`.