| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | include wheel.signatures in packages0.9.4 | Daniel Holth | 2012-09-11 | 2 | -2/+6 |
| * | Added tag 0.9.3 for changeset 8bd6ed8c428a | Daniel Holth | 2012-09-10 | 0 | -0/+0 |
| * | bump version0.9.3 | Daniel Holth | 2012-09-10 | 2 | -1/+9 |
| * | Make README pure-ASCII, to avoid messing up pip install from sdist on Windows | Paul Moore | 2012-09-10 | 1 | -2/+2 |
| * | Dummy merge back from original | Paul Moore | 2012-09-10 | 0 | -0/+0 |
| |\ | |||||
| | * | Install method for WheelFile - first cut | Paul Moore | 2012-09-05 | 1 | -1/+75 |
| * | | account for Py33 zipfile | Daniel Holth | 2012-09-09 | 1 | -5/+12 |
| * | | add cpython SOABI when available | Daniel Holth | 2012-09-09 | 1 | -1/+7 |
| * | | distutils.sysconfig fallback | Daniel Holth | 2012-09-08 | 1 | -1/+4 |
| * | | pull compatibility check out of wheel.install | Daniel Holth | 2012-09-08 | 4 | -42/+28 |
| * | | update generate_supported (compatibility tags) | Daniel Holth | 2012-09-08 | 2 | -10/+27 |
| * | | include pure-Python signatures implementation | Daniel Holth | 2012-09-08 | 6 | -17/+363 |
| * | | Add a wheel install command | Paul Moore | 2012-09-08 | 5 | -3/+202 |
| * | | add anothe distribution for testing | Daniel Holth | 2012-09-05 | 2 | -0/+17 |
| * | | update docs | Daniel Holth | 2012-09-05 | 1 | -87/+89 |
| |/ | |||||
| * | Use wheel.pkginfo in wheel.install | Paul Moore | 2012-09-05 | 2 | -2/+10 |
| * | tolerate s/mime signatures as RECORD.p7s | Daniel Holth | 2012-09-01 | 1 | -0/+3 |
| * | use Metadata version 1.3 | Daniel Holth | 2012-08-31 | 1 | -4/+1 |
| * | 0.9.2 changes | Daniel Holth | 2012-08-29 | 1 | -0/+5 |
| * | docs | Daniel Holth | 2012-08-28 | 1 | -0/+4 |
| * | automatically sign wheel files if WHEEL_TOOL environment variable is present | Daniel Holth | 2012-08-28 | 3 | -2/+25 |
| * | additional wheel keygen py3 fix | Daniel Holth | 2012-08-28 | 1 | -2/+2 |
| * | wheel save key py3 | Daniel Holth | 2012-08-28 | 1 | -1/+1 |
| * | Added tag 0.9.1 for changeset 02fd1a289c70 | Daniel Holth | 2012-08-28 | 0 | -0/+0 |
| * | 'wheel sign' fixes for Python 30.9.1 | Daniel Holth | 2012-08-28 | 3 | -5/+9 |
| * | skip zip verification on Python < 2.7 | Daniel Holth | 2012-08-28 | 3 | -1/+12 |
| * | add wheel.tool to packages | Daniel Holth | 2012-08-28 | 3 | -2/+8 |
| * | require baker for tox | Daniel Holth | 2012-08-26 | 1 | -0/+1 |
| * | remember signing keys | Daniel Holth | 2012-08-26 | 6 | -90/+199 |
| * | use ascii instead of latin1 when appropriate | Daniel Holth | 2012-08-23 | 3 | -8/+10 |
| * | more of the same | Daniel Holth | 2012-08-23 | 3 | -3/+4 |
| * | error message | Daniel Holth | 2012-08-23 | 1 | -1/+1 |
| * | more py3 verify fixes | Daniel Holth | 2012-08-23 | 2 | -5/+5 |
| * | Added tag 0.9 for changeset 26316328593c | Daniel Holth | 2012-08-22 | 0 | -0/+0 |
| * | typo0.9 | Daniel Holth | 2012-08-22 | 1 | -1/+1 |
| * | Added tag 0.9 for changeset e2d30b250420 | Daniel Holth | 2012-08-22 | 0 | -0/+0 |
| * | binary pkginfo read/write on Py3; version 0.9 | Daniel Holth | 2012-08-22 | 8 | -31/+81 |
| * | verify extractions by default | Daniel Holth | 2012-08-22 | 1 | -48/+27 |
| * | python26 fallback | Daniel Holth | 2012-08-22 | 1 | -1/+5 |
| * | python27, console script fixes | Daniel Holth | 2012-08-22 | 2 | -4/+9 |
| * | merge | Daniel Holth | 2012-08-22 | 2 | -6/+25 |
| |\ | |||||
| | * | Wheel unpack | Michele Lacchia | 2012-08-22 | 2 | -6/+25 |
| * | | signatures.py py3 updates | Daniel Holth | 2012-08-22 | 3 | -20/+49 |
| |/ | |||||
| * | improve, document signing scheme | Daniel Holth | 2012-08-21 | 2 | -48/+48 |
| * | add basic sign/verify of signatures only (doesn't check file contents yet) | Daniel Holth | 2012-08-21 | 3 | -5/+35 |
| * | wheel keygen on py3 | Daniel Holth | 2012-08-19 | 1 | -7/+7 |
| * | remove some utf-8 Generator experiments | Daniel Holth | 2012-08-18 | 2 | -4/+2 |
| * | improve zipfile.pop() test | Daniel Holth | 2012-08-18 | 2 | -1/+8 |
| * | implement zipfile.pop(); start on wheel tool | Daniel Holth | 2012-08-18 | 6 | -5/+84 |
| * | merge | Daniel Holth | 2012-08-17 | 1 | -2/+2 |
| |\ | |||||
