Timeline
07/04/09:
- 12:50 Ticket #920 (defect) closed by fumanchu
- worksforme: All the tests pass using Python 3.1 final...let's address this if it …
- 12:41 Ticket #773 (enhancement) closed by fumanchu
- fixed: This is proceeding apace in source:branches/python3. Closing this ticket …
- 12:31 Changeset [2470] by fumanchu
- base64.decodestring is deprecated in 3.1.
07/03/09:
- 12:01 CherryPyDownload edited by jroesslein
- removed git repo until sync process is fixed
07/02/09:
- 14:08 Ticket #941 (defect) created by guest
- a broken HTTP header from IE7 triggers a python error
07/01/09:
- 18:41 Ticket #940 (defect) created by swalker@opensolaris.org
- 408 timeout fix for ticket 847 needs backport to cherrpy 3.1 branch
- 02:04 Changeset [2469] by visteya
- string formatting missing required value
06/27/09:
- 17:28 Ticket #939 (enhancement) created by fumanchu
- Add 'debug' arg to all builtin Tools
- 17:24 Ticket #938 (enhancement) created by fumanchu
- Replace PageHandler with request.args/kwargs
- 16:37 Changeset [2468] by fumanchu
- A couple of unnecessary imports.
- 15:48 Changeset [2467] by fumanchu
- python3: removed some python2.x paths that don't apply to python3+
- 14:22 Ticket #937 (defect) created by fumanchu
- Collapse redundant hooks
- 13:56 RequestObject edited by fumanchu
06/25/09:
- 16:53 Changeset [2466] by fumanchu
- New redirect to parent URI test.
06/24/09:
- 13:55 Changeset [2465] by fumanchu
- New 'debug' arg to lib.gzip.
- 13:37 Ticket #936 (defect) created by guest
- MySQL Session Support
- 00:23 Changeset [2464] by fumanchu
- python3: no more need for our own threading.local
- 00:23 Changeset [2463] by fumanchu
- python3: cleaner http.client import
- 00:16 Changeset [2462] by fumanchu
- Some cross ports from the python3 branch, including two test fixes.
- 00:10 Changeset [2461] by fumanchu
- python3: port of [2460] (All internals now use …
06/22/09:
- 14:31 Changeset [2460] by fumanchu
- All internals now use cherrypy.serving.request/response instead of …
- 10:12 Ticket #935 (defect) created by mihai.ibanescu@gmail.com
- Refactor wsgiserver to simplify the use of m2crypto (if one so chooses)
- 10:01 Ticket #871 (enhancement) reopened by mihai.ibanescu@yahoo.com
- You have applied the patch at the wrong level. …
06/20/09:
06/16/09:
- 11:23 Changeset [2459] by fumanchu
- python3: Fix for #774 (Migrate from pyOpenSSL to the ssl module) -- mostly …
- 11:02 Changeset [2458] by fumanchu
- python3: made test_file_stream/test_deadlock more stable.
- 11:02 Changeset [2457] by fumanchu
- python3: Skip alternate server test when using ssl.
- 11:01 Changeset [2456] by fumanchu
- python3: import bug in test_session.
- 11:00 Changeset [2455] by fumanchu
- python3: bug in caching iteration.
06/15/09:
- 23:06 Changeset [2454] by fumanchu
- python3: Fix for xmlrpc client in test.
- 20:14 CherryPyTeam edited by lakin
- 20:10 CherryPyTeam edited by lakin
- 19:56 Ticket #934 (defect) created by lakin
- download.cherrypy.orlink.g could use a LATEST symlink
- 15:11 Changeset [2453] by visteya
- added man page for cherryd
- 13:52 Ticket #933 (enhancement) created by fumanchu
- Emphasize basic concepts in the Table of Contents
- 12:55 ExtendingCherryPy edited by fumanchu
- 12:52 ExtendingCherryPy edited by fumanchu
- 12:50 ExtendingCherryPy edited by fumanchu
- 12:40 ExtendingCherryPy edited by fumanchu
- Initial content
06/14/09:
- 23:56 Changeset [2452] by visteya
- correct the docstring for Request.error_page, which claimed that the …
- 23:56 Changeset [2451] by visteya
- correct the docstring for Request.error_page, which claimed that the …
- 23:52 Ticket #928 (defect) closed by visteya
- fixed: fixed in r2449 (trunk) and r2450 (python3)
- 23:48 Changeset [2450] by visteya
- fix for #928, custom error page returning an iterable results in bad …
- 23:48 Changeset [2449] by visteya
- fix for #928, custom error page returning an iterable results in bad …
- 23:29 Ticket #929 (enhancement) closed by visteya
- fixed: fixed in r2447 (trunk), and r2448 (python3)
- 23:28 Changeset [2448] by visteya
- fix for ticket #929, "needless work in Response.collapse_body()"
- 23:28 Changeset [2447] by visteya
- fix for ticket #929, "needless work in Response.collapse_body()"
- 19:22 Changeset [2446] by lakin
- trunk - unbuffering the stderr for the daemonizer plugin
- 19:17 Changeset [2445] by fumanchu
- Meh. Not much use for py3util now.
- 19:00 Changeset [2444] by fumanchu
- Use builtin sorted, reversed if available.
- 18:44 Changeset [2443] by fumanchu
- Ported wspbus.ChannelFailures? to trunk from python3.
- 18:22 Changeset [2442] by fumanchu
- test_session bugfix, plus a couple tweaks.
- 18:22 Changeset [2441] by fumanchu
- python3: a couple tweaks
- 18:12 Changeset [2440] by fumanchu
- Use new response.output_status for access log.
- 18:08 Changeset [2439] by fumanchu
- Trap and log exceptions in PerpetualTimer? Monitor threads.
- 18:00 Changeset [2438] by fumanchu
- python3: Removed py3util.
- 17:57 Changeset [2437] by fumanchu
- Removed py3print.
- 16:40 Changeset [2436] by fumanchu
- python3: test_session bugfix.
- 16:40 Changeset [2435] by fumanchu
- python3: Use new response.output_status for access log.
- 16:39 Changeset [2434] by fumanchu
- python3: trap and log exceptions in PerpetualTimer? Monitor threads.
- 14:28 Changeset [2433] by fumanchu
- python3: More synchro with trunk.
- 14:28 Changeset [2432] by fumanchu
- More python3 synchro.
- 13:57 Changeset [2431] by fumanchu
- Some syncs with python3.
06/13/09:
- 19:19 Changeset [2430] by fumanchu
- python3: Moved rfc-2047 encoding back to app side from wsgiserver. …
- 17:30 Changeset [2429] by fumanchu
- Moved RFC-2047 encoding back from wsgiserver to http lib. WSGI headers …
- 14:07 Changeset [2428] by fumanchu
- python3: Argh, argh I say to dict views.
- 14:01 Changeset [2427] by fumanchu
- python3: New test/sessiondemo.py
- 13:53 Changeset [2426] by fumanchu
- Better expires param for the sessiondemo.
- 12:45 Changeset [2425] by fumanchu
- New session demo.
06/12/09:
- 12:29 ApplicationObject edited by fumanchu
- Added an Application example
06/11/09:
06/10/09:
- 13:04 Changeset [2424] by visteya
- Added a cautionary note to the docstring for serve_fileobj(), regarding …
06/09/09:
- 12:46 Changeset [2423] by fumanchu
- Fixed a buglet in config.defaults.
- 12:44 Changeset [2422] by fumanchu
- python3: Fixed a buglet in config defaults.
- 12:23 Changeset [2421] by fumanchu
- Removed some iteritems refs from _cpchecker
- 00:47 Ticket #932 (enhancement) closed by fumanchu
- fixed: Fixed in [2417] and [2418], and for python3: [2420].
- 00:42 Changeset [2420] by fumanchu
- python3: more syncs with trunk, including the new static.serve_fileobj …
- 00:41 Changeset [2419] by fumanchu
- More syncs with python3.
06/07/09:
- 17:24 Changeset [2418] by fumanchu
- static.serve_fileobj: Allow file-like objects that have no 'fileno' …
- 13:59 Changeset [2417] by fumanchu
- New static.serve_fileobj function.
06/04/09:
- 00:42 CherryPyDownload edited by jroesslein
- 00:41 CherryPyDownload edited by jroesslein
- added link to Git mirror
Note: See TracTimeline for information about the timeline view.

