summaryrefslogtreecommitdiff
path: root/wheel/tool/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* More simply render keyrings using repr. Planned versions of keyring will move...Jason R. Coombs2016-01-141-4/+1
* Resave with excess whitespace removedJason R. Coombs2016-01-141-9/+9
* update wheel[signatures] error message0.24.0Daniel Holth2014-07-061-1/+1
* Fix #85 regarding backward compatibility with python-keyring <= 3.0Pierre Jaury2013-09-231-1/+1
* merge python 2.6 fixes0.22.0Daniel Holth2013-09-151-44/+88
|\
| * __init__.py edited online with BitbucketDaniel Holth2013-08-221-1/+1
| * Add a version commandDan Poirier2013-07-251-0/+6
| * avoid importing pkg_resources except when necessary.Daniel Holth2013-07-201-9/+14
| * include an install-scripts command to redo console_scriptsDaniel Holth2013-07-191-0/+27
| * improve command line error messagesDaniel Holth2013-07-041-37/+43
* | Minimal changes to support Python 2.6: mostly fixing {} format support and di...python_26pombredanne2013-09-101-5/+5
|/
* add 'wheel unsign' commandDaniel Holth2012-10-221-0/+22
* 'wheel verify' helpDaniel Holth2012-10-171-2/+7
* use json.dumps instead of pprintDaniel Holth2012-10-171-4/+5
* fix tool's 'wheel verify'0.13.0Daniel Holth2012-10-171-1/+1
* Move pkg_resources dependency into wheel.utilPaul Moore2012-10-101-31/+7
* Remove internal copy of pkg_resources while still allowing standalone wheel i...Paul Moore2012-10-101-8/+24
* test wheel.tool.installDaniel Holth2012-10-061-3/+9
* improve WheelFile APIDaniel Holth2012-10-041-2/+2
* fix wheel keygen0.10.2Daniel Holth2012-10-021-21/+24
* implement force (still rather forceful); fix permissions; scripts don't have ...Daniel Holth2012-09-301-1/+1
* move keys into signatures; add pep425tags (maintained externally)Daniel Holth2012-09-301-4/+4
* vendorize pkg_resources; bump versionDaniel Holth2012-09-291-6/+15
* 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
* Enhance wheel install command to allow the user to specify requirements.Paul Moore2012-09-281-17/+83
* 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
* Add a help subcommand to the wheel toolPaul Moore2012-09-241-0/+5
* remove print() functionDaniel Holth2012-09-181-2/+2
* Add convert subcommand to the wheel commandPaul Moore2012-09-181-1/+26
* working argparse implementationDaniel Holth2012-09-151-7/+24
* port to argparse (doesn't work yet)Daniel Holth2012-09-151-11/+38
* include pure-Python signatures implementationDaniel Holth2012-09-081-2/+6
* Add a wheel install commandPaul Moore2012-09-081-1/+7
* additional wheel keygen py3 fixDaniel Holth2012-08-281-2/+2
* 'wheel sign' fixes for Python 30.9.1Daniel Holth2012-08-281-3/+6
* remember signing keysDaniel Holth2012-08-261-0/+101