Commit Graph

7 Commits

Author SHA1 Message Date
Neil Schemenauer 660d72d1f2 Trival changes to support Python 3. 2016-03-24 22:25:53 +00:00
Neil Schemenauer 662c99f3e1 Use base64 instead of hex encoding for util.randbytes() 2015-12-08 11:16:05 -08:00
Neil Schemenauer bb8bdb686f Make StaticFile handle errors from os.stat(). 2012-11-23 10:35:37 -06:00
Neil Schemenauer 7ed9542edd Improve the formatting of Quixote generated pages.
Introduce the errors.format_page() function and use it to generate
all HTML pages produced by Quixote.  It provides a single location
to "monkey-patch" if applications want to customize the look of the
pages.  Improve the wording of the messages on some of the error
pages.  Provide some basic CSS rules to make the pages look a little
more modern.  Use the HTML 5 doctype.
2012-01-02 13:24:00 -06:00
Neil Schemenauer 9949692385 Don't use callable(). 2009-09-07 01:34:27 -06:00
Neil Schemenauer 157772dcdb Use __contains__ instead of has_key. 2009-09-07 01:34:27 -06:00
C. Titus Brown a73c2957be Reorganize source
Added some simple WSGI documentation; cleaned up test code a bit.
Added test server status check.  Moved the quixote package into the
quixote/ subdirectory.  Added nose+twill tests under tests/.
2008-04-05 20:09:39 -06:00