summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed a sentence fragmentnloadholtes/removed-a-sentence-fragment-1395451140133Nick Loadholtes2014-03-221-1/+1
* Merged in pmoore/wheel (pull request #32)Marcus Smith2014-03-172-1/+6
|\
| * Merged in roysmith/wheel/roysmith/indexrst-edited-online-with-bitbucket-ad-13...Marcus Smith2014-03-161-0/+1
| |\
| | * index.rst edited online with Bitbucket (add slogan)roysmith/indexrst-edited-online-with-bitbucket-ad-1381799840203Roy Smith2013-10-151-0/+1
| * | Merged in ericholscher/wheel/ericholscher/add-example-of-remote-usage-of-whee...Marcus Smith2014-03-151-0/+4
| |\ \
| | * | Add example of remote usage of wheelhouse.ericholscher/add-example-of-remote-usage-of-wheelhous-1389297029223ericholscher2014-01-091-0/+4
| | |/
| * | Merged in satoru/wheel/fix_link (pull request #38)Marcus Smith2014-03-150-0/+0
| |\ \ | | |/
| * | Fix reference implementation linksatoru2014-03-131-1/+1
| |/
* | Make --universal a boolean option and move legacy wheel section processing to...Paul Moore2014-03-171-10/+11
* | Add a --universal flag to bdist_wheelPaul Moore2013-11-051-1/+8
|/
* Fix #85 regarding backward compatibility with python-keyring <= 3.0Pierre Jaury2013-09-231-1/+1
* python 3 fixDaniel Holth2013-09-151-1/+1
* improve test_requires parsing, add entry_points.txt to jsonDaniel Holth2013-09-154-27/+152
* merge python 2.6 fixes0.22.0Daniel Holth2013-09-1524-435/+1060
|\
| * bump version 0.22.0Daniel Holth2013-09-151-1/+1
| * Merged in poirier/wheel (pull request #25)Daniel Holth2013-08-221-1/+2
| |\
| | * Merged in kostialopuhin/wheel/fix-too-many-open-files (pull request #26)Daniel Holth2013-08-221-1/+2
| | |\
| | | * fix "Too many open files" error when running under PyPyfix-too-many-open-filesKonstantin Lopuhin2013-08-221-1/+2
| | |/
| * | __init__.py edited online with BitbucketDaniel Holth2013-08-221-1/+1
| * | Add a version commandDan Poirier2013-07-251-0/+6
| |/
| * update docsDaniel Holth2013-07-202-24/+58
| * Added tag 0.21.0 for changeset 06796c46203dDaniel Holth2013-07-200-0/+0
| * version 0.21.00.21.0Daniel Holth2013-07-202-1/+10
| * expose setup.py bdist_wheel --skip-scriptsDaniel Holth2013-07-201-2/+8
| * remove setuptools dependency. wheel has features that work without setuptools.Daniel Holth2013-07-201-1/+0
| * avoid importing pkg_resources except when necessary.Daniel Holth2013-07-207-84/+87
| * update changelogDaniel Holth2013-07-191-0/+16
| * include an install-scripts command to redo console_scriptsDaniel Holth2013-07-192-12/+44
| * instruct install_scripts to omit entry points scriptsDaniel Holth2013-07-192-2/+5
| * implement pydist.schema renameDaniel Holth2013-07-196-50/+86
| * improve command line error messagesDaniel Holth2013-07-042-38/+44
| * parse METADATA as utf-8 for Python 3Daniel Holth2013-07-032-3/+8
| * whoopsDaniel Holth2013-07-031-1/+0
| * test for unicode in long_descriptionDaniel Holth2013-07-032-0/+6
| * extract requirements handling functionDaniel Holth2013-06-291-28/+38
| * update for latest metadata specificationDaniel Holth2013-06-293-42/+16
| * remember to convert Summary to Unicode for Python 3Daniel Holth2013-06-231-6/+11
| * update test dependenciesDaniel Holth2013-06-232-6/+5
| * improve testsDaniel Holth2013-06-233-47/+66
| * add a testing distribution with headersDaniel Holth2013-06-235-2/+24
| * use pytest for testsDaniel Holth2013-06-236-167/+179
| * change the description filenameDaniel Holth2013-06-222-1/+5
| * include conditional dependencies in pymeta.jsonDaniel Holth2013-06-221-42/+55
| * update pymeta.json to latest specDaniel Holth2013-06-224-58/+72
| * improved unicode handling; updated schemaDaniel Holth2013-06-043-75/+159
| * preserve all declared extrasDaniel Holth2013-06-021-2/+6
| * py3 fixesDaniel Holth2013-06-011-3/+9
| * refactor more metadata handling into its own fileDaniel Holth2013-06-013-64/+98
| * disallow extra keys in pymeta.json; handle home page, authorDaniel Holth2013-06-013-3/+41
| * validate prototype pymeta.json against schemaDaniel Holth2013-06-016-55/+238