16
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added dist/ and release.sh to .gitignore More... over 15 years ago
Missing routes now are handled in WSGIHandler() and not in match_url() More... over 15 years ago
Removed some comments. See documentation for details More... over 15 years ago
Version bump More... over 15 years ago
Better support for third party template engines More... over 15 years ago
Renamed render() to template() More... over 15 years ago
Updated documentation More... over 15 years ago
Updated doku More... over 15 years ago
Lowering projekt name to fit the module name. More... over 15 years ago
Removed long desc from setup.py (MarkDown and reStructuredText don't mix) More... over 15 years ago
Added README.md to MANIFEST More... over 15 years ago
Added setup script More... over 15 years ago
Typos More... over 15 years ago
Updated doku, new examples and changed template-handling. Version bump More... over 15 years ago
Version bump More... over 15 years ago
Added support for Mako-templates and fixed a small performance bug. More... over 15 years ago
Added support vor basic templates. Version changed to 0.4 More... over 15 years ago
Version bump More... over 15 years ago
Added @validate decorator and examples. Handling HTTP 400 errors by default. More... over 15 years ago
Version bump More... over 15 years ago
Added support for fapws3[1]. Version bump More... over 15 years ago
Removed bug in Request.POST and added a stacktrace to 500 errors in debug mode. Version bump. More... over 15 years ago
Version bump More... over 15 years ago
Added an example. More... over 15 years ago
Added default 401 handler More... over 15 years ago
Version bump More... over 15 years ago
Changed route optimisation to be turned off by default and added a switch to run() to turn it on again. Be careful: Route optimisation reorders your routes. More... over 15 years ago
Moved Content-Length guessing to send_file() because it works on file objects only More... over 15 years ago
Added access logging for PasterServer More... over 15 years ago
Adding better Content-Length guessing for filelike objects and fixing a bug when wsgi.file_wrapper is not available. More... over 15 years ago