summaryrefslogtreecommitdiff
path: root/wheel/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* avoid importing pkg_resources except when necessary.Daniel Holth2013-07-201-3/+4
* allow wheel's wheel to be executed directlyDaniel Holth2012-09-151-0/+6
* remember signing keysDaniel Holth2012-08-261-75/+3
* use ascii instead of latin1 when appropriateDaniel Holth2012-08-231-3/+3
* more of the sameDaniel Holth2012-08-231-1/+0
* more py3 verify fixesDaniel Holth2012-08-231-3/+3
* typo0.9Daniel Holth2012-08-221-1/+1
* binary pkginfo read/write on Py3; version 0.9Daniel Holth2012-08-221-1/+1
* python27, console script fixesDaniel Holth2012-08-221-4/+7
* Wheel unpackMichele Lacchia2012-08-221-6/+23
* improve, document signing schemeDaniel Holth2012-08-211-6/+8
* add basic sign/verify of signatures only (doesn't check file contents yet)Daniel Holth2012-08-211-2/+23
* wheel keygen on py3Daniel Holth2012-08-191-7/+7
* implement zipfile.pop(); start on wheel toolDaniel Holth2012-08-181-0/+40
* py3 fixesDaniel Holth2012-07-021-16/+0
* include commandline tool, wheelfile parsingDaniel Holth2012-06-231-0/+16