index
:
delta/python-requests.git
1.26-test
2.0
2.16.0
2.20.0
3.0
3.0-requestscore
3.7_collections
add-codescanning
alex-patch-1
appveyor_fix
appveyor_test
baserock/morph
bug/5671
build_fix
cache
circle-ci
default_port_handling
dependabot/pip/bleach-3.1.1
dependabot/pip/bleach-3.1.2
dependabot/pip/bleach-3.1.4
deps
disable-security
doc_cleanup
encapsulate_urllib3_exc
faster-ci
fix-1859
fix-cookies-saved-on-redirect
fix-pickling-adapters
fix-redirect-test
fix_help_ssl_check
flake8
flake8-improvements
help
jenkins
kennethreitz-patch-1
kennethreitz-patch-2
master
none_filepointer
partII
pipenv
proposed/3.0.0
pytest-httpbin
render
revert-2706-fix-merge-setting
revert-3700-master
revert-3983-appveyor
revert-4144-move_compat_to_warn
sigmavirus24/docs/support
swap-charade-for-chardet
test
test2
test4
test5
test6
test_urllib3_dev
threedotoh
travis
travis2
twisted
update-3.0
update-notice
update-security-md
update_lock_file
updating_3.0.0
urllib1.25
urllib3-dev
v2.25.0
version
github.com: kennethreitz/requests.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
requests
/
adapters.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
TimeoutSauce!
Kenneth Reitz
2013-09-24
1
-3
/
+3
*
merge 2.0 insto master
Kenneth Reitz
2013-09-24
1
-13
/
+40
|
\
|
*
prototype for new urllib3 timeouts
Kenneth Reitz
2013-09-24
1
-0
/
+6
|
*
Add proxy_headers functionality.
Cory Benfield
2013-08-14
1
-10
/
+27
|
*
Cache manager for proxy connection.
ms4py
2013-08-03
1
-1
/
+5
|
*
Fix for new proxy API.
ms4py
2013-08-03
1
-2
/
+2
|
*
Proxy urls should have explicit schemes.
Cory Benfield
2013-07-28
1
-2
/
+2
*
|
minor typo: Fix requests spelling
Sayan Chowdhury
2013-09-11
1
-1
/
+1
|
/
*
Fix test cases that fail when running behind a proxy
David Pursehouse
2013-07-23
1
-1
/
+1
*
added tests for mixed-case scheme URLs, changed adapters passing down URLs in...
Viktor Haag
2013-05-24
1
-3
/
+3
*
- fixed func call syntax on lower to lower()
Viktor Haag
2013-05-24
1
-1
/
+1
*
Lower-ify url before checking against prefix with startswith()
Viktor Haag
2013-05-24
1
-1
/
+1
*
Adding the _pool_bloc to the list of attrs.
Randy Merrill
2013-05-11
1
-1
/
+2
*
Fixing the call to init_poolmanagers to correctly unpickle the adapter.
Randy Merrill
2013-05-11
1
-1
/
+2
*
Moving the order of the arguments in the init to not interfere with existing ...
Randy Merrill
2013-05-11
1
-2
/
+3
*
Adding an argument to the adapter for passing a block argument to the connect...
Randy Merrill
2013-05-10
1
-4
/
+10
*
Changed HTTPAdapter to allow max retries to be specified when initializing.
Daniel Lindsley
2013-04-12
1
-2
/
+4
*
Add HTTPAdapter to API docs.
Cory Benfield
2013-04-09
1
-6
/
+76
*
Fixed some pickeling issues with HTTPAdapter and Session
Florian Mueller
2013-03-12
1
-3
/
+4
*
Pickling of Session and HTTPAdapter + a test
Darjus Loktevic
2013-03-11
1
-0
/
+18
*
Revert "[kennethreitz/requests#1208] adding a max_retries argument"
Kenneth Reitz
2013-03-03
1
-2
/
+3
*
[kennethreitz/requests#1208] adding a max_retries argument
Wilfred Hughes
2013-02-27
1
-3
/
+2
*
Merge pull request #1210 from Lukasa/urlencode_proxy
Kenneth Reitz
2013-02-25
1
-3
/
+7
|
\
|
*
Unquote proxy usernames and passwords.
Cory Benfield
2013-02-22
1
-3
/
+7
*
|
Revert "Lukasa is lazy"
Kenneth Reitz
2013-02-22
1
-1
/
+1
|
/
*
Lukasa is lazy
Kenneth Reitz
2013-02-20
1
-1
/
+1
*
Rethrow underlying exceptions.
Cory Benfield
2013-02-18
1
-1
/
+1
*
Add Proxy-Auth header when proxies have credentials.
Cory Benfield
2013-02-06
1
-1
/
+18
*
Move the timing work to Session.send
Ian Cordasco
2013-01-28
1
-4
/
+0
*
Use timedelta and change attribute name back to elapsed
Chris Lee
2013-01-27
1
-4
/
+4
*
Time how long each request takes
Chris Lee
2013-01-27
1
-0
/
+4
*
Fix #1106
Ian Cordasco
2013-01-19
1
-3
/
+0
*
Fixed proxy requests to pool connections.
László Vaskó
2013-01-18
1
-2
/
+2
*
CHUNKED REQUESTS!
Kenneth Reitz
2013-01-10
1
-13
/
+43
*
Fix #1079
Ian Cordasco
2013-01-02
1
-0
/
+1
*
Remove silly print statement.
Cory Benfield
2012-12-28
1
-1
/
+0
*
Make sure proxies have their scheme attached.
Cory Benfield
2012-12-27
1
-1
/
+4
*
Use full URL when contacting proxies.
Cory Benfield
2012-12-27
1
-2
/
+19
*
Import basestring.
Cory Benfield
2012-12-19
1
-1
/
+1
*
Fix stupid, stupid logic error.
Cory Benfield
2012-12-19
1
-1
/
+1
*
Correctly identify cert files.
Cory Benfield
2012-12-19
1
-1
/
+1
*
A bit of linting.
Ian Cordasco
2012-12-17
1
-4
/
+0
*
v1.0.2
Kenneth Reitz
2012-12-17
1
-2
/
+2
*
fix for #1017
Kenneth Reitz
2012-12-17
1
-2
/
+2
*
CURL_CA_BUNDLE
Kenneth Reitz
2012-12-17
1
-8
/
+0
*
fix verify bug
Kenneth Reitz
2012-12-17
1
-1
/
+1
*
proxy manager
Kenneth Reitz
2012-12-17
1
-1
/
+1
*
/s/prefetch/stream
Kenneth Reitz
2012-12-17
1
-2
/
+2
*
remove bunk
Kenneth Reitz
2012-12-17
1
-2
/
+0
*
docstrings
Kenneth Reitz
2012-12-17
1
-0
/
+1
[next]