Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the --delete-conflicting and --ignore-conflicts-at-my-risk options, ↵1.0 | Jason R. Coombs | 2013-08-17 | 3 | -66/+9 |
| | | | | which have long been deprecated and indicated that they're not used. | ||||
* | Updated docs in Multiple Python Versions to reference supported Python versions. | Jason R. Coombs | 2013-08-17 | 1 | -9/+7 |
| | |||||
* | Reorganized the documentation to cover the different launcher techniques. | Jason R. Coombs | 2013-08-17 | 1 | -30/+62 |
| | |||||
* | Changed the launcher relevant environment variable to SETUPTOOLS_LAUNCHER ↵ | Jason R. Coombs | 2013-08-17 | 3 | -13/+17 |
| | | | | and it now accepts different strings 'natural' and 'executable', instead of only reflecting a boolean value. | ||||
* | Updated changelog once more to provide a re-assuring narrative about the ↵ | Jason R. Coombs | 2013-08-17 | 1 | -1/+5 |
| | | | | backward-incompatible changes. | ||||
* | Updated changelog to highlight backward-incompatible changes | Jason R. Coombs | 2013-08-17 | 1 | -7/+10 |
| | |||||
* | Set stacklevel on DeprecationWarning for more relevant locality. | Jason R. Coombs | 2013-08-15 | 1 | -3/+6 |
| | |||||
* | Added tag 1.0b3 for changeset 8a98492f0d85 | Jason R. Coombs | 2013-08-14 | 1 | -0/+1 |
| | |||||
* | Merge1.0b3 | Jason R. Coombs | 2013-08-14 | 1 | -1/+1 |
|\ | |||||
| * | Fix template rendering error | Jason R. Coombs | 2013-08-14 | 1 | -1/+1 |
| | | |||||
* | | Warn when scripts are installed but PATHEXT isn't set | Jason R. Coombs | 2013-08-13 | 1 | -0/+4 |
| | | | | | | | | | | --HG-- extra : histedit_source : a1c329f92ee71a707955e352b63987af9de6e120 | ||||
* | | Use .pya extension instead of simply .py to avoid creating scripts that are ↵ | Jason R. Coombs | 2013-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | importable as modules. --HG-- extra : histedit_source : ef811b339d08652c845c5556fd7e2d0f38ee12df | ||||
* | | Remove -script scripts also | Jason R. Coombs | 2013-08-13 | 1 | -1/+1 |
| | | |||||
* | | Normalize whitespace | Jason R. Coombs | 2013-08-13 | 1 | -284/+48 |
| | | |||||
* | | Remove unused import | Jason R. Coombs | 2013-08-13 | 1 | -1/+0 |
| | | |||||
* | | Reorganize imports | Jason R. Coombs | 2013-08-13 | 1 | -1/+8 |
| | | |||||
* | | Allow the test to fail on its own merits rather than failing with a ↵ | Jason R. Coombs | 2013-08-11 | 1 | -19/+4 |
| | | | | | | | | not-so-useful message; removed Python 2.3 support. | ||||
* | | Added tag 1.0b2 for changeset aba16323ec93 | Jason R. Coombs | 2013-08-11 | 1 | -0/+1 |
| | | |||||
* | | Fix TypeError when no attrs were passed1.0b2 | Jason R. Coombs | 2013-08-11 | 1 | -1/+2 |
| | | |||||
* | | Restored tunnel (proxy) support in SSL connections. Fixes #52. | Jason R. Coombs | 2013-08-11 | 2 | -0/+8 |
| | | |||||
* | | Officially deprecated Features functionality (per #65). | Jason R. Coombs | 2013-08-11 | 2 | -3/+22 |
| | | |||||
* | | Added tag 1.0b1 for changeset 7b91ff93a30e | Jason R. Coombs | 2013-08-10 | 1 | -0/+1 |
| | | |||||
* | | Updated changelog. Fixes #63.1.0b1 | Jason R. Coombs | 2013-08-10 | 1 | -0/+4 |
| | | |||||
* | | Restore Python 2.4 compatibility in ez_setup | Jason R. Coombs | 2013-08-10 | 1 | -0/+9 |
| | | |||||
* | | Suppress output when checking viability of wget/curl. Fixed viability ↵ | Jason R. Coombs | 2013-08-10 | 1 | -4/+10 |
| | | | | | | | | assignment and Windows platform detection. | ||||
* | | Use more explicit command-line parameters | Jason R. Coombs | 2013-08-10 | 1 | -2/+2 |
| | | |||||
* | | Implemented download using wget | Jason R. Coombs | 2013-08-10 | 1 | -3/+17 |
| | | |||||
* | | Implemented curl support for bootstrapping. | Jason R. Coombs | 2013-08-10 | 1 | -1/+15 |
| | | |||||
* | | 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 |