Jérémy Bethmont
824d54f131
Only the path should be encoded (not the query, otherwise it makes a wrong redirection).
2011-09-02 15:06:58 +02:00
Luca De Vitis
07dd324e2f
Reverted hooks from sub-package to module.
2011-09-01 18:22:12 +02:00
Kenneth Reitz
6d25fff3f9
Added Josselin Jacquard to AUTHORS
2011-08-30 23:58:31 -04:00
Kenneth Reitz
9bfe04586d
Merge branch 'develop' of https://github.com/kigeia/requests into develop
2011-08-30 23:57:24 -04:00
Josselin Jacquard
1ecb593c7b
Fix a bug when content-type is empty
2011-08-30 12:04:48 +02:00
Mike Waldner
e46351cfbd
Unit Tests for curl_from_request
...
#139
2011-08-28 23:31:43 -04:00
Mike Waldner
58d63d55bc
Sphinx Documentation
...
#139
2011-08-28 21:19:51 -04:00
Kenneth Reitz
fed17cb58a
history
2011-08-28 03:23:54 -04:00
Kenneth Reitz
35fc3b4dbb
cleanup
2011-08-28 03:22:46 -04:00
Kenneth Reitz
dba7a5a7e2
shortcut strings
2011-08-28 03:22:20 -04:00
Kenneth Reitz
2fa180e9ea
automatic header expansion
2011-08-28 03:22:03 -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
Luca De Vitis
d8c923c385
Added json_content and etree_content, more docs and comments.
2011-08-25 16:28:47 +02:00
Luca De Vitis
3bf6c63d52
Applied new hooks api
2011-08-25 16:26:10 +02:00
Luca De Vitis
335bf7018d
default hooks copy fixed
2011-08-25 16:24:55 +02:00
Luca De Vitis
d8fb6d2a5a
No more sets in default hooks, code cleanup, more docs and comments.
2011-08-25 16:19:19 +02:00
Luca De Vitis
c243d09398
Added gracefull_hooks, default_hooks and 'Accept-Encoding' base_header
2011-08-25 16:17:38 +02: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
a276ebd240
Merge branch 'curl_feature' of https://github.com/mawaldne/requests into feature/curl
2011-08-23 23:50:56 -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
Mike Waldner
0bf60c8876
Adding check when _enc_data in None
2011-08-23 23:08:26 -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
ce3b85a62e
unsuccessful
2011-08-23 23:01:35 -04:00
Kenneth Reitz
281aa5ebc4
updated AUTHORS
2011-08-23 23:01:23 -04:00
Mike Waldner
84d9ff0c5c
More Small Cleanup
2011-08-23 22:34:05 -04:00
Mike Waldner
68a2954c67
Merge remote-tracking branch 'upstream/develop' into develop
2011-08-23 22:22:51 -04:00
Mike Waldner
c56acf0e32
Small Cleanup
2011-08-23 22:17:36 -04:00
Mike Waldner
2a17e5237c
Ive never seen anyone use the --'s unix command options
2011-08-23 22:03:42 -04:00
Luca De Vitis
56406b3442
hooks now comply hook interface
2011-08-23 23:43:40 +02:00
Luca De Vitis
660e090315
Forgot to add the hooks sub-package
2011-08-23 23:39:07 +02:00
Luca De Vitis
d12eac8669
* hooks is a package now.
...
* Added hooks.setup_hooks to setup multiple and default hooks
* Added hooks.response hooks to unicode encoding, and uncompress response.
* Modified hooks.dispatch_hooks api: don't need a key any more.
2011-08-23 23:30:50 +02:00
Luca De Vitis
2dc556e082
Added multiple hooks support.
2011-08-23 15:06:22 +02:00
jbergstroem
75027f9557
Typos, nits and some 80w fixes
2011-08-23 11:37:51 +02:00
jbergstroem
e8dbecb4db
Add test_requests.py to manifest
2011-08-23 11:29:36 +02:00
Kenneth Reitz
317c5b693a
_content
2011-08-21 07:12:54 -04:00
Den Shabalin
a86af4477e
AUTHORS -= Den Shabalin (I've already been mentioned in the list @ line 41.)
2011-08-21 14:09:03 +03:00
Den Shabalin
59924b9223
Merge branch 'develop' of git://github.com/kennethreitz/requests into develop
2011-08-21 14:06:31 +03:00
Kenneth Reitz
c8110222a5
no need to set content
...
avoids 2.5 workaround
2011-08-21 07:01:29 -04:00