summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed test_get_script_header failures on Windows when Python is in a ↵Jason R. Coombs2013-08-091-3/+6
| | | | | | | | directory with spaces
| * Remove import *Jason R. Coombs2013-08-092-22/+26
| |
| * Spruce up syntax to to address linter warningsJason R. Coombs2013-08-091-42/+26
| |
| * Clean up importsJason R. Coombs2013-08-092-10/+20
| |
| * Updated more references to EasyInstall documentation.Jason R. Coombs2013-08-071-2/+2
| |
| * Fix typoJason R. Coombs2013-08-071-1/+1
| |
| * Update links to point to local documentation, not legacy docs.Jason R. Coombs2013-08-071-2/+2
| |
| * Moved 'history' to changes.txtJason R. Coombs2013-08-072-494/+584
| |
| * Update transitional note to reflect that the change never took place.Jason R. Coombs2013-08-071-8/+9
| |
| * Removed section on Managing Multiple Projects. It only works for Subversion, ↵Jason R. Coombs2013-08-071-39/+0
| | | | | | | | which is substantially replaced by other SCM systems.
| * Removed references to distribute_setup.pyJason R. Coombs2013-08-071-18/+18
| |
| * Corrected syntax in setuptools documentation around console scripts with ↵Jason R. Coombs2013-08-071-3/+4
| | | | | | | | extra requirements. Fixes #62.
| * Update link to bug tracker.Jason R. Coombs2013-08-071-1/+1
| |
| * Use a single, multiline literal to express the template for clarity.Jason R. Coombs2013-08-062-74/+74
| |
| * Add docstringJason R. Coombs2013-08-061-0/+5
| |
| * Use a pattern object to invoke the substitution in _adjust_header, restoring ↵Jason R. Coombs2013-08-061-2/+2
| | | | | | | | Python 2.4-2.6 compatibility.
| * Extract _adjust_header methodJason R. Coombs2013-08-061-6/+18
| |
| * Name variable for clarityJason R. Coombs2013-08-051-1/+2
| |
| * Move specialized Windows behavior to a specialized subclassJason R. Coombs2013-08-051-36/+48
| |
| * Adapted signature on _get_script_args so it accurately abstracts ↵Jason R. Coombs2013-08-051-41/+44
| | | | | | | | windows/other behavior.
| * Extract protected _get_script_args to capture type parameter.Jason R. Coombs2013-08-051-36/+41
| |
| * Moved get_script_args into a ScriptWriter class methodJason R. Coombs2013-08-051-40/+44
| |
| * extract launcher type indicationJason R. Coombs2013-08-051-2/+3
| |
| * Beginning extraction of ScriptWriter classes for writing console and gui scriptsJason R. Coombs2013-08-051-12/+15
| |
* | Fix template rendering errorJason R. Coombs2013-08-141-1/+1
|/
* Syntax update for easy_install commandJason R. Coombs2013-08-051-144/+85
|
* Fleshed out a few details on the release process.Jason R. Coombs2013-08-051-3/+17
|
* Created a new section of the documentation pertaining to development.Jason R. Coombs2013-08-054-20/+40
|
* 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'.
* Use version from version module in setup scriptJason R. Coombs2013-08-051-4/+4
|
* Move version into its own file so that setuptools machinery isn't necessary ↵Jason R. Coombs2013-08-053-2/+3
| | | | to elicit the version.
* 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-250-0/+0
|/
* 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
|