Shrikant Sharat [Fri, 25 Nov 2011 03:02:07 +0000 (08:32 +0530)]
Add use_session argument to request method.
This allows usage of an existing session to make a request with the
request and the get, post etc. function.
Kenneth Reitz [Sat, 19 Nov 2011 21:28:22 +0000 (16:28 -0500)]
package
Kenneth Reitz [Sat, 19 Nov 2011 21:15:48 +0000 (16:15 -0500)]
quickstart for encoding
Kenneth Reitz [Sat, 19 Nov 2011 21:13:12 +0000 (16:13 -0500)]
history :)
Kenneth Reitz [Sat, 19 Nov 2011 21:12:38 +0000 (16:12 -0500)]
iter_content uses new encoding system
Kenneth Reitz [Sat, 19 Nov 2011 21:09:20 +0000 (16:09 -0500)]
new (elegant) request decoding model.
Closes #282
Kenneth Reitz [Sat, 19 Nov 2011 20:45:45 +0000 (15:45 -0500)]
import cleanup
Kenneth Reitz [Sat, 19 Nov 2011 20:43:46 +0000 (15:43 -0500)]
use monkey patched cookies
Kenneth Reitz [Sat, 19 Nov 2011 20:42:36 +0000 (15:42 -0500)]
backup
Kenneth Reitz [Sat, 19 Nov 2011 20:19:56 +0000 (15:19 -0500)]
2.5 fix
Kenneth Reitz [Sat, 19 Nov 2011 20:18:48 +0000 (15:18 -0500)]
v0.8.2
Kenneth Reitz [Sat, 19 Nov 2011 20:15:51 +0000 (15:15 -0500)]
cookies are oreos
Kenneth Reitz [Sat, 19 Nov 2011 20:15:30 +0000 (15:15 -0500)]
oreos!
Kenneth Reitz [Sat, 19 Nov 2011 18:04:10 +0000 (13:04 -0500)]
kill all the monkeys
Kenneth Reitz [Sat, 19 Nov 2011 16:56:37 +0000 (11:56 -0500)]
Update docs/index.rst
Kenneth Reitz [Sat, 19 Nov 2011 05:26:08 +0000 (21:26 -0800)]
Merge pull request #280 from darkrho/
58e018af136190a2c757b13bf9371cecc2d51273
Updated docs with an example of explicit filename in file uploads section
Rolando Espinoza La fuente [Fri, 18 Nov 2011 22:45:10 +0000 (18:45 -0400)]
updated docs for last change in `files` argument to support explicit filename.
Rolando Espinoza La fuente [Fri, 18 Nov 2011 22:19:27 +0000 (18:19 -0400)]
use session's hooks as defaults for every requests.
Kenneth Reitz [Fri, 18 Nov 2011 20:34:37 +0000 (15:34 -0500)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Fri, 18 Nov 2011 20:34:07 +0000 (12:34 -0800)]
Merge pull request #271 from darkrho/develop
Filenames improvement and cookie fix
Kenneth Reitz [Fri, 18 Nov 2011 20:34:02 +0000 (15:34 -0500)]
Rolando Espinoza La fuente
Kenneth Reitz [Fri, 18 Nov 2011 20:33:20 +0000 (15:33 -0500)]
Merge branch 'develop' of https://github.com/darkrho/requests into develop
Kenneth Reitz [Fri, 18 Nov 2011 20:06:39 +0000 (12:06 -0800)]
Merge pull request #274 from elpres/patch-1
Corrected period to comma.
Kenneth Reitz [Fri, 18 Nov 2011 19:48:28 +0000 (14:48 -0500)]
Ryan Kelly
Kenneth Reitz [Fri, 18 Nov 2011 19:44:21 +0000 (14:44 -0500)]
Merge branch 'develop' of https://github.com/rfk/requests into develop
Kenneth Reitz [Fri, 18 Nov 2011 18:47:20 +0000 (13:47 -0500)]
best testimonial ever
Ryan Kelly [Thu, 17 Nov 2011 22:03:28 +0000 (09:03 +1100)]
Dont use requote_path when dealing with redirects.
This was breaking redirect locations with a query string, by quoting the
question-mark. Since the path will be passed through requote_path on
the next request anyway, doing it here seems unnecessary.
elpres [Thu, 17 Nov 2011 10:31:55 +0000 (11:31 +0100)]
Corrected period to comma.
Ryan Kelly [Thu, 17 Nov 2011 00:00:02 +0000 (11:00 +1100)]
Correct handling of URLs with quoted slashes.
Kenneth Reitz [Wed, 16 Nov 2011 23:16:09 +0000 (18:16 -0500)]
homepage update
Rolando Espinoza La fuente [Wed, 16 Nov 2011 04:04:48 +0000 (00:04 -0400)]
use ";" instead "\r\n" as separator for cookies as is better supported
in odd web servers.
Rolando Espinoza La fuente [Wed, 16 Nov 2011 04:03:19 +0000 (00:03 -0400)]
added support for explicit filenames in `files` parameter.
files = {
"files[]": ("myfile", open("foo")),
}
Kenneth Reitz [Tue, 15 Nov 2011 15:01:37 +0000 (10:01 -0500)]
urllib3 fix
Kenneth Reitz [Tue, 15 Nov 2011 14:56:21 +0000 (09:56 -0500)]
v0.8.1
Kenneth Reitz [Tue, 15 Nov 2011 14:52:27 +0000 (09:52 -0500)]
Only send URL path to servers
Closes #256
Kenneth Reitz [Tue, 15 Nov 2011 13:58:10 +0000 (05:58 -0800)]
Merge pull request #268 from benmao/develop
fixed: 301 request does not use proxy.
ben [Tue, 15 Nov 2011 07:53:38 +0000 (15:53 +0800)]
fixed: 301 request does not use proxy.
Kenneth Reitz [Tue, 15 Nov 2011 03:04:02 +0000 (19:04 -0800)]
Merge pull request #267 from benmao/develop
fixed proxy
ben [Tue, 15 Nov 2011 02:59:39 +0000 (10:59 +0800)]
fixed proxy
Kenneth Reitz [Mon, 14 Nov 2011 21:43:01 +0000 (13:43 -0800)]
Merge pull request #260 from joequery/doc_changes
Doc changes
Kenneth Reitz [Mon, 14 Nov 2011 21:42:24 +0000 (13:42 -0800)]
Merge pull request #262 from petermanser/patch-1
Fixing status codes. Somehow these were wrong.
Kenneth Reitz [Mon, 14 Nov 2011 21:42:18 +0000 (13:42 -0800)]
Merge pull request #264 from pennersr/patch-1
Pass along timeout when following redirects (closes #263)
Raymond Penners [Mon, 14 Nov 2011 09:04:07 +0000 (10:04 +0100)]
Pass along timeout when following redirects (closes #263)
Peter Manser [Mon, 14 Nov 2011 08:44:43 +0000 (09:44 +0100)]
Fixing status codes. Somehow these were wrong.
Joseph McCullough [Mon, 14 Nov 2011 07:09:12 +0000 (01:09 -0600)]
Added OAuth reference to quickstart file
Joseph McCullough [Mon, 14 Nov 2011 06:49:11 +0000 (00:49 -0600)]
Removed closed issues from todo doc
Kenneth Reitz [Sun, 13 Nov 2011 06:24:29 +0000 (01:24 -0500)]
grocer's apostrophe
Kenneth Reitz [Sun, 13 Nov 2011 06:21:58 +0000 (01:21 -0500)]
stray note
Kenneth Reitz [Sun, 13 Nov 2011 06:21:30 +0000 (01:21 -0500)]
missing param in quick start
Kenneth Reitz [Sun, 13 Nov 2011 06:17:27 +0000 (01:17 -0500)]
sp
Kenneth Reitz [Sun, 13 Nov 2011 05:59:22 +0000 (00:59 -0500)]
s
Kenneth Reitz [Sun, 13 Nov 2011 05:48:54 +0000 (00:48 -0500)]
13th
Kenneth Reitz [Sun, 13 Nov 2011 05:43:14 +0000 (00:43 -0500)]
whatespace
Kenneth Reitz [Sun, 13 Nov 2011 05:38:08 +0000 (00:38 -0500)]
upstream urllib3
Kenneth Reitz [Sun, 13 Nov 2011 05:36:22 +0000 (00:36 -0500)]
Guess filename.
Closes #192
Kenneth Reitz [Sun, 13 Nov 2011 03:52:05 +0000 (19:52 -0800)]
Merge pull request #255 from shazow/patch-1
Adding me into a Urllib3 subsection (as was in urllib3-backup).
Andrey Petrov [Sun, 13 Nov 2011 02:16:20 +0000 (18:16 -0800)]
Adding me into a Urllib3 subsection (as was in urllib3-backup).
Kenneth Reitz [Sat, 12 Nov 2011 23:34:40 +0000 (18:34 -0500)]
fixes
Kenneth Reitz [Sat, 12 Nov 2011 23:34:33 +0000 (18:34 -0500)]
urllib3 in setup.py
Kenneth Reitz [Sat, 12 Nov 2011 23:34:27 +0000 (18:34 -0500)]
document timeouts
Kenneth Reitz [Sat, 12 Nov 2011 23:23:26 +0000 (18:23 -0500)]
redirection docs
Kenneth Reitz [Sat, 12 Nov 2011 23:23:19 +0000 (18:23 -0500)]
big docs update on workflow of request lifecycle
Kenneth Reitz [Sat, 12 Nov 2011 21:49:08 +0000 (16:49 -0500)]
trust built-in if its available
Kenneth Reitz [Sat, 12 Nov 2011 21:47:40 +0000 (16:47 -0500)]
python2.5 cookie support
Kenneth Reitz [Sat, 12 Nov 2011 21:47:14 +0000 (16:47 -0500)]
rip 2.7.x collections out
Kenneth Reitz [Sat, 12 Nov 2011 21:46:48 +0000 (16:46 -0500)]
test fix
Kenneth Reitz [Sat, 12 Nov 2011 21:39:18 +0000 (16:39 -0500)]
use new collections MutableMutex
Kenneth Reitz [Sat, 12 Nov 2011 21:14:51 +0000 (13:14 -0800)]
no auto async
Kenneth Reitz [Sat, 12 Nov 2011 21:14:42 +0000 (13:14 -0800)]
explicit
Kenneth Reitz [Sat, 12 Nov 2011 21:08:17 +0000 (13:08 -0800)]
import async if it's available
Kenneth Reitz [Sat, 12 Nov 2011 21:03:29 +0000 (13:03 -0800)]
quicker start
Kenneth Reitz [Sat, 12 Nov 2011 21:01:42 +0000 (13:01 -0800)]
file uploads
Kenneth Reitz [Sat, 12 Nov 2011 20:58:46 +0000 (12:58 -0800)]
stylee
Kenneth Reitz [Sat, 12 Nov 2011 20:57:22 +0000 (12:57 -0800)]
give Request session reference for parameter+redirects
Kenneth Reitz [Sat, 12 Nov 2011 20:53:23 +0000 (12:53 -0800)]
remove bunk __all__s
Kenneth Reitz [Sat, 12 Nov 2011 20:51:30 +0000 (12:51 -0800)]
consistiency
Kenneth Reitz [Sat, 12 Nov 2011 20:48:45 +0000 (12:48 -0800)]
better defaults
Kenneth Reitz [Sat, 12 Nov 2011 20:48:28 +0000 (12:48 -0800)]
models cleanup
Kenneth Reitz [Sat, 12 Nov 2011 20:47:21 +0000 (12:47 -0800)]
fix urllib3 bug
Kenneth Reitz [Sat, 12 Nov 2011 20:47:04 +0000 (12:47 -0800)]
keep-alive as config option only
better defaults
Kenneth Reitz [Sat, 12 Nov 2011 20:45:35 +0000 (12:45 -0800)]
fix form data tests
Kenneth Reitz [Sat, 12 Nov 2011 20:39:31 +0000 (12:39 -0800)]
big quick start updates
Kenneth Reitz [Sat, 12 Nov 2011 19:30:24 +0000 (11:30 -0800)]
kill small css file
Kenneth Reitz [Sat, 12 Nov 2011 18:01:42 +0000 (10:01 -0800)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Sat, 12 Nov 2011 18:01:05 +0000 (10:01 -0800)]
Timeouts for urllib3
Kenneth Reitz [Sat, 12 Nov 2011 18:00:30 +0000 (10:00 -0800)]
Remove timeout configuration
Kenneth Reitz [Sat, 12 Nov 2011 15:45:34 +0000 (07:45 -0800)]
Update AUTHORS
Kenneth Reitz [Sat, 12 Nov 2011 15:35:55 +0000 (07:35 -0800)]
updated urllib3
Kenneth Reitz [Sat, 12 Nov 2011 15:35:41 +0000 (07:35 -0800)]
throttling
Kenneth Reitz [Sat, 12 Nov 2011 15:29:03 +0000 (07:29 -0800)]
Merge https://github.com/juanriaza/requests into develop
Kenneth Reitz [Sat, 12 Nov 2011 15:28:26 +0000 (07:28 -0800)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Sat, 12 Nov 2011 15:19:11 +0000 (07:19 -0800)]
Merge pull request #249 from dasevilla/patch-1
The 'requests-oauth-hook' project was renamed to requests-oauth
Kenneth Reitz [Sat, 12 Nov 2011 05:17:21 +0000 (21:17 -0800)]
Merge pull request #252 from joequery/fix_doc_typo
Fix various documentation typos
Joseph McCullough [Sat, 12 Nov 2011 05:15:19 +0000 (23:15 -0600)]
Fixed gevent reference
Joseph McCullough [Sat, 12 Nov 2011 04:17:22 +0000 (22:17 -0600)]
Fixed session API ref typo
Kenneth Reitz [Fri, 11 Nov 2011 22:56:17 +0000 (14:56 -0800)]
Merge pull request #250 from dasevilla/patch-2
Verbose logging example does not work
Devin Sevilla [Thu, 10 Nov 2011 23:34:18 +0000 (15:34 -0800)]
Verbose logging example does not work
Devin Sevilla [Thu, 10 Nov 2011 23:14:38 +0000 (15:14 -0800)]
The 'requests-oauth-hook' project was renamed to requests-oauth
Kenneth Reitz [Thu, 10 Nov 2011 06:44:58 +0000 (22:44 -0800)]
remove poster
Kenneth Reitz [Thu, 10 Nov 2011 06:18:35 +0000 (22:18 -0800)]
options history