- Support Python 3.x. [Leo Singer]
- Conditionally import xml.parsers.expat.ExpatError. [Leo Singer]
Restores compatibility with Python 2.6, which does not have
xml.etree.cElementTree.ParseError.
- Add unit test for connection closed by server. [Leo Singer]
- Recover from connection closed by peer while reading. [Leo Singer]
- Add nose-based unit tests. Build now uses setuptools. [Leo Singer]
- Fix typos. [Leo Singer]