debian-quixote3/quixote
Neil Schemenauer 34d4762fa9 Handle docstring AST attribute (new in Python 3.7). 2017-11-26 12:37:23 -08:00
..
demo Add 'chunked' demo page. 2017-11-24 11:07:07 -08: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 Handle docstring AST attribute (new in Python 3.7). 2017-11-26 12:37:23 -08: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.0. 2017-11-24 11:14:28 -08:00
config.py Update sendmail.py to allow SMTP AUTH and SSL/TLS. 2017-09-15 11:15:11 -07: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 Update sendmail.py to allow SMTP AUTH and SSL/TLS. 2017-09-15 11:15:11 -07:00
session.py Replace use of has_key() with 'in'. 2016-04-04 17:45:47 +00:00
util.py If available, use 'secrets' module for randbytes(). 2017-11-24 11:04:39 -08:00
wsgi.py Changes for Python 3: str/bytes fixes mostly. 2016-03-31 20:40:32 +00:00