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
/
tests
/
test_packageindex.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'main' into debt/remove-legacy-version
Jason R. Coombs
2023-01-14
1
-41
/
+46
|
\
|
*
Limit the amount of whitespace to search/backtrack. Fixes #3659.
Jason R. Coombs
2022-11-04
1
-1
/
+0
|
*
Add test capturing failed expectation. Ref #3659.
Jason R. Coombs
2022-11-04
1
-0
/
+9
|
*
⚫ Fade to black.
Jason R. Coombs
2022-11-04
1
-40
/
+37
|
*
Consistently use unittest.mock in tests
Miro Hrončok
2022-10-17
1
-1
/
+1
*
|
Update test_egg_fragment to include a name with a dash in it. Expand on inter...
Jason R. Coombs
2021-10-22
1
-1
/
+1
|
/
*
Remove Python 2 compatibility
Jason R. Coombs
2020-08-16
1
-6
/
+5
*
Add platform-specific code to override the home directory to honor bpo-36264....
Jason R. Coombs
2020-05-15
1
-1
/
+8
*
Extract fixture for a temp home
Jason R. Coombs
2020-05-15
1
-3
/
+8
*
Just write
Jason R. Coombs
2020-05-15
1
-7
/
+6
*
Remove the test, no longer relevant now that external links are no longer sup...
Jason R. Coombs
2020-05-12
1
-39
/
+0
*
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2020-05-12
1
-2
/
+2
*
Updated test to check for changed git rev checkout
2xB
2019-04-12
1
-1
/
+1
*
Feed the hobgoblins (delint).
Jason R. Coombs
2019-01-26
1
-5
/
+12
*
Assert that warning is raised with svn downloads
Paul Ganssle
2018-12-28
1
-2
/
+4
*
Add test for download_svn, improving coverage on patch
Jason R. Coombs
2018-12-15
1
-0
/
+16
*
Call index.download, covering more code. Split test into two.
Jason R. Coombs
2018-12-14
1
-25
/
+28
*
added unittest for _download_git
Kanika Sabharwal
2018-10-27
1
-0
/
+36
*
Update all pypi.python.org URLs to pypi.org
Jon Dufresne
2018-04-26
1
-2
/
+2
*
Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"
Jason R. Coombs
2017-02-24
1
-2
/
+2
*
Add a test.
Moriyoshi Koizumi
2017-02-13
1
-0
/
+42
*
Strip out vendored packages and require them instead. Ref #581.
Jason R. Coombs
2017-01-01
1
-2
/
+2
*
Fix quantity of blank lines.
stepshal
2016-10-18
1
-3
/
+0
*
Merge pull request #655 from stepshal/imorts_in_same_block
Jason R. Coombs
2016-07-20
1
-1
/
+1
|
\
|
*
Put imports in same block alphabeticaly.
stepshal
2016-07-14
1
-1
/
+1
*
|
Add test capturing expectation of PYPI_MD5 pattern
Jason R. Coombs
2016-07-20
1
-0
/
+10
*
|
Fix missing whitespace around operator.
stepshal
2016-07-14
1
-1
/
+1
|
/
*
Fix quantity of blank lines after code object.
stepshal
2016-07-13
1
-0
/
+1
*
Modeling after Astropy's technique for bundling libraries, the imports are no...
Jason R. Coombs
2015-12-31
1
-8
/
+2
*
Update vendoring technique to match that used for packaging. Ref #229.
Jason R. Coombs
2015-12-31
1
-2
/
+8
*
Merge with master. Ref #229.
Jason R. Coombs
2015-12-31
1
-8
/
+25
|
\
|
*
Use RawConfigParser instead of SafeConfigParser in PyPIConfig class. Interpol...
Jason R. Coombs
2015-12-14
1
-1
/
+1
|
*
Use SafeConfigParser in PyPIConfig file. Allows percent signs to be specified...
Jason R. Coombs
2015-12-14
1
-1
/
+1
|
*
Add test capturing InterpolationSyntaxError on Python 3. Ref #442
Jason R. Coombs
2015-12-14
1
-1
/
+1
|
*
Add test capturing InterpolationSyntaxError on Python 3 and KeyError on Python 2
Jason R. Coombs
2015-12-14
1
-0
/
+21
|
*
Use except/as, now supported by Python 2.6
Jason R. Coombs
2015-01-04
1
-8
/
+4
*
|
Merge with 10.2.1
Jason R. Coombs
2015-01-02
1
-41
/
+43
|
\
\
|
|
/
|
*
Remove additional references to unittest.
Jason R. Coombs
2015-01-02
1
-3
/
+1
|
*
Use tmpdir in test_local_index for brevity and isolation.
Jason R. Coombs
2015-01-02
1
-9
/
+6
|
*
Remove dependence on unittest in favor of pytest for test_packgeindex
Jason R. Coombs
2015-01-02
1
-27
/
+36
|
*
Reorganize imports
Jason R. Coombs
2015-01-02
1
-4
/
+4
|
*
Remove unused imports
Jason R. Coombs
2015-01-01
1
-1
/
+1
*
|
Use six for Python 2 compatibility
Jason R. Coombs
2014-07-05
1
-7
/
+10
|
/
*
Moved imports to the top, made them compatible with Python 2, and added a doc...
Jason R. Coombs
2013-12-01
1
-4
/
+6
*
Adding test capturing #116
Jason R. Coombs
2013-12-01
1
-0
/
+14
*
Add test to exercise the basic functionality of _vcs_split_rev_from_url
Jason R. Coombs
2013-07-24
1
-0
/
+9
*
Update test to reflect the copy of the hash name stored because pypy doesn't ...
Jason R. Coombs
2013-07-22
1
-5
/
+1
*
Add compatibility for Python 2.4 when querying the hash name. Fixes #44
0.9.6
Jason R. Coombs
2013-07-17
1
-1
/
+15
*
Use 'is_valid' instead of simply 'valid' or 'check', which are less clear abo...
0.9.3
Jason R. Coombs
2013-07-15
1
-3
/
+3
*
Added a couple of additional tests, including one capturing #42.
Jason R. Coombs
2013-07-15
1
-0
/
+14
[next]