projects
/
services
/
python-requests.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
services/python-requests.git
2013-03-22
Kenneth Reitz
invoke!
commit
|
commitdiff
|
tree
|
snapshot
2013-03-22
Kenneth Reitz
upgrade to charade v1.0.3
commit
|
commitdiff
|
tree
|
snapshot
2013-03-22
Kenneth Reitz
remove makefile
commit
|
commitdiff
|
tree
|
snapshot
2013-03-22
Kenneth Reitz
fix get_auth_from_url
commit
|
commitdiff
|
tree
|
snapshot
2013-03-22
Kenneth Reitz
get_auth_from_url return None if nothing is found
commit
|
commitdiff
|
tree
|
snapshot
2013-03-22
Kenneth Reitz
simplify get_auth_from_url call
commit
|
commitdiff
|
tree
|
snapshot
2013-03-22
Kenneth Reitz
Merge pull request #1254 from jkakar/url-authentication
commit
|
commitdiff
|
tree
|
snapshot
2013-03-22
Jamu Kakar
- Pull credentials out of the URL when possible.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-20
Kenneth Reitz
Merge pull request #1239 from miikka/fix-issue-1228
commit
|
commitdiff
|
tree
|
snapshot
2013-03-14
Kenneth Reitz
Merge pull request #1245 from Damgaard/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-14
Andreas Damgaard...
Remove duplicate comment.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-12
Miikka Koskinen
Do not pass cookies to resolve_redirects
commit
|
commitdiff
|
tree
|
snapshot
2013-03-12
Miikka Koskinen
Use session cookies when following redirects
commit
|
commitdiff
|
tree
|
snapshot
2013-03-12
Miikka Koskinen
Add failing test case for #1228
commit
|
commitdiff
|
tree
|
snapshot
2013-03-12
Kenneth Reitz
Merge pull request #1244 from jajadinimueter/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-12
Florian Mueller
Fixed some pickeling issues with HTTPAdapter and Session
commit
|
commitdiff
|
tree
|
snapshot
2013-03-12
Kenneth Reitz
Merge pull request #1243 from darjus-amzn/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-11
Darjus Loktevic
Pickling of Session and HTTPAdapter + a test
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Kenneth Reitz
Merge pull request #1238 from oczkers/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Piotr Staroszczyk
cleanup (remove max_retries test)
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Kenneth Reitz
Merge pull request #1234 from Vassius/issue-1225
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Markus Wiik
Fix issue #1225 (Documentation: response object status...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Kenneth Reitz
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Kenneth Reitz
Merge branch 'httperror_init' of git://github.com/dmedv...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Kenneth Reitz
Merge pull request #1223 from andrewjesaitis/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Andrew Jesaitis
Adds __attrs__ back to Session object
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Kenneth Reitz
Revert "[kennethreitz/requests#1208] adding unit test...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Kenneth Reitz
Revert "[kennethreitz/requests#1208] adding a max_retri...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Dmitry Medvinsky
Add ability to pass `response` to `HTTPError()`
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Kenneth Reitz
Merge pull request #1190 from mkomitee/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Kenneth Reitz
Merge pull request #1219 from Wilfred/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Kenneth Reitz
Merge pull request #1226 from dmedvinsky/fix-typos
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Kenneth Reitz
Merge pull request #1229 from sprt/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Kenneth Reitz
Merge pull request #1230 from davidfischer/trivial...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Kenneth Reitz
Merge pull request #1231 from davidfischer/docs-migrati...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
David Fischer
Session isn't advertised as a context manager
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
David Fischer
Capitalize s in Session
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
David Fischer
Logic on streaming responses was changed in 1.0
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
David Fischer
Initial docs patch for migrating from pre 1.0
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
David Fischer
Github URL fix
commit
|
commitdiff
|
tree
|
snapshot
2013-03-01
sprt
URLError doesn't exist anymore
commit
|
commitdiff
|
tree
|
snapshot
2013-03-01
Dmitry Medvinsky
Fix couple of typos in HISTORY.rst
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Andrew Jesaitis
Checks __attrs__ on session instance prior to iterating.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Wilfred Hughes
[kennethreitz/requests#1208] adding unit test for max_r...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Wilfred Hughes
[kennethreitz/requests#1208] adding a max_retries argument
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Ian Cordasco
Revert "If Content-Length is already set.."[1]
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Kenneth Reitz
Merge pull request #1205 from sigmavirus24/fix1203
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Kenneth Reitz
Merge pull request #1210 from Lukasa/urlencode_proxy
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Kenneth Reitz
Revert "Lukasa is lazy"
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Cory Benfield
Unquote proxy usernames and passwords.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Ian Cordasco
Missing line was allowing redirects with HEAD
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Kenneth Reitz
Lukasa is lazy
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Kenneth Reitz
Merge pull request #1193 from Lukasa/timeout_exception
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Kenneth Reitz
Merge pull request #1200 from gazpachoking/session_cook...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-19
Kenneth Reitz
Merge pull request #1199 from t-8ch/docs_explicit_proxy...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Cory Benfield
Rethrow underlying exceptions.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Chase Sterling
Make sure session cookies do not overwrite explicit...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Thomas Weißschuh
use explicit scheme for proxies in the docs
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Kenneth Reitz
Merge pull request #1194 from gazpachoking/cookiejar_update
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Chase Sterling
Remove ability to from RequestCookieJar __getitem__...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Michael Komitee
Fixing test for python3
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Chase Sterling
Allow RequestsCookieJar to be updated with cookies...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Michael Komitee
New tests fail on python 3.x because read() returns...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Michael Komitee
Adding test to ensure options like stream function...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Michael Komitee
Use user supplied options when resending authenticated...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Kenneth Reitz
Merge pull request #1185 from sigmavirus24/fix_hook_dis...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Ian Cordasco
Dispatch hooks before following redirects
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Kenneth Reitz
Merge pull request #1181 from denis-ryzhkov/master
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Kenneth Reitz
Merge pull request #1184 from piotr-dobrogost/numeric_codes
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Denis Ryzhkov
Deleted is_py2 check from unicode_header_name fix thank...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Piotr Dobrogost
removed no longer used redirect codes from models
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Denis Ryzhkov
Fix of UnicodeDecodeError on unicode header name that...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Kenneth Reitz
Merge pull request #1180 from sigmavirus24/master
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Ian Cordasco
Test and perfection for cookie handling.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Ian Cordasco
And tests
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Kenneth Reitz
urllib3 update
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Ian Cordasco
Fix Setting a cookie on redirect
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Kenneth Reitz
Merge pull request #1173 from sigmavirus24/use_send_in_...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Ian Cordasco
Resolve @piotr-dobrogost's concerns
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Ian Cordasco
Preserve the original request.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Ian Cordasco
We shouldn't be sending the data on redirect.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Ian Cordasco
Fix the potential issue mentioned in #1151
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Kenneth Reitz
Merge pull request #1161 from sigmavirus24/fix1159
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Kenneth Reitz
Merge pull request #1119 from Lukasa/diags
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Cory Benfield
Guard against users sending unprepared requests.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Kenneth Reitz
Merge pull request #1162 from Lukasa/proxy_auth
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Kenneth Reitz
Merge pull request #1168 from Lukasa/freeze
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Cory Benfield
Feature freeze.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Cory Benfield
Add Proxy-Auth header when proxies have credentials.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Kenneth Reitz
Merge pull request #1151 from sigmavirus24/fix1133
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Ian Cordasco
If Content-Length is already set, don't override
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Kenneth Reitz
Merge pull request #1158 from yehudasa/master
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Yehuda Sadeh
Fix POST 303 redirect resonse handling
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Kenneth Reitz
moar
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Kenneth Reitz
HMG
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Kenneth Reitz
Merge pull request #1153 from cbare/master
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Kenneth Reitz
Merge pull request #1152 from ekatsah/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Christopher...
shorten filename by os.path.basename in guess_filename...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
ekatsah
Update docs/user/advanced.rst
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Ian Cordasco
Thanks to @maxcountryman for the code review
commit
|
commitdiff
|
tree
|
snapshot
next