index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
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/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setuptools
/
package_index.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add Basic Auth support for http URLs with embedded credentials. If an
PJ Eby
2006-12-30
1
-3
/
+44
*
Removed all special support for Sourceforge mirrors, as Sourceforge's
PJ Eby
2006-12-29
1
-99
/
+17
*
Allow explicit selection of Sourceforge mirror(s) with ``--sf-mirror``, and
PJ Eby
2006-09-27
1
-32
/
+73
*
Fixed SF downloads aborting when a SF mirror returns an HTML page when it
PJ Eby
2006-09-25
1
-22
/
+22
*
Backport PyPI regex change.
PJ Eby
2006-07-20
1
-2
/
+2
*
EasyInstall now includes setuptools version information in the
PJ Eby
2006-07-20
1
-6
/
+6
*
Suppressed warning message about possibly-misspelled project name, if an egg
PJ Eby
2006-07-11
1
-13
/
+13
*
Reduce screenscraping required for a package index. Homepage and
PJ Eby
2006-07-11
1
-25
/
+66
*
Allow ``file://`` URLs to be used as a package index. URLs that refer to
PJ Eby
2006-07-10
1
-28
/
+28
*
Fix not recognizing HTML 404 pages from package indexes.
PJ Eby
2006-07-10
1
-2
/
+2
*
Fix ``ftp://`` directory listing URLs from causing a crash when used in
PJ Eby
2006-06-20
1
-1
/
+1
*
Better ambiguity management: accept #egg name/version even if processing
PJ Eby
2006-05-12
1
-7
/
+7
*
Ignore bdist_dumb distributions when looking at download URLs
PJ Eby
2006-04-21
1
-7
/
+7
*
Backport support for file:// directory URLs in --find-links to 0.6
PJ Eby
2006-04-19
1
-7
/
+7
*
Added automatic retry for Sourceforge mirrors. The new download process is
PJ Eby
2006-04-09
1
-9
/
+50
*
Fall back to a reasonable default Sourceforge address if the machine is
PJ Eby
2006-03-28
1
-5
/
+5
*
Fix a problem with fetch() method backward compatibility.
PJ Eby
2006-03-17
1
-1
/
+1
*
Don't recurse into subdirectories when scanning --find-links
PJ Eby
2006-03-03
1
-1
/
+1
*
The ``--find-links`` option previously scanned all supplied URLs and
PJ Eby
2006-02-08
1
-49
/
+49
*
The ``--always-copy`` option now skips "system" and "development" eggs
PJ Eby
2006-02-07
1
-14
/
+55
*
Randomly select a SourceForge mirror IP for each download, to work
PJ Eby
2006-01-23
1
-6
/
+16
*
Scrape-proof Sourceforge mirror processing!
PJ Eby
2006-01-17
1
-40
/
+60
*
Fix editing error (reported by Ian Bicking).
PJ Eby
2006-01-17
1
-1
/
+1
*
More sourceforge changes. :(
PJ Eby
2006-01-17
1
-1
/
+1
*
EasyInstall can now download bare ``.py`` files and wrap them in an egg,
PJ Eby
2006-01-10
1
-31
/
+83
*
PyPI searches now use the exact spelling of requirements specified on
PJ Eby
2006-01-07
1
-6
/
+6
*
0.6a8 final.
PJ Eby
2005-11-16
1
-1
/
+1
*
Update for SourceForge's changed mirror page formats
PJ Eby
2005-11-16
1
-7
/
+7
*
Reduce the number of redundant host blocking warnings by not
PJ Eby
2005-11-04
1
-1
/
+1
*
Added "--allow-hosts" option to restrict downloading and spidering to
PJ Eby
2005-10-19
1
-22
/
+22
*
Fix a bug parsing #egg links reported by Ben Bangert on the distutils-sig.
PJ Eby
2005-09-24
1
-1
/
+1
*
Correctly handle URL fragments in --find-links.
PJ Eby
2005-09-14
1
-1
/
+1
*
Implemented md5 validation for PyPI and for URLs with a "#md5=..." anchor.
PJ Eby
2005-08-22
1
-30
/
+30
[next]