Shrikant Sharat
a350ceffb9
Rename use_session to session.
2011-11-25 11:41:40 +05:30
Shrikant Sharat
5c72601599
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.
2011-11-25 08:32:07 +05:30
Kenneth Reitz
9d8d1d14f1
package
2011-11-19 16:28:22 -05:00
Kenneth Reitz
ab23536b1b
quickstart for encoding
v0.8.2
2011-11-19 16:15:48 -05:00
Kenneth Reitz
b51640b051
history :)
2011-11-19 16:13:12 -05:00
Kenneth Reitz
6421ec1784
iter_content uses new encoding system
2011-11-19 16:12:38 -05:00
Kenneth Reitz
296d8cc097
new (elegant) request decoding model.
...
Closes #282
2011-11-19 16:09:20 -05:00
Kenneth Reitz
bbf1021156
import cleanup
2011-11-19 15:45:45 -05:00
Kenneth Reitz
8ffe17cb09
use monkey patched cookies
2011-11-19 15:43:46 -05:00
Kenneth Reitz
e17155151b
backup
2011-11-19 15:42:36 -05:00
Kenneth Reitz
1da54de5dc
2.5 fix
2011-11-19 15:19:56 -05:00
Kenneth Reitz
8693fc746f
v0.8.2
2011-11-19 15:18:48 -05:00
Kenneth Reitz
5309ad005f
cookies are oreos
2011-11-19 15:15:51 -05:00
Kenneth Reitz
43854067d4
oreos!
2011-11-19 15:15:30 -05:00
Kenneth Reitz
5a7fbbb00d
kill all the monkeys
2011-11-19 13:04:10 -05:00
Kenneth Reitz
04ee583822
Update docs/index.rst
2011-11-19 11:56:37 -05:00
Kenneth Reitz
2a7223585e
Merge pull request #280 from darkrho/58e018af136190a2c757b13bf9371cecc2d51273
...
Updated docs with an example of explicit filename in file uploads section
2011-11-18 21:26:08 -08:00
Rolando Espinoza La fuente
58e018af13
updated docs for last change in files argument to support explicit filename.
2011-11-18 18:45:10 -04:00
Rolando Espinoza La fuente
c165255e98
use session's hooks as defaults for every requests.
2011-11-18 18:19:27 -04:00
Kenneth Reitz
cf60062df1
Merge remote-tracking branch 'origin/develop' into develop
2011-11-18 15:34:37 -05:00
Kenneth Reitz
82a5f1dd9b
Merge pull request #271 from darkrho/develop
...
Filenames improvement and cookie fix
2011-11-18 12:34:07 -08:00
Kenneth Reitz
c70b7bb012
Rolando Espinoza La fuente
2011-11-18 15:34:02 -05:00
Kenneth Reitz
16aa01420b
Merge branch 'develop' of https://github.com/darkrho/requests into develop
2011-11-18 15:33:20 -05:00
Kenneth Reitz
e98e61da12
Merge pull request #274 from elpres/patch-1
...
Corrected period to comma.
2011-11-18 12:06:39 -08:00
Kenneth Reitz
cfefcab8e0
Ryan Kelly
2011-11-18 14:48:28 -05:00
Kenneth Reitz
eb5d191a57
Merge branch 'develop' of https://github.com/rfk/requests into develop
2011-11-18 14:44:21 -05:00
Kenneth Reitz
3ea9c53826
best testimonial ever
2011-11-18 13:47:20 -05:00
Ryan Kelly
3900243297
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.
2011-11-18 09:03:28 +11:00
elpres
81efe1fa88
Corrected period to comma.
2011-11-17 11:31:55 +01:00
Ryan Kelly
f7fdfe8b9a
Correct handling of URLs with quoted slashes.
2011-11-17 11:00:02 +11:00
Kenneth Reitz
76dacaf231
homepage update
2011-11-16 18:16:09 -05:00
Rolando Espinoza La fuente
89241c525e
use ";" instead "\r\n" as separator for cookies as is better supported
...
in odd web servers.
2011-11-16 00:04:48 -04:00
Rolando Espinoza La fuente
bf499a80de
added support for explicit filenames in files parameter.
...
files = {
"files[]": ("myfile", open("foo")),
}
2011-11-16 00:03:19 -04:00
Kenneth Reitz
6b129ec0c9
urllib3 fix
2011-11-15 10:01:37 -05:00
Kenneth Reitz
b79dea97fd
v0.8.1
v0.8.1
2011-11-15 09:56:21 -05:00
Kenneth Reitz
4504953212
Only send URL path to servers
...
Closes #256
2011-11-15 09:52:42 -05:00
Kenneth Reitz
2ccc68c4b4
Merge pull request #268 from benmao/develop
...
fixed: 301 request does not use proxy.
2011-11-15 05:58:10 -08:00
ben
7c66e6f267
fixed: 301 request does not use proxy.
2011-11-15 15:53:38 +08:00
Kenneth Reitz
bec201c5ca
Merge pull request #267 from benmao/develop
...
fixed proxy
2011-11-14 19:04:02 -08:00
ben
35b0c5e16e
fixed proxy
2011-11-15 10:59:39 +08:00
Kenneth Reitz
fc0565fa5d
Merge pull request #260 from joequery/doc_changes
...
Doc changes
2011-11-14 13:43:01 -08:00
Kenneth Reitz
289e813ab6
Merge pull request #262 from petermanser/patch-1
...
Fixing status codes. Somehow these were wrong.
2011-11-14 13:42:24 -08:00
Kenneth Reitz
8a1b0e1852
Merge pull request #264 from pennersr/patch-1
...
Pass along timeout when following redirects (closes #263 )
2011-11-14 13:42:18 -08:00
Raymond Penners
f0edd4a3e0
Pass along timeout when following redirects ( closes #263 )
2011-11-14 10:04:07 +01:00
Peter Manser
a64a62088a
Fixing status codes. Somehow these were wrong.
2011-11-14 09:44:43 +01:00
Joseph McCullough
588b6bbf8a
Added OAuth reference to quickstart file
2011-11-14 01:09:12 -06:00
Joseph McCullough
d3cbf37352
Removed closed issues from todo doc
2011-11-14 00:49:11 -06:00
Kenneth Reitz
6b377cc919
grocer's apostrophe
2011-11-13 01:24:29 -05:00
Kenneth Reitz
e91fe9b2b8
stray note
2011-11-13 01:21:58 -05:00
Kenneth Reitz
45c9ecc82a
missing param in quick start
2011-11-13 01:21:30 -05:00