summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changed version numbers in preparation for 3.0.1 release.cherrypy-3.0.1Christian Wyglendowski2007-02-203-3/+3
* Test and fix for #661 (Cannot create tool out of an object callable). Also a ...Robert Brewer2007-02-192-2/+18
* Fix to unrepr for function calls.Robert Brewer2007-02-172-3/+15
* Fix for #660 (Add a 'wsgi.errors' logging handler).Robert Brewer2007-02-162-5/+62
* Fix for #654 (More gracefull failure and traceback when client tries non-SSL ...Robert Brewer2007-02-161-1/+22
* Add info on running individual tests to the READMEJoseph Tate2007-02-142-2/+3
* Fix for #650 (PUT request with empty body/params ignored).Robert Brewer2007-02-082-9/+14
* More doc updates.Robert Brewer2007-02-083-11/+22
* Implemented a login attribute for the request and answered #653Sylvain Hellegouarch2007-02-075-10/+19
* Promoted namespace dicts to their own class (so they can share docs).Robert Brewer2007-02-053-94/+88
* Moved default threadlocal objects into the serving class instead of the proxy...Robert Brewer2007-02-052-45/+69
* Allow expose to work (without alias) on platforms that don't have getframe.Robert Brewer2007-02-051-1/+2
* Bah. Forgot a file.Robert Brewer2007-02-011-20/+16
* New engine.release method, which decouples request and engine. Also new serve...Robert Brewer2007-02-016-44/+121
* Better test for #650.Robert Brewer2007-02-011-5/+8
* 3.0 test for #650 (PUT request with empty body/params ignored).Robert Brewer2007-02-011-0/+7
* Docstrings, plus Application now copies its cls.namespaces into self.namespaces.Robert Brewer2007-01-273-20/+74
* Docstring updates.Robert Brewer2007-01-223-22/+101
* Updated for 2007Sylvain Hellegouarch2007-01-201-1/+1
* First crack at attribute docs on major components. New cherrypy._AttributeDoc...Robert Brewer2007-01-203-11/+280
* Bah. I meant to fix help(cherrypy.request) all along for CP 3 final and never...Robert Brewer2007-01-201-0/+18
* Fix for #642 (session.pop).Robert Brewer2007-01-161-0/+9
* Added extended the base example to demonstrate how to stop the server (and av...Sylvain Hellegouarch2007-01-141-1/+4
* Force server.socket_host to be localhostSylvain Hellegouarch2007-01-121-0/+1
* Fixed #641Sylvain Hellegouarch2007-01-122-3/+8
* Fix for #640 (cherrypy.session does not implement {{{__contains__}}}).Robert Brewer2007-01-112-0/+11
* Test update for must-revalidate.Robert Brewer2007-01-111-4/+4
* Added 'must-revalidate' to Cache-Control header in expires tool.Robert Brewer2007-01-111-8/+9
* Assert (not self.started_response) on write.Robert Brewer2007-01-111-1/+5
* Doc work.Robert Brewer2007-01-112-4/+20
* Fix for #639 (Missing "cherrypy.wsgiserver" in setup.py).Robert Brewer2007-01-111-1/+2
* Fix for #637 (Move signal handlers into Engine class).Robert Brewer2007-01-092-17/+53
* Fix for #636 (Move wsgiserver.py into a subdirectory for cleaner svn:external...Robert Brewer2007-01-074-4/+1004
* Removing wsgiserver.py in order to make it its own package next.Robert Brewer2007-01-071-1000/+0
* Optimized [1586], and fixed a bug where we didn't meet the WSGI spec regardin...Robert Brewer2007-01-051-4/+11
* Fix for #635Sylvain Hellegouarch2007-01-052-1/+13
* Benchmark now prints traceback on error in read_process.Robert Brewer2006-12-281-2/+7
* Oops; session locking should default to 'implicit'.Robert Brewer2006-12-281-1/+1
* Fix for #630 (Implicit session locking before_request_body harms uploads). I ...Robert Brewer2006-12-282-15/+45
* Fix for #632 (CP checker misleading warning on customized toolbox).Robert Brewer2006-12-281-7/+8
* Moved checker back to cherrypy.checker from engine, and also added a new chec...Robert Brewer2006-12-285-29/+111
* The modpy tests were not returning an exit code.Robert Brewer2006-12-281-1/+7
* Fix for #629 (fails to send Content-Length during HTTP 1.0 Keep-Alive). Also ...Robert Brewer2006-12-253-64/+112
* A couple more speed tweaks.Robert Brewer2006-12-233-11/+13
* wsgiserver: replaced rfc822.Message + parse_headers method with a single read...Robert Brewer2006-12-232-36/+50
* wsgiserver: Moved 'bind' inner func out to method so subclasses can override ...Robert Brewer2006-12-232-17/+19
* Benchmark:Robert Brewer2006-12-231-4/+41
* Fix for #627.cherrypy-3.0.0Christian Wyglendowski2006-12-221-1/+1
* wsgiserver optimization: use socket.sendall instead of wfile (since we were f...Robert Brewer2006-12-221-32/+22
* wsgiserver optimization: no need for mimetools' subclass of rfc822.Message. A...Robert Brewer2006-12-221-24/+20