flask/flask
Pedro Algarvio 88883aa6db Fix for Flask's ticket 126. A proper environment is now built to use
with `test_request_context()`.

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-22 15:36:47 +03:00
..
__init__.py Added Session again to the public API because existing code might import it 2010-07-18 20:43:50 +02:00
app.py Fix for Flask's ticket 126. A proper environment is now built to use 2010-10-22 15:36:47 +03:00
config.py Updated from_pyfile so its dynamic module creation uses the imp module instead of type. 2010-10-19 09:09:58 +02:00
ctx.py Added middlewares to quickstart. This fixes #88 2010-07-17 15:39:24 +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 Deprecated send_file etag support and mimetype guessing for file-like objects. This fixes #104 2010-08-07 13:36:39 +02:00
logging.py Various typos. 2010-07-07 02:09:07 +08:00
module.py Fix the 108th issue. 2010-08-20 17:09:19 +08:00
session.py Various typos. 2010-07-07 02:09:07 +08:00
signals.py Added some whitespace 2010-07-18 20:44:07 +02:00
templating.py normpath is now used before loading templates 2010-08-09 15:16:02 +02:00
testing.py Added a separate logging module 2010-07-05 10:37:44 +02:00
wrappers.py Fix some typos in the docstrings 2010-08-03 18:07:41 +08:00