dependabot-preview[bot]
|
c2f2d9754b
|
Bump greenlet from 0.4.15 to 0.4.16
Bumps [greenlet](https://github.com/python-greenlet/greenlet) from 0.4.15 to 0.4.16.
- [Release notes](https://github.com/python-greenlet/greenlet/releases)
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/NEWS)
- [Commits](https://github.com/python-greenlet/greenlet/compare/0.4.15...0.4.16)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-05 08:29:19 +00:00 |
|
Grey Li
|
42817f032a
|
Merge pull request #3636 from pallets/dependabot/pip/pytest-5.4.3
Bump pytest from 5.4.2 to 5.4.3
|
2020-06-03 20:27:22 +08:00 |
|
dependabot-preview[bot]
|
8075be8261
|
Bump pytest from 5.4.2 to 5.4.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/5.4.2...5.4.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-03 08:52:47 +00:00 |
|
dependabot-preview[bot]
|
fd348ba8cb
|
Bump pip-tools from 5.1.2 to 5.2.0 (#3627)
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jazzband/pip-tools/compare/5.1.2...5.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-05-28 08:53:14 -07:00 |
|
dependabot-preview[bot]
|
9eae42b9e1
|
Bump sphinx from 3.0.3 to 3.0.4 (#3624)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.3...v3.0.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-05-27 06:46:57 -07:00 |
|
David Lord
|
330a3e3ddb
|
Merge pull request #3621 from pallets/github-actions
use GitHub Actions for CI
|
2020-05-23 14:12:22 -07:00 |
|
David Lord
|
2344cd6ebf
|
use GitHub Actions for CI
|
2020-05-23 14:06:54 -07:00 |
|
David Lord
|
51c87e6199
|
Merge pull request #3620 from pallets/requirements
use pip-compile to pin dev requirements
|
2020-05-23 14:05:38 -07:00 |
|
David Lord
|
eea31f29a5
|
use pip-compile to pin dev requirements
|
2020-05-23 14:03:11 -07:00 |
|
David Lord
|
8e2fb4633e
|
reformat contributing doc
|
2020-05-23 13:48:24 -07:00 |
|
David Lord
|
295e1e759f
|
add EditorConfig
|
2020-05-23 13:25:06 -07:00 |
|
David Lord
|
5b1d47f7e4
|
Merge pull request #3616 from pallets/rtd-config
add readthedocs config
|
2020-05-18 15:04:40 -07:00 |
|
David Lord
|
cdf0b5bc79
|
add readthedocs config
|
2020-05-18 14:59:31 -07:00 |
|
David Lord
|
d091bb00c0
|
Merge pull request #3574 from jackwardell/adding-error-message-to-assert
Adding error message to an assert
|
2020-04-16 10:52:06 -07:00 |
|
jackwardell
|
846ee2c62e
|
add assert message for errorhandler exception type
|
2020-04-16 10:49:42 -07:00 |
|
David Lord
|
2062d984ab
|
Merge pull request #3564 from pallets/cli-ast-parse
use ast to parse FLASK_APP
|
2020-04-07 18:01:55 -07:00 |
|
David Lord
|
ff2f71379b
|
use ast to parse FLASK_APP
enables keyword arguments to factory functions
|
2020-04-07 17:54:51 -07:00 |
|
David Lord
|
0d04b40d13
|
Merge pull request #3563 from pallets/deprecate-script-info-arg
deprecate passing script_info to factory
|
2020-04-07 15:57:45 -07:00 |
|
David Lord
|
fcac7f11cf
|
deprecate passing script_info to factory
|
2020-04-07 15:54:36 -07:00 |
|
David Lord
|
7e3b8abf99
|
update docs requirements
remove duplicate docs
|
2020-04-07 14:39:18 -07:00 |
|
David Lord
|
e69b49bd3d
|
Merge pull request #3562 from pallets/remove-simplejson
Remove simplejson and deprecate encoding options
|
2020-04-07 13:40:39 -07:00 |
|
David Lord
|
756902cca1
|
update json docs
|
2020-04-07 13:37:14 -07:00 |
|
David Lord
|
8b5f760b72
|
deprecate JSON encoding options
make consistent with built-in json module
|
2020-04-07 12:32:27 -07:00 |
|
David Lord
|
c43edfc7c0
|
remove simplejson
- remove encoding detection backport, json.loads supports it directly
- use str.translate instead of multiple str.replace
|
2020-04-07 09:55:39 -07:00 |
|
David Lord
|
024f0d384c
|
move package metadata to setup.cfg
|
2020-04-04 14:50:21 -07:00 |
|
David Lord
|
171aabc87d
|
remove unused ref directives
replace page refs with doc directives
|
2020-04-04 12:57:14 -07:00 |
|
David Lord
|
f2f027d1fb
|
remove unused module docstrings
|
2020-04-04 12:28:08 -07:00 |
|
David Lord
|
cd8a374504
|
Merge pull request #3554 from pallets/drop-python2
Drop Python 2
|
2020-04-04 12:13:35 -07:00 |
|
David Lord
|
2ae740dd49
|
f-strings everywhere
|
2020-04-04 12:10:00 -07:00 |
|
David Lord
|
524fd0bc8c
|
apply pyupgrade
|
2020-04-04 12:10:00 -07:00 |
|
David Lord
|
57d628ca74
|
remove more compat code
|
2020-04-04 12:10:00 -07:00 |
|
David Lord
|
662c245795
|
remove _compat module
|
2020-04-04 12:10:00 -07:00 |
|
David Lord
|
1263d3bd14
|
remove deprecated code
|
2020-04-04 12:10:00 -07:00 |
|
David Lord
|
a0a61acdec
|
drop support for Python 2.7 and 3.5
|
2020-04-04 12:09:55 -07:00 |
|
David Lord
|
7673835b3d
|
remove Python 2 from docs
|
2020-04-04 12:05:44 -07:00 |
|
David Lord
|
96b4dcafc3
|
Merge branch '1.1.x'
|
2020-04-03 10:25:51 -07:00 |
|
David Lord
|
93dd1709d0
|
release version 1.1.2
|
2020-04-03 10:10:38 -07:00 |
|
David Lord
|
4024a4a89c
|
update deprecation versions
|
2020-04-03 10:02:40 -07:00 |
|
David Lord
|
f991a89810
|
Merge pull request #3541 from jeenuv/clarify-static
Clarify that static_folder must be a relative path
|
2020-04-03 07:33:20 -07:00 |
|
Jeenu Viswambharan
|
4548e00dba
|
clarify static_folder is relative to root_path
|
2020-04-03 07:28:44 -07:00 |
|
David Lord
|
3d61fc4428
|
Merge pull request #3529 from pgkrit/master
Move HTML escaping example back to Variable Rules.
|
2020-04-02 12:55:49 -07:00 |
|
David Lord
|
57f9623b08
|
move html escaping to dedicated section
|
2020-04-02 12:49:00 -07:00 |
|
David Lord
|
c6a619af83
|
update CLI docs IDE integration
|
2020-04-02 12:09:04 -07:00 |
|
David Lord
|
037ae3f024
|
Merge remote-tracking branch 'origin/1.1.x'
|
2020-04-02 11:56:30 -07:00 |
|
David Lord
|
ac9589ca72
|
Merge pull request #3530 from valleygtc/docs-fix
docs: testing.rst function def missing colon
|
2020-04-02 11:55:01 -07:00 |
|
David Lord
|
aad99260d9
|
Merge pull request #3537 from shanavas786/master
Update deprecated for config.from_json
|
2020-04-02 11:54:25 -07:00 |
|
Joshua Bronson
|
bcf0a95216
|
Merge pull request #3544 from mattc41190/patch-2
Grammar and clarity fix
|
2020-03-25 10:39:45 -04:00 |
|
mattc41190
|
1736e01ea0
|
Grammar and clarity fix
|
2020-03-25 09:20:55 -05:00 |
|
Joshua Bronson
|
80a597b7f9
|
Merge pull request #3543 from mattc41190/patch-1
itty bitty typo
|
2020-03-24 11:17:25 -04:00 |
|
mattc41190
|
8fc723c7c2
|
itty bitty typo
|
2020-03-24 09:54:32 -05:00 |
|