Beta and final releases of 1.4 are planned for late 2013.
Added Python 3 support! Huge thanks to Vinay Sajip, Vitaly Babiy, Kelsey Hightower, and Alex Gronholm, among others.
Download progress only shown on a real TTY. Thanks Alex Morega.
Fixed finding of VCS binaries to not be fooled by same-named directories. Thanks Alex Morega.
Fixed uninstall of packages from system Python for users of Debian/Ubuntu python-setuptools package (workaround until fixed in Debian and Ubuntu).
Added get-pip.py installer. Simply download and execute it, using the Python interpreter of your choice:
$ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
$ python get-pip.py
This may have to be run as root.
Note
Make sure you have distribute installed before using the installer!
Avoid redundant unpacking of bundles (from pwaller)
Fixed issue #32, #150, #161 - Fixed checking out the correct tag/branch/commit when updating an editable Git requirement.
Fixed issue #49 - Added ability to install version control requirements without making them editable, e.g.:
pip install git+https://github.com/pypa/pip/
Fixed issue #175 - Correctly locate build and source directory on Mac OS X.
Added git+https:// scheme to Git VCS backend.