Sun, 29 May 2022 15:38:01 +0200 |
Manuel Jacob |
py3: use `zip()` instead of trying to use `itertools.izip()`
|
Sun, 29 May 2022 15:32:43 +0200 |
Manuel Jacob |
py3: remove xrange() compatibility code
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 30 Apr 2021 02:11:58 +0200 |
Joerg Sonnenberger |
manifests: push down expected node length into the parser
|
Wed, 13 Jan 2021 16:14:58 +0100 |
Joerg Sonnenberger |
node: introduce nodeconstants class
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Mon, 06 Jul 2020 03:43:32 +0200 |
Joerg Sonnenberger |
manifest: tigher manifest parsing and flag use
|
Wed, 08 Jan 2020 11:33:01 -0500 |
Augie Fackler |
manifest: add test for long hashes
|
Wed, 05 Feb 2020 17:13:51 -0500 |
Augie Fackler |
manifest: move matches method to be outside the interface
|
Thu, 26 Dec 2019 16:45:56 -0500 |
Matt Harbison |
tests: convert the `root` arg of matchmod.match() to local path separators
|
Fri, 13 Dec 2019 11:21:31 -0800 |
Martin von Zweigbergk |
match: make sure `root` argument is always an absolute path (API)
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sat, 09 Feb 2019 22:50:53 -0800 |
Martin von Zweigbergk |
match: delete unused root and cwd arguments from {always,never,exact}() (API)
|
Fri, 08 Feb 2019 23:03:42 -0800 |
Martin von Zweigbergk |
tests: replace match.match(exact=True) by match.exact()
|
Wed, 14 Nov 2018 10:15:28 -0500 |
Augie Fackler |
tests: fix bytes/str issue I introduced when adding this test
|
Mon, 12 Nov 2018 20:35:22 -0500 |
Augie Fackler |
manifest: make sure there's a filename before bothering to look for newline
|
Thu, 22 Feb 2018 20:04:42 -0500 |
Augie Fackler |
cleanup: say goodbye to manifestv2 format
|
Mon, 19 Feb 2018 21:18:52 +0530 |
Pulkit Goyal |
py3: use dict.items() instead of dict.iteritems() in tests
|
Sun, 28 May 2017 21:31:29 -0400 |
Augie Fackler |
tests: make test-manifest.py portable to Python 3
|
Sun, 28 May 2017 18:08:36 -0400 |
Augie Fackler |
tests: make test-manifest finish importing in Python 3
|
Sun, 28 May 2017 18:08:14 -0400 |
Augie Fackler |
tests: drop assertIn polyfill now that we're 2.7-only
|
Sat, 13 May 2017 11:52:44 -0700 |
Gregory Szorc |
tests: use context manager form of assertRaises
|
Mon, 10 Apr 2017 13:07:47 -0700 |
Durham Goode |
treemanifest: add walksubtrees api
|
Tue, 07 Mar 2017 09:56:11 -0800 |
Durham Goode |
manifest: add match argument to diff and filesnotin
|
Sat, 16 Apr 2016 03:08:16 +0530 |
Pulkit Goyal |
tests: make test-manifest use absolute_import
|
Thu, 31 Dec 2015 08:16:59 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (python)
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 07 Apr 2015 15:16:19 -0700 |
Drew Gottlieb |
test-manifest: add some test coverage for treemanifest
|
Tue, 07 Apr 2015 15:16:19 -0700 |
Drew Gottlieb |
test-manifest: make manifesttest a base class that is extended
|
Tue, 07 Apr 2015 15:16:19 -0700 |
Drew Gottlieb |
test-manifest: move parsemanifest() to be a testmanifest class method
|
Tue, 31 Mar 2015 14:01:33 -0700 |
Martin von Zweigbergk |
manifestv2: add support for writing new manifest format
|
Fri, 27 Mar 2015 22:26:41 -0700 |
Martin von Zweigbergk |
manifestv2: add support for reading new manifest format
|
Tue, 31 Mar 2015 15:06:55 -0700 |
Martin von Zweigbergk |
test-manifest: extract constants for binary hashes
|
Tue, 31 Mar 2015 14:46:05 -0700 |
Martin von Zweigbergk |
test-manifest: create constant for empty manifest
|
Mon, 30 Mar 2015 11:58:39 -0700 |
Drew Gottlieb |
manifest: add some tests for manifest.matches()
|
Mon, 30 Mar 2015 10:43:52 -0700 |
Drew Gottlieb |
manifest: make manifest.intersectfiles() internal
|
Wed, 25 Mar 2015 17:18:48 -0700 |
Martin von Zweigbergk |
test-manifest.py: don't test .text() with present node suffix
|
Wed, 25 Mar 2015 14:13:46 -0700 |
Martin von Zweigbergk |
test-manifest.py: rewrite tests in terms of manifestdict
|
Wed, 25 Mar 2015 14:21:34 -0700 |
Martin von Zweigbergk |
test-manifest.py: separate out test for double-free after copy()
|
Thu, 12 Mar 2015 18:18:29 -0700 |
Martin von Zweigbergk |
lazymanifest: make __iter__ generate filenames, not 3-tuples
|
Fri, 30 Jan 2015 21:30:40 -0800 |
Augie Fackler |
lazymanifest: use a binary search to do an insertion
|
Sat, 07 Mar 2015 12:04:39 -0500 |
Augie Fackler |
manifest: split manifestdict into high-level and low-level logic
|
Tue, 13 Jan 2015 14:31:38 -0800 |
Augie Fackler |
manifest.c: new extension code to lazily parse manifests
|