You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jesse Dubay fd679638ea typo fix: flask -> flag 14 years ago
..
__init__.py Backwards compatibility import 14 years ago
app.py typo fix: flask -> flag 14 years ago
blueprints.py Fixed an issue that broke url processors for blueprints. Added testcases 14 years ago
config.py Touch up docs according to user feedback. 14 years ago
ctx.py Refactored session interface 14 years ago
globals.py Request local objects now fail properly with a RuntimeError. This fixes #105 15 years ago
helpers.py Import with statement in helpers.py, #264. 14 years ago
logging.py Extend the logging from the dynamically set logger class. This fixes #234 14 years ago
module.py Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat. 14 years ago
session.py Refactored session interface 14 years ago
sessions.py Backout last change, save_cookie by itself does that 14 years ago
signals.py Started work on new request dispatching. Unittests not yet updated 14 years ago
templating.py Removed leftover from no longer supported blueprint template loading code. 14 years ago
testing.py Better handling for `test_request_context` don't just append the port. 14 years ago
views.py Improved cbv and added tests 14 years ago
wrappers.py Test that dotted names work. This fixes #258 14 years ago