Kenneth Reitz
14bd9ebb45
yay cookies
2011-09-26 01:33:18 -04:00
Kenneth Reitz
8565053c93
works for block and non-block connections
2011-09-25 19:01:40 -04:00
Kenneth Reitz
5287b8cd9f
fix
2011-09-25 18:57:17 -04:00
Kenneth Reitz
182f92ab26
hrmm
2011-09-25 18:00:37 -04:00
Kenneth Reitz
74ce263d69
Merge branch 'fixencodings' of https://github.com/jerem/requests into develop
2011-09-22 09:25:06 -04:00
Michael Van Veen
dcebab4c35
PEP8fied all the things
...
I ran the pep8 checker (version 0.6.1) on the code base and tried to
clean up as many pep8 errors as I could. Everything except line-width
errors are gone (I was worried about messing up the documentor since I
haven't fiddled with it).
2011-09-22 03:45:41 -07:00
Jérémy Bethmont
95b0549c75
Ignore unknown encoding.
2011-09-22 11:13:51 +02:00
Kenneth Reitz
a8e77688f0
Merge pull request #150
2011-09-14 08:39:52 -04:00
Kenneth Reitz
dd5a39731a
Merge branch 'feature/curl' into develop
...
Conflicts:
AUTHORS
HISTORY.rst
2011-09-05 16:27:38 -04:00
Kenneth Reitz
6d25fff3f9
Added Josselin Jacquard to AUTHORS
2011-08-30 23:58:31 -04:00
Josselin Jacquard
1ecb593c7b
Fix a bug when content-type is empty
2011-08-30 12:04:48 +02:00
Mike Waldner
58d63d55bc
Sphinx Documentation
...
#139
2011-08-28 21:19:51 -04:00
Kenneth Reitz
dba7a5a7e2
shortcut strings
2011-08-28 03:22:20 -04:00
Kenneth Reitz
3b9fc987b8
cleanup
2011-08-28 03:09:26 -04:00
Kenneth Reitz
e272ec13c3
tuples too
2011-08-28 03:07:45 -04:00
Kenneth Reitz
b97b4439c0
header expanding
2011-08-28 02:40:19 -04:00
Mike Waldner
3f98034c2a
Trailing whitespace
...
#139
2011-08-25 23:57:56 -04:00
Mike Waldner
3d448f843e
Adding cookies
...
#139
2011-08-25 23:55:24 -04:00
Mike Waldner
7fa4fdacc9
Adding in file support
...
#139
2011-08-24 22:01:06 -04:00
Mike Waldner
71195bb219
Adding myself to Authors. Small cleanup
...
#139
2011-08-24 01:50:06 -04:00
Mike Waldner
ec0b708b18
Removing trailing whitespace
...
#139
2011-08-24 01:40:44 -04:00
Mike Waldner
cfee830877
Renaming vars. String formatting
...
#139
2011-08-24 01:39:43 -04:00
Mike Waldner
3dd2235ac5
Adding basic authentication. Also string formatting
...
#139
2011-08-24 01:30:38 -04:00
Mike Waldner
cc2c54093e
Adding basic authentication. Also string formatting
2011-08-24 01:21:44 -04:00
Kenneth Reitz
2dfcc0bb7b
string formatting
...
#139
2011-08-24 00:04:18 -04:00
Kenneth Reitz
256c86f8f7
moving curl into utils
...
#139
2011-08-23 23:54:33 -04:00
Kenneth Reitz
1d0a5b2665
whitespace
2011-08-23 23:09:51 -04:00
Kenneth Reitz
636e61d68b
utils.unicode_from_html
2011-08-23 23:09:09 -04:00
Kenneth Reitz
a94541d38c
Only decode unicode from http headers
...
HTTP client, not HTML
#115
2011-08-23 23:03:18 -04:00
Kenneth Reitz
596aceb185
big docs update
2011-08-20 22:47:03 -04:00
Kenneth Reitz
873d128c5a
docstrings for utils module
2011-08-20 19:58:00 -04:00
Kenneth Reitz
4906686186
utils.decode_gzip
2011-08-20 19:46:50 -04:00
Kenneth Reitz
8fbb1e6d97
move encoding methods into utils for external consumption
2011-08-20 19:17:41 -04:00
Kenneth Reitz
e477fce211
add_dict_to_cookiejar
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.com >
2011-08-17 02:25:56 -04:00
Kenneth Reitz
f7024a6000
super cookiejar_from_dict powwerrrs
2011-08-17 02:01:13 -04:00
Kenneth Reitz
ec33ce9d29
sp.
2011-08-17 01:32:12 -04:00
Kenneth Reitz
d9e5717377
cookiejar_from_dict
...
#12
2011-08-17 01:29:58 -04:00
Kenneth Reitz
7e255177dc
get cookies from response
...
#116
2011-08-17 01:23:49 -04:00