aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Update changelogJason R. Coombs2015-12-251-0/+6
* | | | Merged in nakatoio/setuptools/get_command_list (pull request #163)Jason R. Coombs2015-12-251-0/+8
|\ \ \ \
| * | | | Add get_command_list to dist and process distutils.commands entry pointsSachi King2015-12-071-0/+8
| * | | | Created new branch get_command_listSachi King2015-12-070-0/+0
| | |/ / | |/| |
* | | | Prevent exception in atexit handlers when cert store's tempfileErik Bray2015-12-241-0/+6
* | | | Fix failing test on Windows due to path formatting bugsErik Bray2015-12-241-3/+8
* | | | Fix failing test on Windows due to path separatorErik Bray2015-12-231-1/+1
* | | | Bumped to 19.1.2 in preparation for next release.Jason R. Coombs2015-12-161-1/+1
* | | | Added tag 19.1.1 for changeset 0a2a3d89416eJason R. Coombs2015-12-161-0/+1
* | | | Bumped to 19.1.1 in preparation for next release.19.1.1Jason R. Coombs2015-12-161-1/+1
* | | | Prefer locals to varsJason R. Coombs2015-12-161-1/+1
* | | | Explicitly quote strings rather than relying on repr. Fixes #477.Jason R. Coombs2015-12-162-1/+4
* | | | In resolve version, always cast to a string (avoiding Unicode on Python 2). F...Jason R. Coombs2015-12-162-1/+8
* | | | Bumped to 19.2 in preparation for next release.Jason R. Coombs2015-12-161-1/+1
* | | | Added tag 19.1 for changeset 834782ce4915Jason R. Coombs2015-12-161-0/+1
* | | | Update changelog to reference ticket19.1Jason R. Coombs2015-12-161-1/+2
* | | | Now that bootstrap script automatically installs the latest published version...Jason R. Coombs2015-12-161-28/+0
* | | | Update changelogJason R. Coombs2015-12-161-0/+1
* | | | Fixes #475: correct a typo in metadata environment marker evaluationlsenta2015-12-161-1/+1
* | | | Update changelogJason R. Coombs2015-12-151-0/+8
* | | | No longer need to specify a version in the test run.Jason R. Coombs2015-12-151-1/+3
* | | | release script no longer mutates ez_setup.pyJason R. Coombs2015-12-151-3/+1
* | | | Restore Python 2.7 compatibilityJason R. Coombs2015-12-151-1/+5
* | | | Use contextlib.closing for the responseJason R. Coombs2015-12-151-1/+2
* | | | Just use the indicated version directly.Jason R. Coombs2015-12-151-7/+1
* | | | ez_setup now loads latest version using metadataJason R. Coombs2015-12-151-2/+27
* | | | Bumped to 19.1 in preparation for next release.Jason R. Coombs2015-12-152-2/+2
* | | | Added tag 19.0 for changeset cc41477ecf92Jason R. Coombs2015-12-151-0/+1
* | | | Bumped to 19.0 in preparation for next release.19.0Jason R. Coombs2015-12-152-2/+2
* | | | Use RawConfigParser instead of SafeConfigParser in PyPIConfig class. Interpol...Jason R. Coombs2015-12-143-6/+5
* | | | Use SafeConfigParser in PyPIConfig file. Allows percent signs to be specified...Jason R. Coombs2015-12-143-3/+11
* | | | Use the modern name for the configparser moduleJason R. Coombs2015-12-144-11/+11
* | | | Add test capturing InterpolationSyntaxError on Python 3. Ref #442Jason R. Coombs2015-12-141-1/+1
* | | | Add test capturing InterpolationSyntaxError on Python 3 and KeyError on Python 2Jason R. Coombs2015-12-141-0/+21
* | | | Prefer setdefault to hasattr/setattrJason R. Coombs2015-12-141-2/+1
* | | | Bumped to 18.8.2 in preparation for next release.Jason R. Coombs2015-12-132-2/+2
* | | | Added tag 18.8.1 for changeset fbf06fa35f93Jason R. Coombs2015-12-131-0/+1
* | | | Bumped to 18.8.1 in preparation for next release.18.8.1Jason R. Coombs2015-12-132-2/+2
* | | | Always import for SandboxViolation so it's pickleable. Ref #440.Jason R. Coombs2015-12-131-0/+1
* | | | Add another test capturing violated expectation that SandboxViolation would b...Jason R. Coombs2015-12-131-0/+21
* | | | caught is a better name hereJason R. Coombs2015-12-131-2/+2
* | | | Prevent infinite recursion when UnpickleableException occurs in a sandbox con...Jason R. Coombs2015-12-132-2/+13
* | | | Refine test to not make additional references to exceptions in setuptools.san...Jason R. Coombs2015-12-131-4/+12
* | | | Add test capturing infinite recursion. Ref #440.Jason R. Coombs2015-12-131-0/+10
* | | | Bumped to 18.9 in preparation for next release.Jason R. Coombs2015-12-112-2/+2
* | | | Added tag 18.8 for changeset c811801ffa1dJason R. Coombs2015-12-111-0/+1
* | | | Bumped to 18.8 in preparation for next release.18.8Jason R. Coombs2015-12-112-2/+2
* | | | Also use map from the futureJason R. Coombs2015-12-111-1/+1
* | | | Reclaim space from hanging indentsJason R. Coombs2015-12-111-5/+5
* | | | Replace nested for loop with dual-for generator expression.Jason R. Coombs2015-12-111-4/+8