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 5f1ca6b79c Fix on Windows 2013-08-05 08:00:55 -04:00
Donald Stufft e5c64f0878 Add some tests to ensure behavior 2013-08-05 01:55:28 -04:00
Donald Stufft a560a2c3ad Pass the environ dict into should_color 2013-08-05 01:33:17 -04:00
Donald Stufft fdeffacd90 Split the version parsing into it's own function 2013-08-05 01:31:43 -04:00
Donald Stufft f8d4b326be Add Log.deprecated which takes a removal version and logs a message
Deprecation message will use Log.warn if removal version is > 1
release away, otherwise it will use log.error
2013-08-04 23:48:45 -04:00
Donald Stufft 7685533a40 Emit Log.error with a log level of ERROR 2013-08-04 23:48:45 -04:00
Donald Stufft ce79c72247 Render logging output with colors if they are supported 2013-08-04 23:48:36 -04:00
Marcus Smith 22bf924b52 merge with develop 2013-02-16 14:17:22 -08: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 1cf1a7e595 refactor pip.backwardcompat from module to package 2013-02-10 22:02:11 -08:00
Marc Abramowitz efe449576e Encapsulate write/buffer Python 2 vs. Python 3 check into a utility method (fwrite) in pip.backwardcompat.
Refs https://github.com/pypa/pip/pull/374#r285670
2011-12-27 09:26:33 -08:00
Marc Abramowitz 1db8285dd4 Revise b154c82 so that it works with Python 2 2011-10-29 08:31:35 -07:00
Marc Abramowitz b154c827e7 Modify Logger.log so that it can output UTF-8 encoded messages. 2011-10-25 21:59:45 -07:00
Alex Morega 375a293a11 show download progress only when writing to a TTY 2011-03-15 11:05:54 -04:00
Hugo Lopes Tavares d06c98dc6f merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
Ian Bicking 01f80a25f3 Move log into another file 2009-11-20 01:06:11 -06:00