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