aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | extract launcher type indicationJason R. Coombs2013-08-051-2/+3
| | | | | | | | | | --HG-- extra : rebase_source : 940b4a8a2c6efe60a2c532e943173ccff0515790
* | Beginning extraction of ScriptWriter classes for writing console and gui scriptsJason R. Coombs2013-08-051-12/+15
|/ | | | | --HG-- extra : rebase_source : 24c34791314ba58ecb0c7dca7bd7fa02a3a84949
* Syntax update for easy_install commandJason R. Coombs2013-08-051-144/+85
| | | | | --HG-- extra : rebase_source : d7fa5f788d2151d0aecf0bc7730ad73c5379320f
* Fleshed out a few details on the release process.Jason R. Coombs2013-08-051-3/+17
| | | | | --HG-- extra : rebase_source : 6d4ed995049ac55ae4d4526960865bac2fa3d251
* Created a new section of the documentation pertaining to development.Jason R. Coombs2013-08-054-20/+40
| | | | | --HG-- extra : rebase_source : 4d756b98daa068d888074b53f5708c1245fa70ba
* Sphinx allows a callable named 'setup' to be provided in the config. If ↵Jason R. Coombs2013-08-051-3/+3
| | | | | | | present, it attempts to call it. Therefore, use another name when importing the setup module. The docs may now be built using 'setup.py build_sphinx'. --HG-- extra : rebase_source : a5f5e0d9d624f976b7a12e44adf3cc94d4f6ac44
* Use version from version module in setup scriptJason R. Coombs2013-08-051-4/+4
| | | | | --HG-- extra : rebase_source : b262af35810ec8ef1eacec3dd91806f53a9a6ea2
* Move version into its own file so that setuptools machinery isn't necessary ↵Jason R. Coombs2013-08-053-2/+3
| | | | | | | to elicit the version. --HG-- extra : rebase_source : 1611131e6765a30fd0fe94d8455418ccd3ae46ae
* Merged in mgorny/setuptools-overwrite-fix (pull request #10)Arfrever Frehtes Taifersar Arahesis2013-08-051-0/+2
|\ | | | | | | Unlink destination file before writing scripts.
| * Unlink destination file before writing scripts.Michał Górny2013-08-051-0/+2
| |
* | MergeJason R. Coombs2013-08-051-0/+3
|\ \ | |/ |/|
| * Hint to wheel that the code is universalJason R. Coombs2013-08-051-0/+3
| |
* | Update release script to always push the bootstrap bookmark.Jason R. Coombs2013-07-261-0/+6
| |
* | For docs, load the setuptools version from the setup script, where it's ↵Jason R. Coombs2013-07-251-4/+3
| | | | | | | | authoritative, rather than from the library, which might not be ./setuptools
* | Bumped to 0.9.9 in preparation for next release.Jason R. Coombs2013-07-254-50/+50
| |
* | Added tag 0.9.8 for changeset e0a6e225ad6bJason R. Coombs2013-07-251-0/+1
|/
* Update changelog0.9.8Jason R. Coombs2013-07-251-0/+6
|
* Add test to exercise the basic functionality of _vcs_split_rev_from_urlJason R. Coombs2013-07-241-0/+9
|
* Make PackageIndex._vcs_split_rev_from_url a static method (as it doesn't ↵Jason R. Coombs2013-07-241-1/+2
| | | | have any instance or class references).
* Import urlsplit and urlunsplit from compat module. Fixes #53.Jason R. Coombs2013-07-241-1/+1
|
* Add 'urlsplit' and 'urlunsplit' to compat moduleJason R. Coombs2013-07-241-2/+5
|
* Replace import * with explicit imports, allowing linter to detect the ↵Jason R. Coombs2013-07-241-1/+5
| | | | missing imports reported in #53.
* Normalize whitespace in package_index.pyJason R. Coombs2013-07-241-77/+2
|
* Re-indent several function signatures to reduce linter warningsJason R. Coombs2013-07-241-15/+20
|
* Clean up imports in package_indexJason R. Coombs2013-07-241-1/+6
|
* Remove unused importsJason R. Coombs2013-07-241-3/+2
|
* Update changelog to reflect other minor changes included in the latest releaseJason R. Coombs2013-07-221-0/+3
|
* Bumped to 0.9.8 in preparation for next release.Jason R. Coombs2013-07-223-30/+30
|
* Added tag 0.9.7 for changeset 19965a03c1d5Jason R. Coombs2013-07-221-0/+1
|
* Update changelog0.9.7Jason R. Coombs2013-07-221-0/+7
|
* Update test to reflect the copy of the hash name stored because pypy doesn't ↵Jason R. Coombs2013-07-221-5/+1
| | | | implement the undocumented .name attribute on HASH objects.
* Add pypy to Travis platformsJason R. Coombs2013-07-221-0/+1
|
* package_index.py : fix hash_nameDaniel Holth2013-07-221-17/+3
|
* Remove unused imports in release script (usage masked by compatibilty ↵Jason R. Coombs2013-07-201-6/+0
| | | | | | | technique). --HG-- extra : rebase_source : 4f9aabd0efe87de76f85f91c4c379e48f68ffac4
* Add whitespace to remove linter warningsJason R. Coombs2013-07-201-0/+3
| | | | | --HG-- extra : rebase_source : 2f37f043a6cc87cc015efa318699bc09785dbd87
* #34: Refer to the new canonical location of the bootstrap scriptJason R. Coombs2013-07-201-3/+3
| | | | | --HG-- extra : rebase_source : 4468b50706cd9ab6d0ae990ee6f785b314837dba
* #34: Update the 'bootstrap' bookmark as part of the release process.Jason R. Coombs2013-07-191-0/+7
| | | | | --HG-- extra : rebase_source : 549f10a7b864152871edccf3d0f9e0bf57fb8bf0
* Add comment and link back to justification.Jason R. Coombs2013-07-201-0/+4
| | | | | --HG-- extra : rebase_source : e6f4e62a87e24933c8821fdef141d194b90874d3
* mergeDaniel Holth2013-07-201-0/+2
|\
| * Make certain no previous imports of old versions of pkg_resources are ↵Erik Bray2013-07-191-0/+2
| | | | | | | | floating around before importing the newly installed setuptools.
* | add _-separated keys to environment markersDaniel Holth2013-07-202-0/+8
|/
* Remove excess whitespaceJason R. Coombs2013-07-181-1/+1
|
* Updated README and setup.py to reference PyPAJason R. Coombs2013-07-182-2/+6
|
* Bumped to 0.9.7 in preparation for next release.Jason R. Coombs2013-07-174-68/+68
|
* Added tag 0.9.6 for changeset acc6c5d61d0fJason R. Coombs2013-07-171-0/+1
|
* Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6Jason R. Coombs2013-07-175-67/+103
|
* Bumped to 0.9.6 in preparation for next release.Jason R. Coombs2013-07-154-49/+49
|
* Added tag 0.9.5 for changeset 88e3d6788facJason R. Coombs2013-07-151-0/+1
|
* Update changelog0.9.5Jason R. Coombs2013-07-152-0/+8
|
* Merge github pull requestJason R. Coombs2013-07-151-1/+8
|\