summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* improve 'would overwrite' error message0.10.0Daniel Holth2012-09-301-1/+1
* remove obsolete demo scriptDaniel Holth2012-09-301-37/+0
* mention pip build commandDaniel Holth2012-09-301-0/+2
* keep top_level.txtDaniel Holth2012-09-301-1/+0
* Merged in pmoore/wheel (pull request #18)Daniel Holth2012-09-302-10/+21
|\
| * Fix script file hashbang lines on installPaul Moore2012-09-302-10/+21
* | move keys into signatures; add pep425tags (maintained externally)Daniel Holth2012-09-307-96/+112
* | document wheel tool a bitDaniel Holth2012-09-292-5/+24
* | vendorize pkg_resources; bump versionDaniel Holth2012-09-2915-164/+5874
* | add a script to complex-distDaniel Holth2012-09-293-2/+5
|/
* wheel install: fix bug where using --wheel-dirs doesn't workPaul Moore2012-09-291-3/+8
* wheel install: add ability to specify a file of requirements (plus typo fixes)Paul Moore2012-09-291-5/+26
* Use pkg_resources rather than distutils LooseVersionPaul Moore2012-09-281-3/+3
* Enhance wheel install command to allow the user to specify requirements.Paul Moore2012-09-283-17/+174
* wheel keygen command does not need a wheelfile argumentPaul Moore2012-09-281-1/+0
* Flush stdout for progress output in wheel convertPaul Moore2012-09-281-0/+1
* Supply correct Generator metadata in wininst2wheelPaul Moore2012-09-261-1/+1
* Update setup.cfg in to match setup.pyPaul Moore2012-09-241-2/+2
* Move keyring and dirspec dependencies to the signatures extraPaul Moore2012-09-241-4/+4
* Add a help subcommand to the wheel toolPaul Moore2012-09-241-0/+5
* cleanup testDaniel Holth2012-09-231-0/+3
* prune unused code from bdist_wheelDaniel Holth2012-09-212-24/+4
* wheel.keys testDaniel Holth2012-09-212-6/+103
* improve test coverageDaniel Holth2012-09-213-2/+49
* Added tag 0.9.7 for changeset ae61b9d00d88Daniel Holth2012-09-200-0/+0
* bump version0.9.7Daniel Holth2012-09-202-1/+6
* lazy import of dirspecDaniel Holth2012-09-201-1/+7
* Added tag 0.9.6 for changeset b50eecd8cdceDaniel Holth2012-09-190-0/+0
* replace setup.py requirements with setup.cfg values if present0.9.6Daniel Holth2012-09-194-14/+44
* Remove dependency on dirspec for win32 to avoid needing pywin32Paul Moore2012-09-193-6/+38
* remove print() functionDaniel Holth2012-09-184-9/+19
* Add convert subcommand to the wheel commandPaul Moore2012-09-181-1/+26
* Add more advanced argument parsing for egg2wheel and wininst2wheelPaul Moore2012-09-182-7/+37
* parse requires_dist from setup.cfg [metadata]Daniel Holth2012-09-156-6/+80
* move open_for_csv to wheel.utilDaniel Holth2012-09-154-13/+13
* allow wheel's wheel to be executed directlyDaniel Holth2012-09-151-0/+6
* working argparse implementationDaniel Holth2012-09-151-7/+24
* port to argparse (doesn't work yet)Daniel Holth2012-09-152-12/+39
* rename Packager to Generator in WHEEL; use Metadata 1.3Daniel Holth2012-09-154-9/+15
* fix bug in generate_supported()Daniel Holth2012-09-141-7/+7
* Added tag 0.9.4 for changeset de11a24dc056Daniel Holth2012-09-110-0/+0
* 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