summaryrefslogtreecommitdiff
path: root/wheel/archive.py
Commit message (Expand)AuthorAgeFilesLines
* Have the ZipFile handle the file descriptor in make_wheelfile_inner.Kyle Stewart2016-03-171-2/+1
* Add compress_type to ZipInfo objectXavier Fernandez2016-02-061-0/+1
* Create archive files with the same modes as their sources, change testNate Coraor2016-02-051-2/+2
* Set file attributes on wheel archive members.Nate Coraor2016-02-011-0/+1
* Additional changes to reproducible wheel files from Barry Warsaw and Debian:Nate Coraor2016-02-011-3/+3
* Typo.issue143Barry Warsaw2015-06-111-1/+1
* We can't defer setting the date time; it has to be done when the ZipInfoBarry Warsaw2015-06-111-12/+20
* Apply the Debian patch for reproducible wheel files, but instead of hardcodingBarry Warsaw2015-06-091-0/+9
* More fixes + pylint rc filepep8-fixesMichele Lacchia2012-07-271-0/+3
* General PEP 8 fixesMichele Lacchia2012-07-261-6/+8
* no logging configDaniel Holth2012-07-241-1/+0
* place .dist-info at the end of the archiveDaniel Holth2012-07-241-0/+57