Commit Graph

125 Commits

Author SHA1 Message Date
Neil Schemenauer d9edfad6c3 Use SCGIMount directive in documentation. 2008-04-05 20:09:39 -06:00
Neil Schemenauer e656c22b1c Remove a reference to _q_exception_handler. 2008-04-05 20:09:39 -06:00
Neil Schemenauer 9aa0cbad18 Silence struck.pack warning.
Silence struct.pack warning by forcing gzipped response CRC to be
a positive integer.
2008-04-05 20:09:39 -06:00
Neil Schemenauer 00e1c82a2e Update CHANGES.txt for 2.5 release. 2008-04-05 20:09:39 -06:00
Neil Schemenauer 6cb881a347 Fix PTL handling of __future__ statements. 2008-04-05 20:09:39 -06:00
Neil Schemenauer 033dcab332 Improve setup.py for 2.5b1 release. 2008-04-05 20:09:39 -06:00
Neil Schemenauer 7459d32575 Prepare for 2.5b1 release. 2008-04-05 20:09:39 -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
C. Titus Brown b05e30e2cc Add WSGI and qpy support.
Added quixote.html.use_qpy to switch Quixote to using qpy instead of
htmltext (code contributed by Mike Orr).  Added quixote.cleanup()
to clear _publisher to support test fixtures.  Added wsgi.py,
quixote.get_wsgi_app() for WSGI support.
2008-04-05 20:09:39 -06:00
Neil Schemenauer 4b9f23746c In scgi_server.py, make host default to 'localhost'.
It seems better to default to a more secure setup.  The previous code
caused the server to listen on all interfaces by default.
2008-04-05 20:09:39 -06:00
Neil Schemenauer 35688f31b3 Make setup.py URL point to quixote.ca site. 2008-04-05 20:09:39 -06:00
Neil Schemenauer 29f9703869 Add comment explaining why single-select options are required. 2008-04-05 20:09:39 -06:00
Neil Schemenauer fc9e72351d Allow setup.py to work without the "quixote" package.
Also, improve the PyPI information.
2008-04-05 20:09:38 -06:00
Neil Schemenauer 5550c3be36 Do version check only when building source distribution. 2008-04-05 20:09:38 -06:00
Neil Schemenauer 49b2f3459a Prepare for 2.5a1 release. 2008-04-05 20:09:38 -06:00
Neil Schemenauer 17c5422859 Have setup.py check version numbers
Make setup.py check that quixote.__version__ matches the one in
CHANGES.txt.  Also, stop distributing MANIFEST since it is a pain to
ensure that it is up-to-date.
2008-04-05 20:09:38 -06:00
Neil Schemenauer be37dbcb2a Make PTL work with Python 2.5. 2008-04-05 20:09:38 -06:00
Neil Schemenauer 9dcf65dfe2 Don't try to process non-ReST text files with rst2html 2008-04-05 20:09:38 -06:00
Neil Schemenauer c18bf5e2b7 Make MANIFEST.in more accurate. 2008-04-05 20:09:38 -06:00
Neil Schemenauer 1492eb0bf9 Have simple_server.py call server_close().
Use a try/finally block to ensure that server_close() is called by
simple_server.py (as requested by Michele Simionato).
2008-04-05 20:09:38 -06:00
Neil Schemenauer 0767b1fca1 Remove empty "name" attribute from an input field.
Remove the empty "name" attribute from the noscript input field created
by OptionSelectWidget.  This change does not seem to effect behavior
and makes Tidy happier.
2008-04-05 20:09:38 -06:00
Neil Schemenauer 1fbbf2c3f3 Add get_size() method to the Upload class. 2008-04-05 20:09:38 -06:00
Neil Schemenauer 67a2f351c0 Update README and LICENSE. 2008-04-05 20:09:37 -06:00
Neil Schemenauer 2e20d02bf7 Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
Neil Schemenauer d6b73c5768 Import Quixote 2.4. 2006-03-15 17:58:21 -07:00