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

16 commits

Author SHA1 Message Date
Vinay Sajip
680b5dfda0 Port to Python3 2011-03-15 15:49:48 -04: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
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
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
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
0bd412be4a changed to use svn local repo 2010-06-08 21:14:01 -03:00
Hugo Lopes Tavares
ab3ea6ec51 removed unused vars and imports 2010-06-03 21:58:16 -03:00
Hugo Lopes Tavares
d06c98dc6f merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
Dave Abrahams
4bcfe6bd15 test_bundle now passes on windows 2010-05-01 11:12:14 -04:00
Francesco
461b64965a fix issue 1 http://github.com/ryppl/pip/issues#issue/1 2010-04-15 00:00:01 +02:00
Francesco
d4b98294ee bundle creation test pass 2010-04-13 01:20:02 +02:00
Alexandre Conrad
aaccedf26a centralized clean up code in one place 2010-04-17 18:36:31 +02:00
Carl Meyer
4060b810c5 fix test names, remove old doctest files 2010-02-24 18:16:43 -05:00
Jakub Vysoky
0ac3f39eb8 test_freeze.txt into py
use textwrap.dedent for readability
2010-02-24 11:24:55 +01:00
Jakub Vysoky
b0f58b60c4 test_bundle.txt into py 2010-02-24 11:24:55 +01:00