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
|
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 |
|
Den Shabalin
|
17c551539b
|
Merge branch 'master' of github.com:densh/requests into issue-128
|
2011-08-19 19:20:54 +03:00 |
|
Den Shabalin
|
2f55393593
|
Fixes an issue #128: `Response not working with lxml''. This error happend due to lxml's attempt to do .geturl() call on the response object. __getattr__ didn't raise AttributeError so response.geturl'' returned None and response.geturl()'' resulted into `TypeError: 'NoneType' object is not callable'' seen in the issue.
|
2011-08-19 19:18:26 +03:00 |
|
Rick Mak
|
d26f3333e4
|
Fix tried_encodings scope
|
2011-08-18 14:42:35 +08:00 |
|
Rick Mak
|
820e2c73e6
|
Import re
|
2011-08-18 14:22:54 +08:00 |
|
Kenneth Reitz
|
efbbb84315
|
Added Mikko Ohtamaa to AUTHORS
#124
|
2011-08-17 20:17:22 -04:00 |
|
Kenneth Reitz
|
96e7a60b8d
|
Allow any method, if so inclined
#124
|
2011-08-17 20:15:28 -04:00 |
|
Jérémy Bethmont
|
c22b71fc5b
|
Handle redirection without scheme.
|
2011-08-17 16:04:53 +02:00 |
|
Kenneth Reitz
|
007963afde
|
authors
|
2011-08-17 09:45:31 -04:00 |
|
Kenneth Reitz
|
0708736c45
|
Merge branch 'patch-1' of https://github.com/sharat87/requests into develop
|
2011-08-17 09:45:23 -04:00 |
|
Kenneth Reitz
|
61d50d531c
|
Authors += Armin
|
2011-08-17 09:41:24 -04:00 |
|
Jérémy Bethmont
|
a17110b32a
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2011-08-17 15:32:11 +02:00 |
|
Jérémy Bethmont
|
571d808d25
|
Fixed bad merge.
|
2011-08-17 15:31:24 +02:00 |
|
Shrikant Sharat Kandula
|
5e6ecdad9f
|
Typo in documentation
The kwarg is named `headers`, not `header`. Also, its a dict, not a set.
|
- |
|
Armin Ronacher
|
91e75f7215
|
As proposed by @davidbgk this is only consistent with \o/ :)
|
2011-08-17 13:40:29 +03:00 |
|
Kenneth Reitz
|
81d599786a
|
Merge branch 'develop'
|
2011-08-17 04:33:34 -04:00 |
|
Kenneth Reitz
|
9471b0ab88
|
let's do this
v0.6.0
|
2011-08-17 04:32:46 -04:00 |
|
Jeremy Selier
|
470af42bf2
|
Fixing myself :)
|
2011-08-17 11:28:47 +03:00 |
|
Kenneth Reitz
|
0b34812afc
|
readme cleanup
|
2011-08-17 04:23:16 -04:00 |
|
Kenneth Reitz
|
47a36de74e
|
supported interpreters
|
2011-08-17 04:17:21 -04:00 |
|
Kenneth Reitz
|
0c21aa5530
|
doc cleanups
|
2011-08-17 04:16:19 -04:00 |
|
Jérémy Bethmont
|
fe109b27be
|
Merge remote-tracking branch 'upstream/develop' into develop
Conflicts:
requests/models.py
|
2011-08-17 10:07:43 +02:00 |
|
Kenneth Reitz
|
3f873dc222
|
hooks in api layer only
|
2011-08-17 04:05:20 -04:00 |
|
Kenneth Reitz
|
e0ae2b4155
|
fixes
|
2011-08-17 04:03:54 -04:00 |
|
Kenneth Reitz
|
5f603ae787
|
typo
|
2011-08-17 04:01:11 -04:00 |
|
Kenneth Reitz
|
d4502aff87
|
consiserererr
|
2011-08-17 04:00:12 -04:00 |
|