This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2015-06-18 12:14 by samthursfield, last changed 2022-04-11 14:58 by admin.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
tar-reproducible-testcase.py | samthursfield, 2015-06-18 12:14 | Testcase for stable tar ordering patch | ||
tarfile-stable-ordering.patch | samthursfield, 2015-06-18 12:21 | Patch to fix issue | review | |
make_archive-stable-ordering.patch | samthursfield, 2015-06-22 13:19 | Patch to make shutil.make_archive(format='tar') determinstic, but not tar.add(recursive=True) | review |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:18 | admin | set | github: 68653 |
2017-06-18 22:09:51 | martin.panter | set | dependencies:
+ tarfile add uses random order title: Make tarfile have deterministic sorting -> Make shutil.make_archive have deterministic sorting |
2015-06-22 13:19:37 | samthursfield | set | files:
+ make_archive-stable-ordering.patch messages: + msg245628 |
2015-06-19 10:24:50 | samthursfield | set | messages: + msg245498 |
2015-06-19 10:21:52 | samthursfield | set | messages: + msg245497 |
2015-06-19 07:15:23 | lars.gustaebel | set | messages: + msg245493 |
2015-06-18 15:13:15 | rhettinger | set | nosy:
+ rhettinger messages: + msg245469 |
2015-06-18 14:25:14 | samthursfield | set | messages: + msg245467 |
2015-06-18 13:04:11 | lars.gustaebel | set | nosy:
+ lars.gustaebel messages: + msg245466 |
2015-06-18 12:35:05 | r.david.murray | set | nosy:
+ r.david.murray title: Make tar files created by shutil.make_archive() have deterministic sorting -> Make tarfile have deterministic sorting messages: + msg245465 versions: + Python 3.6 |
2015-06-18 12:21:45 | samthursfield | set | files:
+ tarfile-stable-ordering.patch keywords: + patch |
2015-06-18 12:14:12 | samthursfield | create |