aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Update ssl_match_hostname to match new stdlib code that fixes a security ↵Toshio Kuratomi2013-10-281-22/+54
| | | | | | | | | | | | | | | | | | | | issue with IDNA domains.
* | | | | Bumped to 1.3 in preparation for next release.Jason R. Coombs2013-11-021-1/+1
| |_|_|/ |/| | |
* | | | Bump to 1.2 in preparation for feature release.1.2b1Jason R. Coombs2013-10-301-1/+1
| | | |
* | | | Merge with defaultJason R. Coombs2013-10-302-2/+5
|\| | |
| * | | Bumped to 1.1.8 in preparation for next release.Jason R. Coombs2013-10-271-1/+1
| | | |
| * | | Skip test when file system encoding is not suitable. Fixes #55 and ↵1.1.7Toshio Kuratomi2013-04-111-1/+4
| | | | | | | | | | | | | | | | Distribute #363.
* | | | Merge with defaultPhilip Thiem2013-09-2816-685/+490
|\| | | | | | | | | | | | | | | | | | | --HG-- extra : rebase_source : d9c70d5bebd4290f568c828c5bc3a9b93a817ff2
| * | | Bug Correction: Avoid double execution when the application throws NameError ↵Niklas Rigemo2013-09-191-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exception. --HG-- branch : patch1
| * | | PEP8: Corrected multiple statements on one line (semicolon)Niklas Rigemo2013-09-191-1/+2
| | | | | | | | | | | | | | | | | | | | --HG-- branch : patch1
| * | | Bumped to 1.1.7 in preparation for next release.Jason R. Coombs2013-09-181-1/+1
| | | |
| * | | execfile now opens target in binary mode for better compatibility. Fixes ↵1.1.6Jason R. Coombs2013-09-181-1/+1
| | | | | | | | | | | | | | | | Distribute #349.
| * | | Adding test capturing Distribute #349Jason R. Coombs2013-09-182-0/+16
| | | | | | | | | | | | | | | | | | | | --HG-- extra : amend_source : 2f401317ae94e6291ae91f8da75173781bc4c48c
| * | | Bumped to 1.1.6 in preparation for next release.Jason R. Coombs2013-09-121-1/+1
| | | |
| * | | Correct boolean logic in fix for #69Jason R. Coombs2013-09-121-1/+1
| | | |
| * | | Remove excess whitespace. Delint one if statement.Jason R. Coombs2013-09-091-31/+6
| | | |
| * | | Reorganize importsJason R. Coombs2013-09-091-5/+8
| | | |
| * | | Bumped to 1.1.5 in preparation for next release.Jason R. Coombs2013-09-071-1/+1
| | | |
| * | | Merge1.1.4Jason R. Coombs2013-09-071-1/+1
| |\ \ \
| | * | | Fix boolean test, incorrectly changed. Off-by-one errors are particularly ↵Jason R. Coombs2013-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | ugly with booleans ;) Fixes #77
| * | | | Bumped to 1.1.4 in preparation for next release.Jason R. Coombs2013-09-061-1/+1
| | | | |
| * | | | Add the import, omitted from the previous commit.1.1.3Jason R. Coombs2013-09-061-0/+1
| | | | |
| * | | | Bumped to 1.1.3 in preparation for next release.Jason R. Coombs2013-09-061-1/+1
| | | | |
| * | | | MergeJason R. Coombs2013-09-063-3/+22
| |\ \ \ \
| | * | | | Correct 404 errors when URLs contain fragments. Fixes #69.Jason R. Coombs2013-09-063-3/+23
| | | | | |
| * | | | | Bumped to 1.1.2 in preparation for next release.Jason R. Coombs2013-09-031-1/+1
| | | | | |
| * | | | | Bumped to 1.1.1 in preparation for next release.1.1.1Jason R. Coombs2013-09-031-1/+1
| | | | | |
| * | | | | Correct AttributeError in upload command on Python 2.4. Fixes #76Jason R. Coombs2013-09-031-1/+1
| | | | | |
| * | | | | Remove unused variableJason R. Coombs2013-09-031-1/+0
| | |/ / / | |/| | |
| * | | | Use isinstance for type comparisonJason R. Coombs2013-09-031-1/+1
| | | | |
| * | | | Remove import *Jason R. Coombs2013-09-031-4/+4
| | | | |
| * | | | Remove long-disabled functionality 'check_conflicts'.Jason R. Coombs2013-09-021-56/+1
| | | | |
| * | | | Remove unused importJason R. Coombs2013-09-021-1/+0
| | | | |
| * | | | Rename variable to avoid conflation with globalJason R. Coombs2013-09-021-4/+4
| | | | |
| * | | | Refactor for nicer indentationJason R. Coombs2013-09-021-8/+7
| | | | |
| * | | | Normalize styleJason R. Coombs2013-09-021-4/+8
| | | | |
| * | | | Move imports to headerJason R. Coombs2013-09-021-2/+2
| | | | |
| * | | | More simply resolve _dont_write_bytecode.Jason R. Coombs2013-09-021-7/+2
| | | | |
| * | | | Refactor _dont_write_bytecode detectionJason R. Coombs2013-09-021-5/+7
| | | | |
| * | | | Move imports to leaderJason R. Coombs2013-09-021-4/+3
| | | | |
| * | | | Refactor for clarityJason R. Coombs2013-09-021-4/+8
| | | | |
| * | | | Reorganize importsJason R. Coombs2013-09-021-6/+10
| | | | |
| * | | | Remove unused importJason R. Coombs2013-09-021-1/+1
| | | | |
| * | | | Remove unused importJason R. Coombs2013-09-021-1/+1
| | | | |
| * | | | Bumped to 1.2 in preparation for next release.Jason R. Coombs2013-08-261-1/+1
| | | | |
| * | | | Updated error message reported when `--allow-hosts` blocks a link to provide ↵Jason R. Coombs2013-08-251-1/+2
| | | | | | | | | | | | | | | | | | | | a less startling user experience. Fixes #71.
| * | | | 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
| | | | |
| * | | | Bumped to 1.1 in preparation for next release.Jason R. Coombs2013-08-171-1/+1
| | | | |
| * | | | Removed the --delete-conflicting and --ignore-conflicts-at-my-risk options, ↵1.0Jason R. Coombs2013-08-171-40/+4
| | | | | | | | | | | | | | | | | | | | which have long been deprecated and indicated that they're not used.