RELEASED: Quixote 2.0a5, Dulcinea 0.6, Toboso 0.6,
Durus 1.5
David Binger
2005-03-07
We've posted a new alpha release of Quixote, and updates
of the Dulcinea, Toboso, and Durus packages as well.
You can find it all at http://www.mems-exchange.org/software/
[Note: this Quixote release (2.0a5) still uses the standard CNRI
License. The upcoming 2.0 release will use the GPL-compatible
version of the CNRI License.]
The web page for each package has a summary of the changes.
Here is the change list for this Quixote release:
* Make sure that HTTPResponse charset attribute is a str.
* Don't require the traversed-into-object to be a Directory.
* Make redirect() call str() on the location, so that calls from
ptl templates don't need to.
* Add an html_url() function that assembles a quoted url with a
query.
* Don't remove double-slashes from the path.
* Make it easier to customize form error messages.
* Make Form and Widget new-style classes so that properties can be
used on them.
* Call maintain_session on "interrupted" requests, too.
* Add class variables with default values for content_type and charset.
* Add HTTPRequest.get_fields().
* Add HTTPRequest.get_cookies().
* Remove name keyword from Form constructor.