summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use PY3 and PY2 throughoutJason R. Coombs2014-05-1710-43/+44
* Add a PY2 also.Jason R. Coombs2014-05-171-1/+2
* Compute PY3 directly and switch on that for clarity.Jason R. Coombs2014-05-171-4/+3
* with_statement is available naturally in Python 2.6Jason R. Coombs2014-05-172-7/+6
* Merge 4 out of 5 commits from Philip Thiem's unicode_try_2. Ref #193Jason R. Coombs2014-05-173-11/+74
|\
| * In corporate the old unicode with the spirit of what the FileList updating.Philip Thiem2014-05-171-6/+25
| * Starting a unicode_utils module.Philip Thiem2014-05-171-0/+41
| * with_statements and output utf-8 outputPhilip Thiem2014-05-171-6/+9
| * Merge in test changes from previous tryPhilip Thiem2014-05-171-8/+16
* | Backed out changeset: 1ceaffff2d9b (restoring b0a2fcc5275a). Ref #193Jason R. Coombs2014-05-151-2/+1
* | Merge changes from Pull Request 50Jason R. Coombs2014-05-172-9/+17
|\ \ | |/ |/|
| * Improved comment in the latin1 sdist test.philip_thiem2014-04-251-7/+4
| * test_sdist: change the latin1 test to match the behavior of write_manifestPhilip Thiem2014-04-241-3/+14
| * ignore .git* filesPhilip Thiem2014-04-241-2/+1
| * ensure write_manifest passes contents to write_file as unicode strings.Philip Thiem2014-04-242-18/+34
* | Add a _repair method to repair the FileList after unsafe entries have been ad...Jason R. Coombs2014-05-161-0/+12
* | Also override extend to check paths for safety.Jason R. Coombs2014-05-161-0/+3
* | Move Python 3 code to the body of the functionJason R. Coombs2014-05-161-9/+8
* | Use compat for Python 3 detectionJason R. Coombs2014-05-161-2/+2
* | Extract _safe_pathJason R. Coombs2014-05-161-3/+6
* | ReindentJason R. Coombs2014-05-161-2/+2
* | Fix failure on non-Windows systemsJason R. Coombs2014-05-161-2/+1
* | FileList.append already excludes files that are not UTF-8 encodable, so rely ...Jason R. Coombs2014-05-151-14/+1
* | Test should use the same high-level interface for appending filenames as the ...Jason R. Coombs2014-05-151-1/+1
* | Extend docstring for test_write_manifest_skips_non_utf8_filenamesJason R. Coombs2014-05-151-1/+6
* | ReindentJason R. Coombs2014-05-151-2/+2
* | This code path doesn't make sense. If the UnicodeEncodeError occurred above, ...Jason R. Coombs2014-05-151-4/+0
* | Clean up docstringJason R. Coombs2014-05-151-2/+2
* | Bumped to 3.7 in preparation for next release.Jason R. Coombs2014-05-073-6/+6
* | Added tag 3.6 for changeset e94e768594a1Jason R. Coombs2014-05-071-0/+1
* | Bumped to 3.6 in preparation for next release.3.6Jason R. Coombs2014-05-072-2/+2
* | Update changelog. Fixes #203.Jason R. Coombs2014-05-071-0/+7
* | Extract powershell command to correct long lineJason R. Coombs2014-05-071-1/+7
* | Downloading throw proxy fixed http://stackoverflow.com/a/18790045/61505Arkadiy Shapkin2014-04-241-1/+1
* | Bumped to 3.5.3 in preparation for next release.Jason R. Coombs2014-05-072-2/+2
* | Added tag 3.5.2 for changeset 572201d08eadJason R. Coombs2014-05-071-0/+1
* | Merge Pull Request #483.5.2Jason R. Coombs2014-05-072-14/+44
|\ \
| * | Update changelogJason R. Coombs2014-05-071-0/+7
| * | make easy_install.uncache_zipdir() remove more stale zipimporter instancesJurko Gospodnetić2014-04-151-12/+14
| * | clean up easy_install.uncache_zipdir() code & commentsJurko Gospodnetić2014-04-151-5/+17
| * | quick-fix #168: avoid using stale cached zipped egg dist info in easy_installJurko Gospodnetić2014-04-151-0/+9
| |/
* | Just suppress the spurious IndexError when it happens. Rely on the environmen...Jason R. Coombs2014-05-051-3/+4
* | Add Python 3.4 as a testable version. Bump version pulled in bootstrap test.Jason R. Coombs2014-05-051-1/+2
* | Use modern syntax for octal valuesJason R. Coombs2014-05-054-9/+9
* | Avoid trailing commentsJason R. Coombs2014-05-051-47/+92
* | Fix spacing in __all__Jason R. Coombs2014-05-051-3/+4
* | Now this syntax fits nicely on one lineJason R. Coombs2014-05-051-4/+1
* | Remove unnecessary list comprehensionJason R. Coombs2014-05-051-2/+2
* | Reindent more long lines. Other minor syntax modernization.Jason R. Coombs2014-05-051-21/+39
* | Reindent long lines in marker implJason R. Coombs2014-05-051-12/+35