170 Commits (47e84101173d00f70a7f28547aa0ae2fcd80086e)

Author SHA1 Message Date
Daniel Neuhäuser 404265110a Always return a list from get_flashed_messages 12 years ago
Thomas Waldmann 13cc69911c fix typos 12 years ago
Thomas Waldmann 96b8ffbb29 always import from ._compat 12 years ago
Thomas Waldmann 8bb972e5ae fix minitwit/flaskr test errors, improve docs about file open mode 12 years ago
Daniel Neuhäuser a0801719f8 Remove six dependency 12 years ago
Thomas Waldmann e1d356fb71 ported some more stuff to py 3.3 12 years ago
Thomas Waldmann dcd052366b python-modernize automated changes: fix_next 12 years ago
Thomas Waldmann 6caaa8a527 automated change using python-modernize: use 'as' in except 12 years ago
Paulo Poiati b2aae044ca Flash messages signals 12 years ago
Max Countryman b5069d07a2 adding `_scheme` parameter to `url_for` 12 years ago
Markus Unterwaditzer 2b30900e2c Fix #623 12 years ago
Mitchell Peabody 275f830c83 There was a duplicated call to url_adapter.build(...) 12 years ago
Armin Ronacher b146d8277a Added wrapper module around simplejson/json for much simplified customization. 12 years ago
Armin Ronacher 301e244df3 Consistent use of encoding naming 12 years ago
Armin Ronacher 3afcbf160e Extra safety for safe_join. Does not look exploitable but better safe than sorry. Fixes #501 12 years ago
Armin Ronacher c4f2075f4c tojson no longer escapes script blocks in HTML5 parsers. Fixed #605 12 years ago
Armin Ronacher 3bec75d230 Set the content-length header for sendfile. Fixes #447 12 years ago
Armin Ronacher c3d38a21c6 Removed json_available hack 13 years ago
Priit Laes e3b3e05052 Docs: Fix docstring formatting 13 years ago
Priit Laes ed1619adad Docs: Mention SERVER_NAME in the url_for() docstring 13 years ago
Armin Ronacher 1beb0f2e7f Fixed a syntax error 13 years ago
Armin Ronacher d4415dd665 Fixed an rst syntax error 13 years ago
Armin Ronacher d5218997d9 Added flask.stream_with_context 13 years ago
Armin Ronacher 8071f11328 Fixed an issue with the new path finding logic 13 years ago
Armin Ronacher b04827283e Removed padded JSON (JSONP) again. 13 years ago
Massimo Santini 4b21e2d38c I think it should check that cache_timeout is not None to allow for a (I hope legale) value of 0 for such parameter. 13 years ago
Marc Abramowitz 447afc3525 Fix failing test: "AssertionError: 'application/javascript' != 'application/json'" in flask/testsuite/helpers.py", line 88 13 years ago
Armin Ronacher 2053d04db0 Improved interface for the URL build error handler 13 years ago
Ron DuPlain 26da6a5365 Use default send_file max-age consistently. 13 years ago
Ron DuPlain 148c50abf9 Document url_for BuildError hook. 13 years ago
Ron DuPlain bb31188ec3 Add a BuildError hook to url_for, #456. 13 years ago
Ron DuPlain a3cb2a3382 Use American English for "behavior" in docs. 13 years ago
Armin Ronacher 34bbd3100b Fixed a failing testcase 13 years ago
Armin Ronacher f8f2e2dff4 Added more tests for the new stack behavior. 13 years ago
Armin Ronacher 307d1bc4e5 Added support for basic URL generation without request contexts. 13 years ago
Ron DuPlain 0eb75b317b Add notes on mutable values & sessions. 13 years ago
Ron DuPlain d94efc6db6 Expose send_file max-age as config value, #433. 13 years ago
Ron DuPlain 146088d580 Expand docs on send_file option hook, #433. 13 years ago
Ned Jackson Lovely 68f93634de Second thoughts on mime type 13 years ago
Ned Jackson Lovely 09370c3f1c Clean up docs and review pull request #384 13 years ago
Christoph Heer cb24646948 Add jsonp support inside of jsonify 13 years ago
Dave Shawley 06b224676d Added _PackageBoundObject.get_static_file_options. 13 years ago
Thiago de Arruda 8445f0d939 Fixed assumption made on session implementations. 13 years ago
Ron DuPlain c93ea5551c Keep flashed message examples in one place. 13 years ago
Ron DuPlain 81010bf7af Add get_flashed_messages to CHANGES, expand docs. 13 years ago
Steven Osborn fa069f94de Allow category filtering in get_flashed_messages to allow rending categories in separate html blocks 13 years ago
Ron DuPlain 1f20a11284 Fall back to imports w/exotic pkg loaders, #380. 13 years ago
Ron DuPlain a3b30b7e3b Handle zip & interactive cases in module helpers. 13 years ago
Ron DuPlain d16491145d Update module helpers to avoid Python imports. 13 years ago
Armin Ronacher f52e7a9dc9 Added support for _method to url_for() 13 years ago