summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* include wheel.signatures in packages0.9.4Daniel Holth2012-09-112-2/+6
* Added tag 0.9.3 for changeset 8bd6ed8c428aDaniel Holth2012-09-100-0/+0
* bump version0.9.3Daniel Holth2012-09-102-1/+9
* Make README pure-ASCII, to avoid messing up pip install from sdist on WindowsPaul Moore2012-09-101-2/+2
* Dummy merge back from originalPaul Moore2012-09-100-0/+0
|\
| * Install method for WheelFile - first cutPaul Moore2012-09-051-1/+75
* | account for Py33 zipfileDaniel Holth2012-09-091-5/+12
* | add cpython SOABI when availableDaniel Holth2012-09-091-1/+7
* | distutils.sysconfig fallbackDaniel Holth2012-09-081-1/+4
* | pull compatibility check out of wheel.installDaniel Holth2012-09-084-42/+28
* | update generate_supported (compatibility tags)Daniel Holth2012-09-082-10/+27
* | include pure-Python signatures implementationDaniel Holth2012-09-086-17/+363
* | Add a wheel install commandPaul Moore2012-09-085-3/+202
* | add anothe distribution for testingDaniel Holth2012-09-052-0/+17
* | update docsDaniel Holth2012-09-051-87/+89
|/
* Use wheel.pkginfo in wheel.installPaul Moore2012-09-052-2/+10
* tolerate s/mime signatures as RECORD.p7sDaniel Holth2012-09-011-0/+3
* use Metadata version 1.3Daniel Holth2012-08-311-4/+1
* 0.9.2 changesDaniel Holth2012-08-291-0/+5
* docsDaniel Holth2012-08-281-0/+4
* automatically sign wheel files if WHEEL_TOOL environment variable is presentDaniel Holth2012-08-283-2/+25
* additional wheel keygen py3 fixDaniel Holth2012-08-281-2/+2
* wheel save key py3Daniel Holth2012-08-281-1/+1
* Added tag 0.9.1 for changeset 02fd1a289c70Daniel Holth2012-08-280-0/+0
* 'wheel sign' fixes for Python 30.9.1Daniel Holth2012-08-283-5/+9
* skip zip verification on Python < 2.7Daniel Holth2012-08-283-1/+12
* add wheel.tool to packagesDaniel Holth2012-08-283-2/+8
* require baker for toxDaniel Holth2012-08-261-0/+1
* remember signing keysDaniel Holth2012-08-266-90/+199
* use ascii instead of latin1 when appropriateDaniel Holth2012-08-233-8/+10
* more of the sameDaniel Holth2012-08-233-3/+4
* error messageDaniel Holth2012-08-231-1/+1
* more py3 verify fixesDaniel Holth2012-08-232-5/+5
* Added tag 0.9 for changeset 26316328593cDaniel Holth2012-08-220-0/+0
* typo0.9Daniel Holth2012-08-221-1/+1
* Added tag 0.9 for changeset e2d30b250420Daniel Holth2012-08-220-0/+0
* binary pkginfo read/write on Py3; version 0.9Daniel Holth2012-08-228-31/+81
* verify extractions by defaultDaniel Holth2012-08-221-48/+27
* python26 fallbackDaniel Holth2012-08-221-1/+5
* python27, console script fixesDaniel Holth2012-08-222-4/+9
* mergeDaniel Holth2012-08-222-6/+25
|\
| * Wheel unpackMichele Lacchia2012-08-222-6/+25
* | signatures.py py3 updatesDaniel Holth2012-08-223-20/+49
|/
* improve, document signing schemeDaniel Holth2012-08-212-48/+48
* add basic sign/verify of signatures only (doesn't check file contents yet)Daniel Holth2012-08-213-5/+35
* wheel keygen on py3Daniel Holth2012-08-191-7/+7
* remove some utf-8 Generator experimentsDaniel Holth2012-08-182-4/+2
* improve zipfile.pop() testDaniel Holth2012-08-182-1/+8
* implement zipfile.pop(); start on wheel toolDaniel Holth2012-08-186-5/+84
* mergeDaniel Holth2012-08-171-2/+2
|\