debian-quixote3/quixote
Neil Schemenauer b607a2b9af Enable 'OPTIONS' method for simple_server.
You still need to set the config option to allow the method but
if it is enabled then Quixote will allow it.  Implementation of
the method is up to the application, not Quixote.
2016-10-17 13:57:38 -07:00
..
demo Remove stray characters. 2016-04-05 16:14:42 +00:00
form Use sort(key=...) to sort widget options. 2016-07-14 21:58:48 +00:00
form1 Trival changes to support Python 3. 2016-03-24 22:25:53 +00:00
html Avoid mixed-type comparision in _py_htmltext. 2016-10-04 13:11:02 -07:00
ptl Restore ptl.ptl_compile.compile_template() function. 2016-10-04 13:11:38 -07:00
server Enable 'OPTIONS' method for simple_server. 2016-10-17 13:57:38 -07:00
test Modify tests to run with py.test. 2016-10-04 13:07:07 -07:00
__init__.py Update version to 3.0a1. 2016-05-24 21:02:50 +00:00
config.py More Python 3 fixes. 2016-03-31 21:17:06 +00:00
directory.py Trival changes to support Python 3. 2016-03-24 22:25:53 +00:00
errors.py Improve the formatting of Quixote generated pages. 2012-01-02 13:24:00 -06:00
http_request.py Fix make_safe_filename() to work with unicode strings. 2016-04-04 17:47:00 +00:00
http_response.py Use byte literal in a few places as needed. 2016-04-08 16:14:20 +00:00
logger.py Add 'errors' parameter to _open_log(), handle strange characters. 2016-04-04 16:11:56 +00:00
publish.py Changes for Python 3: str/bytes fixes mostly. 2016-03-31 20:40:32 +00:00
publish1.py Trival changes to support Python 3. 2016-03-24 22:25:53 +00:00
sendmail.py Overhaul sendmail.py module to handle Unicode text. 2016-05-24 17:25:27 +00:00
session.py Replace use of has_key() with 'in'. 2016-04-04 17:45:47 +00:00
util.py Return a str() from _encode_base64(), not bytes(). 2016-04-04 17:03:50 +00:00
wsgi.py Changes for Python 3: str/bytes fixes mostly. 2016-03-31 20:40:32 +00:00