* Automatic Decompression of GZip Encoded Content * AutoAuth Support for Tupled HTTP Auth
0.3.1
++++++++++++++++++
* Cookie Changes * Response.read() * Poster fix
0.3.0
++++++++++++++++++
* Automatic Authentication API Change * Smarter Query URL Parameterization * Allow file uploads and POST data together * New Authentication Manager System - Simpler Basic HTTP System - Supports all build-in urllib2 Auths - Allows for custom Auth Handlers
0.2.4
++++++++++++++++++
* Python 2.5 Support * PyPy-c v1.4 Support * Auto-Authentication tests * Improved Request object constructor
0.2.3
++++++++++++++++++
* New HTTPHandling Methods - Reponse.__nonzero__ (false if bad HTTP Status) - Response.ok (True if expected HTTP Status) - Response.error (Logged HTTPError if bad HTTP Status) - Reponse.raise_for_status() (Raises stored HTTPError)
0.2.2
++++++++++++++++++
* Still handles request in the event of an HTTPError. (Issue 2) * Eventlet and Gevent Monkeypatch support. * Cookie Support (Issue 1)