Kenneth Reitz
c91f83fbad
1,000,000
2012-09-21 15:50:38 -07:00
Kenneth Reitz
ffc72ac5f9
Merge remote-tracking branch 'origin/develop' into develop
2012-09-21 15:22:18 -07:00
Kenneth Reitz
efdd645dbc
epic
2012-09-21 15:22:12 -07:00
Kenneth Reitz
a0df2cbb10
Merge pull request #853 from plaes/docs-license-missing-ref
...
Create label for the ISC License, which is referenced from the index page
2012-09-12 23:36:36 -07:00
Priit Laes
cb44e165e5
Create label for the ISC License, which is referenced from the index page
2012-09-13 09:21:32 +03:00
Kenneth Reitz
0342ddb548
Merge pull request #852 from plaes/docs-include-license
...
Use the include directive instead of rewriting the license in docs.
2012-09-12 23:10:11 -07:00
Priit Laes
fe4211d5b5
Use the include directive instead of rewriting the license in docs.
...
Helps also keeping the copyright years in sync \o/
2012-09-13 09:03:38 +03:00
Kenneth Reitz
d70964a608
Merge pull request #848 from barberj/develop
...
None is not iterable
2012-09-12 10:58:20 -07:00
Kenneth Reitz
106bae6457
Merge pull request #850 from SecurityForUs/fix_proxies_2.7-3
...
Resolve issue in #849
2012-09-12 10:58:03 -07:00
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
barberj
fc1d0fedea
None is not iterable
2012-09-11 08:39:10 -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