flask/flask
2011-07-06 10:19:27 +02:00
..
__init__.py Bump version number to 0.7.2 2011-07-06 10:19:27 +02:00
app.py Worked around a werkzeug bug with redirects 2011-06-29 18:32:31 +02:00
blueprints.py Fixed an issue that broke url processors for blueprints. Added testcases 2011-07-06 10:17:06 +02:00
config.py Touch up docs according to user feedback. 2011-05-19 09:14:53 -04:00
ctx.py Made it theoretically possible to hook into request matching 2011-06-26 21:34:27 +02:00
globals.py Request local objects now fail properly with a RuntimeError. This fixes #105 2010-08-07 13:02:53 +02:00
helpers.py Import with statement in helpers.py, #264. 2011-06-28 12:00:06 -04:00
logging.py Extend the logging from the dynamically set logger class. This fixes #234 2011-05-24 16:34:41 +02:00
module.py Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat. 2011-06-16 23:55:49 +02:00
session.py Various typos. 2010-07-07 02:09:07 +08:00
signals.py Started work on new request dispatching. Unittests not yet updated 2011-05-27 20:10:53 +02:00
templating.py Removed leftover from no longer supported blueprint template loading code. 2011-07-01 00:56:16 +02:00
testing.py Better handling for test_request_context don't just append the port. 2010-10-22 18:19:21 +03:00
views.py Improved cbv and added tests 2011-06-28 14:24:37 +02:00
wrappers.py Test that dotted names work. This fixes #258 2011-06-27 09:20:50 +02:00