Commit graph

276 commits

Author SHA1 Message Date
Armin Ronacher
a7fbfb387f Corrected after response for error handlers
Before this change after request functions were not correctly
invoked for error handlers.
2016-09-08 11:56:02 +03:00
Markus Unterwaditzer
394d5d57c8 Changelog for #2006 2016-09-07 18:19:10 +02:00
Josh Soref
0f2c793e14 Spelling (#1998)
* spelling: cacheability

* spelling: conceptually

* spelling: javascript

* spelling: reset

* spelling: raised

* comma: instead..., they...
2016-08-30 00:26:20 +02:00
Markus Unterwaditzer
a9757f8b1e Properly remove f.name usage in send_file (#1988)
* Properly remove f.name usage in send_file

* Update changelogs

* Fix tests
2016-08-26 03:08:03 +02:00
Markus Unterwaditzer
37e8f151d0 Merge branch '0.11-maintenance' 2016-06-13 20:34:30 +02:00
Markus Unterwaditzer
1fa0715c20 Fix PyPy3 support and add bug references
Fix #1841
2016-06-13 20:33:57 +02:00
Markus Unterwaditzer
040927f9a9 Merge branch '0.11-maintenance' 2016-06-07 18:26:06 +02:00
Markus Unterwaditzer
c347825eff Bump version to 0.11.1 2016-06-07 18:22:43 +02:00
Giampaolo Eusebi
89235f20e4 Make safe_join able to safely join multiple paths 2016-06-04 11:26:16 +02:00
Markus Unterwaditzer
f02ce546c3 Merge branch '0.11-maintenance' 2016-06-03 18:44:01 +02:00
Markus Unterwaditzer
f7f0e9e4e0 Changelog for #1872 2016-06-03 18:43:32 +02:00
Dan Sully
51c2069872 Remove deprecation warnings for add_etags & mimetype guessing for send_file()
Fix #1849
2016-06-03 14:52:33 +02:00
Armin Ronacher
b80db7afac Update CHANGES 2016-06-02 13:53:35 +02:00
Jochen Kupperschmidt
38a7f718f7 Fixed link in changelog to documentation. (#1833)
Using the officially documented, shortcut package path of the `Config` class instead of the actual one.
2016-05-30 23:20:23 +02:00
Armin Ronacher
0a49b5cfec Release is near 2016-05-29 11:01:22 +02:00
Armin Ronacher
308af2812e Improve application context popping
Exceptions during teardown handling will no longer leave application
contexts lingering around.  This fixes #1767
2016-05-26 21:46:56 +02:00
Armin Ronacher
502f179643 Change changelog to 0.11 2016-05-26 21:05:39 +02:00
Steven Loria
7d134e9556 Add JSONIFY_MIMETYPE configuration variable (#1728)
Allow jsonify responses' mimetype to be configured
2016-04-08 15:30:47 -07:00
José Carlos García
fcb3c0a4fe Change to Pallets project
* Update CHANGES

* Update CONTRIBUTING.rst

* Update setup.py

* Update tox.ini

* Update extensions.rst

* Update security.rst

* Update installation.rst

* Update testing.rst

* Update upgrading.rst

* Update sidebarintro.html

* Update jquery.rst

* Update dbcon.rst

* Update index.rst
2016-04-03 23:11:38 +02:00
Markus Unterwaditzer
3055bdf5f7 Changelog for #1763 2016-04-02 21:10:24 +02:00
Markus Unterwaditzer
450b4784d6 Changelog for #1484 2016-04-02 21:08:58 +02:00
Jeff Widman
cb92359417 Cleanup jsonify() function
Cleanup some leftover stuff from #1671. PEP8 spacing, args/kwargs don't need to be converted to list/dict, and Sphinx formatting.
2016-01-25 16:43:02 -08:00
Jeff Widman
4da4fadfc6 Add support for serializing top-level arrays to JSON
Fix #170, #248, #510, #673, #1177
2016-01-13 13:20:11 -08:00
hidavy
9621ef2135 Update CHANGES 2015-10-23 16:20:02 +08:00
Markus Unterwaditzer
976db05a5b Merge branch '0.10-maintenance' 2015-07-16 12:05:07 +02:00
Markus Unterwaditzer
765f851a7c Changelog for #1533 2015-07-16 12:01:25 +02:00
Alan Hamlett
a6f9582497 Enable autoescape for render_template_string 2015-07-04 23:41:43 +02:00
ThiefMaster
394acf2112 Add pop and setdefault to AppCtxGlobals 2015-06-20 18:04:58 +02:00
Alexander Pantyukhin
069f134d7e Changes and docs are modified. 2015-06-17 15:45:37 +02:00
Markus Unterwaditzer
be4b530de0 Changelog for #1422 2015-06-06 03:31:51 +02:00
Markus Unterwaditzer
9c23b19e7e Changelog for #1393 2015-03-23 16:43:44 +01:00
Markus Unterwaditzer
4cab9bdb11 Fix typo in changelog 2015-03-05 21:56:19 +01:00
Markus Unterwaditzer
0c053800e1 link to relevant PR
see #1326
2015-01-23 14:54:30 +01:00
Ben Jones
db619cc609 Add datetime.date support to JSONEncoder 2015-01-23 07:44:17 -06:00
Markus Unterwaditzer
eeb352fd48 Add changelog for #1288 2014-12-26 20:16:25 +01:00
Marc Abramowitz
8a022de2ed Make jsonify terminate responses with a newline
This came up in the context of
https://github.com/kennethreitz/httpbin/issues/168
2014-12-07 14:37:26 -08:00
defuz
d81e6f85af docs: `Flask-Uploads, X-Forwarded-Host` 2014-11-05 07:23:47 +03:00
defuz
0517016996 docs: `DEBUG, SERVER_NAME, PATH_INFO` 2014-11-05 07:10:49 +03:00
defuz
ec806c1bbe docs: :command:pip, :option:--debug 2014-11-05 07:03:55 +03:00
defuz
6c894b2274 docs: http method names like `GET and POST` 2014-11-05 06:13:01 +03:00
defuz
f7cbe74c35 docs: `True, False and None` 2014-11-05 06:04:58 +03:00
Markus Unterwaditzer
63b06da4dc Merge pull request #1222 from defuz/templates_auto_reload-eq-none
Set TEMPLATE_AUTO_RELOAD default value to None
2014-11-02 20:46:48 +01:00
defuz
f87e593253 improve TEMPLATE_AUTO_RELOAD docs 2014-10-30 18:40:38 +03:00
Petr Zemek
a11febd5b7 Unify the uses of "testsuite" vs "test suite".
Use "test suite", which is more prevailing in the source code.
2014-10-27 11:31:01 +01:00
defuz
2192b6941e set TEMPLATE_AUTO_RELOAD default value to None 2014-10-26 18:28:12 +03:00
Gilman Callsen
6f0c3533c7 Improve compression by removing whitespace from separators when using jsonify() and JSONIFY_PRETTYPRINT_REGULAR is False.
Commit includes Changelog entry and two new tests in test_basic.py.
2014-10-21 19:11:06 +02:00
Matt Wright
9b1bb78272 Add CHANGES entry and versionchanged entry to docstring 2014-10-20 21:21:30 +02:00
Markus Unterwaditzer
4ef9ceaa08 Add changelog entry for #1206 2014-10-19 19:54:41 +02:00
Ivan Ivaschenko
f0f327d62a Fix typo in changelog 2014-09-20 10:41:46 +04:00
Markus Unterwaditzer
604683fe6a Add changelog 2014-09-12 21:55:49 +02:00