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

24 commits

Author SHA1 Message Date
Donald Stufft
2743768b7b Fix the style of the code base to better match pep8 2014-01-27 14:11:29 -05:00
Jannis Leidel
8a4458bf56 Fixed a whole bunch of cosmetic problems, mostly to adhere to PEP8. 2013-02-16 19:02:41 +01:00
Marcus Smith
103db0d62d docs and cli error text updates 2013-01-30 20:59:44 -08:00
Ollie Rutherfurd
ed09b444bd fix compatability w/3.3 & 2.7.4 & bazaar (#552) 2012-06-07 11:34:27 -04:00
Ollie Rutherfurd
2cfd872fec Python >= 3.3a4 handles url fragments automatically 2012-06-01 18:17:23 -04:00
Carl Meyer
4b6872dfbb No .format() formatting yet. 2012-03-13 23:55:17 -07:00
Thomas Fenzl
2c0ac186d3 fixes #427 in own branch 2012-03-13 15:38:47 -07:00
Jannis Leidel
afaa58d024 Minor name nitpicking and a fix for subcommands. 2012-01-20 14:38:34 +01:00
Paul van der Linden
8d67101b6e path exists action 2011-10-04 16:10:46 +02:00
Hugo Lopes Tavares
d14d3b1986 added fix for edge case in pip.utils.find_command and moved BadCommand raise from VersionControl.cmd to find_command 2011-04-28 01:01:08 -03:00
Paul Nasrat
e25ae70333 Fix svn+svn protocol issue #252 2011-04-16 19:27:52 +08:00
Carl Meyer
a6181add40 Remove nonexistent name from an __all__. 2011-03-20 11:40:22 -04:00
Vinay Sajip
680b5dfda0 Port to Python3 2011-03-15 15:49:48 -04:00
Jannis Leidel
5b657e681d Fix #10 -- Allow using requirements from version control as sources for non-editable installations. 2010-11-22 20:34:31 +01:00
Jannis Leidel
4d98a308ec Completely use our rmtree instead of shutil.rmtree direct. 2010-11-22 20:32:14 +01:00
Jannis Leidel
0cb87df5cd Made version control and commands loading use pkgutil. 2010-07-26 04:54:16 +02:00
Jannis Leidel
78394430b1 Fixed wrong __all__ list. 2010-07-26 04:51:36 +02: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
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
d06c98dc6f merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
Carl Meyer
6ce6f9e9f6 remove revision-from-repo 2010-05-25 16:09:42 -04:00
Dave Abrahams
0867fdc465 Implemented ability to request a revision by name from the repository.
(only supported on Git for now)
2010-04-12 15:54:37 -04:00
Alexandre Conrad
933a5ad363 remove hardcoded 'svn' and 'hg' commands 2010-04-15 16:01:29 +02:00
Ian Bicking
dc6b8393eb Extracted the vcs support into a package/modules. Moved some routines from __init__ into pip.util 2009-11-20 15:03:40 -06:00