Commit graph

  • 8be69a6bed
    [pre-commit.ci lite] apply automatic fixes pre-commit-ci-lite[bot] 2025-11-29 08:21:36 +00:00
  • f5cd4aa34c kimi-v1 stonelv 2025-11-29 15:42:52 +08:00
  • 0035afb7c7
    [pre-commit.ci lite] apply automatic fixes pre-commit-ci-lite[bot] 2025-11-29 04:46:38 +00:00
  • 37de8242a9 Add unit test for should_ignore_error to ensure repeated calls each trigger a DeprecationWarning Akarsh Singhal 2025-11-28 23:36:18 -05:00
  • c12a967097 Add unit test for should_ignore_error to confirm it always returns False while issuing DeprecationWarning Akarsh Singhal 2025-11-28 23:35:12 -05:00
  • 0b86f57e4b Add parameterized unit test for should_ignore_error covering multiple exception types to verify DeprecationWarning Akarsh Singhal 2025-11-28 23:33:42 -05:00
  • 122e6f1052 Add unit tests for deprecated should_ignore_error method to verify warning and return value Akarsh Singhal 2025-11-28 23:27:20 -05:00
  • c9e727b2bc Deprecate Flask.should_ignore_error: emits DeprecationWarning and returns False for backward compatibility Akarsh Singhal 2025-11-28 23:20:50 -05:00
  • e74c39d007 Refactor Blueprint.register to reduce cyclomatic complexity VaksHSE 2025-11-28 23:58:59 +03:00
  • ad68a12645
    drop experimental 3.13t test env David Lord 2025-11-28 11:05:47 -08:00
  • d713dc55e6
    [pre-commit.ci lite] apply automatic fixes pre-commit-ci-lite[bot] 2025-11-25 16:44:36 +00:00
  • 20fd9130b7 Add rate limiting functionality to Flask app txjas99 2025-11-25 22:08:03 +05:30
  • cfe64c0405
    Update README.md manojalluri 2025-11-25 22:01:46 +05:30
  • 963feeb85e Reference issue 5848 for copy button docs entry MOHITKOURAV01 2025-11-19 15:04:03 +05:30
  • 4014ff1b87 Document copy button setup and add tests MOHITKOURAV01 2025-11-19 13:18:11 +05:30
  • bc616d6537 Add copy-to-clipboard support to docs MOHITKOURAV01 2025-11-19 12:57:47 +05:30
  • 2579ce9f18
    Merge branch 'stable' David Lord 2025-11-17 10:05:51 -08:00
  • 607d1948b8
    split free threading envs David Lord 2025-11-17 10:05:39 -08:00
  • 218880c7fd
    Merge branch 'stable' David Lord 2025-11-17 10:03:42 -08:00
  • 917000097f
    test py3.14 David Lord 2025-11-17 10:02:53 -08:00
  • 96a01e420b
    Merge branch 'stable' David Lord 2025-11-17 09:45:56 -08:00
  • da6d075dfd
    update dev dependencies David Lord 2025-11-17 09:43:40 -08:00
  • 70d04b5a26
    pass context through dispatch methods (#5818) David Lord 2025-11-17 08:49:53 -08:00
  • 4c0afe65d9 docs: Improve Quickstart example clarity for beginners waweruvincent146-afk 2025-11-12 08:51:32 +03:00
  • f062b89072
    Fix click module path: use click.utils.UNSET instead of click._utils.UNSET pramod5403 2025-11-10 21:57:32 +05:30
  • a6ca4d23bc
    [pre-commit.ci lite] apply automatic fixes pre-commit-ci-lite[bot] 2025-11-10 16:18:38 +00:00
  • ec942ef2f3
    Fix _validate_key to handle click 8.3.1 Sentinel values pramod5403 2025-11-10 21:46:07 +05:30
  • 929ffbc7a9
    [pre-commit.ci lite] apply automatic fixes pre-commit-ci-lite[bot] 2025-11-09 06:28:59 +00:00
  • d4934aabb3 docs: document reloader types and their terminal output commitWithTisha 2025-11-09 00:20:45 -06:00
  • ac70054465
    Merge branch 'stable' into codespell Christian Clauss 2025-11-05 17:10:11 +01:00
  • 6719ac2afe release version 3.1.2 (#5800) David Lord 2025-08-19 14:03:43 -07:00
  • 5a655c81ff Fix typos in docs/templating.rst khanhkhanhlele 2025-11-05 15:01:19 +07:00
  • bdfdeb9886 Fix typos in docs/quickstart.rst khanhkhanhlele 2025-11-05 15:01:08 +07:00
  • 589d094b2f Fix typos in docs/appcontext.rst khanhkhanhlele 2025-11-05 15:00:57 +07:00
  • 42f0d9e34e
    [pre-commit.ci lite] apply automatic fixes pre-commit-ci-lite[bot] 2025-10-31 14:09:05 +00:00
  • 983031f44d docs: completely rewrite README with comprehensive examples and troubleshooting guide Your Actual Name 2025-10-31 19:36:41 +05:30
  • 44d811d5f1
    [pre-commit.ci lite] apply automatic fixes pre-commit-ci-lite[bot] 2025-10-29 21:00:15 +00:00
  • b2b9b7c753
    Update app.py bodduNaidu 2025-10-30 02:29:12 +05:30
  • 556c68ad29
    Create jenkinsfile bodduNaidu 2025-10-30 02:15:53 +05:30
  • cc546cd5a5 Add Seenode deployment instructions to documentation GeoSegun 2025-10-23 11:24:12 +01:00
  • 3281a6ea8c pre-commit autoupdate --freeze 2025-10-23 Christian Clauss 2025-10-22 10:28:00 +02:00
  • 57fb9fa517 GitHub Actions: Add Python 3.14 and 3.14t to the testing Christian Clauss 2025-10-22 07:58:22 +02:00
  • cd911980cb
    Fix link formatting for PowerShell script instructions MeowyCat1 2025-10-19 13:35:51 +01:00
  • af43332246
    Fix PowerShell script link in installation guide MeowyCat1 2025-10-19 13:29:40 +01:00
  • 78c86fb29f
    Improve readability of PowerShell execution policy instructions MeowyCat1 2025-10-19 12:03:52 +01:00
  • d82cf0b61d
    Shorten PowerShell script execution policy for Windows MeowyCat1 2025-10-19 11:49:27 +01:00
  • 3d7c0d7e9c
    Update installation instructions for Windows PowerShell MeowyCat1 2025-10-19 11:06:44 +01:00
  • 88a65bb374
    Docs typo/markup fixes (#5829) Hynek Schlawack 2025-10-14 22:26:26 +02:00
  • 5a174abe08
    Fix formatting and typos in design documentation Hynek Schlawack 2025-10-14 09:42:20 +02:00
  • 28deb1bd02
    docs: fix typo in 'Lifecycle' heading Hynek Schlawack 2025-10-14 09:39:40 +02:00
  • 50d609c623 docs: fix missing quote in flashing example sachintha180 2025-10-13 21:02:35 +05:30
  • 872f1ba54e docs: clarify JSON parsing error conditions in Flask views Samarth 2025-10-08 18:42:48 +05:30
  • c357bdd7cf Clarify asyncio and gevent incompatibility in docs (#5817) anand 2025-09-29 22:35:17 +05:30
  • 57df4824ea Add type hints to tutorial and Javascript examples sebacry3 2025-09-26 11:08:04 -05:00
  • 6a64969009
    pass context through dispatch methods David Lord 2025-09-19 16:58:48 -07:00
  • adf363679d
    merge app and request context (#5812) David Lord 2025-09-19 16:45:27 -07:00
  • c2705ffd9c
    merge app and request context David Lord 2025-09-12 14:52:03 -07:00
  • d83366fed5
    Create .gitlab-ci.yml Muhammad Afzaal 2025-09-13 12:00:54 +05:00
  • 41e8d67eb2
    Create codeql-analysis.yml Muhammad Afzaal 2025-09-13 11:37:37 +05:00
  • 2907ef285e Add various bugs for BugBot demo Anna Rutman 2025-09-10 22:15:57 -07:00
  • eecf0975fa Added a line for first contribution ujjwal 2025-09-10 18:46:16 +05:30
  • 576e2d6978 Added a line for first contribution ujjwal 2025-09-10 18:29:55 +05:30
  • dbd4c28825 Changed the static annotated type of select_jinja_autoescape method in src/flask/sansio/app.py subhajitsaha01 2025-09-06 22:01:22 +05:30
  • 58d083b720 Changed the static annotated type of select_jinja_autoescape method in src/flask/sansio/app.py subhajitsaha01 2025-09-06 20:56:20 +05:30
  • e3697b90e9 feat(example/blog): Add flash messages for user feedback ShubhamCodeWiz 2025-09-03 18:44:49 +05:30
  • eae6d20e1a feat: Expand notes with more details ShubhamCodeWiz 2025-09-01 19:35:34 +05:30
  • 36f6434c9e docs: Add personal notes file ShubhamCodeWiz 2025-08-31 12:21:05 +05:30
  • 6556623402 new codeql Umar Mir 2025-08-27 20:58:39 +05:00
  • 4aac519147 Add CodeQL scan workflow Umar Mir 2025-08-27 20:55:09 +05:00
  • fadd2adedc Add DEVOPS_NOTES.txt for practice MOSAUD22 2025-08-26 16:10:40 +05:00
  • 330123258e
    Merge branch 'stable' David Lord 2025-08-19 14:09:56 -07:00
  • 85793d6c22
    release version 3.1.2 (#5800) David Lord 2025-08-19 14:03:43 -07:00
  • 2c1b30d050
    release version 3.1.2 3.1.2 David Lord 2025-08-19 13:42:11 -07:00
  • 1292419ddf
    Update GitHub Actions workflow for artifact handling (#5795) David Lord 2025-08-19 13:56:49 -07:00
  • 4dd52ca9c7
    Update GitHub Actions workflow for artifact handling Grant Birkinbine 2025-08-06 21:44:28 -07:00
  • 55c6255657
    update dev dependencies David Lord 2025-08-19 13:41:24 -07:00
  • ed1c9e953e
    support call template_filter without parens (#5736) David Lord 2025-08-19 12:36:00 -07:00
  • edebd37044
    rewrite docs, clean up typing for template decorators David Lord 2025-08-19 12:29:47 -07:00
  • daf1510a4b
    use template_filter without parens kadai0308 2025-05-17 12:17:18 +08:00
  • d8259eb119
    use Jinja name consistently David Lord 2025-08-19 10:43:16 -07:00
  • 38b4c1e19b
    refactor stream_with_context for async views (#5799) David Lord 2025-08-19 08:23:51 -07:00
  • 9822a03515
    refactor stream_with_context for async views David Lord 2025-08-19 08:18:55 -07:00
  • 49b7e7bc8f
    security docs for TRUSTED_HOSTS (#5798) David Lord 2025-08-18 11:44:57 -07:00
  • b228ca3d87
    security docs for TRUSTED_HOSTS David Lord 2025-08-18 11:42:48 -07:00
  • ff64079a51
    update flask-talisman link David Lord 2025-08-18 10:51:12 -07:00
  • 1dfd7cd555
    use IO[bytes] instead of BinaryIO for wider compatibility (#5777) David Lord 2025-08-18 10:26:12 -07:00
  • d44f1c6523
    relax type hint for bytes io Tero Vuotila 2025-07-16 12:21:50 +03:00
  • c56c5ec7c4
    Docs: Fix escaping in HTML escaping example (#5742) David Lord 2025-08-18 10:20:06 -07:00
  • 0f83958247
    demonstrate escaping with query string Badhreesh 2025-05-21 20:35:11 +02:00
  • 7fea7cf156
    Update macOS UI reference to “System Settings” (#5723) David Lord 2025-08-18 10:08:07 -07:00
  • 24824ff666
    push preserved contexts in correct order (#5797) David Lord 2025-08-18 09:56:39 -07:00
  • 53b8f08218
    push preserved contexts in correct order David Lord 2025-08-18 09:41:03 -07:00
  • 5addaf833b
    start version 3.1.2 David Lord 2025-08-18 09:42:21 -07:00
  • b0c1443a68 Fix typos and improve documentation in CLI guide Vinayaka K C 2025-08-11 00:37:16 +05:30
  • 45eb69f8ba
    Update helpers.pyLoosen send_file type annotation to include t.IO[bytes] Include typing.IO[bytes] to align with Werkzeug and resolve issue #5776. Pouria-yvr 2025-08-05 17:31:06 -07:00
  • 4eaf3fd93e
    Create python-package.yml rzhasan2000-oss 2025-08-03 20:24:11 +06:00
  • 0e8dc9f269 Fix grammar and article usage in documentation alaa 2025-08-01 22:36:19 +01:00
  • ca38ab893e Merge branch 'scroll-top-doc-ui' of https://github.com/DaleStack/flask into scroll-top-doc-ui DaleStack 2025-08-01 03:21:40 +08:00
  • 8ae2bd3552 Add scroll-to-top button that appears after scrolling 300px DaleStack 2025-08-01 03:21:28 +08:00
  • 468196d0c8
    Merge branch 'pallets:main' into scroll-top-doc-ui DaleStack 2025-08-01 03:17:37 +08:00