aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
Commit message (Expand)AuthorAgeFilesLines
* Merge Python 3 native support from distributeJason R. Coombs2013-06-181-38/+47
|\
| * Fix Python3 compatibility issue in filterfalseJason R. Coombs2013-06-171-2/+2
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-3/+88
| |\
| * \ Merge with upstreamJason R. Coombs2013-06-181-2/+25
| |\ \
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-37/+45
* | | | Merge with Distribute 0.6.43Jason R. Coombs2013-05-251-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Restore Python 2.4 compatible syntaxJason R. Coombs2013-05-241-1/+1
* | | | Fix use of getheaders on Python 3Jason R. Coombs2013-05-251-4/+3
* | | | Support get_headers on Python 3 and Python 2Jason R. Coombs2013-05-241-1/+4
* | | | Merge with distribute 0.6.42Jason R. Coombs2013-05-241-0/+32
|\| | |
| * | | Use a wrapper to ensure unique values on find_external_links. Factors out uni...Jason R. Coombs2013-05-241-9/+15
| * | | Add unique_everseen from Python 2.7 docsJason R. Coombs2013-05-241-0/+19
| * | | actually filter the linksDirley Rodrigues2013-02-041-0/+2
| * | | avoid naming problemsDirley Rodrigues2013-02-041-7/+7
| * | | Improve external links finder to not yield duplicate links.Dirley Rodrigues2013-02-041-2/+8
* | | | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-9/+9
|\ \ \ \
| * | | | Low-level SSL verification w/out warnings or options; automatically usespje2013-05-041-14/+14
| * | | | Default index URL to use SSL version of PyPIpje2013-03-011-1/+1
| * | | | Backport.PJ Eby2011-03-231-2/+43
| * | | | Backport SF download fixPJ Eby2010-02-011-2/+2
| * | | | Backport to 0.6PJ Eby2009-11-051-3/+3
| * | | | Fix for issue 88PJ Eby2009-10-281-2/+2
| * | | | Major updates and fixes include:PJ Eby2009-10-121-31/+31
* | | | | Merge package_index moduleJason R. Coombs2013-03-201-27/+59
|\ \ \ \ \
| * | | | | Copy changes to package_index from 1aae1efe5733Jason R. Coombs2013-03-201-36/+77
| |/ / / /
* | / / / Backed out distribute-specific references in package_index moduleJason R. Coombs2013-03-031-2/+2
| |/ / / |/| | |
* | | | This one also failed on Windows.Stefan H. Holek2012-10-261-3/+2
* | | | Merged in pkoch/distribute (pull request #21)Jason R. Coombs2012-10-231-0/+53
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make revision specifiable.Paulo Koch2012-09-131-9/+40
| * | | Add support for Mercurial URLs.Paulo Koch2011-10-111-0/+11
| * | | Add support for git URLs.Paulo Koch2011-10-111-0/+11
* | | | Fix cause of test failure on Mac OS X. Refs #20.Stefan H. Holek2012-10-091-1/+7
|/ / /
* | | Fix issue #262 - package_index.open_with_auth no longer throws LookupError on...Jason R. Coombs2011-12-011-1/+18
* | | Merge (discarding b825c6440dc6)Jason R. Coombs2011-08-171-1/+1
|\ \ \
| * | | Remove extraneous 2nd argument in call to open_url, apparently intended toAlex Clark2011-08-141-1/+1
| | |/ | |/|
* / | Include url in warning when processing URL. Fixes #135.Jason R. Coombs2011-08-171-1/+1
|/ /
* | make sure we don't use getheaders(). get() works for all py versions - fixes ...0.6.19Tarek Ziade2011-06-021-1/+1
* | Tolerate responses with multiple Content-Length headers - fixes #196Tarek Ziade2011-05-161-1/+3
* | Fixing #200agroszer2011-04-151-4/+13
* | We need to make sure that the result is always a str, even if the result is a...Lennart Regebro2010-11-221-2/+6
* | Only do the decoding if there is something to decode.Lennart Regebro2010-07-241-1/+1
* | Importing url2pathname from the correct place, so 2to3 can do it's job.Lennart Regebro2010-07-241-3/+3
* | merging changes relates #142Tarek Ziade2010-07-031-4/+11
|\ \
| * | BUG: Fix #142 - easy_install ignore locally installed packages.David Cournapeau2010-05-201-4/+11
* | | fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-191-2/+2
|/ /
* | malformed urls in 2.7 are catched now - fixes #160Tarek Ziade2010-05-191-1/+4
* | Introduced a socket timeout of 15 seconds on url openings fixes #48tarek2009-12-191-0/+15
* | Issue 21: Allow PackageIndex.open_url to gracefully handle all cases of a htt...Hanno Schlichting2009-10-241-0/+6
* | Changed file() calls to open() callsagronholm2009-09-271-1/+1
* | Only decode HTML pages in 3.x.Martin v. Löwis2009-09-131-2/+3