summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
* Added tag 3.4.4 for changeset 0917d575d260Jason R. Coombs2014-04-110-0/+0
* Exclude children of excluded parents when doing package discovery. Fixes #184.3.4.4Jason R. Coombs2014-04-112-0/+24
* Add test capturing overmatching in new find_packages. Ref #184.Jason R. Coombs2014-04-071-0/+11
* Bumped to 3.4.4 in preparation for next release.Jason R. Coombs2014-04-072-2/+2
* Added tag 3.4.3 for changeset 06a56e063c32Jason R. Coombs2014-04-070-0/+0
* Issue #183: Really fix test command with Python 3.1.3.4.3Arfrever Frehtes Taifersar Arahesis2014-04-072-2/+8
* Bumped to 3.4.3 in preparation for next release.Jason R. Coombs2014-04-062-2/+2
* Added tag 3.4.2 for changeset 369f6f90f696Jason R. Coombs2014-04-060-0/+0
* Wrap unittest.main in a compatibility wrapper for Python 3.1 compatibility. F...3.4.2Jason R. Coombs2014-04-063-4/+28
* Bumped to 3.4.2 in preparation for next release.Jason R. Coombs2014-03-303-6/+6
* Added tag 3.4.1 for changeset e39de2d3eb77Jason R. Coombs2014-03-300-0/+0
* Bumped to 3.4.1 in preparation for next release.3.4.1Jason R. Coombs2014-03-302-2/+2
* Skip this test because it now fails under Python 3.3 and earlier apparently d...Jason R. Coombs2014-03-301-0/+4
* Extract the resolution of loader/runner classes. Allows None value to pass-th...Jason R. Coombs2014-03-302-6/+19
* Also run tests under unittest for now. Ref #181.Jason R. Coombs2014-03-301-0/+1
* Reformat to add the conventional whitespace and shorter lines.Jason R. Coombs2014-03-301-11/+13
* Use file context for write_stubJason R. Coombs2014-03-301-3/+2
* Create stub template from a multiline string.Jason R. Coombs2014-03-301-12/+11
* Update bdist_egg for styleJason R. Coombs2014-03-301-99/+34
* Bumped to 3.5 in preparation for next release.Jason R. Coombs2014-03-302-2/+2
* Added tag 3.4 for changeset 5cb90066d987Jason R. Coombs2014-03-300-0/+0
* Allow install to proceed with an egg install on IronPython and any other envi...3.4Jason R. Coombs2014-03-302-1/+15
* variable name is superfluous nowJason R. Coombs2014-03-301-2/+1
* Simplify comment not to repeat the obvious implication of the 'if' test.Jason R. Coombs2014-03-301-3/+1
* Update docstringJason R. Coombs2014-03-301-5/+4
* Use inspect module instead of _getframeJason R. Coombs2014-03-301-7/+8
* Extract a method to capture the intention of caller detection.Jason R. Coombs2014-03-301-13/+21