Kenneth Reitz
|
544a5fea59
|
more info
|
2011-12-28 02:51:49 -05:00 |
|
Kenneth Reitz
|
0a8bb2e1b3
|
verification support in sessions
|
2011-12-28 02:51:42 -05:00 |
|
Kenneth Reitz
|
5184f0c5a9
|
SSL support!
|
2011-12-28 02:43:13 -05:00 |
|
Kenneth Reitz
|
9a1a4136ac
|
new SSLError
|
2011-12-28 02:43:03 -05:00 |
|
Kenneth Reitz
|
ca26c1a253
|
api cleanup
|
2011-12-28 02:42:57 -05:00 |
|
Kenneth Reitz
|
a91ac242f3
|
simplify api.request
|
2011-12-28 01:51:26 -05:00 |
|
Kenneth Reitz
|
bdda99c0c1
|
urllib3 update
|
2011-12-27 23:14:54 -05:00 |
|
Kenneth Reitz
|
0bfc029b5e
|
v0.8.7
|
2011-12-24 03:16:40 -05:00 |
|
Kenneth Reitz
|
4eb2759400
|
force safe mode for async
|
2011-12-24 03:06:13 -05:00 |
|
Ori Livneh
|
e1615e0f1e
|
Make safe_mode handle exceptions more consistently
|
2011-12-23 16:14:46 -05:00 |
|
Ori Livneh
|
716d29c49c
|
fix iteration on null responses in safe_mode
|
2011-12-22 21:10:43 -05:00 |
|
Ori Livneh
|
a7223f86a9
|
Undo stupid change to while loop
|
2011-12-22 17:51:22 -05:00 |
|
Ori Livneh
|
2c0ff95d4d
|
Revert "Revert "Make safe_mode play nice with timeout (fixes #312)""
This reverts commit 91766548d1.
|
2011-12-22 17:50:43 -05:00 |
|
Ori Livneh
|
91766548d1
|
Revert "Make safe_mode play nice with timeout (fixes #312)"
This reverts commit 805c4db55413c96c5d6e0f95560119c000f660c9.
|
2011-12-22 17:42:57 -05:00 |
|
Ori Livneh
|
12f3c65e5a
|
Make safe_mode play nice with timeout (fixes #312)
|
2011-12-22 16:52:29 -05:00 |
|
Kenneth Reitz
|
f5e421e880
|
1 instead of True
#313
|
2011-12-22 11:55:55 -05:00 |
|
Ori Livneh
|
f214b91d77
|
fix bug that causes iter_lines to truncate content
Currently, if the response does not terminate with a newline, iter_lines
truncates the trailing remainder.
|
2011-12-20 02:01:37 -05:00 |
|
Kenneth Reitz
|
c910b958f0
|
quotes
|
2011-12-18 19:18:16 -05:00 |
|
Kenneth Reitz
|
6ce4ece8aa
|
v0.8.6
|
2011-12-18 19:18:09 -05:00 |
|
Kenneth Reitz
|
8207ed074e
|
keep auth DRY
|
2011-12-18 19:14:50 -05:00 |
|
Kenneth Reitz
|
f8cf713f41
|
Merge branch 'proxy_auth' of https://github.com/chrisguitarguy/requests into develop
|
2011-12-18 19:11:39 -05:00 |
|
Kenneth Reitz
|
8f58c095c5
|
urllib3 update
|
2011-12-18 14:10:38 -05:00 |
|
Christopher Davis
|
4e2ecd6987
|
Fixed some tab/spaces mixed issues
|
2011-12-17 13:48:40 -06:00 |
|
Christopher Davis
|
814e0520ad
|
Add Proxy Authorization support
|
2011-12-17 13:40:04 -06:00 |
|
Kenneth Reitz
|
0e711f2f9d
|
v0.8.5
|
2011-12-14 10:43:08 -05:00 |
|
Kenneth Reitz
|
5e60279a19
|
whitespace
|
2011-12-14 10:37:46 -05:00 |
|
Kenneth Reitz
|
6fb2674446
|
iter_lines!
|
2011-12-14 10:37:40 -05:00 |
|
Kenneth Reitz
|
10eed6344c
|
v0.8.4
|
2011-12-11 11:39:57 -05:00 |
|
Kenneth Reitz
|
fad9abfd77
|
Merge remote-tracking branch 'origin/develop' into develop
|
2011-12-11 11:26:16 -05:00 |
|
Kenneth Reitz
|
a5f79712bb
|
Fix for #303
|
2011-12-11 11:26:13 -05:00 |
|
Nick Hatch
|
a6412b02ba
|
Fix spelling errors, typos.
|
2011-12-11 01:58:55 -06:00 |
|
Kenneth Reitz
|
c7b99f7819
|
Set Response.sent to True
Fixes #291
|
2011-11-27 11:29:52 -05:00 |
|
Kenneth Reitz
|
356bf42373
|
v0.8.3
|
2011-11-27 10:06:39 -05:00 |
|
Kenneth Reitz
|
a7a619ba5c
|
Merge branch 'auth_callables' of https://github.com/idangazit/requests into develop
Conflicts:
requests/models.py
|
2011-11-26 10:14:14 -05:00 |
|
Kenneth Reitz
|
a5ff4be7b0
|
Merge pull request #283 from rgieseke/develop
Display full URL when logging.
|
2011-11-26 07:10:08 -08:00 |
|
Kenneth Reitz
|
52ac24120c
|
Merge pull request #287 from sharat87/patch-2
Allow generators or any iterators for async.map
|
2011-11-26 07:09:37 -08:00 |
|
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 |
|
Shrikant Sharat Kandula
|
99b6e35940
|
Allow generators or any iterators for async.map
|
2011-11-25 07:45:12 +05:30 |
|
Robert Gieseke
|
8ae4b440e3
|
Display full URL when logging.
|
2011-11-20 10:14:51 +01:00 |
|
Idan Gazit
|
1933d3c707
|
Added support for HTTP Basic Auth credentials in 2-tuple
|
2011-11-19 23:59:27 +02: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 |
|