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

11 commits

Author SHA1 Message Date
Paul Nasrat
2860dc7d41 Fix whitespace, etc for pep8 compliance
Reran tests after changes on 2.4, 2.6, 3.2 all pass.

=====================================================
================== 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.6.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.6/site-packages/pep8-0.6.1-py2.6.egg
Processing dependencies for pep8
Finished processing dependencies for pep8

==================== Ended pep8 =====================
=====================================================
2011-05-04 08:44:02 +01:00
Jannis Leidel
36740c2eff Updated get-pip.py. 2011-04-04 18:16:17 +02:00
Jannis Leidel
a50ac009c8 Updated script generators to show a nice warning if setuptools/distribute can't be found during execution. 2011-04-04 18:14:01 +02:00
Jannis Leidel
69c33a4090 Don't use context managers in the contrib scripts. Thanks to Hugo's eagle eyes. 2011-04-04 16:42:56 +02:00
Jannis Leidel
496910eabd Added get-pip.py installer. 2011-04-04 14:07:50 +02:00
Jannis Leidel
70f1a44d68 Updated name of installer script to get-pip.py and updated docs to mention that script in the installation instructions. 2011-04-04 14:03:23 +02:00
Jannis Leidel
e2868690b1 Removed unneeded regen-docs script. 2011-04-04 13:52:38 +02:00
Jannis Leidel
a778647b22 Added build-installer script to build install-pip.py script, a standalone version of pip that installs itself. Also updated build-standalone script to use the new packager contrib tool. 2011-04-04 13:52:27 +02:00
Jannis Leidel
3857317669 Added contrib packager based on Ronny Pfannschmidt's genscript. 2011-04-04 13:51:21 +02:00
Jannis Leidel
029d626d7c More work on the build-standalone script. 2010-07-30 18:56:27 +02:00
Jannis Leidel
90b9e7228f Moved scripts to contrib dir. 2010-07-30 12:15:47 +02:00