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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version number changes in preparation for the CP 3.0.0beta2 release.
cherrypy-3.0.0beta2
Christian Wyglendowski
2006-09-27
3
-3
/
+3
*
Fix #578
Sylvain Hellegouarch
2006-09-27
1
-1
/
+1
*
Some side issues from #573.
Robert Brewer
2006-09-26
1
-16
/
+16
*
Consolidated gzip, encoding tests.
Robert Brewer
2006-09-26
4
-159
/
+143
*
Fix for #569 (Encoding problems when accessing cherrypy instances from links).
Robert Brewer
2006-09-26
2
-2
/
+10
*
Hooray. vhost can run early now.
Robert Brewer
2006-09-24
1
-3
/
+1
*
Bugfix for tools.basic_auth and digest_auth (names didn't have underscores).
Robert Brewer
2006-09-23
1
-2
/
+2
*
New _cpconfig.check_compatibility function.
Robert Brewer
2006-09-23
1
-5
/
+47
*
Fix to tool priorities.
Robert Brewer
2006-09-23
3
-8
/
+13
*
Fix for #565 (Allow hooks to be programmatically attached).
Robert Brewer
2006-09-16
1
-5
/
+17
*
A couple more priorities for tools.
Robert Brewer
2006-09-16
3
-30
/
+33
*
Fix for #562 (Redirect for slash doesn't use tools.proxy.base). Moved slash c...
Robert Brewer
2006-09-16
8
-45
/
+82
*
Improvements to cherrypy.url:
Robert Brewer
2006-09-16
2
-9
/
+85
*
Some additional session safety (see #563).
Robert Brewer
2006-09-15
2
-25
/
+34
*
docstring updates.
Robert Brewer
2006-09-15
1
-3
/
+3
*
Removed app.guess_abs_path. Use cherrypy.url(script_name=app.script_name) ins...
Robert Brewer
2006-09-14
2
-20
/
+1
*
Test for change in [1363].
Christian Wyglendowski
2006-09-14
1
-1
/
+13
*
Buglet fix in _cpwsgiserver.py.
Christian Wyglendowski
2006-09-14
1
-2
/
+6
*
Removed _cprequest.Request.path attribute since it is no longer used (see [13...
Christian Wyglendowski
2006-09-14
1
-1
/
+0
*
Woops. Removed the test I just added. Looks like the removal of cherrypy.re...
Christian Wyglendowski
2006-09-13
1
-5
/
+0
*
Simple test that demonstrates that cherrypy.request.path is not getting popul...
Christian Wyglendowski
2006-09-13
1
-0
/
+5
*
New CPWebCase base() function.
Robert Brewer
2006-09-13
4
-22
/
+21
*
Made NotReadyRequest default to throw_errors = True.
Robert Brewer
2006-09-12
1
-0
/
+2
*
Quick patch from pyOpenSSL/tsafe.py for thread-safety.
Robert Brewer
2006-09-11
1
-1
/
+25
*
Added test_httpauth to test suite and re-used httpauth's md5 encoder.
Robert Brewer
2006-09-11
1
-13
/
+12
*
Basic encryption now defaults to md5 if not provided. It means that by defaul...
Sylvain Hellegouarch
2006-09-11
2
-6
/
+4
*
Digest and basic auth can now take a callable which must return a dict with u...
Sylvain Hellegouarch
2006-09-11
3
-23
/
+42
*
Docstrings + tweaks for new auth.py.
Robert Brewer
2006-09-11
1
-13
/
+21
*
Split the httpauth code for licensing potential issue.
Sylvain Hellegouarch
2006-09-11
3
-45
/
+47
*
Added basic and digest tools
Sylvain Hellegouarch
2006-09-11
3
-2
/
+500
*
Collapsed request.url and tree.url into a single cherrypy.url function.
Robert Brewer
2006-09-11
11
-53
/
+89
*
Engine.drop_privileges: default umask to None.
Robert Brewer
2006-09-10
1
-4
/
+2
*
Engine.drop_privileges: bugfix and allow uid/gid to be names or ints.
Robert Brewer
2006-09-10
1
-6
/
+20
*
Tweaks.
Robert Brewer
2006-09-10
2
-5
/
+7
*
As threatened on cherrypy-devel, I've removed CHANGELOG.txt and CHERRYPYTEAM....
Robert Brewer
2006-09-10
2
-167
/
+0
*
SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py --ss...
Robert Brewer
2006-09-10
11
-56
/
+236
*
Missing import in _cpwsgiserver.py.
Robert Brewer
2006-09-10
1
-7
/
+5
*
Test coverage fixes.
Robert Brewer
2006-09-09
1
-2
/
+2
*
Got rid of cherrypy.request.path. Use request.script_name + request.path_info...
Robert Brewer
2006-09-09
5
-10
/
+10
*
Fix for #561 (non-string WSGI response headers).
Robert Brewer
2006-09-08
1
-2
/
+10
*
Test support for wsgiref.validate (new '--validate' arg to test.py), plus a c...
Robert Brewer
2006-09-08
6
-12
/
+27
*
New scheme arg to tools.proxy.
Robert Brewer
2006-09-06
2
-11
/
+24
*
Improved tree.url() to include base. Also replaced request.browser_url with r...
Robert Brewer
2006-09-06
7
-32
/
+57
*
New engine.autoreload_match attribute for filtering autoreload to a single pa...
Robert Brewer
2006-09-06
1
-9
/
+12
*
Moved request.namespaces back to the class level (each instance gets a copy)....
Robert Brewer
2006-09-05
3
-33
/
+81
*
Rather than default to an error log file, we'll just default to screen. This ...
Robert Brewer
2006-09-05
1
-6
/
+3
*
Make a CherryPyException, from which all exceptions inherit, and also is avai...
Joseph Tate
2006-09-04
2
-9
/
+9
*
Changing version to 3.0.0beta.
cherrypy-3.0.0beta
Robert Brewer
2006-09-04
4
-9
/
+11
*
Removed the unnecessary trunk/tools folder.
Robert Brewer
2006-09-04
3
-37
/
+0
*
New tools.referer, and moved test_response_headers into new test_misc_tools.
Robert Brewer
2006-09-04
5
-47
/
+112
[next]