That is good news. Too bad about the "delay of several minutes in some cases between updating a package and having it be installable" though; just last month I was testing some changes to a Python package of a friend of mine sitting next to me, with him uploading to PyPI and me re-installing via pip every time. Total abuse of the system but I did appreciate how easily it worked :-P
You can host the source and eggs on another host, e.g. Google Code or Launchpad instead of PyPi. Setuptools is smart enough to follow the download links there. This won’t solve the delay if you bump the version number though.
Fantastic news! Pypi downloads were the slowest and most unreliable part of our install process. It is/was so bad that it almost always failed when you have a mid sized list of new packets to install.
Woot! Pypy is a little slow sometimes but this is a great change for me as I'm getting more into python and doing "experiments" with virtualenv and pip.