| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minimum Python version is 2.4 | Jason R. Coombs | 2013-08-10 | 1 | -3/+2 |
| | | |||||
| * | Issue 60: Implemented experimental opt-in support for using native launchers ↵ | Jason R. Coombs | 2013-08-10 | 1 | -0/+9 |
| | | | | | rather than installing launcher executables. My initial experience with this technique has been very positive. | ||||
| * | Updated more references to EasyInstall documentation. | Jason R. Coombs | 2013-08-07 | 1 | -2/+2 |
| | | |||||
| * | Fix typo | Jason R. Coombs | 2013-08-07 | 1 | -1/+1 |
| | | |||||
| * | Update links to point to local documentation, not legacy docs. | Jason R. Coombs | 2013-08-07 | 1 | -2/+2 |
| | | |||||
| * | Moved 'history' to changes.txt | Jason R. Coombs | 2013-08-07 | 1 | -494/+0 |
| | | |||||
| * | Update transitional note to reflect that the change never took place. | Jason R. Coombs | 2013-08-07 | 1 | -8/+9 |
| | | |||||
| * | Removed section on Managing Multiple Projects. It only works for Subversion, ↵ | Jason R. Coombs | 2013-08-07 | 1 | -39/+0 |
| | | | | | which is substantially replaced by other SCM systems. | ||||
| * | Removed references to distribute_setup.py | Jason R. Coombs | 2013-08-07 | 1 | -18/+18 |
| | | |||||
| * | Corrected syntax in setuptools documentation around console scripts with ↵ | Jason R. Coombs | 2013-08-07 | 1 | -3/+4 |
| | | | | | extra requirements. Fixes #62. | ||||
| * | Update link to bug tracker. | Jason R. Coombs | 2013-08-07 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | 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 | ||||
| * | Have the documentation also grab the version from setuptools/__init__.py | Jason R. Coombs | 2013-07-13 | 1 | -2/+3 |
| | | |||||
| * | Bumped to 0.9.1 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 1 | -2/+2 |
| | | |||||
| * | Bumped to 0.10 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 1 | -2/+2 |
| | | |||||
| * | Bumped to 0.9 in preparation for next release. | Jason R. Coombs | 2013-07-05 | 1 | -2/+2 |
| | | |||||
| * | Merged upstream changes. | Vinay Sajip | 2013-06-19 | 1 | -2/+2 |
| |\ | | | | | | | | | --HG-- branch : single-codebase | ||||
| | * | Bumped to 0.8 in preparation for next release. | Jason R. Coombs | 2013-06-18 | 1 | -2/+2 |
| | | | |||||
| * | | Misc. updates following 2to3 checks. | Vinay Sajip | 2013-06-17 | 1 | -4/+4 |
| |/ | | | | | --HG-- branch : single-codebase | ||||
| * | Update some URLs (packages.python.org -> pythonhosted.org). | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 1 | -1/+1 |
| | | |||||
| * | Update some URLs. | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 3 | -9/+9 |
| | | |||||
| * | Bumped to 0.7.3 in preparation for next release. | Jason R. Coombs | 2013-06-09 | 1 | -2/+2 |
| | | |||||
| * | Added sections on upgrading | Jason R. Coombs | 2013-06-09 | 1 | -1/+25 |
| | | |||||
| * | Linked FAQ | Jason R. Coombs | 2013-06-09 | 1 | -0/+5 |
| | | |||||
| * | Add heading | Jason R. Coombs | 2013-06-09 | 1 | -0/+3 |
| | | |||||
| * | Reformatted faq for RST | Jason R. Coombs | 2013-06-09 | 1 | -12/+21 |
| | | |||||
| * | Adding merge FAQ as part of the project docs. | Jason R. Coombs | 2013-06-09 | 1 | -0/+44 |
| | | |||||
| * | Moved MERGE.txt into the setuptools documentation. | Jason R. Coombs | 2013-06-09 | 2 | -0/+118 |
| | | | | | | --HG-- rename : MERGE.txt => docs/merge.txt | ||||
| * | Bumped to 0.7.2 in preparation for next release. | Jason R. Coombs | 2013-06-03 | 1 | -2/+2 |
| | | |||||
| * | Bumped to 0.7.1 in preparation for next release. | Jason R. Coombs | 2013-06-02 | 1 | -2/+2 |
| | | |||||
| * | Bumped to 0.7 in preparation for next release.0.7 | Jason R. Coombs | 2013-06-02 | 1 | -2/+2 |
| | | |||||
| * | Bumped to 0.7b5 in preparation for next release. | Jason R. Coombs | 2013-05-28 | 1 | -2/+2 |
| | | |||||
| * | Bump version for subsequent release | Jason R. Coombs | 2013-05-25 | 1 | -2/+2 |
| | | |||||
| * | Bump to next anticipated version | Jason R. Coombs | 2013-05-24 | 1 | -2/+2 |
| | | |||||
| * | Bump to 0.7b2 for next release | Jason R. Coombs | 2013-05-24 | 1 | -2/+2 |
| | | |||||
| * | Update versions in preparation for an 0.7b1 release0.7b1 | Jason R. Coombs | 2013-05-13 | 1 | -2/+2 |
| | | |||||
| * | Merged latest changes from setuptools-0.6 branch | Jason R. Coombs | 2013-05-13 | 1 | -0/+696 |
| | | | | | | --HG-- rename : doc/formats.txt => docs/formats.txt | ||||
| * | Merge with Distribute 0.6.39 | Jason R. Coombs | 2013-05-13 | 1 | -2/+2 |
| |\ | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py | ||||
| | * | Bumped to 0.6.40 in preparation for next release. | Jason R. Coombs | 2013-05-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 355bf27e11fdf906de100c2a47145d44fac082cc | ||||
| | * | Bumped to 0.6.39 in preparation for next release. | Jason R. Coombs | 2013-05-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3e627b0d100b8ae32e8dc995f2da0003bbd9c605 | ||||
| | * | Bumped to 0.6.38 in preparation for next release. | Jason R. Coombs | 2013-05-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cf2ffa52b8e0cf1403b4e8ca23921a4cda51ba5b | ||||
| | * | Bumped to 0.6.37 in preparation for next release. | Jason R. Coombs | 2013-04-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a59fcbbf5ca73fb41958d42d33d3de299ad9ae7c | ||||
| * | | Updated documentation to reflect merged target name, only keeping legacy ↵ | Jason R. Coombs | 2013-03-01 | 8 | -150/+60 |
| |/ | | | | | | | | references to Distribute. --HG-- branch : Setuptools-Distribute merge extra : source : 7c68dd2a22cf2dc0ad77f1cca857736586aa5753 | ||||
| * | Bumped to 0.6.36 in preparation for next release. | Jason R. Coombs | 2013-02-16 | 1 | -2/+2 |
| | | | | | | | --HG-- branch : distribute extra : rebase_source : 82ea3f25bc7836db7398b0e602ef34baa1f2c34e | ||||
| * | Updated docs to match originally-intended behavior and the behavior of ↵0.6.35 | Jason R. Coombs | 2013-02-16 | 1 | -12/+6 |
| | | | | | | | | | setuptools 0.6. This fixes #278. --HG-- branch : distribute extra : rebase_source : 2b4f2ca890d32a2d1a3179bb1805b6a1f1e9be77 | ||||
| * | Bumped to 0.6.35 in preparation for next release. | Jason R. Coombs | 2012-12-31 | 1 | -2/+2 |
| | | | | | | | --HG-- branch : distribute extra : rebase_source : 77f34fdeebd01224a2d399855f0674108133b3e6 | ||||
| * | Bumped to 0.6.34 in preparation for next release. | Jason R. Coombs | 2012-12-29 | 1 | -2/+2 |
| | | | | | | | --HG-- branch : distribute extra : rebase_source : 4455898775fbb40a5a331909c61d45622a9ea97a | ||||
