summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-070-0/+0
* Merge Pull Request #483.5.2Jason R. Coombs2014-05-0723-291/+441
|\
| * 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
| * Use simpler syntax to get the same infoJason R. Coombs2014-05-051-2/+2
| * Reindent long lineJason R. Coombs2014-05-051-1/+2
| * Reformat for consistencyJason R. Coombs2014-05-051-1/+8
| * Rewrite hashcmp using modern syntaxJason R. Coombs2014-05-051-5/+6
| * Merge pkg_resources.Environment.__getitem__() code cleanup (pull request #47 ...Jason R. Coombs2014-05-0519-173/+240
| |\
| | * Bumped to 3.5.2 in preparation for next release.Jason R. Coombs2014-05-043-6/+6
| | * Added tag 3.5.1 for changeset 254d8c625f46Jason R. Coombs2014-05-040-0/+0
| | * Bumped to 3.5.1 in preparation for next release.3.5.1Jason R. Coombs2014-05-042-2/+2
| | * Restore install._install with a comment to capture its requirement on earlier...Jason R. Coombs2014-05-042-0/+11
| | * Give comma-separated values a little room to breathe (use common style conven...Jason R. Coombs2014-05-041-115/+115
| | * Bumped to 3.6 in preparation for next release.Jason R. Coombs2014-05-033-6/+6
| | * Added tag 3.5 for changeset 98f29d521c3aJason R. Coombs2014-05-030-0/+0
| | * Bumped to 3.5 in preparation for next release.3.5Jason R. Coombs2014-05-032-2/+2
| | * Update changelogJason R. Coombs2014-05-031-0/+4
| | * Restore traversal of symbolic links in find_packages. Fixes #195.Jason R. Coombs2014-05-031-1/+1
| | * Add test capturing failure when find_packages no longer follows symlinks. Ref...Jason R. Coombs2014-05-032-4/+29
| | * Backed out changeset: b0a2fcc5275a Ref #193Jason R. Coombs2014-05-031-1/+2
| | * Monkey-patch the write_pkg_info method on Python 3.1 DistributionMetadata. Fi...Jason R. Coombs2014-05-032-0/+28
| | * Updated references to bootstrap module to use new bootstrap.pypa.io locations...Jason R. Coombs2014-05-022-9/+9
| | * Correct indentation and clarify meaning by using namespacingJason R. Coombs2014-04-308-45/+43
| * | Remove _sort_dists (unused)Jason R. Coombs2014-05-051-6/+0
| * | Correct sort order by using list.sort with support for 'key' and 'reverse'. T...Jason R. Coombs2014-05-051-2/+2
| * | Sort _distmap entries on insert. Obviates need for a cache.Jason R. Coombs2014-05-041-49/+3
| * | pkg_resources.Environment.__getitem__() code cleanupJurko Gospodneti?2014-04-151-12/+52
| |/
* | 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
|/
* Re-arrange _first_line_re to put core functionality at the top levelJason R. Coombs2014-04-151-4/+8
* Move import to the topJason R. Coombs2014-04-151-2/+2
* Extract first_line_re function to encapsulate compatibility mechanismJason R. Coombs2014-04-151-4/+9
* Fix typo in formats.txtMartin Froehlich2014-04-131-1/+1
* Python2.x needs encode as well.yyfeng886252014-03-211-2/+1
* Bumped to 3.4.5 in preparation for next release.Jason R. Coombs2014-04-112-2/+2