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
/
tests
/
test_packageindex.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Added a test to prove the basic usage of content checks
Jason R. Coombs
2013-07-15
1
-0
/
+11
*
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
1
-10
/
+12
|
\
|
*
Post-merge fixes for Python 3.
Vinay Sajip
2012-10-10
1
-1
/
+1
|
*
Merge with upstream
Jason R. Coombs
2013-06-18
1
-19
/
+41
|
|
\
|
*
|
Fixed some bugs - tests now all pass under Python 3.3.
Vinay Sajip
2011-06-21
1
-1
/
+1
|
*
|
Changes to support 2.x and 3.x in the same codebase.
Vinay Sajip
2011-06-20
1
-9
/
+13
*
|
|
Update some URLs.
Arfrever Frehtes Taifersar Arahesis
2013-06-11
1
-1
/
+1
*
|
|
Update test to work with latest SSL-enabled URL opening technique.
Jason R. Coombs
2013-05-19
1
-10
/
+6
*
|
|
Updated references in tests to refer to setuptools in favor of distribute
Jason R. Coombs
2013-03-19
1
-1
/
+1
|
|
/
|
/
|
*
|
Got rid of deprecated assert_ and assertEquals.
Lennart Regebro
2012-08-22
1
-9
/
+9
*
|
The error message changed in Python 3.3.
Lennart Regebro
2012-08-22
1
-1
/
+1
*
|
Don't raise when exception is caught
Jason R. Coombs
2012-07-22
1
-0
/
+1
*
|
Merge
Jason R. Coombs
2012-07-22
1
-7
/
+6
|
\
\
|
*
|
Update this test again to ensure it's trapping the expected exception (Distut...
Jason R. Coombs
2012-07-22
1
-5
/
+6
*
|
|
Expand error message to help detect why this test fails on travis
Jason R. Coombs
2012-07-22
1
-4
/
+4
*
|
|
Merge
Jason R. Coombs
2012-05-18
1
-2
/
+8
|
\
|
|
|
*
|
Fixed failing test on Python 2.7.3 (and probably other recent patch releases)
Jason R. Coombs
2012-05-18
1
-2
/
+8
*
|
|
Skip another test that fails on Jython due to port 0 binding behavior.
Jason R. Coombs
2012-04-15
1
-0
/
+4
|
/
/
*
/
Split one test 'bad urls' into several different tests (for clarity).
Jason R. Coombs
2012-04-15
1
-4
/
+18
|
/
*
Fixing #200
agroszer
2011-04-15
1
-0
/
+9
*
fixed issue 163 : don't include md5 when comparing two distributions, and scan
Christophe Combelles
2010-05-19
1
-5
/
+3
*
set-up infrastructure to write tests with a real http server, and reproduced ...
Christophe Combelles
2010-05-19
1
-0
/
+38
*
malformed urls in 2.7 are catched now - fixes #160
Tarek Ziade
2010-05-19
1
-1
/
+11
[next]