Eric Hansen
65c19bc0e0
Fix for v3 in deleting empty proxies.
2012-09-12 13:49:34 -04:00
Eric Hansen
2dc7db4730
Fixed issue with empty proxies being passed
2012-09-11 15:40:16 -04:00
Kenneth Reitz
64fd0baa02
Merge pull request #841 from sigmavirus24/bytecode
...
Reset PYTHONDONTWRITEBYTECODE after installation
2012-09-10 20:15:41 -07:00
Ian Cordasco
aed5bf7cc7
As per the discussion on #841 .
2012-09-10 23:09:41 -04:00
Ian Cordasco
91a9c39746
Reset PYTHONDONTWRITEBYTECODE after installation
...
Fixes #839 .
2012-09-10 23:09:14 -04:00
Kenneth Reitz
b7c3945437
Merge pull request #820 from dergraf/develop
...
Data encoding should take place after calling into auth provider
2012-09-10 20:06:52 -07:00
Kenneth Reitz
2ae7c5a547
Merge pull request #833 from sigmavirus24/fix_key_val_args
...
Fixes #817 .
2012-09-10 20:05:07 -07:00
Kenneth Reitz
f58013c089
Merge pull request #845 from alanhamlett/patch-1
...
fixed typo in docs
2012-09-09 02:29:37 -07:00
Alan Hamlett
861e63ce8e
fixed typo in docs
2012-09-09 01:56:32 -07:00
Kenneth Reitz
ee7825df7b
Merge pull request #842 from slingamn/test_tweak
...
fix some tests to correctly cover the API
2012-09-07 00:10:21 -07:00
Kenneth Reitz
41ca8edf23
Merge pull request #840 from gareth-lloyd/develop
...
add prefetch=False to streaming example
2012-09-07 00:06:51 -07:00
Shivaram Lingamneni
c73646da00
fix some tests to correctly cover the API
...
After #831 , the tests added in #764 (which relied on iter_content()
crashing if the response was prefetched) no longer tested what they
were intended to test.
2012-09-06 16:31:01 -07:00
Gareth Lloyd
d9a85560a2
add prefetch=False to streaming example
2012-09-06 15:13:46 +01:00
Ian Cordasco
8081d7b15c
Fixes #817 .
...
Use dicts and lists where necessary but accept both dicts and lists of
2-tuples everywhere.
2012-09-02 23:10:28 -04:00
Kenneth Reitz
c8f166f696
Merge remote-tracking branch 'origin/develop' into develop
2012-09-02 04:50:30 -04:00
Kenneth Reitz
a69cf7e71c
v0.14.0
v0.14.0
2012-09-02 04:50:05 -04:00
Kenneth Reitz
6497d11049
Merge pull request #831 from slingamn/permissive_itercontent_2
...
permissive implementation of iter_content
2012-09-02 01:47:19 -07:00
Shivaram Lingamneni
77cf995165
permissive implementation of iter_content
...
This allows iter_content and iter_lines to succeed without
crashing even after the response content has been fetched
(iter_content gives you an iterator over the prefetched
content)
2012-09-02 01:42:30 -07:00
Kenneth Reitz
1175866033
Merge pull request #826 from hazzadous/develop
...
Updated content workflow section of the advanced user docs
2012-08-31 16:49:47 -07:00
Kenneth Reitz
81897dd138
Merge remote-tracking branch 'origin/develop' into develop
2012-08-31 02:06:21 -04:00
Kenneth Reitz
5fedbbf7f0
oops
2012-08-31 02:06:15 -04:00
Harry Waye
991b853bd9
Updated content workflow section of the advanced use docs
2012-08-30 18:14:37 +01:00
Andre Graf
52d2e2ee4e
added myself
2012-08-29 21:20:27 +02:00
Andre Graf
06d9faedc6
data encoding must be done after calling an auth provider which might change the data (as auth.OAuth1 does)
2012-08-29 21:20:11 +02:00
Kenneth Reitz
0ad445651e
Merge pull request #819 from ayanamist/develop
...
Correct OAuth1 with query or data.
2012-08-29 04:29:41 -07:00
ayanamist
babac7368b
Change variable name "_cond" -> "_oauth_signed".
2012-08-28 15:38:13 +08:00
ayanamist
aded42f232
Try to keep the header too if content-type is application/x-www-form-urlencoded
2012-08-28 15:24:09 +08:00
ayanamist
46ff4b3862
Fix the comment too.
...
If content-type is multipart/form-data, keep the header.
2012-08-28 15:20:53 +08:00
Kenneth Reitz
b5b2e51fc5
Merge pull request #818 from r1chardj0n3s/develop
...
improve top-level docstring
2012-08-27 22:38:46 -07:00
ayanamist
8a1d53eb3a
Correct OAuth1 with query or data.
2012-08-28 12:52:32 +08:00
Richard Jones
f4311269d7
improve top-level docstring
2012-08-28 09:36:00 +10:00
Kenneth Reitz
b9ecf45683
Merge remote-tracking branch 'origin/develop' into develop
2012-08-26 18:34:16 -04:00
Kenneth Reitz
b257b10281
typo
2012-08-26 18:34:09 -04:00
Kenneth Reitz
9fb63adfa5
Merge pull request #814 from asapo/develop
...
import cchardet if available
2012-08-26 09:47:09 -07:00
Kenneth Reitz
ace89395b6
Merge pull request #815 from ayanamist/develop
...
Use logger instead of direct logging call.
2012-08-26 09:46:18 -07:00
ayanamist
913ef867be
Use logger instead of direct logging call.
2012-08-27 00:43:39 +08:00
asapo
fc9b8a0214
import cchardet if available
2012-08-27 01:30:04 +09:00
Kenneth Reitz
6da48dbd93
no .
2012-08-25 11:46:41 -04:00
Kenneth Reitz
1be2a55a39
Remove exception eating from dispatch_hook.
v0.13.9
2012-08-25 11:07:13 -04:00
Kenneth Reitz
ab57c076e3
Merge pull request #811 from lucian1900/develop
...
Remove exception eating from dispatch_hook.
2012-08-25 08:06:56 -07:00
Kenneth Reitz
94869e720e
v0.13.9
2012-08-25 10:49:16 -04:00
Kenneth Reitz
f65b790e9d
Cleanup #800
2012-08-25 10:44:53 -04:00
Kenneth Reitz
fa44921241
Merge pull request #800 from ayanamist/develop
...
Fix kennethreitz/requests#790
2012-08-25 07:41:15 -07:00
Kenneth Reitz
088454b145
Merge pull request #805 from Lukasa/develop
...
Remove None values from post data.
2012-08-25 07:35:06 -07:00
Kenneth Reitz
4571a9e50e
Merge remote-tracking branch 'origin/develop' into develop
2012-08-25 10:33:42 -04:00
Kenneth Reitz
95c82c7c0b
Merge branch 'develop' of git://github.com/weak/requests into develop
2012-08-25 10:33:37 -04:00
Kenneth Reitz
390a4ae4bc
Merge pull request #806 from rhyselsmore/develop
...
General Housekeeping
2012-08-24 21:48:30 -07:00
Rhys Elsmore
29aa21a2fd
Not sure if meant to be pluralized
2012-08-23 16:38:28 +10:00
Rhys Elsmore
217a9d50cd
Removed Duplicate Import
2012-08-23 16:18:47 +10:00
Cory Benfield
751e7a0a66
Do not post None values in data.
2012-08-22 22:33:25 +01:00