summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Marking CP 3.1.0 final.cherrypy-3.1.0Robert Brewer2008-06-303-5/+5
* SignalHandler.unsubscribe now warns if our handler is not returned. See #826.Robert Brewer2008-06-301-2/+6
* Fixed test_refleaks for some platforms (also for use with the --client comman...Robert Brewer2008-06-301-6/+6
* New helper.CPProcess class (moved from test_states), plus a bugfix to allow C...Robert Brewer2008-06-302-122/+159
* Removing test_conn from test.py since it needs different server config.Robert Brewer2008-06-301-1/+1
* WOOHOO. Fixed test_conn on nix.Robert Brewer2008-06-302-19/+24
* Trying a fix for the test_conn failures on nix.Robert Brewer2008-06-301-90/+82
* New --server and --client=<host> switches to individual tests. This allows yo...Robert Brewer2008-06-301-5/+26
* Fixed sig handler unsubscribe test for Unix, plus an odd race condition in au...Robert Brewer2008-06-293-26/+23
* Test and fix for #826 (SignalHandler needs an unsubscribe). Need nix testing.Robert Brewer2008-06-293-12/+110
* Fixed test_states for nix.Robert Brewer2008-06-291-2/+4
* Fix for #828 (CherryPy should exit on SIGHUP if not daemonized). The tests ne...Robert Brewer2008-06-292-16/+94
* Some test_states love. Also, cherryd grew an --import option.Robert Brewer2008-06-293-103/+109
* Fix for #803 (run CP under Google App Engine).Robert Brewer2008-06-295-59/+63
* Fix for #832 (Failure in test_encoding). I'm reasonably sure this is what we ...Robert Brewer2008-06-282-2/+2
* Test for #829 (@tools.response.headers doesn't appear to work with response.s...Robert Brewer2008-06-283-3/+28
* Durak! Always I forget the files.Robert Brewer2008-06-261-0/+28
* Fix for #826 (@cherrypy.expose() fails with no argument).Robert Brewer2008-06-262-7/+65
* Moved all bus plugins onto the engine object itself, and fixed a couple bus d...Robert Brewer2008-06-2410-40/+50
* Fix for #823 (Automatic comparison of content-length and max_request_body_size).Robert Brewer2008-06-242-0/+21
* You may now pass multiple --config args to cherryd.Robert Brewer2008-06-232-6/+6
* New tools.redirect.Robert Brewer2008-06-231-0/+1
* Fix for #827 (Profile viewer doesn't work with Python2.5).Robert Brewer2008-06-231-8/+17
* Fix for #824 (_cplogging.LogManager.access method not handling unicode in log...Robert Brewer2008-06-225-91/+382
* utf8 decode test.Robert Brewer2008-06-181-0/+8
* Only call the _console_control_handler unsubscribe if the attribute is availa...Lakin Wecker2008-06-171-1/+2
* Fix for #782 (X-Forwarded-Ssl).Robert Brewer2008-06-082-1/+16
* Fix for #820 (start_response with exc_info raises exception even if no output...Robert Brewer2008-06-075-61/+90
* Docstring updates.Robert Brewer2008-06-041-2/+25
* Buried a couple socket, threading module imports for easier Google App Engine...Robert Brewer2008-06-042-3/+4
* Removed unused 'exc' argument to handle_error.Robert Brewer2008-05-311-2/+2
* Test and fix for #810 (Add 408 responses).Robert Brewer2008-05-252-4/+26
* Minor refactor and dropping an unused import.Robert Brewer2008-05-252-14/+13
* Fix for #817 (namespace handler for wsgi.response_class).Robert Brewer2008-05-251-0/+2
* Test and fix for #819 (Request body not consumed on error when max_request_bo...Robert Brewer2008-05-242-58/+74
* Moved an import.Robert Brewer2008-05-241-1/+2
* Doc tweak.Robert Brewer2008-05-241-0/+11
* Updating version to 3.1rc1.Robert Brewer2008-05-173-4/+4
* New HandlerWrapperTool.Robert Brewer2008-05-172-0/+53
* Another HTTP/1.0 test fix.Robert Brewer2008-05-151-3/+4
* Fixed a test for HTTP/1.0.Robert Brewer2008-05-151-2/+2
* Doc tweak.Robert Brewer2008-05-151-1/+2
* Comments.Robert Brewer2008-04-281-1/+4
* Test and fix for #791 (cherrypy.lib.xmlrpc.respond cannot marshal xmlrpclib.F...Robert Brewer2008-04-272-2/+17
* Fix for #784 (Easy resizing of test data for tut09). Thanks to Stonekeeper fo...Robert Brewer2008-04-271-5/+6
* Fix for #757 (Reduce socket timeout for wait_for_free_port to speed up startup).Robert Brewer2008-04-271-4/+5
* Fix for #805 (Remove import of inspect).Robert Brewer2008-04-262-20/+18
* Fix for #806 (Move dead thread detection). Consumers can call shrink() anytim...Robert Brewer2008-04-261-12/+14
* Fix for #800 (ability to override default error template). Many thanks to Sco...Robert Brewer2008-04-263-43/+96
* Doc tweaks and a missing 'rb'.Robert Brewer2008-04-262-3/+7