summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-27Add string vs. binary encoding/decodingHEADmasterGuido Günther
2015-03-27Ignore long lines with pep8Guido Günther
2015-03-27Add string vs. binary encoding/decodingGuido Günther
2015-03-27Use six.StringIOGuido Günther
2015-03-27testutils: Add a context manager to capture stderrGuido Günther
2015-03-27testutils: Fix __all__Guido Günther
2015-03-27Don't let pristine-tar spew on stderrGuido Günther
2015-03-27command_wrapper: Make error reporting more flexibleGuido Günther
2015-03-27config test: fix missing prefixGuido Günther
2015-03-27gbplogtester: Reliably remove all handlersGuido Günther
2015-03-27gbplogtester: Make sure log capture start is followed by a log capture stopGuido Günther
2015-03-27gbplogtester: add helper to test for empty logGuido Günther
2015-03-27tests: minor test case cleanupsGuido Günther
2015-03-27Command: simplify __call__ and callGuido Günther
2015-03-27Command: allow to capture stdout tooGuido Günther
2015-03-27Update docs on component tests and mailing listGuido Günther
2015-03-27Improve error messageGuido Günther
2015-03-27Fix print function usage in examples tooGuido Günther
2015-03-27Extract exception message in a less arcane wayGuido Günther
2015-03-27Turn off coverage output by defaultGuido Günther
2015-03-26Remove unused variableGuido Günther
2015-03-20Fix paragraph indentation for epydocGuido Günther
2015-03-18Add %(hversion)s to version_to_tag to support some upstreamsDaniel Kahn Gillmor
2015-03-16Allow to set upstream-vcs-tag via gbp.confDaniel Kahn Gillmor
2015-02-25GitRepository/has_submodules: add treeish argumentMarkus Lehtonen
2015-02-25tests: one more testcase for GitRepository.diff()Markus Lehtonen
2015-02-25config: modify configparser import statementMarkus Lehtonen
2015-02-21Remove unused importGuido Günther
2015-02-21Remove unused variableGuido Günther
2015-02-21Ignore first part of type outputGuido Günther
2015-02-20gbp.format: fix one typo and indentationMarkus Lehtonen
2015-02-20tristate: implement __nonzero__() methodMarkus Lehtonen
2015-02-20rpm tests: use eq_ and ok_ from nose toolsMarkus Lehtonen
2015-02-20tests: add tests for UpstreamSource.guess_version()Markus Lehtonen
2015-02-20UpstreamSource.guess_version: recognise debian native tarballsMarkus Lehtonen
2015-02-20Document changes and release 0.6.24Guido Günther
2015-02-20Don't output additional newlinesGuido Günther
2015-02-20Development now on masterGuido Günther
2015-02-20bash-completion: Avoid a pointless forkGuido Günther
2015-02-20Move requests import to downloadsGuido Günther
2015-02-20Only use absolute importGuido Günther
2015-02-20Don't use basestringGuido Günther
2015-02-20Use verbose outputGuido Günther
2015-02-20Handle renamed urlparse in Python3Guido Günther
2015-02-20Use six.iteritems() and six.iterkeys()Guido Günther
2015-02-20Handle Python3's changed octal literal syntaxGuido Günther
2015-02-20Use relative importGuido Günther
2015-02-20Convert result to listGuido Günther
2015-02-20Use email.utils instead of email.UtilsGuido Günther
2015-02-20Use open() instead of file()Guido Günther