gmane.comp.web.quixote.cvs archive
437 archived articles, newest first (page 4 of 5). Latest articles →
Increment magic for older versions of Python. (quixote/ptl_compile.py)
Thu, 09 Jan 2003 09:56:13 -0500Include test/ subdirectory in distribution (quixote/MANIFEST.in)
Thu, 09 Jan 2003 09:20:10 -0500Include stylesheet and Makefile (quixote/MANIFEST.in)
Thu, 09 Jan 2003 09:18:58 -0500Add missing word and re-fill (quixote/doc/PTL.txt)
Thu, 09 Jan 2003 09:16:03 -0500Add C source to manifest (quixote/MANIFEST.in)
Thu, 09 Jan 2003 09:14:04 -0500Mention C implementation (quixote/doc/PTL.txt)
Thu, 09 Jan 2003 09:11:04 -0500Add more changes for 0.6b1 (quixote: setup.py, CHANGES)
Thu, 09 Jan 2003 09:07:45 -0500Implement TemplateIO in C. This gives a nice spee ... (quixote/src/_c_htmltext.c)
Wed, 08 Jan 2003 19:16:28 -0500Import TemplateIO from _py_htmltext or _c_htmltext ... (quixote/ptl_compile.py)
Wed, 08 Jan 2003 19:13:29 -0500Import TemplateIO from _py_htmltext or _c_htmltext. (quixote/html.py)
Wed, 08 Jan 2003 19:12:53 -0500Move TemplateIO here. It's intimately tied to the ... (quixote/_py_htmltext.py)
Wed, 08 Jan 2003 19:12:26 -0500Moved into _py_htmltext.py. (quixote/TemplateIO.py)
Wed, 08 Jan 2003 19:10:31 -0500Markup fix (quixote/doc/PTL.txt)
Wed, 08 Jan 2003 15:38:39 -0500Two cleanups for escape_string: [...] (quixote/src/_c_htmltext.c)
Wed, 08 Jan 2003 15:38:19 -0500Add note about htmltext and htmlescape to the docs ... (quixote/html.py)
Wed, 08 Jan 2003 15:16:26 -0500Add more tests. Test both the Python and C implem ... (quixote/test/test_html.py)
Wed, 08 Jan 2003 14:46:09 -0500Add _c_htmltext extension (disabled by default). (quixote/setup.py)
Wed, 08 Jan 2003 14:45:19 -0500A C implementation of the htmltext type. (quixote/src/_c_htmltext.c)
Wed, 08 Jan 2003 14:44:05 -0500Move the Python implementation of htmltext into it ... (quixote/html.py)
Wed, 08 Jan 2003 14:43:25 -0500Move the Python implementation of htmltext into it ... (quixote/_py_htmltext.py)
Wed, 08 Jan 2003 14:43:05 -0500Use htmlescape. It's simpler and just as fast now ... (quixote/TemplateIO.py)
Wed, 08 Jan 2003 14:40:17 -0500Include the demo_scgi startup script (quixote/MANIFEST.in)
Tue, 07 Jan 2003 14:59:51 -0500Tweak (quixote/doc/upgrading.txt)
Tue, 07 Jan 2003 12:12:10 -0500Mention slight performance hit (quixote/doc/PTL.txt)
Tue, 07 Jan 2003 12:03:48 -0500Add paragraph about mixing HTML and plain templates [...] (quixote/doc/PTL.txt)
Tue, 07 Jan 2003 11:27:50 -0500Mention that the form framework uses HTML template ... (quixote/CHANGES)
Tue, 07 Jan 2003 11:26:44 -0500Add Neil's run_cgi script (quixote/demo/run_cgi.py)
Tue, 07 Jan 2003 10:44:37 -0500Update PTL magic for Python 2.3. (quixote/ptl_compile.py)
Mon, 06 Jan 2003 16:49:35 -0500Remove extra 'form' in import. The form package m ... (quixote/demo/forms.ptl)
Mon, 06 Jan 2003 15:14:45 -0500Minor tweaks (quixote/doc/PTL.txt)
Mon, 06 Jan 2003 15:14:36 -0500Add (too short) note about form framework returnin ... (quixote/doc/upgrading.txt)
Mon, 06 Jan 2003 15:13:18 -0500Various revisions (quixote/doc/PTL.txt)
Mon, 06 Jan 2003 15:05:38 -0500Remove unfinished sentence (quixote/doc/upgrading.txt)
Fri, 03 Jan 2003 14:31:34 -0500A first crack at documenting the new PTL syntax. (quixote/doc/PTL.txt)
Thu, 02 Jan 2003 14:38:30 -0500Remove unneeded file (quixote/ZPL.txt)
Thu, 02 Jan 2003 14:32:05 -0500Mention upgrading.txt; bump copyright year (quixote/README)
Thu, 02 Jan 2003 14:03:37 -0500Bump version number to 0.6 (quixote: __init__.py, setup.py, LICENSE)
Thu, 02 Jan 2003 14:05:38 -0500Remove file; the contents are now in upgrading.txt (quixote/doc/session-upgrade.txt)
Thu, 02 Jan 2003 13:49:07 -0500Add section on the SelectWidget changes [...] (quixote/doc/upgrading.txt)
Thu, 02 Jan 2003 13:48:19 -0500Use [html] template type. (quixote/doc/upload.txt)
Tue, 31 Dec 2002 15:15:41 -0500Add sections on file uploading and on the Publishe ... (quixote/doc/upgrading.txt)
Tue, 31 Dec 2002 15:06:53 -0500Use modern PTL syntax (quixote/doc: demo.txt, programming.txt)
Tue, 31 Dec 2002 14:54:17 -0500Use modern PTL syntax (quixote/doc/upload.txt)
Tue, 31 Dec 2002 14:52:30 -0500New upgrade documentation: this currently only con ... (quixote/doc/upgrading.txt)
Tue, 31 Dec 2002 14:35:43 -0500Handle nested comments in the User-Agent string. ... (quixote/http_request.py)
Mon, 30 Dec 2002 19:55:29 -0500Update URL (quixote/setup.py)
Wed, 11 Dec 2002 14:34:39 -0500Update URL (quixote/README)
Wed, 11 Dec 2002 12:11:53 -0500Python 2.2.2 changes the default for Message.get() ... (quixote/server/medusa_http.py)
Wed, 11 Dec 2002 11:31:53 -0500Python 2.2.2 changes the default for Message.get() ... (quixote/ACKS)
Wed, 11 Dec 2002 11:31:53 -0500Use new PTL syntax. (quixote/demo/session.ptl)
Tue, 26 Nov 2002 18:54:14 -0500Use new PTL syntax. (quixote/demo/forms.ptl)
Tue, 26 Nov 2002 18:53:44 -0500Use new syntax for PTL. (quixote/demo/widgets.ptl)
Tue, 26 Nov 2002 18:50:44 -0500Use new syntax for PTL. (quixote/demo/pages.ptl)
Tue, 26 Nov 2002 18:50:30 -0500Normalize whitespace. (quixote/test: test_html.py, ua_test.py)
Wed, 20 Nov 2002 14:43:25 -0500Normalize whitespace. (quixote/server/medusa_http.py)
Wed, 20 Nov 2002 14:43:25 -0500Normalize whitespace. (quixote/form: form.ptl, widget.py)
Wed, 20 Nov 2002 14:43:24 -0500Normalize whitespace. (quixote: TemplateIO.py, __init__.py, config.py, html.py, http_request.py, ...)
Wed, 20 Nov 2002 14:43:24 -0500Normalize whitespace. (quixote/demo: demo_scgi.py, forms.ptl, integer_ui.py, session.ptl)
Wed, 20 Nov 2002 14:43:24 -0500Use %r in error messages. [...] (quixote/form/form.ptl)
Wed, 20 Nov 2002 14:39:57 -0500Better error message for non-string list elements ... (quixote/html.py)
Wed, 20 Nov 2002 14:36:43 -0500Add a couple of items. (quixote/TODO)
Wed, 20 Nov 2002 12:29:11 -0500Normalize whitespace. [...] (quixote/fcgi.py)
Wed, 20 Nov 2002 12:06:08 -0500Drop artificial section headings and reformat. (quixote/TODO)
Wed, 20 Nov 2002 11:24:45 -0500Get real -- we're not going to rewrite the HTTPReq ... (quixote/TODO)
Wed, 20 Nov 2002 11:24:00 -0500quixote/form widget.py,1.43,1.44
Mon, 18 Nov 2002 17:22:01 -0500quixote README,1.23,1.24
Fri, 15 Nov 2002 11:26:31 -0500quixote MANIFEST.in,1.14,1.15
Fri, 15 Nov 2002 11:26:06 -0500quixote/form widget.py,1.42,1.43
Mon, 11 Nov 2002 12:24:42 -0500quixote/form widget.py,1.41,1.42
Fri, 08 Nov 2002 14:17:26 -0500quixote/form widget.py,1.40,1.41
Thu, 07 Nov 2002 17:29:19 -0500quixote/form widget.py,1.39,1.40
Thu, 07 Nov 2002 13:00:38 -0500quixote/form widget.py,1.38,1.39
Thu, 07 Nov 2002 12:49:46 -0500quixote/form form.ptl,1.5,1.6
Thu, 07 Nov 2002 12:49:17 -0500quixote/form __init__.py,1.1,1.2
Thu, 07 Nov 2002 12:48:19 -0500quixote upload.py,1.5,1.6
Thu, 07 Nov 2002 12:47:49 -0500quixote/server medusa_http.py,1.3,1.4
Tue, 05 Nov 2002 09:13:34 -0500quixote ACKS,1.13,1.14
Mon, 04 Nov 2002 12:51:59 -0500quixote/server medusa_http.py,1.2,1.3
Mon, 04 Nov 2002 12:51:59 -0500quixote/form widget.py,1.37,1.38
Fri, 01 Nov 2002 16:43:03 -0500quixote/form form.ptl,1.4,1.5
Fri, 01 Nov 2002 15:56:23 -0500quixote/form widget.py,1.36,1.37
Fri, 01 Nov 2002 13:48:27 -0500quixote/form widget.py,1.35,1.36
Fri, 01 Nov 2002 09:29:25 -0500quixote/form widget.py,1.34,1.35
Thu, 31 Oct 2002 12:23:32 -0500quixote/form widget.py,1.33,1.34
Thu, 31 Oct 2002 10:56:58 -0500quixote http_request.py,1.52,1.53
Wed, 30 Oct 2002 15:59:12 -0500quixote html.py,1.18,1.19
Tue, 29 Oct 2002 14:53:51 -0500quixote/form form.ptl,1.3,1.4
Tue, 29 Oct 2002 11:44:04 -0500quixote/form form.ptl,1.2,1.3
Tue, 29 Oct 2002 11:18:01 -0500quixote/form widget.py,1.32,1.33
Tue, 29 Oct 2002 09:51:22 -0500quixote/form widget.py,1.31,1.32
Mon, 28 Oct 2002 17:54:57 -0500quixote/form widget.py,1.30,1.31
Mon, 28 Oct 2002 11:22:27 -0500quixote/form widget.py,1.29,1.30
Mon, 28 Oct 2002 11:15:01 -0500quixote ACKS,1.12,1.13
Fri, 25 Oct 2002 13:35:04 -0400quixote session.py,1.58,1.59
Fri, 25 Oct 2002 13:31:42 -0400quixote CHANGES,1.48,1.49
Wed, 23 Oct 2002 16:31:07 -0400quixote/form form.ptl,1.1,1.2
Wed, 23 Oct 2002 16:25:44 -0400quixote/form widget.py,1.28,1.29
Wed, 23 Oct 2002 16:25:06 -0400quixote/form form.ptl,NONE,1.1 form.py,1.22,NONE form_templates.ptl,1.19,NONE
Wed, 23 Oct 2002 16:23:39 -0400quixote/form widget.py,1.27,1.28
Wed, 23 Oct 2002 15:59:00 -0400quixote/doc default.css,1.4,1.5
Wed, 23 Oct 2002 09:45:48 -0400
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.