Raise exception when a caller tries to fetch SHA1s that are not in any refs.
[jelmer/dulwich.git] / Makefile
2018-06-15 Jelmer VernooijMerge basic stash support.
2018-05-07 Jelmer VernooijSet source in coveragerc rather than passing on command...
2018-04-12 Jelmer VernooijFix check-tutorial.
2018-04-12 Jelmer VernooijFix the tutorial tests on python3. Fixes: #573
2017-12-05 Jelmer VernooijMerge branch 'porcelain-pass-kwargs' of https://jelmer...
2017-12-02 Jelmer VernooijMake warnings errors.
2017-07-30 Jelmer VernooijIgnore style errors under .tox/
2017-07-11 Jelmer VernooijFix all flake8 style issues.
2017-03-31 Jelmer VernooijExclude build and .git when looking for style violations.
2017-03-31 Jelmer VernooijAdd 'style' target.
2017-02-05 Jelmer VernooijAdd coverage config.
2016-04-03 Jelmer VernooijDrop support for python 2.6.
2015-07-28 Jelmer VernooijBuild sphinx docs as part of 'doc' target.
2014-11-08 Jelmer VernooijMerge branch 'python2.6', which reintroduces python2...
2014-10-22 Gary van der MerweMerge branch 'python2.6'
2014-09-13 Jelmer VernooijReintroduce Python2.6 support.
2014-09-13 Jelmer VernooijRemove GNU make-ish.
2014-06-11 Augie FacklerMakefile: run tests with PYTHONHASHSEED=random
2014-06-07 Jelmer VernooijMove the swift backend to dulwich/contrib.
2014-06-03 Jelmer VernooijMerge branch 'py3k' of git://github.com/Ormod/dulwich
2014-06-01 Jelmer VernooijAdd 'make before-push' target.
2014-06-01 Jelmer VernooijAdd pep8 make target and fix some pep8ness.
2014-06-01 Jelmer VernooijAdd 'flakes' target invoking pyflakes, and fix some...
2014-06-01 Jelmer VernooijRemove pylint config.
2014-05-24 Michael KUse the print() function in Makefile.
2014-03-07 Jelmer VernooijMerge branch 'ticket-144' of git://github.com/jonashaag...
2014-03-07 Jelmer VernooijAdd lint support.
2012-08-26 Jelmer VernooijAdd 'make check-compat'.
2012-08-03 Jelmer VernooijMerge fix for handling None elements in list of TreeCha...
2012-04-24 NixSupport DESTDIR in the Makefile.
2012-02-09 Jelmer VernooijMerge fix for formatting of 'extension not found' messages.
2012-02-09 Risto KankkunenMerged master
2012-01-04 Jelmer VernooijAdd 'make check-tutorial'.
2011-10-22 Jelmer VernooijAdd 'check-all' target.
2011-10-22 Jelmer VernooijAdd 'check-pypy' rule to Makefile.
2011-01-05 Dave BorowitzFix unittest2 runner and reorganize test imports.
2010-12-27 Jelmer VernooijUse unittest or unittest2 test runner instead of nose...
2010-12-20 Jelmer VernooijMakefile: add check-nocompat target.
2010-12-19 Jelmer Vernooijtests: Run compat tests from "normal" testsuite, but...
2010-10-28 Jelmer VernooijMakefile: Prepend PYTHONPATH rather than overriding it.
2010-04-15 Jelmer VernooijMerge trunk.
2010-04-12 Dave BorowitzAdd TESTFLAGS variable to Makefile to make running...
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-03 Jelmer VernooijMerge Dave's fixes for the compatibility tests and...
2010-04-03 Jelmer VernooijIf git is available on the local machine, always run...
2010-03-07 Jelmer VernooijMerge Dave.
2010-03-04 Dave BorowitzAdd cgit compatibility testing framework.
2009-06-16 Jelmer VernooijAdd command for generating coverage-annotated files.
2009-05-13 Jelmer VernooijSwitch to nosetests for tests, add coverage make target.
2009-05-08 Jelmer VernooijSupport generating pydoctor output.
2009-05-05 Jelmer Vernooijs/trial/a testrunner.
2009-04-30 Jelmer VernooijRemove .so files in clean.
2009-04-30 Jelmer VernooijSupport running tests with other versions of Python.
2009-04-30 Jelmer VernooijFix C implementation of parse_tree to return a dictionary.
2009-04-30 Jelmer VernooijUse separate function for tree parsing, allow C extensi...
2009-04-17 Jelmer VernooijBuild extensions in Makefile.
2008-12-08 Jelmer Vernooijremove silly build-inplace target.
2008-12-08 Jelmer Vernooijadd convenience makefile.