I've released version 2.09 of pycparser. In addition to numerous issue fixes, the two major changes for this release are:
  1. The pycparser project has moved to BitBucket from Google Code. It's still available on PyPI as usual.
  2. The dependency on PLY has been folded, by carrying an appropriate version of PLY along with pycparser. I find this strategy makes testing and deployment much easier. So if you now create a clean installation of pycparser, you no longer need to install any prerequisites. If you're just upgrading, worry not, pycparser will use its own PLY (due to relative imports).