| .. |
|
ext
|
Refactored flask.ext process to not swallow exceptions on weird Pythons.
|
2011-09-27 13:33:23 +02:00 |
|
testsuite
|
Merge pull request #591 from finbarrocallaghan/master
|
2012-10-07 03:54:58 -07:00 |
|
__init__.py
|
Added a missing exposed import. This fixes #575
|
2012-10-07 14:51:26 +02:00 |
|
app.py
|
Merge pull request #591 from finbarrocallaghan/master
|
2012-10-07 03:54:58 -07:00 |
|
blueprints.py
|
Add @template_test() decorator for creating custom jinja2 tests, like existing @template_filter() for filters. Fixes #332
|
2012-10-07 12:51:46 +02:00 |
|
config.py
|
Fixed silent keyword arg to config.from_envvar.
|
2012-03-01 08:34:08 -05:00 |
|
ctx.py
|
Added flask.stream_with_context
|
2012-06-27 15:06:39 +01:00 |
|
debughelpers.py
|
Don't lie to the user about POST redirects
|
2011-08-27 00:44:46 +02:00 |
|
exceptions.py
|
Move JSONHTTPException and JSONBadRequest to new module flask.exceptions.
|
2012-03-12 14:53:24 -07:00 |
|
exthook.py
|
various typo fixes
|
2012-09-06 18:04:51 +01:00 |
|
globals.py
|
Implemented a separate application context.
|
2012-04-09 14:34:12 +01:00 |
|
helpers.py
|
Set the content-length header for sendfile. Fixes #447
|
2012-10-07 15:24:03 +02:00 |
|
logging.py
|
Changed logic for debug level log settings
|
2011-10-11 19:09:37 -07:00 |
|
module.py
|
Late but 2010 -> 2011 in some files
|
2011-09-01 16:57:00 +02:00 |
|
session.py
|
Fixed an issue with an unused module for Python 2.5 (flask.session)
|
2011-10-02 01:08:54 +02:00 |
|
sessions.py
|
Added total_seconds() helper for pythons before 2.7
|
2012-10-07 14:56:02 +02:00 |
|
signals.py
|
Added documentation for appcontext and teardown handlers
|
2012-04-09 17:29:00 +01:00 |
|
templating.py
|
Update flask/templating.py
|
2012-09-13 15:16:38 -03:00 |
|
testing.py
|
make_test_environ_builder when used with subdomains was not working correctly, now it uses urlparse module for detecting full URL and changing path and base_url correctly
|
2012-10-07 12:48:19 +02:00 |
|
views.py
|
Remove an unused iteration variable.
|
2012-03-19 22:33:43 -07:00 |
|
wrappers.py
|
Merge pull request #591 from finbarrocallaghan/master
|
2012-10-07 03:54:58 -07:00 |