index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
lib
/
httpauth.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop deprecated basic_auth and digest_auth
Sviatoslav Sydorenko
2018-05-21
1
-389
/
+0
*
Commit pre-commit fixes.
Jason R. Coombs
2018-02-04
1
-1
/
+1
*
Deprecate httpauth module. Ref #1688.
Jason R. Coombs
2018-01-13
1
-0
/
+7
*
Deprecate basic_auth and digest_auth tools. Ref #1688.
Jason R. Coombs
2018-01-13
1
-0
/
+2
*
Implicit is better than explicit
Jason R. Coombs
2017-12-17
1
-2
/
+0
*
Regarding E305, honor the style guide rather than suppressing errors.
Jason R. Coombs
2017-10-29
1
-2
/
+4
*
Honor E731 linter warning
Jason R. Coombs
2017-10-28
1
-2
/
+5
*
Use parse_http_list and parse_keqv_list from six
Sviatoslav Sydorenko
2017-09-29
1
-1
/
+2
*
PEP8fy codebase: eliminated W503 flake8 error
Sviatoslav Sydorenko
2017-03-12
1
-4
/
+2
*
PEP8fy codebase: eliminated E305 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-2
/
+2
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-57
/
+57
*
Fix E402 in lib/httpauth
Sviatoslav Sydorenko
2016-09-08
1
-5
/
+10
*
Replace usage of md5 and sha with canonical imports
Jason R. Coombs
2015-12-19
1
-1
/
+3
*
Adding documentation inferred from the implementation
Jason R. Coombs
2014-09-10
1
-0
/
+1
*
Factor out special case where encrypt is None
Jason R. Coombs
2014-09-10
1
-2
/
+2
*
Do comparison in a single place
Jason R. Coombs
2014-09-10
1
-2
/
+3
*
Merged in BoyanAlexandrov/cherrypy (pull request #42)
Jason R. Coombs
2014-09-10
1
-0
/
+2
|
\
|
*
do not attempt a call to None
Boyan Alexandrov
2013-06-06
1
-1
/
+3
|
*
prevent Type error when calling None in _checkBasicResponse
Boyan Alexandrov
2013-06-06
1
-1
/
+1
*
|
More PEP8 work.
Gustavo Picon
2014-01-12
1
-15
/
+21
*
|
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-41
/
+48
|
/
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-24
/
+24
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+354
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-354
/
+0
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-12
/
+6
*
Sphinx docs in cherrypy.lib.*
chbrown
2010-02-24
1
-6
/
+5
*
More syncs with python3.
Robert Brewer
2009-06-09
1
-3
/
+3
*
trunk - adding a py3util module that will normalize as many differences betwe...
Lakin Wecker
2009-06-01
1
-5
/
+5
*
Got rid of all the DeprecationWarning's when using Python 2.6.
Robert Brewer
2009-01-12
1
-3
/
+7
*
Typo in httpauth.py
Robert Brewer
2008-08-20
1
-2
/
+1
*
Fix for #787 only for digest though as basic responses don't provide the realm
Sylvain Hellegouarch
2008-02-18
1
-0
/
+8
*
Fix for #788
Sylvain Hellegouarch
2008-02-18
1
-1
/
+4
*
Fixed #759
Sylvain Hellegouarch
2008-01-16
1
-4
/
+9
*
Fix for #596 (svn:eol-style)
Robert Brewer
2006-10-28
1
-342
/
+342
*
Digest and basic auth can now take a callable which must return a dict with u...
Sylvain Hellegouarch
2006-09-11
1
-5
/
+5
*
Split the httpauth code for licensing potential issue.
Sylvain Hellegouarch
2006-09-11
1
-41
/
+0
*
Added basic and digest tools
Sylvain Hellegouarch
2006-09-11
1
-0
/
+383