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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add UTF-8 as a default charset for HTTP Auth creds
Sviatoslav Sydorenko
2018-04-22
1
-5
/
+13
*
Normalize credentials using NFC according to RFC
Sviatoslav Sydorenko
2018-04-22
1
-0
/
+1
*
Decode user/pass using UTF-8 in HTTP Basic Auth
Sviatoslav Sydorenko
2018-04-22
1
-1
/
+3
*
Move lib.auth_digest docstring to the right place
Sviatoslav Sydorenko
2018-04-22
1
-10
/
+2
*
Move lib.auth_basic docstring to the right place
Sviatoslav Sydorenko
2018-04-22
1
-7
/
+9
*
Use bytes literals where appropriate
v14.0.0
Jason R. Coombs
2018-02-04
4
-17
/
+17
*
Commit pre-commit fixes.
Jason R. Coombs
2018-02-04
2
-3
/
+3
*
Deprecate httpauth module. Ref #1688.
Jason R. Coombs
2018-01-13
2
-1
/
+25
*
Deprecate basic_auth and digest_auth tools. Ref #1688.
Jason R. Coombs
2018-01-13
2
-0
/
+15
*
Merge branch 'master' into feature/reuse-case-insensitive-dict
Jason R. Coombs
2017-12-17
7
-36
/
+55
|
\
|
*
Implicit is better than explicit
Jason R. Coombs
2017-12-17
1
-2
/
+0
|
*
Remove 'max-age' when expiring cookies (PR #1661 by @pR0Ps)
Sviatoslav Sydorenko
2017-12-14
1
-0
/
+1
|
|
\
|
|
*
Remove 'max-age' when expiring cookies
Carey Metcalfe
2017-11-22
1
-0
/
+1
|
*
|
Wrap MIME-type init into a function definition
Sviatoslav Sydorenko
2017-12-12
1
-6
/
+11
|
*
|
Adjust indentation in cherrypy.lib.static
Sviatoslav Sydorenko
2017-12-12
1
-1
/
+1
|
*
|
Correcting the initialization of the mimetypes library
Johan De Taeye
2017-12-11
1
-1
/
+2
|
|
/
|
*
Define LockFile in exactly one place with clear logic. Fixes F811.
Jason R. Coombs
2017-10-29
1
-7
/
+6
|
*
Get cmp from builtins
Jason R. Coombs
2017-10-29
1
-4
/
+4
|
*
Honor E302
Jason R. Coombs
2017-10-29
1
-1
/
+3
|
*
Regarding E305, honor the style guide rather than suppressing errors.
Jason R. Coombs
2017-10-29
6
-10
/
+25
|
*
Use platform.system for platform detection. Update docstring to include an au...
Jason R. Coombs
2017-10-28
1
-5
/
+7
|
*
Python2.7 exposes header module as email.header
Jason R. Coombs
2017-10-28
1
-5
/
+1
*
|
For now inline the implementation until it can be linked. Ref #1673.
Jason R. Coombs
2017-12-17
1
-3
/
+62
*
|
Use jaraco.collections for code re-use on CaseInsensitiveDict. Fixes #1231.
Jason R. Coombs
2017-10-28
2
-49
/
+11
|
/
*
Remove long-deprecated legacy 'has_any' methods on mappings.
Jason R. Coombs
2017-10-28
3
-17
/
+0
*
Honor E731 linter warning
Jason R. Coombs
2017-10-28
3
-7
/
+20
*
Remove exemption for extra long lines. Updated code to conform with standard ...
Jason R. Coombs
2017-10-28
2
-3
/
+4
*
Feed the hobgoblins (delint).
Jason R. Coombs
2017-10-27
5
-8
/
+22
*
Make cherrypy.lib.__init__ PEP257-compliant
Sviatoslav Sydorenko
2017-10-21
1
-9
/
+20
*
Add doctest for cherrypy.lib.httputil.valid_status
Sviatoslav Sydorenko
2017-10-20
1
-0
/
+7
*
Refactor docstring of cp.lib.httputil.valid_status
Sviatoslav Sydorenko
2017-10-20
1
-3
/
+4
*
Improve invalid status checks
Sviatoslav Sydorenko
2017-10-20
1
-1
/
+1
*
Fix for http.client status codes.
Aric Coady
2017-10-19
1
-9
/
+4
*
File in sub-dir of staticdir in long-path notation would not load
Safihre
2017-10-15
1
-0
/
+7
*
Use parse_http_list and parse_keqv_list from six
Sviatoslav Sydorenko
2017-09-29
2
-2
/
+5
*
Create function for conditionally decoding the text
Jason R. Coombs
2017-09-26
1
-0
/
+7
*
Convert doc to doctest
Jason R. Coombs
2017-09-26
1
-1
/
+6
*
Merge pull request #1628 from cherrypy/hotfix/1627-proxy-no-base-extra-port
Jason R. Coombs
2017-08-28
1
-4
/
+3
|
\
|
*
In proxy tool, more simply rely on the existing request.base if no Host heade...
Jason R. Coombs
2017-08-28
1
-4
/
+3
*
|
Fix email.generator._make_boundary compat import
Sviatoslav Sydorenko
2017-08-11
1
-6
/
+1
*
|
Fix io.UnsupportedOperation reported by lgtm.com
Sviatoslav Sydorenko
2017-08-11
1
-4
/
+1
*
|
Make cherrypy.lib.static PEP 257 compliant
Sviatoslav Sydorenko
2017-08-11
1
-2
/
+2
*
|
Refactor cherrypy.lib.xmlrpcutil using six.moves
Sviatoslav Sydorenko
2017-08-07
1
-17
/
+21
*
|
Added note to documentation about sessions when more than one app is on
Michael Mulqueen
2017-07-13
1
-0
/
+11
*
|
Add missing import of text_or_bytes to lib.reprconf
Sviatoslav Sydorenko
2017-07-12
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix missing import
Martin Wendt
2017-06-28
1
-0
/
+2
*
|
Mark docstrings with slash escaping as raw str (PR #1610 by @scop)
Ville Skyttä
2017-07-10
1
-1
/
+1
*
|
Remove duplicate imports
Jason R. Coombs
2017-07-10
1
-2
/
+0
*
|
Spelling fixes
Ville Skyttä
2017-07-10
1
-1
/
+1
*
|
Rely on six for urllib moves.
Jason R. Coombs
2017-07-09
2
-5
/
+8
[prev]
[next]