summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix generate_supported according to the PEPMichele Lacchia2012-08-171-2/+2
* | 0.8Daniel Holth2012-08-172-1/+7
|/
* noarch-noabi to none-any find/replaceDaniel Holth2012-08-154-10/+10
* delegate some docs to PEP 425Daniel Holth2012-08-141-23/+6
* docstring updateDaniel Holth2012-07-311-1/+2
* test strict modeDaniel Holth2012-07-312-20/+37
* add strict mode to VerifyingZipFileDaniel Holth2012-07-312-6/+13
* verlib no longer requiredDaniel Holth2012-07-302-2/+1
* wheel.signatures is now importable without ed25519llDaniel Holth2012-07-303-4/+12
* in test, build simple.dist instead of wheelDaniel Holth2012-07-301-2/+11
* add test distributionDaniel Holth2012-07-303-0/+12
* add VerifyingZipFileDaniel Holth2012-07-303-1/+64
* first try at WheelFile.verify() (signatures)Daniel Holth2012-07-301-1/+30
* use archive_wheelfile in wininst2wheelDaniel Holth2012-07-291-3/+3
* #23 wininst2wheel should get metadata from installer filename and egg-infoDaniel Holth2012-07-292-26/+84
* Resolve #20 "Unhelpful error message..." (Paul Moore)Daniel Holth2012-07-281-0/+15
* promote to alphaDaniel Holth2012-07-281-1/+1
* Fix #19Michele Lacchia2012-07-281-1/+1
* document more 0.7 changesDaniel Holth2012-07-281-0/+3
* Added tag 0.7 for changeset 4957a9a0942dDaniel Holth2012-07-280-0/+0
* pragma no cover0.7Daniel Holth2012-07-281-1/+1
* rename bdist_wininst2wheel.pyDaniel Holth2012-07-282-1/+1
* move tests into directoryDaniel Holth2012-07-281-0/+0
* mergeDaniel Holth2012-07-2811-129/+406
|\
| * More fixes + pylint rc fileMichele Lacchia2012-07-276-13/+273
| * Pull the fix from upstreamMichele Lacchia2012-07-261-3/+3
| * PEP 8 fixes to bdist_wheel.py & temporary fix the archive creationMichele Lacchia2012-07-261-53/+61
| * Add docstrings to test function so that spec (nose plugin) displays output co...Michele Lacchia2012-07-261-0/+4
| * Import fixesMichele Lacchia2012-07-263-8/+8
| * General PEP 8 fixesMichele Lacchia2012-07-268-59/+66
* | fix #15 "setup.py can open README in the wrong encoding"Daniel Holth2012-07-281-3/+3
* | fix #17 script entry points for egg2wheel and wininst2wheelDaniel Holth2012-07-283-2/+10
* | fix #18 wininst files with PLATLIB/Daniel Holth2012-07-281-1/+5
* | fix #16 bdist_wheel does not use the correct newline mode for CSV files.Daniel Holth2012-07-281-1/+10