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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: 'None' test
William Pain
2013-10-04
1
-1
/
+1
*
fix: check 'cookie.value' before actions
William Pain
2013-10-02
1
-1
/
+1
*
prototype for new urllib3 timeouts
Kenneth Reitz
2013-09-24
1
-0
/
+6
*
new urllib3
Kenneth Reitz
2013-09-24
9
-106
/
+851
*
Merge pull request #1602 from sigmavirus24/handle_multiple_qop_types
Kenneth Reitz
2013-09-24
1
-3
/
+3
|
\
|
*
Handle case when WWW-Authenticate returns multiple qops
Ian Cordasco
2013-09-13
1
-3
/
+3
*
|
Merge pull request #1565 from Lukasa/relative
Kenneth Reitz
2013-09-24
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Don't absolute import vendored things.
Cory Benfield
2013-09-01
1
-1
/
+1
*
|
Python defaults arguments are hard.
Cory Benfield
2013-09-13
1
-2
/
+2
|
/
*
Allow spaces in the no_proxy environ variable.
Cory Benfield
2013-08-23
1
-1
/
+1
*
Merge pull request #1537 from Lukasa/datetime
Kenneth Reitz
2013-08-21
1
-0
/
+4
|
\
|
*
Allow non-string objects to be data with files
Cory Benfield
2013-08-17
1
-0
/
+4
*
|
Merge pull request #1527 from paul-matthews/restrict-hooks-access
Kenneth Reitz
2013-08-21
1
-0
/
+3
|
\
\
|
*
|
Raise an error for unsupported hook event
Paul Matthews
2013-08-12
1
-0
/
+3
*
|
|
RequestException subclasses IOError.
Cory Benfield
2013-08-17
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #1515 from schlamar/https-proxy-2.0
Kenneth Reitz
2013-08-14
4
-53
/
+175
|
\
\
|
|
/
|
/
|
|
*
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
|
*
Update urllib3 to 14b8945
ms4py
2013-08-03
3
-42
/
+143
*
|
Catch UnsupportedOperation.
Cory Benfield
2013-08-03
1
-2
/
+2
|
/
*
Better percent-escape exception.
Cory Benfield
2013-08-02
1
-2
/
+6
*
Merge branch 'fix_401_cookies' of git://github.com/sigmavirus24/requests into...
Kenneth Reitz
2013-07-31
2
-7
/
+11
|
\
|
*
Take advantage of the new copy method
Ian Cordasco
2013-07-27
2
-11
/
+2
|
*
Fixed finally. Also requires updated httpbin.org
Ian Cordasco
2013-07-27
1
-0
/
+4
|
*
Make the regular tests pass
Ian Cordasco
2013-07-27
1
-10
/
+12
|
*
Start work on sending cookies back
Ian Ross and Ian Cordasco
2013-07-27
1
-2
/
+9
*
|
Merge branch 'proxyscheme' of git://github.com/Lukasa/requests into 2.0
Kenneth Reitz
2013-07-31
2
-13
/
+9
|
\
\
|
*
|
Proxy urls should have explicit schemes.
Cory Benfield
2013-07-28
2
-17
/
+13
*
|
|
Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0
Kenneth Reitz
2013-07-31
2
-9
/
+27
|
\
\
\
|
*
|
|
Instantiate the CID directly.
Cory Benfield
2013-07-29
1
-2
/
+1
|
*
|
|
Header keys should be native strings.
Cory Benfield
2013-07-29
2
-8
/
+27
|
|
/
/
*
|
|
Merge pull request #1500 from gavrie/master
2.0
Kenneth Reitz
2013-07-31
4
-13
/
+22
|
\
\
\
|
*
|
|
Update urllib3 to d89d508
Gavrie Philipson
2013-07-29
4
-13
/
+22
|
|
/
/
*
|
|
Merge pull request #1498 from Lukasa/incompleteread
Kenneth Reitz
2013-07-31
3
-4
/
+16
|
\
\
\
|
*
|
|
Wrap IncompleteRead in ChunkedEncodingError.
Cory Benfield
2013-07-28
3
-4
/
+16
|
|
/
/
*
|
|
Merge pull request #1501 from sigmavirus24/remove_setting_of_hooks
Kenneth Reitz
2013-07-31
1
-1
/
+0
|
\
\
\
|
*
|
|
Fix duplication of efforts caught by @dofelw
Ian Cordasco
2013-07-29
1
-1
/
+0
*
|
|
|
Merge pull request #1506 from Lukasa/mockrequest
Kenneth Reitz
2013-07-31
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
Provide 'host' parameter to MockRequest.
Cory Benfield
2013-07-30
1
-0
/
+4
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge settings when creating PreparedRequest, don't copy Request.
Robert Estelle
2013-07-31
2
-56
/
+54
*
|
|
|
Shallow copy of Request fields in Request.copy()
Robert Estelle
2013-07-30
1
-6
/
+12
*
|
|
|
Skip unneccessary Request.copy in Session.request
Robert Estelle
2013-07-30
1
-4
/
+6
*
|
|
|
Prepare requests with session settings separately from sending.
Robert Estelle
2013-07-30
2
-34
/
+61
|
/
/
/
*
|
|
Merge pull request #1494 from Lukasa/close
Cory Benfield
2013-07-27
1
-0
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Document the Response.close() method.
Cory Benfield
2013-07-25
1
-0
/
+5
|
|
/
*
|
Merge pull request #1476 from sigmavirus24/add_copy_to_prepared_requests
Kenneth Reitz
2013-07-26
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Add copy method to PreparedRequest objects
Ian Cordasco
2013-07-20
1
-1
/
+10
*
|
Comment markups, courtesy of @sigmavirus24
Cory Benfield
2013-07-24
1
-2
/
+2
*
|
Better cookie docs on sessions.
Cory Benfield
2013-07-24
1
-1
/
+4
[next]