index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
/
package_index.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged latest changes from setuptools-0.6 branch
Jason R. Coombs
2013-05-13
1
-9
/
+9
|
\
|
*
Low-level SSL verification w/out warnings or options; automatically uses
pje
2013-05-04
1
-14
/
+14
|
*
Default index URL to use SSL version of PyPI
pje
2013-03-01
1
-1
/
+1
|
*
Backport.
PJ Eby
2011-03-23
1
-2
/
+43
|
*
Backport SF download fix
PJ Eby
2010-02-01
1
-2
/
+2
|
*
Backport to 0.6
PJ Eby
2009-11-05
1
-3
/
+3
|
*
Fix for issue 88
PJ Eby
2009-10-28
1
-2
/
+2
|
*
Major updates and fixes include:
PJ Eby
2009-10-12
1
-31
/
+31
*
|
Merge package_index module
Jason R. Coombs
2013-03-20
1
-27
/
+59
|
\
\
|
*
|
Copy changes to package_index from 1aae1efe5733
Jason R. Coombs
2013-03-20
1
-36
/
+77
|
|
/
*
|
Backed out distribute-specific references in package_index module
Jason R. Coombs
2013-03-03
1
-2
/
+2
*
|
This one also failed on Windows.
Stefan H. Holek
2012-10-26
1
-3
/
+2
*
|
Merged in pkoch/distribute (pull request #21)
Jason R. Coombs
2012-10-23
1
-0
/
+53
|
\
\
|
*
|
Make revision specifiable.
Paulo Koch
2012-09-13
1
-9
/
+40
|
*
|
Add support for Mercurial URLs.
Paulo Koch
2011-10-11
1
-0
/
+11
|
*
|
Add support for git URLs.
Paulo Koch
2011-10-11
1
-0
/
+11
*
|
|
Fix cause of test failure on Mac OS X. Refs #20.
Stefan H. Holek
2012-10-09
1
-1
/
+7
|
/
/
*
|
Fix issue #262 - package_index.open_with_auth no longer throws LookupError on...
Jason R. Coombs
2011-12-01
1
-1
/
+18
*
|
Merge (discarding b825c6440dc6)
Jason R. Coombs
2011-08-17
1
-1
/
+1
|
\
\
|
*
|
Remove extraneous 2nd argument in call to open_url, apparently intended to
Alex Clark
2011-08-14
1
-1
/
+1
*
|
|
Include url in warning when processing URL. Fixes #135.
Jason R. Coombs
2011-08-17
1
-1
/
+1
|
/
/
*
|
make sure we don't use getheaders(). get() works for all py versions - fixes ...
0.6.19
Tarek Ziade
2011-06-02
1
-1
/
+1
*
|
Tolerate responses with multiple Content-Length headers - fixes #196
Tarek Ziade
2011-05-16
1
-1
/
+3
*
|
Fixing #200
agroszer
2011-04-15
1
-4
/
+13
*
|
We need to make sure that the result is always a str, even if the result is a...
Lennart Regebro
2010-11-22
1
-2
/
+6
*
|
Only do the decoding if there is something to decode.
Lennart Regebro
2010-07-24
1
-1
/
+1
*
|
Importing url2pathname from the correct place, so 2to3 can do it's job.
Lennart Regebro
2010-07-24
1
-3
/
+3
*
|
merging changes relates #142
Tarek Ziade
2010-07-03
1
-4
/
+11
|
\
\
|
*
|
BUG: Fix #142 - easy_install ignore locally installed packages.
David Cournapeau
2010-05-20
1
-4
/
+11
*
|
|
fixed issue 163 : don't include md5 when comparing two distributions, and scan
Christophe Combelles
2010-05-19
1
-2
/
+2
|
/
/
*
|
malformed urls in 2.7 are catched now - fixes #160
Tarek Ziade
2010-05-19
1
-1
/
+4
*
|
Introduced a socket timeout of 15 seconds on url openings fixes #48
tarek
2009-12-19
1
-0
/
+15
*
|
Issue 21: Allow PackageIndex.open_url to gracefully handle all cases of a htt...
Hanno Schlichting
2009-10-24
1
-0
/
+6
*
|
Changed file() calls to open() calls
agronholm
2009-09-27
1
-1
/
+1
*
|
Only decode HTML pages in 3.x.
Martin v. Löwis
2009-09-13
1
-2
/
+3
*
|
Convert HTML pages to text.
Martin v. Löwis
2009-09-13
1
-0
/
+2
*
|
Shortcut User-agent computation, as 2to3 won't
Martin v. Löwis
2009-09-11
1
-1
/
+1
*
|
fixed #20 - catching invalid URL error from httplib
tarek
2009-08-28
1
-1
/
+1
*
|
fixed #16 and #18: BadStatusLine and ValueError in package_index.urlopen
tarek
2009-08-26
1
-1
/
+16
*
|
The User-Agent is also changed to Distribute
tarek
2009-07-21
1
-2
/
+2
*
|
Apply patch from pjenvey. Closes #3.
Hanno Schlichting
2009-07-16
1
-1
/
+3
|
/
*
Fix for http://bugs.python.org/setuptools/issue29 (backport from trunk)
PJ Eby
2008-08-21
1
-1
/
+1
*
Fix for http://bugs.python.org/setuptools/issue5 (backport from trunk)
PJ Eby
2008-08-21
1
-4
/
+4
*
Fix for http://bugs.python.org/setuptools/issue7 (backport from trunk)
PJ Eby
2008-08-21
1
-2
/
+2
*
The default ``--index-url`` is now ``http://pypi.python.org/simple``, to
PJ Eby
2007-09-04
1
-1
/
+1
*
``ftp:`` download URLs now work correctly. (backport from trunk)
PJ Eby
2007-08-24
1
-2
/
+1
*
Backport fixes and doc updates; prep for 0.6c6 release
PJ Eby
2007-05-31
1
-4
/
+44
*
Changed setuptools.package_index.PackageIndex.open_url to include the
Jim Fulton
2007-03-09
1
-1
/
+3
*
Added ``--local-snapshots-ok`` flag, to allow building eggs from
PJ Eby
2007-02-23
1
-14
/
+14
*
EasyInstall no longer aborts the installation process if a URL it wants to
PJ Eby
2007-01-24
1
-5
/
+5
[next]