Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

root/trunk/cherrypy


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 03/16/10 10:13:57 @2658 [2658] jaraco Adding documentation on custom headers …
(edit) 03/15/10 16:12:44 @2657 [2657] jtate Allow the default processor and handler for the json tools to be …
(edit) 03/08/10 15:48:02 @2656 [2656] jtate If you're going to send to new listeners, you'd better add them to the bus …
(edit) 03/08/10 15:44:01 @2655 [2655] jtate Make the ChannelFailure? exception more useful in backtraces and debugging …
(edit) 02/25/10 17:06:00 @2650 [2650] fumanchu Docs: lots of intro work; new progguide/files/
(edit) 02/24/10 15:02:42 @2645 [2645] fumanchu Docstring improvements
(edit) 02/24/10 14:48:27 @2643 [2643] chbrown Sphinx docs (rsts) for rest of cherrypy.lib.*
(edit) 02/24/10 14:12:11 @2641 [2641] chbrown Sphinx docs in cherrypy.lib.*
(edit) 02/24/10 13:49:31 @2640 [2640] jtate nose without nose-testconfig or with but not specified now works
(edit) 02/24/10 10:03:06 @2638 [2638] fumanchu Docs: more refman work.
(edit) 02/24/10 09:47:23 @2637 [2637] jtate Convert the tests to use nose instead of our own runner. This strips out …
(edit) 02/23/10 13:32:05 @2628 [2628] jaraco Updated documentation for _cpdispatch.VirtualHost? to fix errors in sphinx …
(edit) 02/11/10 11:10:42 @2570 [2570] fumanchu Fixed up jsontools to be modern: docstrings, debug output, and better …
(edit) 01/28/10 12:47:27 @2568 [2568] jtate Update covercp and test suite to use coverage 3.2. Should be faster. …
(edit) 01/01/10 12:28:10 @2566 [2566] fumanchu Fixing tutorials which did not run on command-line.
(edit) 11/20/09 04:24:05 @2565 [2565] lawouach fixed Parser class path
(edit) 11/09/09 11:50:22 @2564 [2564] fumanchu Reinstating SERVER_SOFTWARE wsgi environ entry.
(edit) 10/29/09 19:57:36 @2563 [2563] jaraco Based on IRC discussions with fumanchu regarding #960, we determined the …
(edit) 10/17/09 13:33:31 @2556 [2556] fumanchu Updating to 3.2rc1
(edit) 10/17/09 13:17:05 @2555 [2555] fumanchu A couple syncs with python3.
(edit) 10/16/09 09:35:10 @2551 [2551] lawouach req doesn't exist, must use ir.request instead
(edit) 10/06/09 03:22:49 @2550 [2550] lawouach broken lines
(edit) 10/05/09 10:31:58 @2549 [2549] fumanchu sync with python3, including separation of InternalRedirect? handling and …
(edit) 10/03/09 17:19:22 @2545 [2545] fumanchu Added wsgi 1.1 to wsgiserver like mod_wsgi's definition. See …
(edit) 10/03/09 16:57:30 @2544 [2544] fumanchu Fix for #956 (wsgiserver's ThreadPool? stop() method can take longer than …
(edit) 10/03/09 14:53:33 @2543 [2543] fumanchu Fix for #961 (Dual-stack support missing on Python 2.6 (and probably 3.x).
(edit) 10/03/09 14:19:05 @2542 [2542] fumanchu Some IPV6 tweaks.
(edit) 10/03/09 13:05:23 @2541 [2541] fumanchu Made bus.exit call os._exit if called before start completes.
(edit) 10/03/09 12:18:32 @2540 [2540] fumanchu Fix for #959 (python2.4/wspbus/ChannelFailure/init: calls to super …
(edit) 10/03/09 11:44:53 @2539 [2539] fumanchu Merged the 'gateways' branch into trunk.
(edit) 09/30/09 06:54:50 @2535 [2535] lawouach Missing request object on debug
(edit) 09/17/09 10:24:33 @2531 [2531] fumanchu Test and fix for scheme in querystring.
(edit) 09/15/09 10:22:47 @2530 [2530] fumanchu Better backward compat for wsgiserver ssl.
(edit) 09/15/09 09:55:23 @2529 [2529] fumanchu Added required wsgi.version defaults.
(edit) 08/29/09 14:40:40 @2525 [2525] fumanchu Marking 3.2.0 beta for Python 2.x.
(edit) 08/27/09 11:51:32 @2524 [2524] fumanchu trunk: syncing with python3, except preferring WSGI 1.0 and sticking with …
(edit) 08/23/09 21:51:42 @2519 [2519] fumanchu Made the class used for multipart parts configurable.
(edit) 08/23/09 19:16:32 @2518 [2518] fumanchu Moved request.body construction before config namespaces so 'request.body' …
(edit) 08/23/09 17:55:21 @2517 [2517] fumanchu Better json_in default_proc.
(edit) 08/23/09 17:29:35 @2516 [2516] fumanchu Switched the json_in tool to take advantage of the new body.processors.
(edit) 08/23/09 17:23:53 @2515 [2515] fumanchu Renamed fp_out args in _cpreqbody.
(edit) 08/19/09 14:38:37 @2513 [2513] lakin Updating the copyright years in the LICENSE.txt
(edit) 08/19/09 14:06:41 @2512 [2512] lakin Fix for #953 - when handlers take arguments that have default values, …
(edit) 08/18/09 23:18:00 @2511 [2511] fumanchu Fix for #918 (caching does not respect Cache-Control: max-age header).
(edit) 08/15/09 18:58:23 @2509 [2509] fumanchu Fix for #775 (Caching has a performance-killing race condition?). The …
(edit) 08/15/09 18:53:00 @2508 [2508] fumanchu New assertEqualDates test method.
(edit) 08/15/09 14:25:27 @2506 [2506] fumanchu Scaffold tweak.
(edit) 08/15/09 14:24:20 @2505 [2505] fumanchu Fix for #896 (no request logging, other breakage with root=None).
(edit) 08/15/09 14:23:43 @2504 [2504] fumanchu Setting svn:executable on cherryd
(edit) 08/15/09 13:06:20 @2503 [2503] fumanchu Oops. Fix for buglet introduced in [2499].
(edit) 08/10/09 20:45:55 @2500 [2500] fumanchu Fix for #930 (The tidy and nsgmls tools will fail for concurrent …
(edit) 08/10/09 19:08:23 @2499 [2499] fumanchu Fix for #881 (Support specifying multiple imports/function calls via …
(edit) 08/10/09 19:02:55 @2498 [2498] fumanchu trunk: some merges from python3.
(edit) 08/09/09 20:30:03 @2495 [2495] fumanchu Fix for #946 (Problem with encoded text in multipart/form-data). Reworked …
(edit) 08/06/09 01:56:47 @2494 [2494] fumanchu Final fix for #915 (Add "debug=False" arg to builtin Tools).
(edit) 08/06/09 01:51:09 @2493 [2493] fumanchu Fixed tools.expires as described at: …
(edit) 08/05/09 12:09:36 @2492 [2492] fumanchu Fix for #952 (on multiple proxies getting multiple base urls) for 3.0, …
(edit) 08/04/09 23:31:05 @2489 [2489] fumanchu Better error message for illegal HTTP request headers. See #941.
(edit) 08/04/09 19:23:34 @2488 [2488] fumanchu Fix for #951 (Content-Length breaks curl on 100-Continue) for 3.0, 3.1, …
(edit) 08/04/09 03:15:10 @2486 [2486] lawouach Using the public thread.get_ident API call to retrieve the ID of a thread …
(edit) 08/02/09 19:24:22 @2485 [2485] fumanchu Fixed up version numbers.
(edit) 08/02/09 16:12:36 @2482 [2482] fumanchu Fix for #942 (WSGIServer tries to set TCP options on UNIX socket).
(edit) 08/02/09 15:43:32 @2481 [2481] fumanchu Fix for #945 (GlobalLogManager? swaps errors outside of requests) for all …
(edit) 08/02/09 14:30:33 @2478 [2478] fumanchu Copied some tool debug code from python3
(edit) 08/02/09 14:06:08 @2477 [2477] fumanchu Fixed buglet in server.stop (ssl socket.shutdown takes no args).
(edit) 08/02/09 14:05:45 @2476 [2476] fumanchu The test suite was registering multiple engine signal handlers and …
(edit) 08/02/09 13:34:58 @2475 [2475] fumanchu Upgraded test_httpauth to hashlib in Python 2.5+.
(edit) 08/02/09 13:31:26 @2474 [2474] fumanchu Fixed http over https for stdlib ssl.
(edit) 08/01/09 16:55:00 @2471 [2471] fumanchu Factored SSL out to separate modules.
(edit) 07/01/09 02:04:10 @2469 [2469] visteya string formatting missing required value
(edit) 06/27/09 16:37:58 @2468 [2468] fumanchu A couple of unnecessary imports.
(edit) 06/25/09 16:53:55 @2466 [2466] fumanchu New redirect to parent URI test.
(edit) 06/24/09 13:55:26 @2465 [2465] fumanchu New 'debug' arg to lib.gzip.
(edit) 06/24/09 00:16:43 @2462 [2462] fumanchu Some cross ports from the python3 branch, including two test fixes.
(edit) 06/22/09 14:31:55 @2460 [2460] fumanchu All internals now use cherrypy.serving.request/response instead of …
(edit) 06/14/09 23:56:27 @2452 [2452] visteya correct the docstring for Request.error_page, which claimed that the …
(edit) 06/14/09 23:48:10 @2449 [2449] visteya fix for #928, custom error page returning an iterable results in bad …
(edit) 06/14/09 23:28:02 @2447 [2447] visteya fix for ticket #929, "needless work in Response.collapse_body()"
(edit) 06/14/09 19:22:43 @2446 [2446] lakin trunk - unbuffering the stderr for the daemonizer plugin
(edit) 06/14/09 19:17:11 @2445 [2445] fumanchu Meh. Not much use for py3util now.
(edit) 06/14/09 19:00:12 @2444 [2444] fumanchu Use builtin sorted, reversed if available.
(edit) 06/14/09 18:44:18 @2443 [2443] fumanchu Ported wspbus.ChannelFailures? to trunk from python3.
(edit) 06/14/09 18:22:40 @2442 [2442] fumanchu test_session bugfix, plus a couple tweaks.
(edit) 06/14/09 18:12:28 @2440 [2440] fumanchu Use new response.output_status for access log.
(edit) 06/14/09 18:08:18 @2439 [2439] fumanchu Trap and log exceptions in PerpetualTimer? Monitor threads.
(edit) 06/14/09 17:57:43 @2437 [2437] fumanchu Removed py3print.
(edit) 06/14/09 14:28:10 @2432 [2432] fumanchu More python3 synchro.
(edit) 06/14/09 13:57:47 @2431 [2431] fumanchu Some syncs with python3.
(edit) 06/13/09 17:30:50 @2429 [2429] fumanchu Moved RFC-2047 encoding back from wsgiserver to http lib. WSGI headers …
(edit) 06/13/09 13:53:48 @2426 [2426] fumanchu Better expires param for the sessiondemo.
(edit) 06/13/09 12:45:29 @2425 [2425] fumanchu New session demo.
(edit) 06/10/09 13:04:19 @2424 [2424] visteya Added a cautionary note to the docstring for serve_fileobj(), regarding …
(edit) 06/09/09 12:46:42 @2423 [2423] fumanchu Fixed a buglet in config.defaults.
(edit) 06/09/09 00:41:28 @2419 [2419] fumanchu More syncs with python3.
(edit) 06/07/09 17:24:06 @2418 [2418] fumanchu static.serve_fileobj: Allow file-like objects that have no 'fileno' …
(edit) 06/07/09 13:59:15 @2417 [2417] fumanchu New static.serve_fileobj function.
(edit) 06/02/09 11:29:44 @2416 [2416] lakin trunk - making assertInBody the same as in python3 branch.
(edit) 06/02/09 01:44:09 @2414 [2414] fumanchu trunk: more syntax syncs with python3, including a couple bugfixes that …
(edit) 06/02/09 01:18:46 @2413 [2413] fumanchu trunk: A bunch more alignments between trunk and python3 syntax.
(edit) 06/01/09 23:55:43 @2410 [2410] fumanchu Fix to a long-standing but with emitting RFC-2047-encoded header values. …

Hosted by WebFaction

Log in as guest/cpguest to create tickets