Kenneth Reitz [Sat, 20 Aug 2011 23:30:46 +0000 (19:30 -0400)]
Merge branch 'feature/unicode' into feature/fo
Conflicts:
AUTHORS
Kenneth Reitz [Sat, 20 Aug 2011 23:26:56 +0000 (19:26 -0400)]
cleanups, response.fo
Kenneth Reitz [Sat, 20 Aug 2011 23:23:53 +0000 (19:23 -0400)]
Merge branch 'develop' of https://github.com/janrito/requests into develop
Kenneth Reitz [Sat, 20 Aug 2011 23:22:48 +0000 (19:22 -0400)]
AUTHORS += Alejandro Giacometti
Kenneth Reitz [Sat, 20 Aug 2011 23:22:18 +0000 (19:22 -0400)]
added Rick Mak to AUTHORS
Kenneth Reitz [Sat, 20 Aug 2011 23:17:41 +0000 (19:17 -0400)]
move encoding methods into utils for external consumption
Kenneth Reitz [Sat, 20 Aug 2011 23:17:25 +0000 (19:17 -0400)]
move encoding detection out of request object.
Kenneth Reitz [Sat, 20 Aug 2011 22:42:18 +0000 (18:42 -0400)]
Merge https://github.com/rickmak/requests into feature/unicode
Conflicts:
requests/models.py
Kenneth Reitz [Sat, 20 Aug 2011 22:34:33 +0000 (18:34 -0400)]
merge remnant (oops)
Kenneth Reitz [Sat, 20 Aug 2011 22:25:32 +0000 (18:25 -0400)]
v0.6.1
Kenneth Reitz [Sat, 20 Aug 2011 22:24:58 +0000 (18:24 -0400)]
history update
Alejandro Giacometti [Sat, 20 Aug 2011 21:05:39 +0000 (23:05 +0200)]
Added readline method to response object.
Kenneth Reitz [Sat, 20 Aug 2011 00:59:16 +0000 (20:59 -0400)]
no more roadmap
Kenneth Reitz [Sat, 20 Aug 2011 00:12:53 +0000 (20:12 -0400)]
Merge branch 'feature/jerem' into develop
Kenneth Reitz [Sat, 20 Aug 2011 00:12:41 +0000 (20:12 -0400)]
config max_redirects
Kenneth Reitz [Sat, 20 Aug 2011 00:12:33 +0000 (20:12 -0400)]
integrate codes into models.py
Kenneth Reitz [Sat, 20 Aug 2011 00:12:16 +0000 (20:12 -0400)]
303 status code
Kenneth Reitz [Fri, 19 Aug 2011 23:58:24 +0000 (19:58 -0400)]
Merge branch 'develop' of https://github.com/jerem/requests into feature/jerem
Kenneth Reitz [Fri, 19 Aug 2011 23:39:53 +0000 (19:39 -0400)]
added Den Shabalin to AUTHORS
Den Shabalin [Fri, 19 Aug 2011 16:20:54 +0000 (19:20 +0300)]
Merge branch 'master' of github.com:densh/requests into issue-128
Den Shabalin [Fri, 19 Aug 2011 16:18:26 +0000 (19:18 +0300)]
Fixes an issue #128: ``Response not working with lxml''. This error happend due to lxml's attempt to do .geturl() call on the response object. __getattr__ didn't raise AttributeError so ``response.geturl'' returned None and ``response.geturl()'' resulted into ``TypeError: 'NoneType' object is not callable'' seen in the issue.
Rick Mak [Thu, 18 Aug 2011 06:42:35 +0000 (14:42 +0800)]
Fix tried_encodings scope
Rick Mak [Thu, 18 Aug 2011 06:22:54 +0000 (14:22 +0800)]
Import re
Kenneth Reitz [Thu, 18 Aug 2011 00:17:22 +0000 (20:17 -0400)]
Added Mikko Ohtamaa to AUTHORS
#124
Kenneth Reitz [Thu, 18 Aug 2011 00:13:44 +0000 (20:13 -0400)]
Allow any method, if so inclined
#124
Jérémy Bethmont [Wed, 17 Aug 2011 14:04:53 +0000 (16:04 +0200)]
Handle redirection without scheme.
Kenneth Reitz [Wed, 17 Aug 2011 13:45:31 +0000 (09:45 -0400)]
authors
Kenneth Reitz [Wed, 17 Aug 2011 13:45:23 +0000 (09:45 -0400)]
Merge branch 'patch-1' of https://github.com/sharat87/requests into develop
Kenneth Reitz [Wed, 17 Aug 2011 13:41:24 +0000 (09:41 -0400)]
Authors += Armin
Jérémy Bethmont [Wed, 17 Aug 2011 13:32:11 +0000 (15:32 +0200)]
Merge remote-tracking branch 'upstream/develop' into develop
Jérémy Bethmont [Wed, 17 Aug 2011 13:31:24 +0000 (15:31 +0200)]
Fixed bad merge.
Shrikant Sharat Kandula [Wed, 17 Aug 2011 12:38:50 +0000 (12:38 +051800)]
Typo in documentation
The kwarg is named `headers`, not `header`. Also, its a dict, not a set.
Armin Ronacher [Wed, 17 Aug 2011 10:40:29 +0000 (13:40 +0300)]
As proposed by @davidbgk this is only consistent with \o/ :)
Kenneth Reitz [Wed, 17 Aug 2011 08:33:34 +0000 (04:33 -0400)]
Merge branch 'develop'
Kenneth Reitz [Wed, 17 Aug 2011 08:32:46 +0000 (04:32 -0400)]
let's do this
Jeremy Selier [Wed, 17 Aug 2011 08:28:47 +0000 (11:28 +0300)]
Fixing myself :)
Kenneth Reitz [Wed, 17 Aug 2011 08:23:16 +0000 (04:23 -0400)]
readme cleanup
Kenneth Reitz [Wed, 17 Aug 2011 08:17:21 +0000 (04:17 -0400)]
supported interpreters
Kenneth Reitz [Wed, 17 Aug 2011 08:16:19 +0000 (04:16 -0400)]
doc cleanups
Jérémy Bethmont [Wed, 17 Aug 2011 08:07:43 +0000 (10:07 +0200)]
Merge remote-tracking branch 'upstream/develop' into develop
Conflicts:
requests/models.py
Kenneth Reitz [Wed, 17 Aug 2011 08:05:20 +0000 (04:05 -0400)]
hooks in api layer only
Kenneth Reitz [Wed, 17 Aug 2011 08:03:54 +0000 (04:03 -0400)]
fixes
Kenneth Reitz [Wed, 17 Aug 2011 08:01:11 +0000 (04:01 -0400)]
typo
Kenneth Reitz [Wed, 17 Aug 2011 08:00:12 +0000 (04:00 -0400)]
consiserererr
Kenneth Reitz [Wed, 17 Aug 2011 07:58:55 +0000 (03:58 -0400)]
cookies docs
Kenneth Reitz [Wed, 17 Aug 2011 07:25:31 +0000 (03:25 -0400)]
changing history
Kenneth Reitz [Wed, 17 Aug 2011 07:21:31 +0000 (03:21 -0400)]
yawns
Kenneth Reitz [Wed, 17 Aug 2011 07:19:51 +0000 (03:19 -0400)]
cleaner defaults
Kenneth Reitz [Wed, 17 Aug 2011 07:19:46 +0000 (03:19 -0400)]
hijack arguments
Kenneth Reitz [Wed, 17 Aug 2011 07:07:24 +0000 (03:07 -0400)]
advanced docs
Kenneth Reitz [Wed, 17 Aug 2011 06:49:29 +0000 (02:49 -0400)]
merge headers, don't overwrite
Kenneth Reitz [Wed, 17 Aug 2011 06:49:13 +0000 (02:49 -0400)]
docs update
Kenneth Reitz [Wed, 17 Aug 2011 06:25:56 +0000 (02:25 -0400)]
add_dict_to_cookiejar
Signed-off-by: Kenneth Reitz <me@kennethreitz.com>
Kenneth Reitz [Wed, 17 Aug 2011 06:25:41 +0000 (02:25 -0400)]
cookie session persistence
Kenneth Reitz [Wed, 17 Aug 2011 06:01:19 +0000 (02:01 -0400)]
ACTIVVVAATTTEEEEEEE
Kenneth Reitz [Wed, 17 Aug 2011 06:01:13 +0000 (02:01 -0400)]
super cookiejar_from_dict powwerrrs
Kenneth Reitz [Wed, 17 Aug 2011 05:32:12 +0000 (01:32 -0400)]
sp.
Kenneth Reitz [Wed, 17 Aug 2011 05:32:04 +0000 (01:32 -0400)]
v0.6.0
Kenneth Reitz [Wed, 17 Aug 2011 05:29:58 +0000 (01:29 -0400)]
cookiejar_from_dict
#12
Kenneth Reitz [Wed, 17 Aug 2011 05:23:49 +0000 (01:23 -0400)]
get cookies from response
#116
Kenneth Reitz [Wed, 17 Aug 2011 05:00:00 +0000 (01:00 -0400)]
session at root package level
Rick Mak [Wed, 17 Aug 2011 04:49:19 +0000 (12:49 +0800)]
Return the r.content as unicode.
Kenneth Reitz [Wed, 17 Aug 2011 04:40:49 +0000 (00:40 -0400)]
better
Kenneth Reitz [Wed, 17 Aug 2011 04:40:37 +0000 (00:40 -0400)]
whitespace
Kenneth Reitz [Wed, 17 Aug 2011 04:40:28 +0000 (00:40 -0400)]
move hooks into api layer only
Kenneth Reitz [Wed, 17 Aug 2011 04:33:28 +0000 (00:33 -0400)]
post_request hook
Kenneth Reitz [Wed, 17 Aug 2011 04:33:21 +0000 (00:33 -0400)]
docstrings
Kenneth Reitz [Wed, 17 Aug 2011 04:27:53 +0000 (00:27 -0400)]
pre_request hook
Kenneth Reitz [Wed, 17 Aug 2011 04:27:41 +0000 (00:27 -0400)]
attach hooks to Request
Kenneth Reitz [Wed, 17 Aug 2011 04:17:58 +0000 (00:17 -0400)]
RTD doesn't work w/ this
Kenneth Reitz [Wed, 17 Aug 2011 04:16:57 +0000 (00:16 -0400)]
hook plans
Kenneth Reitz [Wed, 17 Aug 2011 04:09:47 +0000 (00:09 -0400)]
sigh
Kenneth Reitz [Wed, 17 Aug 2011 04:09:38 +0000 (00:09 -0400)]
hmmm
Kenneth Reitz [Wed, 17 Aug 2011 04:08:39 +0000 (00:08 -0400)]
whitespace
Kenneth Reitz [Wed, 17 Aug 2011 04:08:06 +0000 (00:08 -0400)]
space
Kenneth Reitz [Wed, 17 Aug 2011 04:02:18 +0000 (00:02 -0400)]
newlines
Kenneth Reitz [Wed, 17 Aug 2011 04:00:47 +0000 (00:00 -0400)]
todo
Kenneth Reitz [Wed, 17 Aug 2011 03:58:55 +0000 (23:58 -0400)]
cleanups
Kenneth Reitz [Wed, 17 Aug 2011 03:58:07 +0000 (23:58 -0400)]
auth_manager internal
Kenneth Reitz [Wed, 17 Aug 2011 03:57:44 +0000 (23:57 -0400)]
new hooks system
#118
Kenneth Reitz [Wed, 17 Aug 2011 02:55:18 +0000 (22:55 -0400)]
cleanups
Kenneth Reitz [Wed, 17 Aug 2011 02:55:10 +0000 (22:55 -0400)]
relative imports
Kenneth Reitz [Wed, 17 Aug 2011 02:20:26 +0000 (22:20 -0400)]
doctoring for Session
Kenneth Reitz [Wed, 17 Aug 2011 02:19:49 +0000 (22:19 -0400)]
memory location repr for requests-client
Kenneth Reitz [Wed, 17 Aug 2011 02:16:22 +0000 (22:16 -0400)]
docstring fix
Kenneth Reitz [Wed, 17 Aug 2011 02:15:03 +0000 (22:15 -0400)]
session => sessions
Kenneth Reitz [Tue, 16 Aug 2011 06:34:44 +0000 (02:34 -0400)]
Merge branch 'feature/session' of https://github.com/tomhsx/requests into feature/session
Conflicts:
AUTHORS
Tom Hogans [Tue, 16 Aug 2011 06:00:11 +0000 (02:00 -0400)]
Added docs regarding requests.session to docs/user/advanced.rst
Tom Hogans [Tue, 16 Aug 2011 05:38:39 +0000 (01:38 -0400)]
Added tests for requests.session
Kenneth Reitz [Tue, 16 Aug 2011 02:17:55 +0000 (22:17 -0400)]
added alex to authors
alopatin [Tue, 16 Aug 2011 01:53:22 +0000 (22:53 -0300)]
Fixed misc spelling mistakes.
Kenneth Reitz [Tue, 16 Aug 2011 01:50:00 +0000 (21:50 -0400)]
Merge branch 'develop' of https://github.com/moliware/requests into develop
Tom Hogans [Mon, 15 Aug 2011 20:01:26 +0000 (16:01 -0400)]
Added request.session functionality
JensDiemer [Mon, 15 Aug 2011 15:03:37 +0000 (17:03 +0200)]
use settings.timeout_fallback bool for socket.setdefaulttimeout() fallback
JensDiemer [Mon, 15 Aug 2011 14:51:33 +0000 (16:51 +0200)]
Use socket.setdefaulttimeout(timeout) only if timeout argument doesn't exist (Python <2.6) - https://github.com/kennethreitz/requests/issues/112
moliware [Mon, 15 Aug 2011 09:58:57 +0000 (11:58 +0200)]
headers.update is not the same that add headers one by one with add_header
Kenneth Reitz [Mon, 15 Aug 2011 02:32:35 +0000 (22:32 -0400)]
whoops
Kenneth Reitz [Mon, 15 Aug 2011 02:30:30 +0000 (22:30 -0400)]
Response Headers quickstart
Kenneth Reitz [Mon, 15 Aug 2011 02:20:03 +0000 (22:20 -0400)]
raise_for_status quick start
Kenneth Reitz [Mon, 15 Aug 2011 02:12:50 +0000 (22:12 -0400)]
models..