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

19 commits

Author SHA1 Message Date
Jannis Leidel f5335079fb Moved a recursive import. 2013-07-23 20:06:11 +02:00
Jannis Leidel 8a4458bf56 Fixed a whole bunch of cosmetic problems, mostly to adhere to PEP8. 2013-02-16 19:02:41 +01:00
Georgi Valkov f77a6de500 Move pip.call_subprocess to pip.util.call_subprocess 2012-03-02 01:12:36 +02:00
Qiangning Hong c2e6f87ea8 support Python 3 2012-02-02 15:25:30 +08:00
Qiangning Hong ba95ea9499 support Python 2.4 2012-02-02 15:05:48 +08:00
Qiangning Hong 363cc60154 let subversion export support auth and revision 2012-01-31 18:56:47 +08:00
Qiangning Hong 5df6c3aede make subversion understand http://username:password@svn.example.com/ url 2012-01-31 18:42:53 +08:00
Paul Nasrat 35027f278b Fix pep8 CI build.
Tested locally:
=====================================================
================== Running pep8 =====================

Searching for pep8
Reading http://pypi.python.org/simple/pep8/
Reading http://github.com/cburroughs/pep8.py/tree/master
Reading http://github.com/jcrocholl/pep8
Best match: pep8 0.6.1
Processing pep8-0.6.1-py2.7.egg
pep8 0.6.1 is already the active version in easy-install.pth
Installing pep8 script to
/Users/pnasrat/Development/pip/pip_virtualenv/bin

Using
/Users/pnasrat/Development/pip/pip_virtualenv/lib/python2.7/site-packages/pep8-0.6.1-py2.7.egg
Processing dependencies for pep8
Finished processing dependencies for pep8

==================== Ended pep8 =====================
=====================================================
2012-01-30 06:26:12 +00:00
Qiangning Hong 188b012502 use svn info --xml to get revision 2012-01-19 00:26:38 +08:00
Paul Nasrat e25ae70333 Fix svn+svn protocol issue #252 2011-04-16 19:27:52 +08: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
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
Alexandre Conrad 933a5ad363 remove hardcoded 'svn' and 'hg' commands 2010-04-15 16:01:29 +02:00
Simon Cross 2877f67264 Correct svn export logging message. 2010-04-15 13:16:40 +02:00
Jannis Leidel e9d400fc87 Fixed #41 - Handle ssh+svn URLs of editables correctly. 2010-03-11 02:41:08 +01:00
Ian Bicking b0df48ad31 Factor out the PackageIndex code; move more stuff to pip.util 2009-11-20 17:39:44 -06: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