[issue34898] add mtime argument to gzip.compress

2019-08-23 Thread Daniel Himmelstein
Daniel Himmelstein added the comment: Any reason not to also expose mtime in the gzip.open API? -- nosy: +dhimmel ___ Python tracker ___

[issue34898] add mtime argument to gzip.compress

2018-11-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your contribution! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement versions: -Python 3.6, Python 3.7 ___ Python tracker

[issue34898] add mtime argument to gzip.compress

2018-11-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 0e7497cb469b003a45a4abe4105b81ef6d0c4002 by Serhiy Storchaka (guoci) in branch 'master': bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) https://github.com/python/cpython/commit/0e7497cb469b003a45a4abe4105b81ef6d0c4002

[issue34898] add mtime argument to gzip.compress

2018-10-07 Thread Sergey Fedoseev
Change by Sergey Fedoseev : -- nosy: +sir-sigurd ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34898] add mtime argument to gzip.compress

2018-10-05 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34898] add mtime argument to gzip.compress

2018-10-04 Thread Guo Ci Teo
Change by Guo Ci Teo : -- keywords: +patch pull_requests: +9089 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue34898] add mtime argument to gzip.compress

2018-10-04 Thread Guo Ci Teo
New submission from Guo Ci Teo : With the `mtime` argument, the output from `gzip.compress` can be reproducible. -- components: Library (Lib) messages: 327088 nosy: guoci priority: normal severity: normal status: open title: add mtime argument to gzip.compress versions: Python 3.6,