SVN: r25344 - trunk/quixote
Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Thu, 14 Oct 2004 13:33:57 -0400
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: nascheme Date: 2004-10-14 13:28:12 -0400 (Thu, 14 Oct 2004) New Revision: 25344 Modified: trunk/quixote/CHANGES Log: Update changelog for 2.0a1. Modified: trunk/quixote/CHANGES =================================================================== --- trunk/quixote/CHANGES 2004-10-14 17:25:41 UTC (rev 25343) +++ trunk/quixote/CHANGES 2004-10-14 17:28:12 UTC (rev 25344) @@ -1,3 +1,26 @@ +2.0a1 (2004-10-05): + + * Remove form1 library. + + * Remove HTTPRequest.dump_html() method and add dump_request to 'util' + module. Remove obsolete functions from 'html' module (html_quote(), + value_quote(), link() and render_tag()). + + * Use bool objects where appropriate. Prefer using builtin types over + using the 'types' module. + + * Add support for unicode. The HTTPResponse object now has a + set_charset() method. Also, the htmltext and TemplateIO types + can contain unicode strings. + + * Add support to HTTPRequest for multipart/form-data type requests. + Enhance MIME parsing so that it doesn't read huge lines into memory. + Also implement parsing of application/x-www-form-urlencoded data + rather than using the standard cgi.py module. Remove UPLOAD_DIR and + UPLOAD_DIR_MODE config options. Uploaded files are now created using + the tempfile module. + + 1.2 (2004-10-06) r25277: * Fix Medusa server bug introduced in 1.1. HTTP headers must have