Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #63: Initial implementation of a mechanism for securely bootstrapping ↵ | Jason R. Coombs | 2013-08-10 | 1 | -18/+57 |
| | | | | setuptools, leveraging system tools for trust validation. | ||||
* | 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 | 3 | -19/+60 |
| | | | | rather than installing launcher executables. My initial experience with this technique has been very positive. | ||||
* | Bumped to 1.0 in preparation for next release. | Jason R. Coombs | 2013-08-09 | 2 | -2/+2 |
| | |||||
* | Replaced overly-specific error messages with more general ones for improved ↵ | Jason R. Coombs | 2013-08-09 | 3 | -2/+10 |
| | | | | cross-implementation compatibility. Fixes #50. | ||||
* | Issue 50: Removed filename and line number from SyntaxErrors returned by ↵ | Jason R. Coombs | 2013-08-09 | 3 | -5/+25 |
| | | | | invalid_marker. This change simplifies the test and paves the way for supporting PyPy. | ||||
* | Fixed script header generation in easy_install tests. Fixes #37. | Jason R. Coombs | 2013-08-09 | 1 | -2/+2 |
| | |||||
* | Added test to capture behavior expected behavior on Windows with spaces in ↵ | Jason R. Coombs | 2013-08-09 | 2 | -6/+10 |
| | | | | the filename | ||||
* | Fixed test_get_script_header failures on Windows when Python is in a ↵ | Jason R. Coombs | 2013-08-09 | 1 | -3/+6 |
| | | | | directory with spaces | ||||
* | Remove import * | Jason R. Coombs | 2013-08-09 | 2 | -22/+26 |
| | |||||
* | Spruce up syntax to to address linter warnings | Jason R. Coombs | 2013-08-09 | 1 | -42/+26 |
| | |||||
* | Clean up imports | Jason R. Coombs | 2013-08-09 | 2 | -10/+20 |
| | |||||
* | 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 | 2 | -494/+584 |
| | |||||
* | 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 |
| | |||||
* | Use a single, multiline literal to express the template for clarity. | Jason R. Coombs | 2013-08-06 | 2 | -74/+74 |
| | | | | | --HG-- extra : rebase_source : df5f817f45451b3a2c4093c12bb7b2b51f8ff3b7 | ||||
* | Add docstring | Jason R. Coombs | 2013-08-06 | 1 | -0/+5 |
| | | | | | --HG-- extra : rebase_source : 79c95e70593d4e4177c3c1f9625e427d9ce0a16c | ||||
* | Use a pattern object to invoke the substitution in _adjust_header, restoring ↵ | Jason R. Coombs | 2013-08-06 | 1 | -2/+2 |
| | | | | | | | Python 2.4-2.6 compatibility. --HG-- extra : rebase_source : 4245d65731ca4433c80cf260906085500ab6c357 | ||||
* | Extract _adjust_header method | Jason R. Coombs | 2013-08-06 | 1 | -6/+18 |
| | | | | | --HG-- extra : rebase_source : 63809401ac0769504a143981e518ef31488ea400 | ||||
* | Name variable for clarity | Jason R. Coombs | 2013-08-05 | 1 | -1/+2 |
| | | | | | --HG-- extra : rebase_source : 6787fb9e99b28fa2d9504d18018878ccf193d521 | ||||
* | Move specialized Windows behavior to a specialized subclass | Jason R. Coombs | 2013-08-05 | 1 | -36/+48 |
| | | | | | --HG-- extra : rebase_source : f56a411c3cace611952133b96a48ed92888f75a1 | ||||
* | Adapted signature on _get_script_args so it accurately abstracts ↵ | Jason R. Coombs | 2013-08-05 | 1 | -41/+44 |
| | | | | | | | windows/other behavior. --HG-- extra : rebase_source : f57970b6ee6a79e0ef4dc277356e789ff8a341ff | ||||
* | Extract protected _get_script_args to capture type parameter. | Jason R. Coombs | 2013-08-05 | 1 | -36/+41 |
| | | | | | --HG-- extra : rebase_source : d5458d1469b8b411d3937fa52996fdf96e601029 | ||||
* | Moved get_script_args into a ScriptWriter class method | Jason R. Coombs | 2013-08-05 | 1 | -40/+44 |
| | | | | | --HG-- extra : rebase_source : 2acd6e7c81e54fa495f8b0eaf667b77f40c6495a | ||||
* | extract launcher type indication | Jason R. Coombs | 2013-08-05 | 1 | -2/+3 |
| | | | | | --HG-- extra : rebase_source : 940b4a8a2c6efe60a2c532e943173ccff0515790 | ||||
* | Beginning extraction of ScriptWriter classes for writing console and gui scripts | Jason R. Coombs | 2013-08-05 | 1 | -12/+15 |
| | | | | | --HG-- extra : rebase_source : 24c34791314ba58ecb0c7dca7bd7fa02a3a84949 | ||||
* | 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 |
| |