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
Donald Stufft
2743768b7b Fix the style of the code base to better match pep8 2014-01-27 14:11:29 -05:00
Marcus Smith
6f56681780 show what commands are deprecated in pip -h 2014-01-11 09:59:26 -08:00
Marcus Smith
5b1c5f45c6 use Logger.deprecated for deprecation warnings 2014-01-10 20:59:24 -08:00
Marcus Smith
4afe71fe47 consistent deprecation messages 2014-01-09 20:28:28 -08:00
Marcus Smith
e7facfea82 changed the pip bundle deprecation notice so that:
- it says when the feature became deprecated
- for now, it doesn't specify when it will be removed until we're sure
- logs as a warning (with yellow color)
2013-10-22 20:06:55 -07:00
Marcus Smith
b1f014612b deprecate pip bundle and support for installing pybundle files 2013-07-13 16:15:30 -07:00
Jannis Leidel
8a4458bf56 Fixed a whole bunch of cosmetic problems, mostly to adhere to PEP8. 2013-02-16 19:02:41 +01:00
Jannis Leidel
7db3d03e1a Moved the command description into the command class docstring to follow Python best practices. 2013-02-16 19:00:29 +01:00
Marcus Smith
ab9ea197bd improved docs and cli help 2013-01-18 13:25:15 -08:00
Georgi Valkov
46a21751b8 add the base_parser argument to all Command instances 2012-11-10 15:34:53 +02:00
Georgi Valkov
7427eca00b remove global command instances
Rework the way commands are defined, loaded and ran in pip:

 - Commands are instantiated on demand in pip.main().

 - A command 'registry' - mapping of command names to command classes in
   pip.commands.__init__.

 - Remove deferred command module loading.
2012-11-10 15:30:16 +02:00
Carl Meyer
cfc1237360 Handle option defaults better in bundle command; fixes failing test introduced in pull request #340. 2011-10-24 10:50:56 -06:00
Hugo Lopes Tavares
d06c98dc6f merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
Alexandre Conrad
aaccedf26a centralized clean up code in one place 2010-04-17 18:36:31 +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
Ian Bicking
3d32c196b5 Extract commands into their own modules; fix a few imports and dead functions that pyflakes found 2009-11-20 12:20:52 -06:00