summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for converting Eggs dir as created in buildout eggs-directorywheel_from_eggdirpombredanne2013-09-101-4/+15
* Starting 'wheel_from_eggdir' branch to support converting buildout-style egg ...pombredanne2013-09-100-0/+0
* oops file -> openDaniel Holth2013-03-291-2/+2
* experimental metadata.jsonDaniel Holth2013-03-283-9/+97
* require distribute >= 0.6.34 (included with Ubuntu 13.04)Daniel Holth2013-03-281-1/+1
* Accept true and yes as alternative options for the universal config option.Jannis Leidel2013-03-281-1/+1
* remove definitely-non-API modules from docsDaniel Holth2013-03-212-44/+1
* mergeDaniel Holth2013-03-194-5/+12
|\
| * jwk alg changes to kty in revision -08Daniel Holth2013-03-193-5/+7
| * Added tag 1.0.0a1 for changeset 8bfbcff6d687Daniel Holth2013-03-050-0/+0
| * bump version1.0.0a1Daniel Holth2013-03-052-1/+6
* | link to reference impl in docsDaniel Holth2013-03-171-0/+2
* | point to main pip branchDaniel Holth2013-03-162-4/+4
|/
* imply plat_name if NoneDaniel Holth2013-03-051-2/+6
* fix #62 (self.root_is_purelib can be None)Daniel Holth2013-03-051-1/+1
* update classifiersDaniel Holth2013-02-221-1/+1
* reference correct pip branchDaniel Holth2013-02-222-4/+4
* Added tag 1.0.0a0 for changeset 69b8a778b1d3Daniel Holth2013-02-220-0/+0
* release notes1.0.0a0Daniel Holth2013-02-221-2/+4
* mergeDaniel Holth2013-02-211-6/+11
|\
| * real fix for Python 3 UTF-8 in description bugDaniel Holth2013-02-211-6/+11
* | Merged in khorn/wheel (pull request #22)Daniel Holth2013-02-205-4/+81
|\ \ | |/ |/|
| * Update docstring of wheel.wininst2wheel.parse_info...Sphinx didn't like it.Kevin Horn2013-02-191-2/+6
| * Add automatic API file, and update conf.py and index.rst to account for it.Kevin Horn2013-02-193-1/+74
| * Remove symbol 'compatibility_match' from __all__, as it doesn't appear to exi...Kevin Horn2013-02-191-1/+1
* | incorrect (but exception-preventing) Py3 unicode handlingDaniel Holth2013-02-191-0/+12
|/
* shorten list of testing egg namesDaniel Holth2013-02-171-775/+0
* bump versionDaniel Holth2013-02-172-1/+5
* update to produce Wheel 1.0 and Metadata 2.0Daniel Holth2013-02-172-9/+22
* spelingDaniel Holth2013-01-141-0/+4
* Added tag 0.15.0 for changeset 38ab0c4bca96Daniel Holth2013-01-140-0/+0
* minor docs update0.15.0Daniel Holth2012-11-162-5/+4
* copy license-file from setup.cfg into .dist-infoDaniel Holth2012-10-312-1/+14
* fix #42 (requiring packages with extras)Daniel Holth2012-10-311-9/+10
* mergeDaniel Holth2012-10-317-35/+63
|\
| * bump version; fix #57, fix #58 (requirements)Daniel Holth2012-10-312-3/+10
| * use jwk instead of key in signaturesDaniel Holth2012-10-277-32/+53
* | Improve Python version and architecture detection in wininst2wheelPaul Moore2012-10-241-5/+19
|/
* implement description-in-payloadDaniel Holth2012-10-233-2/+13
* add 'wheel unsign' commandDaniel Holth2012-10-221-0/+22
* 'wheel verify' helpDaniel Holth2012-10-172-3/+8
* use json.dumps instead of pprintDaniel Holth2012-10-171-4/+5
* add dist name to header pathDaniel Holth2012-10-171-2/+3
* Added tag 0.13.0 for changeset 91103940728cDaniel Holth2012-10-170-0/+0
* fix tool's 'wheel verify'0.13.0Daniel Holth2012-10-171-1/+1
* virtualenv headers path, docsDaniel Holth2012-10-174-66/+53
* use distutils installation schemes instead of sysconfig.get_pathsDaniel Holth2012-10-155-14/+82
* Move pkg_resources dependency into wheel.utilPaul Moore2012-10-103-38/+37
* Remove internal copy of pkg_resources while still allowing standalone wheel i...Paul Moore2012-10-109-5820/+30
* Fix Python 3.x incompatibility in pkg_resources2Paul Moore2012-10-101-1/+1