summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changing version to 3.0.0beta.cherrypy-3.0.0betaRobert Brewer2006-09-044-9/+11
* Removed the unnecessary trunk/tools folder.Robert Brewer2006-09-043-37/+0
* New tools.referer, and moved test_response_headers into new test_misc_tools.Robert Brewer2006-09-045-47/+112
* Fixes to test_states.Robert Brewer2006-09-034-19/+14
* Fix for WSGI server if the same comma-separated header appears in both header...Robert Brewer2006-09-031-1/+5
* Removed double traceback from fallback error handler (as it doesn't apply any...Robert Brewer2006-09-031-7/+1
* mod_python improvements:Robert Brewer2006-09-036-24/+38
* Fix for #548 (Rename the before_main hook to before_handler and MainTool to H...Robert Brewer2006-09-024-15/+15
* More SessionAuth cleanups. Replaced 'login' with 'username' whenever appropri...Robert Brewer2006-09-022-28/+24
* session_auth really should NOT use thread_data.Robert Brewer2006-09-021-6/+3
* cptools.session_auth was growing an unwieldy number of parameters, so I moved...Robert Brewer2006-09-023-84/+110
* Fix for #556 (Allow error hooks to raise InternalRedirect). As a bonus, all u...Robert Brewer2006-09-022-70/+88
* Fixed line endings in test_wsgi_ns.py.Robert Brewer2006-09-021-63/+63
* Fix for #535 (Apache re-processes Range headers). _cpmodpy now uses a new "ig...Robert Brewer2006-09-024-2/+19
* Fix to 2.1, 2.2, 3.0 for bugs in Range slicing and final boundary. Also made ...Robert Brewer2006-09-022-26/+30
* Typos in test/modpy.py imports.Robert Brewer2006-09-021-2/+2
* Fix for #560 (misleading log on socket_host="") for CP 2.2 and CP 3.Robert Brewer2006-09-021-1/+4
* Fix for #527 (fragments in Request-URI). The builtin WSGI server now returns ...Robert Brewer2006-09-021-0/+6
* Fix for # 255 (use output from tidy). Untested, but then it never was before. :/Robert Brewer2006-09-021-6/+31
* Fix for #506 (unrepr should support negative numbers).Robert Brewer2006-09-022-1/+17
* Changed every instance of 'conf' in the API to 'config'.Robert Brewer2006-09-0210-46/+46
* Fix for #559 (allow config of WSGI middleware) via cherrypy.wsgi.pipeline. In...Robert Brewer2006-09-023-0/+131
* Moved _wsgi_callable to _cptree, and we now import _cpwsgi as cherrypy.wsgi. ...Robert Brewer2006-09-023-123/+134
* Derive all exceptions from a CP defined class so that they can be handled as ...Joseph Tate2006-09-011-0/+3
* Global log.screen now True.Robert Brewer2006-09-012-2/+9
* No need to encode a string twice. :/Robert Brewer2006-09-011-7/+7
* Moved merge out of {{{Application.__init__}}} so custom namespaces can be def...Robert Brewer2006-09-011-13/+19
* raise ValueError on cherrypy.server.start() if no httpservers defined.Robert Brewer2006-09-011-0/+3
* Fix for #433 (mapPathToObject should remove a trailing /, not just add it). C...Robert Brewer2006-08-313-13/+55
* Changed "simple_cookie" to just "cookie".Robert Brewer2006-08-303-15/+15
* Removed trunk/docs/book folder, as that won't be upgraded for CP 3.Robert Brewer2006-08-3061-3125/+0
* Fix for #557 (socket_file). We should talk about a server.socket_family attri...Robert Brewer2006-08-301-7/+7
* Oops. Was using old autoreload conf keys.Robert Brewer2006-08-302-4/+6
* Fix to CachingTool for new kwargs.Robert Brewer2006-08-291-2/+2
* New test for default handler when using MethodDispatcher.Robert Brewer2006-08-291-0/+11
* A couple doc tweaks.Robert Brewer2006-08-293-2/+5
* Oops.Robert Brewer2006-08-291-33/+0
* New tools.err_redirect.internal arg.Robert Brewer2006-08-282-3/+7
* Oops. Forgot the namespaces for cherrypy.tree.Robert Brewer2006-08-281-2/+4
* Allow dynamic custom config namespaces.Robert Brewer2006-08-282-30/+34
* Reorganized the caching tool code.Robert Brewer2006-08-282-39/+28
* Oops.Robert Brewer2006-08-281-5/+1
* Fix for #428 (drop privileges).Robert Brewer2006-08-281-1/+47
* Tweaks to docs, line lengths, tests, and number of serving lookups.Robert Brewer2006-08-289-68/+84
* Fix for #525 (Support Deleting Sessions).Robert Brewer2006-08-272-5/+42
* Further fix for persistent conns (ignore timeouts).Robert Brewer2006-08-272-0/+18
* Logging cleanups:Robert Brewer2006-08-265-122/+162
* A couple fixes to CP3's _cpwsgiserver.py for Python 2.3 compatibility.Robert Brewer2006-08-261-4/+13
* Fixes for #479 (CherryPy crashes on using seteuid / setegid) for CP 2.2 and C...Robert Brewer2006-08-261-3/+6
* API and docstring cleanups:Robert Brewer2006-08-2614-132/+118