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
/
config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
More (final?) config overhaul work:
Robert Brewer
2006-08-25
1
-328
/
+0
*
Overhaul of config system:
Robert Brewer
2006-08-24
1
-38
/
+122
*
Fix for #551 (_cpwsgiserver should handle persistent connections). All of CP ...
Robert Brewer
2006-08-20
1
-1
/
+1
*
Lots of mixedCase to lower_with_underscores.
Robert Brewer
2006-08-12
1
-2
/
+2
*
Fixed missing access log for global configuration
Sylvain Hellegouarch
2006-08-11
1
-0
/
+1
*
New server.socket_timeout config entry, thanks to Albert Visagie. See http://...
Robert Brewer
2006-08-07
1
-2
/
+3
*
Merged the reexec branch. Autoreload now uses exec instead of spawn, and ther...
Robert Brewer
2006-07-19
1
-4
/
+5
*
Various speedups, the only notable one being that environments are now always...
Robert Brewer
2006-07-11
1
-9
/
+19
*
Cleanup of cherrypy and cherrypy.config namespaces. Changed 'log_config_optio...
Robert Brewer
2006-07-02
1
-49
/
+61
*
Much Better Logging (see #256). Apps now have their own access and error logg...
Robert Brewer
2006-06-25
1
-2
/
+48
*
Made cherrypy.request and .response more sef-documenting by populating their ...
Robert Brewer
2006-06-19
1
-0
/
+2
*
Renamed httptools to "http" to reduce confusion with new cherrypy.tools. Move...
Robert Brewer
2006-06-12
1
-2
/
+2
*
Fix for #502 (log errors by default).
Robert Brewer
2006-06-05
1
-1
/
+3
*
Bah. I knew I had config.merge in there for a reason.
Robert Brewer
2006-05-10
1
-0
/
+13
*
Dispatch and config lookup now happens as early as possible, once per request...
Robert Brewer
2006-05-10
1
-94
/
+0
*
Moved log_access to a config entry.
Robert Brewer
2006-05-07
1
-2
/
+1
*
Root and config are now isolated per app:
Robert Brewer
2006-05-07
1
-147
/
+98
*
Moved the following config keys out of the "server." namespace (so that "serv...
Robert Brewer
2006-05-07
1
-17
/
+17
*
Fixed bug in request_config_section.
Robert Brewer
2006-05-02
1
-1
/
+2
*
Objects on the CP tree may now possess a _cp_config attribute, which replaces...
Robert Brewer
2006-05-01
1
-16
/
+72
*
Lots of changes to error and log handling:
Robert Brewer
2006-05-01
1
-3
/
+1
*
test_core works again.
Robert Brewer
2006-04-25
1
-0
/
+19
*
Fluff.
Robert Brewer
2006-04-22
1
-1
/
+1
*
Fixed xmlrpc tool and test. Plus:
Robert Brewer
2006-04-22
1
-2
/
+2
*
CP 3 initial checkin. Global filters have been replaced by request.hooks. Lot...
Robert Brewer
2006-04-21
1
-75
/
+15
*
Addresses #480.
Christian Wyglendowski
2006-03-10
1
-0
/
+6
*
Fix for #427 (Use RawConfigParser instead of ConfigParser).
Robert Brewer
2006-03-04
1
-2
/
+2
*
server.thread_pool now defaults to 10.
Robert Brewer
2006-03-03
1
-1
/
+1
*
Added "cherrypy.lowercase_api" switch so that users can say "I'm using the ne...
Remi Delon
2006-01-27
1
-14
/
+31
*
Removed redundant test for favicon.
Robert Brewer
2006-01-05
1
-1
/
+1
*
Fix for #145. See the ticket for details about this fix.
Robert Brewer
2006-01-03
1
-2
/
+12
*
Fix for #416. The default favicon.ico is now served by a default static_filte...
Remi Delon
2005-12-29
1
-0
/
+5
*
More PEP 8 (including objectPath -> object_path); Changed virtualhostfilter t...
Remi Delon
2005-12-28
1
-3
/
+3
*
Made helper custom error handler backward-compatible from 2.2 to 2.1.
Robert Brewer
2005-12-17
1
-2
/
+1
*
Big change: camelCase to lower_with_underscore names (still need to update th...
Remi Delon
2005-12-03
1
-53
/
+66
*
Got rid of some superfluous custom exceptions.
Robert Brewer
2005-11-26
1
-2
/
+4
*
Logging of request headers:
Robert Brewer
2005-11-12
1
-4
/
+7
*
Moved the code handling OPTIONS * request to _cputil to a special function at...
Sylvain Hellegouarch
2005-11-12
1
-0
/
+3
*
Moved filter-handling code into lib.filter.__init__.py. Also moved unrepr and...
Robert Brewer
2005-11-10
1
-5
/
+5
*
Fix for #374 (reduce license boilerplate to a single LICENSE.txt file).
Robert Brewer
2005-10-31
1
-31
/
+1
*
Fix for #356 (formalize server.environment as a set of config defaults). New ...
Robert Brewer
2005-10-31
1
-52
/
+73
*
Fix for #373 (arbitrary mount points, or "virtual roots"). All internal use o...
Robert Brewer
2005-10-29
1
-4
/
+4
*
1. Fix for #305 (produce an error if a custom error page file can not be open...
Robert Brewer
2005-09-29
1
-1
/
+0
*
Implemented ticket #90 (still need to write docs though)
Remi Delon
2005-09-11
1
-9
/
+8
*
httperrors branch merged into the trunk, the configuration paramater "showTra...
Michael Robinson
2005-09-04
1
-0
/
+1
*
The maximum size of a post body can know be limited using sever.maxRequestSiz...
Michael Robinson
2005-09-02
1
-0
/
+2
*
For config.py make first line of docstrings a one-line summary; needed for so...
kmierle
2005-08-27
1
-17
/
+12
*
Minor docstring improvements to config.py. All public config.py functions now...
kmierle
2005-08-27
1
-11
/
+21
*
Bug in config-file parsing: needed try/finally: close block.
Robert Brewer
2005-08-27
1
-2
/
+4
*
All raised exceptions now conform to "raise Exception([arg])" syntax (no more...
Robert Brewer
2005-08-26
1
-1
/
+1
[next]