Commit graph

3794 commits

Author SHA1 Message Date
David Lord
980168d084
send_file doesn't allow StringIO 2019-11-19 08:52:12 -08:00
David Lord
2659f0a5e6
Merge pull request #3406 from erfanio/f-string-docs
Change docs to use f-strings
2019-11-18 19:09:30 -08:00
David Lord
b5d9084f15
Merge branch '1.1.x' 2019-11-18 19:07:23 -08:00
David Lord
26dac4fd77
fix test pipeline display name 2019-11-18 19:06:57 -08:00
David Lord
af5743f6bd
Merge pull request #3401 from Jamim/feature/python-3.8
Declare support for Python 3.8
2019-11-18 19:05:01 -08:00
David Lord
824e548036
add 3.8 to pipelines 2019-11-18 18:57:43 -08:00
Aliaksei Urbanski
33d9f9fa08
declare support for Python 3.8 2019-11-18 18:26:46 -08:00
David Lord
0586188f22
Merge pull request #3425 from homeworkprod/patch-1
Update `versionadded` for `Config.from_file`
2019-11-18 18:23:39 -08:00
David Lord
bfa9aceb03
Merge pull request #3434 from pallets/eager-load
lazy load app on reload only
2019-11-18 18:22:38 -08:00
David Lord
a671e47921
rewrite the development server docs 2019-11-18 18:02:12 -08:00
David Lord
240a11052b
lazy load app on reload only 2019-11-18 17:54:46 -08:00
David Lord
a83d6d2528
Merge remote-tracking branch 'origin/1.1.x' 2019-11-18 17:54:20 -08:00
Jochen Kupperschmidt
1feb69d595
Update versionadded for Config.from_file
According to the change log at https://github.com/pallets/flask/blob/master/CHANGES.rst, the release `Config.from_file` will be published with is now 2.0.0 rather than 1.2.0.
2019-11-13 23:13:56 +01:00
Joshua Bronson
a250997f75
Merge pull request #3414 from thiagojobson/master
Fix typo in documentation
2019-11-02 18:40:20 -04:00
Thiago J. Barbalho
4f6b310513
Fix typo 2019-11-02 20:56:35 +00:00
David Lord
42942ec291
Merge pull request #3410 from haneybarg/bad_request
[BUG FIX] Test test_send_from_directory_bad_request fails in Python 3.8.
2019-10-28 18:26:16 -07:00
Fernanda Guimarães
c367a86cc5 Test test_send_from_directory_bad_request no longer fails in Python 3.8. 2019-10-28 21:37:25 -03:00
David Lord
1234eb0f9f
Merge pull request #3408 from lamby/943674-flask-please-make-the-build-reproducible
Make the documentation build reproducibly
2019-10-28 07:59:00 -07:00
Chris Lamb
3ddf7fd2c2 Make the documentation build reproducibly
Whilst working on the Reproducible Builds effort [0] we noticed that
flask could not be built reproducibly.

This is because it includes an absolute build directory in the
documentation as the "json_module" attribute points to a Python class/
module which has a string representation including its path.

This commit skips this (inherited) member from the documentation.

(This was originally filed in Debian as #943674 [1].)

 [0] https://reproducible-builds.org/
 [1] https://bugs.debian.org/943674
2019-10-28 09:16:53 +00:00
erfanio
07caa44224 Change docs to use f-strings 2019-10-26 17:19:00 +11:00
David Lord
8f422d2b5e
Merge pull request #3398 from pgjones/toml
Support loading configuration from text files
2019-10-18 09:28:37 -07:00
David Lord
aac0f585b9
clean up config.from_file docs 2019-10-18 09:24:58 -07:00
pgjones
829aa65e64
Support loading configuration from text files
TOML is a very popular format now, and is taking hold in the Python
ecosystem via pyproject.toml (among others). This allows toml config
files via,

    app.config.from_file("config.toml", toml.loads)

it also allows for any other file format whereby there is a loader
that takes a string and returns a mapping.
2019-10-18 09:15:47 -07:00
David Lord
7df10cd8e0
Merge pull request #3395 from decaz/patch-1
Update reqcontext.rst
2019-10-14 14:00:01 -07:00
Marat Sharafutdinov
468705df17
Update reqcontext.rst 2019-10-14 23:48:48 +03:00
David Lord
200ce9bd39
Merge pull request #3369 from doronhorwitz/get-cookie-name
get_cookie_name in SessionInterface for easier overriding in SecureCookieSessionInterface
2019-10-12 19:20:31 -07:00
Doron Horwitz
0c0b31a789
get_cookie_name in SessionInterface for easier overriding in SecureCookieSessionInterface 2019-10-12 19:12:27 -07:00
David Lord
4bceeccfff
Merge pull request #3391 from pallets/explain-escape
explain escape at top of quickstart
2019-10-12 19:03:34 -07:00
David Lord
413778afc1
explain escape at top of quickstart
* introduce escape, and explain why it's omitted in examples
* clean up imports in examples
2019-10-12 18:53:47 -07:00
David Lord
9bdc42d300
Merge pull request #3381 from seeksort/request-context-typo
fix typo in request context docs
2019-10-08 09:11:18 -07:00
Kristin Faner
af970bd20f
fix typo in request context docs 2019-10-08 09:06:01 -07:00
Mellcap Zhao
941bc9ff60 Fix link to header in CONTRIBUTING (#3382) 2019-10-06 13:26:00 -07:00
David Lord
a3f07829ca
Merge branch '1.1.x' 2019-09-24 06:44:36 -07:00
David Lord
7fdd0df6ec
Merge branch '1.0.x' into 1.1.x 2019-09-24 06:44:18 -07:00
David Lord
563ef469f7
Merge branch '0.12.x' into 1.0.x 2019-09-24 06:43:25 -07:00
David Lord
e007949017
Merge pull request #3376 from pallets/migrate-docs
update docs for new theme
2019-09-24 06:41:48 -07:00
David Lord
4ed20657c6
update docs for new theme 2019-09-24 06:35:10 -07:00
David Lord
4a8e75b10a
Merge pull request #3344 from hharutyunyan/fix-the-contibution-docs
Fix the contibution docs
2019-09-23 12:24:08 -07:00
David Lord
599f32c7a4
Merge pull request #3346 from bearnun/master
Update logging.rst
2019-09-23 12:22:05 -07:00
bearnun
2ceae5f8a5
mention default logging level 2019-09-23 12:17:46 -07:00
David Lord
6429bf19a0
Merge branch '1.1.x' 2019-09-23 12:11:18 -07:00
David Lord
5f5e8e5339
Merge branch '1.0.x' into 1.1.x 2019-09-23 12:10:55 -07:00
David Lord
e17c3423bd
Merge pull request #3375 from pallets/ext-py-version
reword extension python version item
2019-09-23 12:10:30 -07:00
David Lord
6cde195c88
reword extension python version item 2019-09-23 11:59:59 -07:00
David Lord
40eadfc52a
Merge branch '1.1.x' 2019-09-23 08:38:29 -07:00
David Lord
746d9181d7
Merge branch '1.0.x' into 1.1.x 2019-09-23 08:38:11 -07:00
David Lord
06507ed4e4
Merge pull request #3374 from pallets/ext-docs
Remove old things from docs
2019-09-23 08:33:50 -07:00
David Lord
e01b68e7ee
update patterns, snippets, extensions docs 2019-09-23 08:19:40 -07:00
David Lord
12666af6b5
Merge pull request #3349 from nathanmp/master
Update testing.rst
2019-09-02 09:05:05 -07:00
Nathan McKinley-Pace
2ec150af02
Update testing.rst
It now describes how to install flaskr using pip so that all tests pass.
2019-09-02 11:31:34 -04:00