summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_packageindex.py
Commit message (Expand)AuthorAgeFilesLines
* Post-merge fixes for Python 3.Vinay Sajip2012-10-101-1/+1
* Merge with upstreamJason R. Coombs2013-06-181-19/+41
|\
| * Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-221-9/+9
| * The error message changed in Python 3.3.Lennart Regebro2012-08-221-1/+1
| * Don't raise when exception is caughtJason R. Coombs2012-07-221-0/+1
| * MergeJason R. Coombs2012-07-221-7/+6
| |\
| | * Update this test again to ensure it's trapping the expected exception (Distut...Jason R. Coombs2012-07-221-5/+6
| * | Expand error message to help detect why this test fails on travisJason R. Coombs2012-07-221-4/+4
| * | MergeJason R. Coombs2012-05-181-2/+8
| |\ \ | | |/
| | * Fixed failing test on Python 2.7.3 (and probably other recent patch releases)Jason R. Coombs2012-05-181-2/+8
| * | Skip another test that fails on Jython due to port 0 binding behavior.Jason R. Coombs2012-04-151-0/+4
| |/
| * Split one test 'bad urls' into several different tests (for clarity).Jason R. Coombs2012-04-151-4/+18
* | Fixed some bugs - tests now all pass under Python 3.3.Vinay Sajip2011-06-211-1/+1
* | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-9/+13
|/
* Fixing #200agroszer2011-04-151-0/+9
* fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-191-5/+3
* set-up infrastructure to write tests with a real http server, and reproduced ...Christophe Combelles2010-05-191-0/+38
* malformed urls in 2.7 are catched now - fixes #160Tarek Ziade2010-05-191-1/+11
* removed assertTrue/assertFalse occurrencesTarek Ziade2010-05-191-1/+1
* fixed #20 - catching invalid URL error from httplibtarek2009-08-281-0/+6
* fixed #16 and #18: BadStatusLine and ValueError in package_index.urlopentarek2009-08-261-0/+33
* Fix for http://bugs.python.org/setuptools/issue7 (backport from trunk)PJ Eby2008-08-211-0/+8
* chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-181-3/+3
* Changed setuptools.package_index.PackageIndex.open_url to include theJim Fulton2007-03-091-0/+19