summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removing VirtualHostFilter for the 2.1 releasecherrypy-2.1.1Remi Delon2005-10-214-111/+2
* Made tests pass for --1.1 as wellRemi Delon2005-10-211-2/+9
* Preparing for 2.1.0 releaseRemi Delon2005-10-215-5/+6
* Temp fix for #344Remi Delon2005-10-211-0/+4
* Doc change for #345Remi Delon2005-10-211-0/+1
* Changing the default value for sessionFilter.locking from "implicit" to "expl...Remi Delon2005-10-213-17/+6
* New section in designchoices.xml on "How CherryPy relates to REST".Robert Brewer2005-10-201-0/+43
* Applied patch from Michael GoettscheSylvain Hellegouarch2005-10-181-1/+6
* Made default error message fully XHTML complientRemi Delon2005-10-161-1/+1
* request.browserUrl was missing the queryStringRemi Delon2005-10-161-0/+2
* Hopefully fixed #329Remi Delon2005-10-141-1/+5
* Fix for #335.Christian Wyglendowski2005-10-113-8/+16
* 1. Updated test_xmlrpc_filter.py to test argument passing.Christian Wyglendowski2005-10-113-0/+11
* Initial attempt at fix for #179. Should more functionality be tested or shou...Christian Wyglendowski2005-10-101-0/+79
* Fix for #336. Corrected docstring and replaced use of cherrypy.lib.httptools...Christian Wyglendowski2005-10-101-4/+3
* Fix for #283.Robert Brewer2005-10-101-2/+2
* 1. Changed xmlrpcfilter test to work with user defined port.Christian Wyglendowski2005-10-093-128/+134
* 1. Fix for #339Christian Wyglendowski2005-10-082-9/+161
* Changed an old RequestHandled exception into an HTTPError.Robert Brewer2005-10-081-4/+2
* Tutorial fixes, plus a bug in _cputil.getErrorPage.Robert Brewer2005-10-0812-61/+115
* Changed pdf file namecherrypy-2.1.0-rc2Remi Delon2005-10-071-1/+1
* You can now import the test suite and call run().Robert Brewer2005-10-071-3/+5
* Using smaller PDF file for tutorials (to reduce the size of the tarball)Remi Delon2005-10-074-3/+3
* Preparing for 2.1-rc2 releaseRemi Delon2005-10-064-6/+10
* doc syntax and typo fix.John P. Speno2005-10-061-1/+1
* Fixed #312Remi Delon2005-10-061-7/+12
* Removed a couple of test suite dependencies on httptools.Robert Brewer2005-10-062-4/+3
* Initial fix for #333.Robert Brewer2005-10-064-15/+35
* fixing my typo. d'oh!John P. Speno2005-10-051-1/+1
* Test case for Bug326.John P. Speno2005-10-051-0/+30
* Fixed [325]Remi Delon2005-10-051-0/+2
* Better autoreload.gif.Robert Brewer2005-10-041-0/+0
* NNew autoreload GIF in apireference.xml.Robert Brewer2005-10-033-110/+131
* Fix for autoreload bug (process was exiting on reload since [699] or so).Robert Brewer2005-10-031-0/+1
* autoreload now calls server.stop() on interrupt. No test for it though. :(Robert Brewer2005-10-032-6/+8
* Bah. Forgot an import. That'll teach me to skip the tests.Robert Brewer2005-10-031-0/+1
* More state tests (onStart/Stop tests). Also made it more explicit that onStop...Robert Brewer2005-10-033-12/+75
* NotFound path arg now defaults to cherrypy.request.path.Robert Brewer2005-10-032-4/+6
* Fix for #307. Made InternalError a subclass of HTTPError(500). Removed all us...Robert Brewer2005-10-032-9/+12
* More updates to apireference.xml (CherryPy library).Robert Brewer2005-10-031-3/+60
* Lots of updates to apireference.xml.Robert Brewer2005-10-031-271/+407
* Minor order-of-execution error in server.restart.Robert Brewer2005-10-031-1/+1
* New request.headers attribute (so users can see duplicate request headers).Robert Brewer2005-10-031-3/+2
* Consolidated the "obtain" and "install" sections for release package and subv...Robert Brewer2005-10-032-109/+103
* Got rid of the itemizedlists in the apiref.Robert Brewer2005-10-031-367/+271
* Bah. Missed one.Robert Brewer2005-10-031-1/+2
* Final cleanups for [698] and #321. cherrypy.server is now an instance of cher...Robert Brewer2005-10-037-375/+382
* Ugly fix for #321. cherrypy.server could really use some encapsulation now.Robert Brewer2005-10-018-171/+199
* webtest sys.e[X]it option now works. There's also a new WebCase.exit() method...Robert Brewer2005-10-011-1/+41
* Another state test: restart within a page handler.Robert Brewer2005-09-301-5/+16