| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Syntax update for easy_install command | Jason R. Coombs | 2013-08-05 | 1 | -144/+85 |
| | | | | | | --HG-- extra : rebase_source : d7fa5f788d2151d0aecf0bc7730ad73c5379320f | ||||
| * | Fleshed out a few details on the release process. | Jason R. Coombs | 2013-08-05 | 1 | -3/+17 |
| | | | | | | --HG-- extra : rebase_source : 6d4ed995049ac55ae4d4526960865bac2fa3d251 | ||||
| * | Created a new section of the documentation pertaining to development. | Jason R. Coombs | 2013-08-05 | 4 | -20/+40 |
| | | | | | | --HG-- extra : rebase_source : 4d756b98daa068d888074b53f5708c1245fa70ba | ||||
| * | Sphinx allows a callable named 'setup' to be provided in the config. If ↵ | Jason R. Coombs | 2013-08-05 | 1 | -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 script | Jason R. Coombs | 2013-08-05 | 1 | -4/+4 |
| | | | | | | --HG-- extra : rebase_source : b262af35810ec8ef1eacec3dd91806f53a9a6ea2 | ||||
| * | Move version into its own file so that setuptools machinery isn't necessary ↵ | Jason R. Coombs | 2013-08-05 | 3 | -2/+3 |
| | | | | | | | | to elicit the version. --HG-- extra : rebase_source : 1611131e6765a30fd0fe94d8455418ccd3ae46ae | ||||
| * | Merged in mgorny/setuptools-overwrite-fix (pull request #10) | Arfrever Frehtes Taifersar Arahesis | 2013-08-05 | 1 | -0/+2 |
| |\ | | | | | | | Unlink destination file before writing scripts. | ||||
| | * | Unlink destination file before writing scripts. | Michał Górny | 2013-08-05 | 1 | -0/+2 |
| | | | |||||
| * | | Merge | Jason R. Coombs | 2013-08-05 | 1 | -0/+3 |
| |\ \ | |/ |/| | |||||
| | * | Hint to wheel that the code is universal | Jason R. Coombs | 2013-08-05 | 1 | -0/+3 |
| | | | |||||
| * | | Update release script to always push the bootstrap bookmark. | Jason R. Coombs | 2013-07-26 | 1 | -0/+6 |
| | | | |||||
| * | | For docs, load the setuptools version from the setup script, where it's ↵ | Jason R. Coombs | 2013-07-25 | 1 | -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. Coombs | 2013-07-25 | 4 | -50/+50 |
| | | | |||||
| * | | Added tag 0.9.8 for changeset e0a6e225ad6b | Jason R. Coombs | 2013-07-25 | 1 | -0/+1 |
| |/ | |||||
| * | Update changelog0.9.8 | Jason R. Coombs | 2013-07-25 | 1 | -0/+6 |
| | | |||||
| * | Add test to exercise the basic functionality of _vcs_split_rev_from_url | Jason R. Coombs | 2013-07-24 | 1 | -0/+9 |
| | | |||||
| * | Make PackageIndex._vcs_split_rev_from_url a static method (as it doesn't ↵ | Jason R. Coombs | 2013-07-24 | 1 | -1/+2 |
| | | | | | have any instance or class references). | ||||
| * | Import urlsplit and urlunsplit from compat module. Fixes #53. | Jason R. Coombs | 2013-07-24 | 1 | -1/+1 |
| | | |||||
| * | Add 'urlsplit' and 'urlunsplit' to compat module | Jason R. Coombs | 2013-07-24 | 1 | -2/+5 |
| | | |||||
| * | Replace import * with explicit imports, allowing linter to detect the ↵ | Jason R. Coombs | 2013-07-24 | 1 | -1/+5 |
| | | | | | missing imports reported in #53. | ||||
| * | Normalize whitespace in package_index.py | Jason R. Coombs | 2013-07-24 | 1 | -77/+2 |
| | | |||||
| * | Re-indent several function signatures to reduce linter warnings | Jason R. Coombs | 2013-07-24 | 1 | -15/+20 |
| | | |||||
| * | Clean up imports in package_index | Jason R. Coombs | 2013-07-24 | 1 | -1/+6 |
| | | |||||
| * | Remove unused imports | Jason R. Coombs | 2013-07-24 | 1 | -3/+2 |
| | | |||||
| * | Update changelog to reflect other minor changes included in the latest release | Jason R. Coombs | 2013-07-22 | 1 | -0/+3 |
| | | |||||
| * | Bumped to 0.9.8 in preparation for next release. | Jason R. Coombs | 2013-07-22 | 3 | -30/+30 |
| | | |||||
| * | Added tag 0.9.7 for changeset 19965a03c1d5 | Jason R. Coombs | 2013-07-22 | 1 | -0/+1 |
| | | |||||
| * | Update changelog0.9.7 | Jason R. Coombs | 2013-07-22 | 1 | -0/+7 |
| | | |||||
| * | Update test to reflect the copy of the hash name stored because pypy doesn't ↵ | Jason R. Coombs | 2013-07-22 | 1 | -5/+1 |
| | | | | | implement the undocumented .name attribute on HASH objects. | ||||
| * | Add pypy to Travis platforms | Jason R. Coombs | 2013-07-22 | 1 | -0/+1 |
| | | |||||
| * | package_index.py : fix hash_name | Daniel Holth | 2013-07-22 | 1 | -17/+3 |
| | | |||||
| * | Remove unused imports in release script (usage masked by compatibilty ↵ | Jason R. Coombs | 2013-07-20 | 1 | -6/+0 |
| | | | | | | | | technique). --HG-- extra : rebase_source : 4f9aabd0efe87de76f85f91c4c379e48f68ffac4 | ||||
| * | Add whitespace to remove linter warnings | Jason R. Coombs | 2013-07-20 | 1 | -0/+3 |
| | | | | | | --HG-- extra : rebase_source : 2f37f043a6cc87cc015efa318699bc09785dbd87 | ||||
| * | #34: Refer to the new canonical location of the bootstrap script | Jason R. Coombs | 2013-07-20 | 1 | -3/+3 |
| | | | | | | --HG-- extra : rebase_source : 4468b50706cd9ab6d0ae990ee6f785b314837dba | ||||
| * | #34: Update the 'bootstrap' bookmark as part of the release process. | Jason R. Coombs | 2013-07-19 | 1 | -0/+7 |
| | | | | | | --HG-- extra : rebase_source : 549f10a7b864152871edccf3d0f9e0bf57fb8bf0 | ||||
| * | Add comment and link back to justification. | Jason R. Coombs | 2013-07-20 | 1 | -0/+4 |
| | | | | | | --HG-- extra : rebase_source : e6f4e62a87e24933c8821fdef141d194b90874d3 | ||||
| * | merge | Daniel Holth | 2013-07-20 | 1 | -0/+2 |
| |\ | |||||
| | * | Make certain no previous imports of old versions of pkg_resources are ↵ | Erik Bray | 2013-07-19 | 1 | -0/+2 |
| | | | | | | | | | floating around before importing the newly installed setuptools. | ||||
| * | | add _-separated keys to environment markers | Daniel Holth | 2013-07-20 | 2 | -0/+8 |
| |/ | |||||
| * | Remove excess whitespace | Jason R. Coombs | 2013-07-18 | 1 | -1/+1 |
| | | |||||
| * | Updated README and setup.py to reference PyPA | Jason R. Coombs | 2013-07-18 | 2 | -2/+6 |
| | | |||||
| * | Bumped to 0.9.7 in preparation for next release. | Jason R. Coombs | 2013-07-17 | 4 | -68/+68 |
| | | |||||
| * | Added tag 0.9.6 for changeset acc6c5d61d0f | Jason R. Coombs | 2013-07-17 | 1 | -0/+1 |
| | | |||||
| * | Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6 | Jason R. Coombs | 2013-07-17 | 5 | -67/+103 |
| | | |||||
| * | Bumped to 0.9.6 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 4 | -49/+49 |
| | | |||||
| * | Added tag 0.9.5 for changeset 88e3d6788fac | Jason R. Coombs | 2013-07-15 | 1 | -0/+1 |
| | | |||||
| * | Update changelog0.9.5 | Jason R. Coombs | 2013-07-15 | 2 | -0/+8 |
| | | |||||
| * | Merge github pull request | Jason R. Coombs | 2013-07-15 | 1 | -1/+8 |
| |\ | |||||
| | * | Fix backported ssl_match_hostname for http://bugs.python.org/issue17980 | Toshio Kuratomi | 2013-07-15 | 1 | -1/+8 |
| | | | |||||
| * | | Bumped to 0.9.5 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 4 | -45/+45 |
| | | | |||||
