makto
4ffae38627
add 'max_redirects' to Session's __attrs__ to ensure proper serialization of Session
2013-03-29 20:58:15 +08:00
Kenneth Reitz
ba25184ed5
sp
2013-03-26 16:38:11 -04:00
Kenneth Reitz
7f1ad5c127
Merge remote-tracking branch 'origin/master'
2013-03-26 16:32:25 -04:00
Kenneth Reitz
ab19b79375
Rezzy the Request Sea Turtle
2013-03-26 16:32:20 -04:00
Kenneth Reitz
c63472e328
Merge pull request #1263 from justin-factual/master
...
iter_lines documentation for #1260
2013-03-25 12:48:45 -07:00
Justin Fenn
6963b8490c
Clarify streaming behavior in iter_lines doc
2013-03-25 12:20:33 -07:00
Kenneth Reitz
12ef43e407
/s/make/invoke
2013-03-22 15:52:08 -04:00
Kenneth Reitz
92f7478174
first
2013-03-22 15:48:27 -04:00
Kenneth Reitz
19d38d502f
actually cleanup url authentication
2013-03-22 15:47:20 -04:00
Kenneth Reitz
52d328ec3c
cp949prover for charade
2013-03-22 15:21:28 -04:00
Kenneth Reitz
a554828931
invoke!
2013-03-22 15:21:04 -04:00
Kenneth Reitz
80a861cb84
upgrade to charade v1.0.3
2013-03-22 15:20:49 -04:00
Kenneth Reitz
0d07d1afb3
remove makefile
2013-03-22 15:20:27 -04:00
Kenneth Reitz
030b9763b5
fix get_auth_from_url
2013-03-22 00:15:06 -04:00
Kenneth Reitz
03a3ca5004
get_auth_from_url return None if nothing is found
2013-03-22 00:13:08 -04:00
Kenneth Reitz
1325409560
simplify get_auth_from_url call
2013-03-22 00:12:58 -04:00
Kenneth Reitz
13aeb9cb06
Merge pull request #1254 from jkakar/url-authentication
...
url-authentication
2013-03-21 21:06:23 -07:00
Jamu Kakar
7d217bf9bd
- Pull credentials out of the URL when possible.
2013-03-21 17:55:08 -07:00
Kenneth Reitz
cb2116dcce
Merge pull request #1239 from miikka/fix-issue-1228
...
Use session cookies when following redirects
2013-03-20 03:37:25 -07:00
Kenneth Reitz
db90d85a8d
Merge pull request #1245 from Damgaard/master
...
Remove duplicate comment.
2013-03-14 08:29:53 -07:00
Andreas Damgaard Pedersen
af791d48c6
Remove duplicate comment.
2013-03-14 16:12:45 +01:00
Miikka Koskinen
120a2f385a
Do not pass cookies to resolve_redirects
...
SessionRedirectMixin is extending Session, so we can just use
self.cookies.
2013-03-12 18:45:11 +02:00
Miikka Koskinen
5bb2be9a23
Use session cookies when following redirects
...
When a redirect was followed, only the cookies set by the initial
response were used in the follow-up request. Fixes #1228 .
2013-03-12 18:43:58 +02:00
Miikka Koskinen
e958511df0
Add failing test case for #1228
2013-03-12 18:43:58 +02:00
Kenneth Reitz
1642996798
Merge pull request #1244 from jajadinimueter/master
...
Fixed further pickeling issues in Session and HTTPAdapter
2013-03-12 08:23:21 -07:00
Florian Mueller
c41932e184
Fixed some pickeling issues with HTTPAdapter and Session
...
Added trust_env and stream to Session.__attrs__. Initialize
self._pool_connections and self._pool_maxsize in HTTPAdapter.
2013-03-12 16:04:19 +01:00
Kenneth Reitz
25ea8cdb38
Merge pull request #1243 from darjus-amzn/master
...
Pickling of Session and HTTPAdapter + a test
2013-03-12 07:37:55 -07:00
Darjus Loktevic
e706d18cf8
Pickling of Session and HTTPAdapter + a test
...
This is for issue #1088
2013-03-11 18:12:34 +00:00
Kenneth Reitz
3e72f234d0
Merge pull request #1238 from oczkers/master
...
cleanup (remove max_retries test)
2013-03-08 11:51:42 -08:00
Piotr Staroszczyk
25dc07e8ed
cleanup (remove max_retries test)
2013-03-08 11:17:17 +01:00
Kenneth Reitz
13de69299f
Merge pull request #1234 from Vassius/issue-1225
...
Fix issue #1225 (Documentation: response object status/reason)
2013-03-05 07:31:10 -08:00
Markus Wiik
90e109c241
Fix issue #1225 (Documentation: response object status/reason)
2013-03-05 16:18:24 +01:00
Kenneth Reitz
d25ba77b2e
Merge remote-tracking branch 'origin/master'
2013-03-04 17:54:32 -05:00
Kenneth Reitz
c0d4b23cea
Merge branch 'httperror_init' of git://github.com/dmedvinsky/requests
...
Conflicts:
AUTHORS.rst
test_requests.py
2013-03-04 17:54:25 -05:00
Kenneth Reitz
99eead01a3
Merge pull request #1223 from andrewjesaitis/master
...
Fixes __getstate__ for session pickling
2013-03-04 14:52:31 -08:00
Andrew Jesaitis
d60845303b
Adds __attrs__ back to Session object
2013-03-04 11:07:29 -07:00
Kenneth Reitz
b14584f36e
Revert "[ kennethreitz/requests#1208 ] adding unit test for max_retries"
...
This reverts commit 18b29ea005 .
2013-03-03 12:01:47 -05:00
Kenneth Reitz
23d8522285
Revert "[ kennethreitz/requests#1208 ] adding a max_retries argument"
...
This reverts commit 796d3225dd .
2013-03-03 12:01:38 -05:00
Dmitry Medvinsky
c4f9340fb4
Add ability to pass response to HTTPError()
...
Just a little refactoring, but it seems nicer to me to be able to pass
the response when constructing the `HTTPError` instance instead of
constructing it and then changing the member variable.
2013-03-03 10:05:42 +04:00
Kenneth Reitz
d372a5b10b
Merge pull request #1190 from mkomitee/master
...
Pass user options to hooks
2013-03-02 13:04:00 -08:00
Kenneth Reitz
7aad3fd08c
Merge pull request #1219 from Wilfred/master
...
Adding max_retries as an argument
2013-03-02 13:02:26 -08:00
Kenneth Reitz
76c4b68e4a
Merge pull request #1226 from dmedvinsky/fix-typos
...
Fix couple of typos in HISTORY.rst
2013-03-02 13:00:48 -08:00
Kenneth Reitz
07441c8951
Merge pull request #1229 from sprt/master
...
Doc fix: URLError doesn't exist anymore
2013-03-02 12:59:41 -08:00
Kenneth Reitz
98ff29f793
Merge pull request #1230 from davidfischer/trivial-docs-fix
...
Github URL fix
2013-03-02 12:59:10 -08:00
Kenneth Reitz
08cab48431
Merge pull request #1231 from davidfischer/docs-migration1.0
...
Initial docs patch for migrating from pre 1.0
2013-03-02 12:58:49 -08:00
David Fischer
7e7c275504
Session isn't advertised as a context manager
2013-03-02 08:59:19 -08:00
David Fischer
73abf84ace
Capitalize s in Session
2013-03-02 08:51:55 -08:00
David Fischer
7eba5ffe48
Logic on streaming responses was changed in 1.0
...
* prefetch=False in 0.x is now stream=True
2013-03-02 08:44:14 -08:00
David Fischer
1d2ee524d8
Initial docs patch for migrating from pre 1.0
2013-03-01 23:21:08 -08:00
David Fischer
38f2581d6f
Github URL fix
2013-03-01 20:36:42 -08:00