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
/
auth.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
for RFC-7616 add SHA-256 and SHA-512
David Poole
2017-11-08
1
-0
/
+12
*
fix flake8 indent error
Kenneth Reitz
2017-05-29
1
-1
/
+1
*
new requests namespace
Kenneth Reitz
2017-05-29
1
-1
/
+1
*
Remove some unused imports.
Chris Gavin
2017-04-25
1
-1
/
+0
*
Only send HTTPDigestAuth on 4xx challenges
Matthew Medal
2017-01-27
1
-0
/
+6
*
python 2.6 compatibiliby
Kenneth Reitz
2016-12-20
1
-2
/
+2
*
Add deprecation warnings for 3.0
Ian Cordasco
2016-12-09
1
-0
/
+15
*
adding string casting for non-bytes values
Nate Prewitt
2016-12-08
1
-2
/
+16
*
remove extra import
Dmitry Klimenko
2016-11-17
1
-1
/
+1
*
Order of type check
Dmitry Klimenko
2016-11-17
1
-5
/
+5
*
Unable unicode in basic http auth
Dmitry Klimenko
2016-11-12
1
-1
/
+7
*
Change module of internal references to to_native_str()
Brian Bamsch
2016-09-27
1
-1
/
+2
*
Document bunch of return types
Ville Skyttä
2016-08-09
1
-1
/
+8
*
adding in pep8 fixes
Nate Prewitt
2016-07-20
1
-0
/
+3
*
Initialize hash_utf8 to None, preventing NameError. Fixes #3138.
Mark Shannon
2016-04-29
1
-0
/
+1
*
Fix syntax error
Markus Unterwaditzer
2016-01-30
1
-2
/
+2
*
cleanup of auth __eq__
Kenneth Reitz
2016-01-29
1
-12
/
+8
*
Add equality functions for authentication handlers
Nicolas Delvaux
2016-01-04
1
-0
/
+22
*
requests/auth: Handle an empty 'qop' attribute in a Authenticate challenge
Matt Jordan
2015-12-05
1
-1
/
+1
*
Merge branch 'auth-digest-multi-thread' of https://github.com/exvito/requests...
Ian Cordasco
2015-07-18
1
-27
/
+38
|
\
|
*
Issue #2334 - HTTPDigestAuth - Renamed thread local attribute
exvito
2015-04-04
1
-31
/
+30
|
*
Issue #2334 - HTTPDigestAuth - Improved per-thread state init
exvito
2015-04-03
1
-12
/
+10
|
*
Issue #2334 - HTTPDigestAuth - All state now in thread local storage
exvito
2015-04-03
1
-27
/
+38
|
*
Issue #2334 - HTTPDigestAuth - Replace getattr utilization
exvito
2015-04-02
1
-1
/
+1
|
*
Issue #2334 - HTTPAuthDigest - Making it thread-safe
exvito
2015-04-02
1
-5
/
+8
*
|
Auth handler calls close instead of raw.close_conn
Saimadhav Heblikar
2015-05-14
1
-1
/
+1
*
|
Merge pull request #2427 from luozhaoyu/master
Ian Cordasco
2015-04-06
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Bug fix: field uri in digest authentication should not be empty when encounte...
Zhaoyu Luo
2015-01-25
1
-1
/
+2
*
|
Move noncebit to the only place it is used
Ian Cordasco
2015-01-19
1
-1
/
+3
|
/
*
Fix bug in renegotiating a nonce with the server
Ian Cordasco
2014-12-23
1
-3
/
+4
*
Fix HTTPDigestAuth not to treat non-file as a file
Akira Kitada
2014-11-13
1
-1
/
+5
*
Clean up handle_redirect.
Yossi Gottlieb
2014-10-23
1
-3
/
+1
*
Clean up, support all redirects, fix potential endless 401 loop.
Yossi Gottlieb
2014-10-08
1
-8
/
+8
*
A fix for #1979 repeat HTTP digest authentication after redirect.
Yossi Gottlieb
2014-09-27
1
-0
/
+9
*
Avoid unnecessary encode/decode cycles.
Cory Benfield
2014-06-08
1
-4
/
+4
*
Force basic auth strings to native string type
Cory Benfield
2014-06-08
1
-2
/
+6
*
Remove unused loggers.
Martijn Pieters
2014-02-03
1
-3
/
+0
*
Address feedback from #1729
Ian Cordasco
2013-12-04
1
-2
/
+2
*
Store the request cookiejar in PreparedRequest.cookies fix #1728
Chase Sterling
2013-12-04
1
-1
/
+3
*
Quote qop values in digest auth.
Cory Benfield
2013-11-29
1
-2
/
+2
*
Fix hangs on streaming uploads with HTTPDigestAuth
Akira Kitada
2013-11-25
1
-0
/
+9
*
second commit : Fixed #1623. Added 'MD5-sess' algorithm to HTTPDigestAuth
daftshady
2013-10-26
1
-17
/
+22
*
Handle case when WWW-Authenticate returns multiple qops
Ian Cordasco
2013-09-13
1
-3
/
+3
*
Take advantage of the new copy method
Ian Cordasco
2013-07-27
1
-7
/
+1
*
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
*
don't replace 'Digest' in digest header value
Thomas Weißschuh
2013-05-21
1
-1
/
+1
*
Merge pull request #1242 from oviboy/master
Kenneth Reitz
2013-04-13
1
-1
/
+3
|
\
|
*
compiled regex expression in digest auth, this also works in python 2.6.x
Ovidiu Negrut
2013-03-25
1
-1
/
+2
|
*
Digest auth: case insensitive replacement of 'digest ' string with '' from WW...
Ovidiu Negrut
2013-03-11
1
-1
/
+2
[next]