Ian Cordasco
|
afcc883d7f
|
Fix #1293
|
2013-04-06 11:26:52 -04:00 |
|
Kenneth Reitz
|
1e465fd255
|
Merge pull request #1291 from gazpachoking/dont_set_session_cookies_on_response
Don't set all session cookies on response.cookies
|
2013-04-04 20:41:52 -07:00 |
|
Chase Sterling
|
49a3664222
|
Don't set all session cookies on response.cookies
|
2013-04-04 23:30:52 -04:00 |
|
Kenneth Reitz
|
848f2c297e
|
Merge pull request #1290 from gazpachoking/#1287
fix #1287: Make sure expired cookies get removed from session.cookies
|
2013-04-04 20:22:38 -07:00 |
|
Chase Sterling
|
5c47ce1136
|
Make sure unit test works on python 2.6
|
2013-04-04 22:48:14 -04:00 |
|
Chase Sterling
|
88f13598f3
|
Add a unit test for server expiring cookies from session
|
2013-04-04 22:40:27 -04:00 |
|
Chase Sterling
|
d22ac00098
|
fix #1287: Make sure expired cookies get removed from session.cookies
|
2013-04-04 22:11:38 -04:00 |
|
Kenneth Reitz
|
dccfc5ba3c
|
Merge pull request #1283 from sigmavirus24/master
Closes #1280
|
2013-04-03 18:04:40 -07:00 |
|
Ian Cordasco
|
b9e5cce2d2
|
Add PreparedRequest recipe to the docs
|
2013-04-02 10:07:37 -04:00 |
|
Ian Cordasco
|
1abd13700b
|
Closes #1280
Correct the doc-string for Session#request that I copied without thinking
about.
|
2013-04-02 09:27:25 -04:00 |
|
Kenneth Reitz
|
54ed5ed469
|
Revert "Fix for the issue https://github.com/kennethreitz/requests/issues/1280"
This reverts commit ca0aea640d.
|
2013-04-02 08:13:46 -04:00 |
|
Kenneth Reitz
|
cdb700737b
|
Merge pull request #1281 from KamilSzot/Issue_kennethreitz_requests_issues_1280
Fix for the issue https://github.com/kennethreitz/requests/issues/1280
|
2013-04-02 04:44:59 -07:00 |
|
Kamil Szot
|
ca0aea640d
|
Fix for the issue https://github.com/kennethreitz/requests/issues/1280
|
2013-04-02 13:42:40 +02:00 |
|
Kenneth Reitz
|
20a8a9b681
|
Merge pull request #1278 from t-8ch/patch-1
fix tiny typo in HISTORY.rst
|
2013-04-01 21:36:49 -07:00 |
|
Kenneth Reitz
|
9c18febf45
|
Merge pull request #1277 from pborreli/typos
Fixed typos
|
2013-04-01 21:36:39 -07:00 |
|
Kenneth Reitz
|
848aca21be
|
Merge pull request #1276 from alex/patch-1
is should not be used for comparing numbers
|
2013-04-01 20:42:22 -07:00 |
|
Thomas Weißschuh
|
333fa87489
|
fix tiny typo in HISTORY.rst
|
2013-04-01 18:47:20 +00:00 |
|
Pascal Borreli
|
037b38badb
|
Fixed typos
|
2013-04-01 18:02:18 +00:00 |
|
Alex Gaynor
|
39acf1dbd2
|
is should not be used for comparing numbers
|
2013-03-31 23:20:46 -07:00 |
|
Kenneth Reitz
|
59b69d1fb8
|
Merge remote-tracking branch 'origin/master'
|
2013-03-31 08:28:57 +03:00 |
|
Kenneth Reitz
|
d06908d655
|
v1.2.0
v1.2.0
|
2013-03-31 08:28:22 +03:00 |
|
Kenneth Reitz
|
5b5ffc9714
|
Merge pull request #1268 from t-8ch/update_urllib3
update vendored urllib3
|
2013-03-30 22:27:59 -07:00 |
|
Kenneth Reitz
|
75703d57e6
|
fix syntax error
|
2013-03-31 08:22:44 +03:00 |
|
Kenneth Reitz
|
bd6b981d12
|
Merge pull request #1267 from sigmavirus24/master
One last pull request before 1.2 ideally
|
2013-03-30 22:21:52 -07:00 |
|
Kenneth Reitz
|
6a2eea8b21
|
Merge pull request #1270 from makto/add_attr
add 'max_redirects' to Session's __attrs__
|
2013-03-30 22:20:02 -07:00 |
|
Ian Cordasco
|
325ea7b7e2
|
Use session defaults instead of arbitrary ones
|
2013-03-29 20:18:58 -04:00 |
|
makto
|
4ffae38627
|
add 'max_redirects' to Session's __attrs__ to ensure proper serialization of Session
|
2013-03-29 20:58:15 +08:00 |
|
Thomas Weißschuh
|
d7908a9fde
|
update vendored urllib3
|
2013-03-28 12:49:04 +00:00 |
|
Ian Cordasco
|
0cd23d8d6e
|
Fix the tests and unseparate comments from code
See the comments on the previous few commits on GitHub.
|
2013-03-28 08:33:34 -04:00 |
|
Ian Cordasco
|
aca91e06f2
|
Restore Session.request docstring
Resolves #1251
|
2013-03-27 23:46:21 -04:00 |
|
Ian Cordasco
|
88177ec33f
|
Finally resolve #1084
Send body on redirect when POSTing or PUTing.
|
2013-03-27 23:30:00 -04:00 |
|
Ian Cordasco
|
1d5c4f3f0f
|
This should take care of #1266
We were sending 'None' as the Content-Length on requests where the body was a
generator. This commit should prevent that entirely.
|
2013-03-27 23:26:11 -04:00 |
|
Ian Cordasco
|
478d49027f
|
Add correct defaults in Session.send()
Resolves #1258
Also fixed the tests to reflect the necessary changes.
|
2013-03-27 23:17:34 -04:00 |
|
Ian Cordasco
|
46a770e03f
|
Update the HISTORY for v1.2
|
2013-03-27 23:10:59 -04: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 |
|