summary refs log tree commit diff stats
AgeCommit message (Expand)Author
2017-02-26Release version 78 HEAD masterMattia Rizzolo
2017-02-26Changelog for v78Mattia Rizzolo
2017-02-26comparators.elf: Correct spelling of "Entries".klemens
2017-02-26fix typo in commentMattia Rizzolo
2017-02-26Fix tests that call xxd fail on jessie due to output change. (Closes: #855239)Chris Lamb
2017-02-26tests: Move normalize_zeros to more generic `utils.data` module.Chris Lamb
2017-02-26comparators.json: Catch bad JSON errors on Python pre-3.5. (Closes: #855233)Brett Smith
2017-02-26Assume BSD-style stat(1) on FreeBSD. (Closes: #855169)Ed Maste
2017-02-18Revert "comparators.json: Catch bad JSON errors on Python pre-3.5." - moved t...Chris Lamb
2017-02-15comparators.json: Catch bad JSON errors on Python pre-3.5.Brett Smith
2017-02-13Release version 77Mattia Rizzolo
2017-02-13Changelog for v77Mattia Rizzolo
2017-02-13Add my key to debian/upstream/signing-key.ascMattia Rizzolo
2017-02-13Remove incorrect naive optimisation with os.makedirs()Ximin Luo
2017-02-13When extracting archives, try to keep directory sizes smallXimin Luo
2017-02-11Add CVE-2017-0359 to the changelog of v76Mattia Rizzolo
2017-02-11No need to do complex string formatting just to convert an integer in a stringMattia Rizzolo
2017-02-11Add .travis.yml from http://travis.debian.net.Chris Lamb
2017-02-11Add PyPI badge to README.rst.Chris Lamb
2017-02-10Add --exclude option. (Closes: #854783)Chris Lamb
2017-02-10utils.libarchive: No need to track archive directory locations.Chris Lamb
2017-02-10main: Correct grammar in comment.Chris Lamb
2017-02-10Invert all the module_exist logic to prevent multiple confusing negations.Chris Lamb
2017-02-10Correct logic of module_exists, ensuring we correctly skip the debian.deb822 ...Chris Lamb
2017-02-10Release version 76Chris Lamb
2017-02-10Release 76Chris Lamb
2017-02-10Extract archive members using an auto-incrementing integer, avoiding the need...Chris Lamb
2017-02-10Drop debian/changelog entry; it will be created by gbp upon release.Chris Lamb
2017-02-09Better way of performing the entry name sanitisationXimin Luo
2017-02-09Don't write to arbitrary locations when extracting archive membersXimin Luo
2017-02-09Simplify call to subprocess.PopenXimin Luo
2017-02-10Release version 75Chris Lamb
2017-02-10Release 75Chris Lamb
2017-02-10Importing submodules (ie. ``parent.child``) will attempt to import ``parent``...Chris Lamb
2017-02-10Rewrite find_spec line as a separate method for next commit.Chris Lamb
2017-02-09Remove pointless use of a threadXimin Luo
2017-02-09Release version 74Chris Lamb
2017-02-09Release 74Chris Lamb
2017-02-09Add missing Recommends for comparators. (Closes: #854655)Chris Lamb
2017-02-09Release version 73Chris Lamb
2017-02-09Release 73Chris Lamb
2017-02-09debian/tests/pytest: Remove spurious clipboard contents.Chris Lamb
2017-02-09Release version 72Chris Lamb
2017-02-09Release 72Chris Lamb
2017-02-09Specify <html lang="en"> in HTML output. (re. #849411)Chris Lamb
2017-02-09Device and RPM fallback comparisons needs xxd due to fixtures. (Closes: #854593)Chris Lamb
2017-02-09Show local variables in pytest tracebacks.Chris Lamb
2017-02-09Progress tests require progressbar module (re. #854593)Chris Lamb
2017-02-09Move many tests to use new @skip_unless_module_exists decorator.Chris Lamb
2017-02-09Add a "skip_unless_module_exists" test decorator.Chris Lamb