summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3: use compatible print syntax in example textpy3kNils Philippsen2015-11-121-2/+2
* Python 3: let html_quote() and url() always return the same typeNils Philippsen2015-11-121-4/+4
* Python 3: ignore exception details in doctestsNils Philippsen2015-09-101-1/+4
* Python 3: dict.items() doesn't return a list anymoreNils Philippsen2015-11-122-4/+3
* Python 3: avoid spurious warningsNils Philippsen2015-09-091-1/+1
* Python 3: add workarounds for cgi.FieldStorageNils Philippsen2015-08-201-1/+58
* Python 3: Use the same python interpreter for CGI scripts.Nils Philippsen2015-08-201-0/+23
* Python 3: Don't mangle strangely encoded inputNils Philippsen2015-08-192-3/+11
* Python 3: Always encode params if passed as text typesNils Philippsen2015-08-191-2/+2
* Python 3: App must always return binary type.Nils Philippsen2015-08-19230-0/+41410