aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Trim excess whitespaceJason R. Coombs2013-08-251-123/+4
| | | | | | |
| * | | | | | Remove unused importsJason R. Coombs2013-08-251-4/+0
| | | | | | |
| * | | | | | Reorganize importsJason R. Coombs2013-08-251-4/+9
| |/ / / / /
| * | | | | MergeJason R. Coombs2013-08-191-3/+14
| |\ \ \ \ \
| | * | | | | Powershell isn't installed by default on Windows Server 2008. Also it's ↵Jason R. Coombs2013-08-191-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | possible that Powershell is present on older systems. Now use direct detection of a Powershell executable to determine viability of that technique for a downloader. Fixes #67.
| * | | | | | Fix spellingDaniel Néri2013-08-181-1/+1
| | | | | | |
| * | | | | | Corrected title formatting and hyperlink to correct Sphinx errorsJason R. Coombs2013-08-171-3/+4
| | | | | | |
| * | | | | | Remove linked changes file after upload and pushJason R. Coombs2013-08-171-0/+3
| | | | | | |
| * | | | | | Extract bookmark name into the classJason R. Coombs2013-08-171-6/+8
| | | | | | |
| * | | | | | Encapsulate bootstrap bookmark functionalityJason R. Coombs2013-08-171-16/+18
| | | | | | |
| * | | | | | Refactor for clarityJason R. Coombs2013-08-171-11/+13
| | | | | | |
| * | | | | | Use jaraco.packaging 2.0 to invoke pushing the bookmark as a separate ↵Jason R. Coombs2013-08-171-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | operation from pushing the other changesets.
| * | | | | | Bumped to 1.1 in preparation for next release.Jason R. Coombs2013-08-174-68/+68
| | | | | | |
| * | | | | | Added tag 1.0 for changeset c385fdf1f976Jason R. Coombs2013-08-171-0/+1
| |/ / / / /
| * | | | | Removed the --delete-conflicting and --ignore-conflicts-at-my-risk options, ↵1.0Jason R. Coombs2013-08-173-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. Coombs2013-08-171-9/+7
| | | | | |
| * | | | | Reorganized the documentation to cover the different launcher techniques.Jason R. Coombs2013-08-171-30/+62
| | | | | |
| * | | | | Changed the launcher relevant environment variable to SETUPTOOLS_LAUNCHER ↵Jason R. Coombs2013-08-173-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. Coombs2013-08-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | backward-incompatible changes.
| * | | | | Updated changelog to highlight backward-incompatible changesJason R. Coombs2013-08-171-7/+10
| | | | | |
| * | | | | Set stacklevel on DeprecationWarning for more relevant locality.Jason R. Coombs2013-08-151-3/+6
| | | | | |
| * | | | | Added tag 1.0b3 for changeset 8a98492f0d85Jason R. Coombs2013-08-141-0/+1
| | | | | |
| * | | | | Merge1.0b3Jason R. Coombs2013-08-141-1/+1
| |\ \ \ \ \
| | * | | | | Fix template rendering errorJason R. Coombs2013-08-141-1/+1
| | | | | | |
| * | | | | | Warn when scripts are installed but PATHEXT isn't setJason R. Coombs2013-08-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- extra : histedit_source : a1c329f92ee71a707955e352b63987af9de6e120
| * | | | | | Use .pya extension instead of simply .py to avoid creating scripts that are ↵Jason R. Coombs2013-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | importable as modules. --HG-- extra : histedit_source : ef811b339d08652c845c5556fd7e2d0f38ee12df
| * | | | | | Remove -script scripts alsoJason R. Coombs2013-08-131-1/+1
| | | | | | |
| * | | | | | Normalize whitespaceJason R. Coombs2013-08-131-284/+48
| | | | | | |
| * | | | | | Remove unused importJason R. Coombs2013-08-131-1/+0
| | | | | | |
| * | | | | | Reorganize importsJason R. Coombs2013-08-131-1/+8
| | | | | | |
| * | | | | | Allow the test to fail on its own merits rather than failing with a ↵Jason R. Coombs2013-08-111-19/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | not-so-useful message; removed Python 2.3 support.
| * | | | | | Added tag 1.0b2 for changeset aba16323ec93Jason R. Coombs2013-08-111-0/+1
| | | | | | |
| * | | | | | Fix TypeError when no attrs were passed1.0b2Jason R. Coombs2013-08-111-1/+2
| | | | | | |
| * | | | | | Restored tunnel (proxy) support in SSL connections. Fixes #52.Jason R. Coombs2013-08-112-0/+8
| | | | | | |
| * | | | | | Officially deprecated Features functionality (per #65).Jason R. Coombs2013-08-112-3/+22
| | | | | | |
| * | | | | | Added tag 1.0b1 for changeset 7b91ff93a30eJason R. Coombs2013-08-101-0/+1
| | | | | | |
| * | | | | | Updated changelog. Fixes #63.1.0b1Jason R. Coombs2013-08-101-0/+4
| | | | | | |
| * | | | | | Restore Python 2.4 compatibility in ez_setupJason R. Coombs2013-08-101-0/+9
| | | | | | |
| * | | | | | Suppress output when checking viability of wget/curl. Fixed viability ↵Jason R. Coombs2013-08-101-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | assignment and Windows platform detection.
| * | | | | | Use more explicit command-line parametersJason R. Coombs2013-08-101-2/+2
| | | | | | |
| * | | | | | Implemented download using wgetJason R. Coombs2013-08-101-3/+17
| | | | | | |
| * | | | | | Implemented curl support for bootstrapping.Jason R. Coombs2013-08-101-1/+15
| | |_|_|_|/ | |/| | | |
| * | | | | Issue #63: Initial implementation of a mechanism for securely bootstrapping ↵Jason R. Coombs2013-08-101-18/+57
| | | | | | | | | | | | | | | | | | | | | | | | setuptools, leveraging system tools for trust validation.
| * | | | | Minimum Python version is 2.4Jason R. Coombs2013-08-101-3/+2
| | | | | |
| * | | | | Issue 60: Implemented experimental opt-in support for using native launchers ↵Jason R. Coombs2013-08-103-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. Coombs2013-08-092-2/+2
| | | | | |
| * | | | | Replaced overly-specific error messages with more general ones for improved ↵Jason R. Coombs2013-08-093-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | cross-implementation compatibility. Fixes #50.
| * | | | | Issue 50: Removed filename and line number from SyntaxErrors returned by ↵Jason R. Coombs2013-08-093-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. Coombs2013-08-091-2/+2
| | | | | |
| * | | | | Added test to capture behavior expected behavior on Windows with spaces in ↵Jason R. Coombs2013-08-092-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | the filename