summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge1.0b3Jason R. Coombs2013-08-1415-1079/+1124
|\
| * Warn when scripts are installed but PATHEXT isn't setJason R. Coombs2013-08-131-0/+4
| * Use .pya extension instead of simply .py to avoid creating scripts that are i...Jason R. Coombs2013-08-131-2/+2
| * 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 not-so-us...Jason R. Coombs2013-08-111-19/+4
| * Added tag 1.0b2 for changeset aba16323ec93Jason R. Coombs2013-08-110-0/+0
| * 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-100-0/+0
| * 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 assignm...Jason R. Coombs2013-08-101-4/+10
| * 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 s...Jason R. Coombs2013-08-101-18/+57
| * 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
| * 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 c...Jason R. Coombs2013-08-093-2/+10
| * Issue 50: Removed filename and line number from SyntaxErrors returned by inva...Jason R. Coombs2013-08-093-5/+25
| * 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 th...Jason R. Coombs2013-08-092-6/+10
| * Fixed test_get_script_header failures on Windows when Python is in a director...Jason R. Coombs2013-08-091-3/+6
| * 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
| * Removed references to distribute_setup.pyJason R. Coombs2013-08-071-18/+18
| * Corrected syntax in setuptools documentation around console scripts with extr...Jason R. Coombs2013-08-071-3/+4
| * 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
| * 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 windows/othe...Jason R. Coombs2013-08-051-41/+44
| * 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