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
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
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
Kenneth Reitz
1143d4237f
AUTHORS += 'Den Shabalin'
2011-08-21 06:59:13 -04:00
Kenneth Reitz
8d5108b142
faq
2011-08-21 06:58:34 -04:00
Den Shabalin
03e18bb7ca
Merge branch 'master' of git://github.com/kennethreitz/requests into develop
2011-08-21 12:13:56 +03:00
Den Shabalin
6a96652396
Refactor response.content into a property. This makes content attribute discoverable through dir(response) and also guards from errors like forgetting to raise AttributeError in __getattr__. Also you don't have to create fake self.content to fool Sphinx any more.
2011-08-21 11:57:03 +03:00
Kenneth Reitz
d4bdd84364
new FAQs
2011-08-20 23:00:17 -04:00
Kenneth Reitz
b45b329861
history
2011-08-20 22:55:30 -04:00
Kenneth Reitz
28ee9788a0
Request
2011-08-20 22:51:29 -04:00
Kenneth Reitz
596aceb185
big docs update
2011-08-20 22:47:03 -04:00
Kenneth Reitz
1f3e53b32e
yay
2011-08-20 20:05:38 -04:00
Kenneth Reitz
13db806861
docstringin' it up
2011-08-20 20:04:11 -04:00
Kenneth Reitz
d0fdf0eb38
no longer required
2011-08-20 19:59:41 -04:00
Kenneth Reitz
c5d787d6fd
cleanups
2011-08-20 19:59:21 -04:00
Kenneth Reitz
873d128c5a
docstrings for utils module
2011-08-20 19:58:00 -04:00
Kenneth Reitz
7f35ec7665
r.fo bugfix
2011-08-20 19:52:18 -04:00
Kenneth Reitz
86cc274cf0
remote read/close methods from response
2011-08-20 19:49:23 -04:00
Kenneth Reitz
c19b2c5172
settings.decode_unicode
2011-08-20 19:47:43 -04:00
Kenneth Reitz
4906686186
utils.decode_gzip
2011-08-20 19:46:50 -04:00
Kenneth Reitz
f038ec3b6e
may have multiple encoding values
2011-08-20 19:44:24 -04:00
Kenneth Reitz
a609f726e6
settings.allow_unicode
2011-08-20 19:43:36 -04:00
Kenneth Reitz
7bd47777a9
no separate test suite
2011-08-20 19:40:33 -04:00
Kenneth Reitz
21cd47d223
Merge branch 'feature/unicode' into feature/fo
...
Conflicts:
AUTHORS
2011-08-20 19:30:46 -04:00
Kenneth Reitz
882ea76aa9
cleanups, response.fo
2011-08-20 19:26:56 -04:00
Kenneth Reitz
850e1c7d40
Merge branch 'develop' of https://github.com/janrito/requests into develop
2011-08-20 19:23:53 -04:00
Kenneth Reitz
01411e37d6
AUTHORS += Alejandro Giacometti
2011-08-20 19:22:48 -04:00
Kenneth Reitz
4922daf498
added Rick Mak to AUTHORS
2011-08-20 19:22:18 -04:00
Kenneth Reitz
8fbb1e6d97
move encoding methods into utils for external consumption
2011-08-20 19:17:41 -04:00
Kenneth Reitz
7fc8c7ccfd
move encoding detection out of request object.
2011-08-20 19:17:25 -04:00
Kenneth Reitz
7eb272b299
Merge https://github.com/rickmak/requests into feature/unicode
...
Conflicts:
requests/models.py
2011-08-20 18:42:18 -04:00
Kenneth Reitz
8bfa909ff2
merge remnant (oops)
2011-08-20 18:34:33 -04:00
Kenneth Reitz
3b085ed20f
Merge branch 'develop'
2011-08-20 18:26:04 -04:00
Kenneth Reitz
8b640979ee
v0.6.1
v0.6.1
2011-08-20 18:25:32 -04:00
Kenneth Reitz
c58ddff3a4
history update
2011-08-20 18:24:58 -04:00
Alejandro Giacometti
5f16a8a6b1
Added readline method to response object.
2011-08-20 23:05:39 +02:00
Kenneth Reitz
53a53668d9
no more roadmap
2011-08-19 20:59:16 -04:00
Kenneth Reitz
e7d8982583
Merge branch 'feature/jerem' into develop
2011-08-19 20:12:53 -04:00
Kenneth Reitz
abc5e27931
config max_redirects
2011-08-19 20:12:41 -04:00
Kenneth Reitz
c75eaec852
integrate codes into models.py
2011-08-19 20:12:33 -04:00
Kenneth Reitz
d9a349c1a1
303 status code
2011-08-19 20:12:16 -04:00
Kenneth Reitz
9d143ed653
Merge branch 'develop' of https://github.com/jerem/requests into feature/jerem
2011-08-19 19:58:24 -04:00
Kenneth Reitz
ce4927e5d3
added Den Shabalin to AUTHORS
2011-08-19 19:39:53 -04:00