Kenneth Reitz [Fri, 25 Feb 2011 09:43:18 +0000 (04:43 -0500)]
Proper async module docs
Kenneth Reitz [Fri, 25 Feb 2011 09:40:33 +0000 (04:40 -0500)]
Prepping for v0.3.0 release.
Kenneth Reitz [Thu, 24 Feb 2011 07:06:48 +0000 (02:06 -0500)]
Cleanups
Kenneth Reitz [Thu, 24 Feb 2011 06:53:55 +0000 (01:53 -0500)]
Merge branch 'develop' into merge/xero
Kenneth Reitz [Thu, 24 Feb 2011 06:50:38 +0000 (01:50 -0500)]
merge changes
Kenneth Reitz [Thu, 24 Feb 2011 06:45:44 +0000 (01:45 -0500)]
Merge https://github.com/Digitalxero/requests into merge/xero
Kenneth Reitz [Thu, 24 Feb 2011 06:38:58 +0000 (01:38 -0500)]
Added Dj Gilcrease to AUTHORS.
Kenneth Reitz [Thu, 24 Feb 2011 06:30:00 +0000 (01:30 -0500)]
!+=
Kenneth Reitz [Thu, 24 Feb 2011 06:29:51 +0000 (01:29 -0500)]
Added Flavio to AUTHORS
Flavio Percoco Premoli [Wed, 23 Feb 2011 07:49:08 +0000 (08:49 +0100)]
small workaround for issue #7
Kenneth Reitz [Mon, 21 Feb 2011 19:36:41 +0000 (14:36 -0500)]
Safer error response handling.
Kenneth Reitz [Mon, 21 Feb 2011 07:25:01 +0000 (02:25 -0500)]
Added HACKING file.
digitalxero [Sat, 19 Feb 2011 20:33:24 +0000 (15:33 -0500)]
Fix a syntax error on py2.5 and pypy
digitalxero [Sat, 19 Feb 2011 20:21:47 +0000 (15:21 -0500)]
Reset copyright on the async module
digitalxero [Sat, 19 Feb 2011 20:07:58 +0000 (15:07 -0500)]
Made it so people can add their own auth handlers and not just the 4 provided by Python
digitalxero [Sat, 19 Feb 2011 20:04:56 +0000 (15:04 -0500)]
Add in a proper AuthManager instead of the list version that was being used.
Added support for all Auth types that python supports
digitalxero [Sat, 19 Feb 2011 16:18:29 +0000 (11:18 -0500)]
Update the README
digitalxero [Sat, 19 Feb 2011 16:13:10 +0000 (11:13 -0500)]
Added an async module to make it explicit to the user that they are using async calls.
digitalxero [Sat, 19 Feb 2011 15:51:54 +0000 (10:51 -0500)]
Remove the eventles code, this should live in requests.async or something so the user explicitly requests it
Clean up the code to get rid of the unnecessary AuthObject class
Cleanup the send method
Cleanup the convenience methods by adding a request method that they all use.
Kenneth Reitz [Sat, 19 Feb 2011 06:30:22 +0000 (01:30 -0500)]
Merge branch 'hotfix/date' into develop
Kenneth Reitz [Sat, 19 Feb 2011 06:30:10 +0000 (01:30 -0500)]
Merge branch 'hotfix/date'
Kenneth Reitz [Sat, 19 Feb 2011 06:30:03 +0000 (01:30 -0500)]
history date fix
Kenneth Reitz [Sat, 19 Feb 2011 06:03:39 +0000 (01:03 -0500)]
Merge branch 'release/0.2.4'
Kenneth Reitz [Sat, 19 Feb 2011 06:02:13 +0000 (01:02 -0500)]
Version needs to be available externally.
Kenneth Reitz [Sat, 19 Feb 2011 06:02:01 +0000 (01:02 -0500)]
Production Ready! Added Python 2.5 to Support list.
Kenneth Reitz [Sat, 19 Feb 2011 06:01:51 +0000 (01:01 -0500)]
Simpler setup.py versioning.
Kenneth Reitz [Sat, 19 Feb 2011 06:00:03 +0000 (01:00 -0500)]
Version Bump (v0.2.4)
Kenneth Reitz [Sat, 19 Feb 2011 05:59:56 +0000 (00:59 -0500)]
v0.2.4 Release information
Kenneth Reitz [Sat, 19 Feb 2011 05:43:27 +0000 (00:43 -0500)]
Roadmap update
Kenneth Reitz [Sat, 19 Feb 2011 05:41:28 +0000 (00:41 -0500)]
Import fix for python2.5
Kenneth Reitz [Sat, 19 Feb 2011 05:38:09 +0000 (00:38 -0500)]
Merge branch 'develop' of github.com:kennethreitz/requests into develop
Kenneth Reitz [Sat, 19 Feb 2011 05:37:33 +0000 (00:37 -0500)]
Added autoauth tests
Kenneth Reitz [Fri, 18 Feb 2011 21:13:49 +0000 (16:13 -0500)]
import fix
Kenneth Reitz [Fri, 18 Feb 2011 21:08:26 +0000 (16:08 -0500)]
cstring io fix for py3
Kenneth Reitz [Fri, 18 Feb 2011 21:00:34 +0000 (16:00 -0500)]
cStringIO fix.
Kenneth Reitz [Fri, 18 Feb 2011 20:57:50 +0000 (15:57 -0500)]
screw 2.4
Kenneth Reitz [Fri, 18 Feb 2011 09:41:42 +0000 (04:41 -0500)]
pypy configuration
Kenneth Reitz [Fri, 18 Feb 2011 09:41:34 +0000 (04:41 -0500)]
no more test suite
Kenneth Reitz [Fri, 18 Feb 2011 09:39:53 +0000 (04:39 -0500)]
Python 2.5 Fixes.
Kenneth Reitz [Fri, 18 Feb 2011 08:35:18 +0000 (03:35 -0500)]
Merge branch 'release/0.9.4'
Kenneth Reitz [Fri, 18 Feb 2011 08:32:10 +0000 (03:32 -0500)]
tox update (usable now?)
Kenneth Reitz [Fri, 18 Feb 2011 00:38:40 +0000 (19:38 -0500)]
tox setup for 2.4-2.7
Kenneth Reitz [Thu, 17 Feb 2011 21:22:03 +0000 (16:22 -0500)]
Making everyone else happy.
Kenneth Reitz [Thu, 17 Feb 2011 21:20:53 +0000 (16:20 -0500)]
cleaning up line lengths
Kenneth Reitz [Thu, 17 Feb 2011 21:17:46 +0000 (16:17 -0500)]
Much nicer helper functions and constructors
Kenneth Reitz [Thu, 17 Feb 2011 18:14:03 +0000 (13:14 -0500)]
added test_suite.sh for CI
Kenneth Reitz [Thu, 17 Feb 2011 18:13:52 +0000 (13:13 -0500)]
gitignore update for jenkins
Kenneth Reitz [Wed, 16 Feb 2011 17:47:58 +0000 (12:47 -0500)]
from __future__ import absolute_imports
Kenneth Reitz [Tue, 15 Feb 2011 15:02:39 +0000 (10:02 -0500)]
history indent fix for rest/pypi
Kenneth Reitz [Tue, 15 Feb 2011 14:58:02 +0000 (09:58 -0500)]
I need autodoc.
Kenneth Reitz [Tue, 15 Feb 2011 14:51:46 +0000 (09:51 -0500)]
new documentation on Request changes.
Kenneth Reitz [Tue, 15 Feb 2011 14:46:58 +0000 (09:46 -0500)]
Merge branch 'release/0.2.3' into develop
Kenneth Reitz [Tue, 15 Feb 2011 14:46:55 +0000 (09:46 -0500)]
Merge branch 'release/0.2.3'
Kenneth Reitz [Tue, 15 Feb 2011 14:46:46 +0000 (09:46 -0500)]
v0.2.3
Kenneth Reitz [Tue, 15 Feb 2011 14:45:54 +0000 (09:45 -0500)]
v0.2.3
Kenneth Reitz [Tue, 15 Feb 2011 14:44:52 +0000 (09:44 -0500)]
Updating AUTHORS
Kenneth Reitz [Tue, 15 Feb 2011 14:42:05 +0000 (09:42 -0500)]
leave room for _
Kenneth Reitz [Tue, 15 Feb 2011 14:37:21 +0000 (09:37 -0500)]
New tests for new HTTP STATUS Handling
Kenneth Reitz [Tue, 15 Feb 2011 14:36:34 +0000 (09:36 -0500)]
Now Requests has it's own HTTPError
Kenneth Reitz [Tue, 15 Feb 2011 14:26:44 +0000 (09:26 -0500)]
HTTPError changes are going down in history
Kenneth Reitz [Tue, 15 Feb 2011 14:26:07 +0000 (09:26 -0500)]
raise_for_status is better
Kenneth Reitz [Tue, 15 Feb 2011 14:22:11 +0000 (09:22 -0500)]
None, not False
Kenneth Reitz [Tue, 15 Feb 2011 14:18:43 +0000 (09:18 -0500)]
Added new HTTPError handing mechanisms.
Kenneth Reitz [Mon, 14 Feb 2011 17:59:22 +0000 (12:59 -0500)]
Merge branch 'release/0.2.2' into develop
Kenneth Reitz [Mon, 14 Feb 2011 17:59:06 +0000 (12:59 -0500)]
Merge branch 'release/0.2.2'
Kenneth Reitz [Mon, 14 Feb 2011 17:58:20 +0000 (12:58 -0500)]
Version Bump v0.2.2
Kenneth Reitz [Mon, 14 Feb 2011 17:52:50 +0000 (12:52 -0500)]
Merge branch 'feature/cookies' into develop
Kenneth Reitz [Mon, 14 Feb 2011 17:52:15 +0000 (12:52 -0500)]
Added Cookies documentation.
Kenneth Reitz [Mon, 14 Feb 2011 17:45:03 +0000 (12:45 -0500)]
spelling error
Kenneth Reitz [Mon, 14 Feb 2011 17:43:13 +0000 (12:43 -0500)]
cookies system in place.
Kenneth Reitz [Mon, 14 Feb 2011 17:40:41 +0000 (12:40 -0500)]
Gevent / Eventlet is back!
Kenneth Reitz [Mon, 14 Feb 2011 17:39:13 +0000 (12:39 -0500)]
fixed gevent problem
Kenneth Reitz [Mon, 14 Feb 2011 17:33:12 +0000 (12:33 -0500)]
temporary
Kenneth Reitz [Mon, 14 Feb 2011 17:25:44 +0000 (12:25 -0500)]
cleanups
Kenneth Reitz [Mon, 14 Feb 2011 17:24:03 +0000 (12:24 -0500)]
Upated history
Kenneth Reitz [Mon, 14 Feb 2011 17:23:55 +0000 (12:23 -0500)]
Added CookieJar
Kenneth Reitz [Mon, 14 Feb 2011 17:07:34 +0000 (12:07 -0500)]
eventlet > gevent (i think)
Kenneth Reitz [Mon, 14 Feb 2011 16:57:12 +0000 (11:57 -0500)]
monkey patchin' (will this suffice?)
Kenneth Reitz [Mon, 14 Feb 2011 16:46:04 +0000 (11:46 -0500)]
Added release 0.2.2 info.
Kenneth Reitz [Mon, 14 Feb 2011 16:45:50 +0000 (11:45 -0500)]
eventlet support.
Kenneth Reitz [Mon, 14 Feb 2011 16:31:44 +0000 (11:31 -0500)]
typo
Kenneth Reitz [Mon, 14 Feb 2011 16:31:06 +0000 (11:31 -0500)]
Handles request in event of HTTPError. Fixes Issue #2
Building of internal request object refactor
Kenneth Reitz [Mon, 14 Feb 2011 15:50:24 +0000 (10:50 -0500)]
Added AUTHORS file.
Kenneth Reitz [Mon, 14 Feb 2011 15:50:18 +0000 (10:50 -0500)]
who stole dem cookies
Kenneth Reitz [Mon, 14 Feb 2011 15:46:40 +0000 (10:46 -0500)]
Merge branch 'release/0.2.1'
Kenneth Reitz [Mon, 14 Feb 2011 15:43:54 +0000 (10:43 -0500)]
updated multipart-upload documentation
Kenneth Reitz [Mon, 14 Feb 2011 15:37:38 +0000 (10:37 -0500)]
added setup.py test
Kenneth Reitz [Mon, 14 Feb 2011 15:35:15 +0000 (10:35 -0500)]
v0.2.1
Kenneth Reitz [Mon, 14 Feb 2011 15:00:05 +0000 (10:00 -0500)]
added simple test fixture for Postbin and posting
both files and data
Kenneth Reitz [Mon, 14 Feb 2011 14:59:42 +0000 (09:59 -0500)]
renamed multipart_files to files
Kenneth Reitz [Mon, 14 Feb 2011 14:53:56 +0000 (09:53 -0500)]
added response.url support for 301's and the like.
Kenneth Reitz [Mon, 14 Feb 2011 14:45:35 +0000 (09:45 -0500)]
Merge branch 'feature/multipart-encode' into develop
Kenneth Reitz [Mon, 14 Feb 2011 14:45:12 +0000 (09:45 -0500)]
Added multipart_files support for PUT
Kenneth Reitz [Mon, 14 Feb 2011 14:36:14 +0000 (09:36 -0500)]
absolute imports
Kenneth Reitz [Mon, 14 Feb 2011 14:34:36 +0000 (09:34 -0500)]
except clause fix for python3
Kenneth Reitz [Mon, 14 Feb 2011 14:30:37 +0000 (09:30 -0500)]
string formatting supports None. Who knew.
Kenneth Reitz [Mon, 14 Feb 2011 14:27:57 +0000 (09:27 -0500)]
multipart_files support!
Kenneth Reitz [Mon, 14 Feb 2011 14:27:47 +0000 (09:27 -0500)]
proper poster imports
Kenneth Reitz [Mon, 14 Feb 2011 14:04:41 +0000 (09:04 -0500)]
Worth a shot
Kenneth Reitz [Mon, 14 Feb 2011 14:04:35 +0000 (09:04 -0500)]
import poster from site-packages for now