Extras
Here is some other stuff I am working on:
rfoo - (remote foo) A fast RPC package which can do 130,000 IPC calls per second on a regular PC - http://code.google.com/p/rfoo/
rfoo.marsh - A fast (Cython) serialization module which extends Python built in marshal module by eliminating serialization of code objects and protecting against bad input. The result is a safe to use ultra fast serializer.
Winpdb - A Platform Independent Python Debugger