summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pragma no cover0.7Daniel Holth2012-07-281-1/+1
* rename bdist_wininst2wheel.pyDaniel Holth2012-07-282-1/+1
* move tests into directoryDaniel Holth2012-07-281-0/+0
* mergeDaniel Holth2012-07-2811-129/+406
|\
| * More fixes + pylint rc fileMichele Lacchia2012-07-276-13/+273
| * Pull the fix from upstreamMichele Lacchia2012-07-261-3/+3
| * PEP 8 fixes to bdist_wheel.py & temporary fix the archive creationMichele Lacchia2012-07-261-53/+61
| * Add docstrings to test function so that spec (nose plugin) displays output co...Michele Lacchia2012-07-261-0/+4
| * Import fixesMichele Lacchia2012-07-263-8/+8
| * General PEP 8 fixesMichele Lacchia2012-07-268-59/+66
* | fix #15 "setup.py can open README in the wrong encoding"Daniel Holth2012-07-281-3/+3
* | fix #17 script entry points for egg2wheel and wininst2wheelDaniel Holth2012-07-283-2/+10
* | fix #18 wininst files with PLATLIB/Daniel Holth2012-07-281-1/+5
* | fix #16 bdist_wheel does not use the correct newline mode for CSV files.Daniel Holth2012-07-281-1/+10
* | add basic public key sign/verify supportDaniel Holth2012-07-262-0/+71
* | update docsDaniel Holth2012-07-261-17/+25
* | create 'dist' dir if necessaryDaniel Holth2012-07-261-0/+2
|/
* Added docstringsMichele Lacchia2012-07-261-6/+13
* Removed parse_version from util.py, added a test for pick_bestMichele Lacchia2012-07-253-67/+54
* Fix #7 and move some functions to utilMichele Lacchia2012-07-254-21/+145
* use base64 without paddingDaniel Holth2012-07-241-1/+1
* no logging configDaniel Holth2012-07-241-1/+0
* place .dist-info at the end of the archiveDaniel Holth2012-07-245-9/+68
* update README.txt from docsDaniel Holth2012-07-241-8/+14
* add 'major version only' tags to docsDaniel Holth2012-07-241-1/+2
* non-regex bdist_wininst filename parsing from Paul MooreDaniel Holth2012-07-241-4/+18
* .ini noteDaniel Holth2012-07-231-1/+1
* bdist_wininst2wheelDaniel Holth2012-07-232-14/+101
* update changesDaniel Holth2012-07-231-0/+5
* Added tag 0.6 for changeset fbd2bca2a262Daniel Holth2012-07-230-0/+0
* version 0.60.6Daniel Holth2012-07-235-34/+16
* update docsDaniel Holth2012-07-231-13/+65
* more docsDaniel Holth2012-07-203-19/+61
* much improved demo scriptDaniel Holth2012-07-191-5/+15
* get docs version from pkg_resourcesDaniel Holth2012-07-191-3/+3
* Added tag 0.5 for changeset 4dff091bd719Daniel Holth2012-07-170-0/+0
* version 0.50.5Daniel Holth2012-07-172-1/+5
* more of the sameDaniel Holth2012-07-121-4/+10
* hyphenated name fixDaniel Holth2012-07-123-2/+8
* spellingDaniel Holth2012-07-122-3/+3
* add 'why not egg' to sphinx docsDaniel Holth2012-07-121-0/+17
* sphinx documentationDaniel Holth2012-07-125-0/+782
* missing fileDaniel Holth2012-07-122-1/+36
* draft wheel signing functionDaniel Holth2012-07-124-25/+67
* fix 'bdist_wheel upload' command (but pypy does not accept .whl yet)Daniel Holth2012-07-111-1/+7
* get py_version_nodot from sys.version_info when necessaryDaniel Holth2012-07-112-1/+3
* nix md5Daniel Holth2012-07-081-1/+0
* workaround distutils.command.install:change_roots bug on windowsDaniel Holth2012-07-071-3/+11
* mergeDaniel Holth2012-07-063-1/+24
|\
| * Test additional Python versions in tox.iniMarc Abramowitz2012-07-061-1/+1