All Versions
147
Latest Version
Avg Release Cycle
81 days
Latest Release
1049 days ago
Changelog History
Page 15
Changelog History
Page 15
-
v0.3.0 Changes
February 25, 2011- 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
-
v0.2.4 Changes
February 19, 2011- ๐ Python 2.5 Support
- ๐ PyPy-c v1.4 Support
- โ Auto-Authentication tests
- Improved Request object constructor
-
v0.2.3 Changes
February 15, 2011New HTTPHandling Methods
: - Response.__nonzero__ (false if bad HTTP Status) - Response.ok (True if expected HTTP Status) - Response.error (Logged HTTPError if bad HTTP Status) - Response.raise_for_status() (Raises stored HTTPError)
-
v0.2.2 Changes
February 14, 2011- Still handles request in the event of an HTTPError. (Issue #2)
- ๐ Eventlet and Gevent Monkeypatch support.
- ๐ Cookie Support (Issue #1)
-
v0.2.1 Changes
February 14, 2011- Added file attribute to POST and PUT requests for multipart-encode file uploads.
- Added Request.url attribute for context and redirects
-
v0.2.0 Changes
February 14, 2011- Birth!
-
v0.0.1 Changes
February 13, 2011- Frustration
- Conception