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

698 commits

Author SHA1 Message Date
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 b4b5a25752 pip search should not expect errors. fixed 2010-07-06 14:26:43 -03:00
Hugo Lopes Tavares 8dd23eb2cc easy_install from local checkout instead of remote http - one more test that does not rely on internet connection 2010-07-06 14:22:36 -03:00
Hugo Lopes Tavares 567e359d29 refactored Requirement.unpack_url and splitted that in pip.download 2010-07-06 01:12:30 -03:00
Hugo Lopes Tavares 6101f0f3bb moved pip.util functions `get_file_content, urlopen, is_url, url_to_path, path_to_url, path_to_url2, geturl and is_archive_file` to pip.download 2010-07-02 11:53:07 -03:00
Hugo Lopes Tavares fad5030209 added mock to .hgignore 2010-07-19 08:52:31 -03:00
Hugo Lopes Tavares 0ccd5ebf97 using custom xmlrpclib.Transport (testability purposes) 2010-07-02 09:27:22 -03:00
Carl Meyer b80b7af94f doc updates; consolidate easy_install comparison, remove note about not working on Windows 2010-07-15 13:41:13 -04:00
Carl Meyer 2638b8b0af add trove classifiers for Python versions supported 2010-07-15 13:14:54 -04:00
Carl Meyer 9e8cf9a0b4 a terminal size of (0,0) is no terminal size at all; fixes #139 2010-07-02 13:07:08 -04:00
Hugo Lopes Tavares 06840e857e moved all vcs to tests_cache 2010-07-02 09:39:45 -03:00
Hugo Lopes Tavares acfaac4292 now it uses a lightweight INITools svn repository (dump and load stuff) 2010-07-01 22:44:26 -03:00
Hugo Lopes Tavares 19cf68d82f removed circular import. moved running_under_virtualenv to pip.locations and updated imports 2010-07-01 21:03:54 -03:00
Hugo Lopes Tavares 99bf39bcd6 removed _running_under_virtualenv defined in locations.py, and renamed pip.util.in_venv to pip.util.running_under_virtualenv 2010-07-01 12:27:07 -03:00
Hugo Lopes Tavares 09cbc5399b insert pip-delete-this-directory.txt in every build directory pip creates temporarily (it identifies pip created that), and always remove it if no longer needed. it fixes issue #57 and issue #133 2010-07-01 02:07:34 -03:00
Hugo Lopes Tavares 8cdbebc60f added a global function with a good name, abstracting how it knows about running under virtualenv 2010-07-01 00:09:22 -03:00
Carl Meyer c8549359d4 add test detritus to .hgignore 2010-07-01 08:10:36 -04: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 b05bda09fe added wsgi_intercept to tests_require, so it does not need to download and extract, added wsgiproxy and webob==dev so tests can proxy exact requests 2010-06-24 13:37:36 -03:00
Hugo Lopes Tavares ea53596738 removed wrong comment in test_freeze_git_clone 2010-06-23 21:54:17 -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 f732e7d579 fixed win32 bug with %r - it needs to `repr the str` representation 2010-06-21 20:57:53 -03:00
Hugo Lopes Tavares 6488044790 using __repr__ instead of __str__ - it fails in windows and is less code; suggestion added by ianb 2010-06-21 20:42:11 -03:00
Hugo Lopes Tavares 67fd4dbcc4 splitted local_repo into local_repo and local_checkout: local_repo returns file://url, while local_checkout returns vcs+file://url and updated code used local_repo function 2010-06-21 19:48:28 -03:00
Hugo Lopes Tavares 9a7e8bd4ae renamed from _is_file_url_scheme to _is_local_repository - it was misnamed 2010-06-21 18:33:59 -03:00
Hugo Lopes Tavares a14d84e4dc added missing file:// to all local_repos (with svn that was not working) 2010-06-21 13:23:54 -03:00
Hugo Lopes Tavares 0cca0d546e added missing usage of local_repo to tests/test_uninstall.py 2010-06-21 13:23:25 -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
Hugo Lopes Tavares 19afe52b0b removed old and wrong comment 2010-06-16 21:53:16 -03:00
Hugo Lopes Tavares 51ed26d5a6 improved svnadmin call and fixed the initools_folder line 2010-06-16 09:01:05 -03:00
Hugo Lopes Tavares 79543c74fa added missing local_repos.py module 2010-06-16 07:32:57 -03:00
Hugo Lopes Tavares 23cb437dde now tests check out and use INITools local svn repository and local_repo function has been moved to tests/local_repos.py module 2010-06-16 06:51:21 -03:00
Hugo Lopes Tavares c8047c4bbe using new local_repo style, like local_repo('hg+http://bitbucket.org/ianb/virtualenv') 2010-06-14 13:54:44 -03:00
Hugo Lopes Tavares fe7476284b fixed issue related to svn+svn+file:// when freezing (http://paste.pocoo.org/show/224427/) 2010-06-14 11:38:47 -03:00
Hugo Lopes Tavares 1f4408c1b9 added changes to make it easier to add ianb suggestions (local_repo should chekout the repos and the repos are not tracked with pip source code) 2010-06-09 23:47:29 -03:00
Hugo Lopes Tavares 907ff575d1 it is nothing about case-sensitive, the path_to_url semantics was wrong (it was based in pip.util.path_to_url2 function, that was wrong) 2010-06-09 20:06:35 -03:00
Hugo Lopes Tavares 3126a19e17 fixed #132 in mercurial (found mercurial local repos failed in windows) 2010-06-09 19:57:06 -03:00
Hugo Lopes Tavares ba47445bec moved _is_file_scheme to VersionControl class and renamed it to _is_file_url_scheme 2010-06-09 19:56:36 -03:00
Hugo Lopes Tavares b5fc588cec tets care are case-sensitive and the right function is normpath, to change slashes to backslashes in win32 2010-06-09 19:55:27 -03:00
Hugo Lopes Tavares cfadd22030 bugfix to #132 (bazaar file scheme) in win32 2010-06-09 19:42:46 -03:00
Hugo Lopes Tavares 1f0e98c875 refactoring and bugfix to windows path urls support 2010-06-09 19:29:08 -03:00
Hugo Lopes Tavares 63ccf14eae fixed missing start slash to work with file urls in win32 2010-06-09 19:08:33 -03:00
Hugo Lopes Tavares ce06acb072 added changes to fix file paths to url in windows 2010-06-09 19:01:01 -03:00
Hugo Lopes Tavares 3733499481 bugfix: closed ticket #132 - Bazaar backend does not show bzr+file:// in freeze command 2010-06-09 00:34:44 -03:00
Hugo Lopes Tavares a971072c0d using local repos 2010-06-09 00:23:39 -03:00
Hugo Lopes Tavares 4cda37e4b3 using local mercurial repositories in tests/test_freeze.py 2010-06-08 22:20:32 -03:00
Hugo Lopes Tavares 109e65bda6 bugfix: added missing slash to local file path 2010-06-08 21:45:09 -03:00