debian-quixote3/quixote
Neil Schemenauer 079b9b11d3 Remove use of utest.py module from test_ptl, use py.test. 2017-08-11 14:56:16 -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 Add support for f-strings to PTL compiler. 2017-08-11 12:37:51 -07:00
ptl Remove use of utest.py module from test_ptl, use py.test. 2017-08-11 14:56:16 -07:00
server Remove unmaintained and probably broken server modules. 2016-12-09 12:55:07 -08:00
test Modify tests to run with py.test. 2016-10-04 13:07:07 -07:00
__init__.py Update version to 3.0b1. 2017-03-07 13:31:15 -08: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