index
:
gemato
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_manifest.py
Age
Commit message (
Expand
)
Author
2024-06-17
Relicense as GPL-2.0-or-later
Michał Górny
2022-09-26
Modernize via pyupgrade
Michał Górny
2020-08-30
tests: Use module-scope fixtures whenever possible
Michał Górny
2020-08-27
tests: Convert test_manifest to pytest
Michał Górny
2018-01-24
Expose Manifest signature data in Manifest classes
Michał Górny
2017-11-23
manifest: Encode all C0/C1 control characters + DEL
Michał Górny
2017-11-22
manifest: Fix encoding support with Python 2
Michał Górny
2017-11-22
manifest: Support decoding filename escape sequences
Michał Górny
2017-11-22
manifest: Support encoding special characters in filenames
Michał Górny
2017-11-22
manifest: Forbid backslash in paths too
Michał Górny
2017-11-20
Check entry filenames for disallowed characters
Michał Górny
2017-11-08
Remove support for OPTIONAL entries
Michał Górny
2017-10-29
manifest: Support sorting Manifest entries
Michał Górny
2017-10-28
manifest: Add new_manifest_entry() friendly ctor
Michał Górny
2017-10-25
manifest: Wipe old entries when loading next file
Michał Górny
2017-10-25
test_manifest: Add a test for no timestamp
Michał Górny
2017-10-25
Move exceptions to a separate module
Michał Górny
2017-10-23
manifest: Support mapping Manifest hash names to hashlib
Michał Górny
2017-10-23
manifest: Support finding Manifests for path
Michał Górny
2017-10-22
test_manifest: Fix syntax error
Michał Górny
2017-10-22
manifest: Support finding distfiles
Michał Górny
2017-10-22
manifest: Support finding the timestamp
Michał Górny
2017-10-22
manifest: Support finding a matching path entry
Michał Górny
2017-10-22
test_manifest: Cover loading via constructor
Michał Górny
2017-10-22
test_manifest: Improve coverage for syntax errors
Michał Górny
2017-10-22
manifest: Fix Python 2 unicode type compatibility
Michał Górny
2017-10-22
Support dumping Manifest file back
Michał Górny
2017-10-22
manifest: Include tag in from_list() calls
Michał Górny
2017-10-22
Initial code for Manifest parsing
Michał Górny