1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

12 commits

Author SHA1 Message Date
Vinay Sajip
680b5dfda0 Port to Python3 2011-03-15 15:49:48 -04:00
Jannis Leidel
ac2bfb5f32 Fixed minor cosmetic issues to please pep8 tests. 2010-07-29 18:56:03 +02:00
Ian Bicking
8c28d14471 Fix status line parsing 2010-07-22 16:55:37 -05:00
Hugo Lopes Tavares
0b9a2a3618 in python2.6 there is a response.code, but it is None, and we need to change its value to 200. 2010-07-19 20:24:55 -03:00
Hugo Lopes Tavares
8a553b8625 the last bugfix was not complete - if urllib2.urlopen opens a file uri content, it has no "code" or "msg" attribute in addinfourl instance; added getattr for that 2010-07-19 10:20:44 -03:00
Hugo Lopes Tavares
0efece20e4 bugfix to python lesser than 2.6 - AttributeError: addinfourl instance has no attribute 'getcode' 2010-07-19 10:03:50 -03:00
Hugo Lopes Tavares
7ffa4ab4cb removed webob, wsgiproxy and wsgi_intercept as dependencies - now the tests use our own cache 2010-07-06 22:56:47 -03:00
Hugo Lopes Tavares
3df79d6476 intercept everything monkey patching wsgi_intercept 2010-06-30 18:33:43 -03:00
Hugo Lopes Tavares
d3f0e2133c changed to cache all domains that are openend with urllib2.urlopen, starting with pypi.python.org, at the second time the tests are run 2010-06-24 13:38:38 -03:00
Hugo Lopes Tavares
e304223373 changed names from similar_pages to similar_urls, changed doctest to simple test called in __main__ section and improved the algorithm to find similar urls 2010-06-22 18:09:50 -03:00
Hugo Lopes Tavares
cb67569a53 using rb mode to read all pypiserver related files - md5 crashes under win32 if it does not open that way 2010-06-22 14:16:57 -03:00
Hugo Lopes Tavares
d81852b295 uses wsgi_intercept to intercept calls to python.python.org, so all pypi packages are got locally 2010-06-17 00:22:26 -03:00