Commit Graph

  • 6ca75c6fc1
    Docs: Add example for 'any' route converter #2650 Grey Li 2018-03-05 17:43:45 +0800
  • a9ff6f9001
    Merge 02318b2364 into d72612d11e #2648 Marat Sharafutdinov 2018-02-28 16:33:37 +0000
  • 02318b2364 Change PROPAGATE_EXCEPTIONS config default value to False #2648 Marat Sharafutdinov 2018-02-28 19:25:32 +0300
  • d72612d11e
    Merge pull request #2647 from pallets/docs-extensions David Lord 2018-02-28 08:03:04 -0800
  • 4462cc57c8
    rewrite extension docs remove old extension patterns remove flask.ext from api docs #2647 David Lord 2018-02-28 07:52:03 -0800
  • cc6c618f4d
    Merge pull request #2646 from pallets/test-app-name David Lord 2018-02-28 07:00:15 -0800
  • 5f42989ce3
    don't use Flask(__name__) in conftest #2646 David Lord 2018-02-28 06:50:49 -0800
  • ad3548b7b3
    Merge 137b75d319 into 624895620a #2641 PlanB 2018-02-26 07:19:49 +0000
  • 137b75d319 Refactor test codes to PEP8 recommendation #2641 JoMingyu 2018-02-26 16:17:44 +0900
  • 624895620a
    ignore pytest cache David Lord 2018-02-24 08:23:12 -0800
  • b0c1da1e7e
    Merge pull request #2637 from pallets/quickstart-unique-urls David Lord 2018-02-24 08:10:25 -0800
  • 303a3d24a6
    rewrite quickstart Unique URLs section #2637 David Lord 2018-02-24 08:03:30 -0800
  • b16592aba0
    Merge pull request #2629 from zcchen/master David Lord 2018-02-23 16:00:30 -0800
  • 401423df06
    only strip one slash when registering blueprint add test and changelog #2629 David Lord 2018-02-23 15:45:37 -0800
  • 0887245bfd
    Add re.sub for blueprint add_url_rule handler, prevent '/a//b/'(blueprint.url_prefix='/a/' and the route is '/b/') happened. zcchen 2018-02-12 18:38:54 +0800
  • f808c20139
    Merge pull request #2635 from pallets/feature/server-name-routing David Lord 2018-02-23 08:47:20 -0800
  • 82f0d120de
    use subdomain arg in url_map.bind_to_environ rename new subdomain test, parametrize test allowing subdomains as well as ips add subdomain_matching param to docs add some references to docs add version changed to create_url_adapter #2635 David Lord 2018-02-23 07:51:34 -0800
  • 8cec2010c0
    Do not enable subdomain matching by default Updated tests for new subdomain matching Added a test to validate matching behavior Armin Ronacher 2018-02-19 21:20:03 +0100
  • 4a7db66474
    Merge pull request #2636 from pallets/test-cli-runner David Lord 2018-02-19 16:14:11 -0800
  • cf5525f98a
    add test_cli_runner for testing app.cli commands #2636 David Lord 2018-02-19 15:34:46 -0800
  • 9951ffd86a
    Merge 9266486e19 into 79f34f1769 #2633 Paul Rigor 2018-02-18 08:13:09 +0000
  • 9266486e19
    Fix the README to reflect locate_app() in flask/cli.py #2633 Paul Rigor 2018-02-18 00:12:06 -0800
  • 79f34f1769
    Merge pull request #2630 from anowlcalledjosh/2627-test_request_context-docs Hsiaoming Yang 2018-02-13 10:33:08 +0900
  • 575021c07b
    Fix docs for test_request_context #2630 Josh Holland 2018-02-12 22:26:02 +0000
  • 4309c7c6ea
    Merge pull request #2624 from pallets/metadata David Lord 2018-02-08 13:12:25 -0800
  • a9a078c93f
    install python in travis osx env #2624 David Lord 2018-02-08 13:04:19 -0800
  • 310fbfcf64
    revert copyright year to project start add copyright header to files David Lord 2018-02-08 10:57:40 -0800
  • 9bf5c3b3a3
    update project metadata new readme readme as setup.py long_description links in changes git in authors add travis osx env break out docs build in travis remove python_requires for now David Lord 2018-02-07 06:56:14 -0800
  • 9350743d20
    Merge b9926e71f6 into f9c6f389ac #2623 Grey Li 2018-02-07 07:45:55 +0000
  • b9926e71f6
    Add myself to AUTHORS #2623 Grey Li 2018-02-07 15:45:53 +0800
  • a66644f287
    Remove tojson filter Grey Li 2018-02-07 15:34:19 +0800
  • cee8dbb377
    Remove tojson filter in docs Grey Li 2018-02-07 15:29:52 +0800
  • 42a07efff3
    Remove tojson filter Grey Li 2018-02-07 15:25:42 +0800
  • 94a8e5a8d0
    Merge pull request #1 from pallets/master Grey Li 2018-02-07 15:23:25 +0800
  • f9c6f389ac
    Merge pull request #2622 from pallets/versions David Lord 2018-02-06 08:14:09 -0800
  • af32ea0b94
    bump dependency versions #2622 David Lord 2018-02-06 08:03:09 -0800
  • 9ff29b9d41
    Merge 0878eb6a89 into 8c2c802f19 #2619 Joseph Lin 2018-02-01 22:17:25 +0000
  • 0878eb6a89
    [update] license year #2619 Joseph Lin 2018-02-01 17:17:02 -0500
  • 3cd9bfb882 Merge e68eaca8c1 into 8c2c802f19 #2614 Vishvajit Pathak 2018-01-31 10:16:11 +0000
  • e68eaca8c1 Reverted changes for blank lines #2614 Vishvajit Pathak 2018-01-31 15:43:14 +0530
  • 4ebd8f9f7e Avoid finding list length repetition Vishvajit Pathak 2018-01-31 15:30:39 +0530
  • 8c2c802f19
    Merge pull request #2611 from pallets/cli-test-docs David Lord 2018-01-28 18:56:45 -0800
  • ae30fe7de0
    document testing cli commands #2611 David Lord 2018-01-28 18:48:39 -0800
  • 94aaa24579
    Merge pull request #2610 from pallets/cli-syntaxerror David Lord 2018-01-28 14:48:38 -0800
  • 7fb2ddcaf6
    add note about syntax errors in custom scripts mention pycharm version support #2610 David Lord 2018-01-28 14:25:48 -0800
  • 72115ec84b
    Merge pull request #2609 from pallets/nightly-travis David Lord 2018-01-28 14:16:33 -0800
  • 8bddd3bf4d
    allow nightly to fail on travis #2609 David Lord 2018-01-28 12:06:59 -0800
  • 03a2996bb8
    Merge pull request #2530 from pallets/feature/factory-detection David Lord 2018-01-28 11:27:07 -0800
  • 2cba0d77ee
    use traceback to detect call more reliably #2530 David Lord 2018-01-28 11:20:42 -0800
  • 65ed607e4d Merge 94664c4279 into 83b5625f0c #2608 Jonatan 2018-01-24 17:20:29 +0000
  • 94664c4279
    add tab completion for flask shell #2608 Jonatan 2018-01-24 17:10:45 +0100
  • f9dae717ff
    set __doc__ and __name__ for flask shell Jonatan 2018-01-24 17:07:52 +0100
  • 83b5625f0c
    Merge pull request #2603 from greyli/patch-8 David Lord 2018-01-23 15:39:42 -0800
  • 8a1f3626c5
    fix changelog list formatting David Lord 2018-01-23 15:37:33 -0800
  • 213afec771
    add rst extension for changelog fix changelog version David Lord 2018-01-23 15:34:52 -0800
  • e21abd9da5
    Merge pull request #2607 from FadhelC/SameSite-cookie-feature David Lord 2018-01-23 15:20:16 -0800
  • 0570393bc4
    Update cli help for FLASK_ENV #2603 Grey Li 2018-01-22 11:07:37 +0800
  • 382b13581e
    clean up samesite docs #2607 David Lord 2018-01-23 15:11:50 -0800
  • 8ff0cef6b9
    Merge pull request #2606 from pallets/run-ssl David Lord 2018-01-23 10:09:42 -0800
  • 2beedabaaf
    add HTTPS support for flask run command #2606 David Lord 2018-01-22 12:16:37 -0800
  • db5735c3ce Changed Werkzeug min version to 0.14 to support SameSite cookie's attribute Fadhel_Chaabane 2018-01-23 15:02:07 +0000
  • a1d9ebe4ab New Feature: Added Support for cookie's SameSite attribute. Fadhel_Chaabane 2018-01-23 13:57:50 +0000
  • 81717e9a21 Merge 619db40611 into 22708b048d #2600 Alaa Aqeel 2018-01-17 08:31:37 +0000
  • 619db40611
    Update __init__.py #2600 Alaa Aqeel 2018-01-17 11:19:31 +0300
  • f7b727c98f
    Update helpers.py Alaa Aqeel 2018-01-17 11:18:21 +0300
  • e2f0b7153c
    Update app.py Alaa Aqeel 2018-01-17 11:16:57 +0300
  • 99dcadf62e
    Update __init__.py Alaa Aqeel 2018-01-17 11:15:14 +0300
  • efd3070fa6
    Create methods.py Alaa Aqeel 2018-01-17 11:14:15 +0300
  • cb1cbab430
    Create Controllers.py Alaa Aqeel 2018-01-17 11:13:47 +0300
  • 22708b048d
    Merge pull request #2596 from Nickatak/master David Lord 2018-01-14 20:07:43 -0800
  • a9646716d2 Fix typo in example. #2596 Nickatak 2018-01-14 16:02:43 -0800
  • c3a997864e
    Merge pull request #2593 from pallets/env-docs David Lord 2018-01-10 15:46:42 -0800
  • 87c2e121e0
    clean up FLASK_ENV docs [ci skip] #2593 David Lord 2018-01-10 15:38:52 -0800
  • 2949306b7b
    Merge pull request #2592 from pallets/tests-env David Lord 2018-01-10 14:01:59 -0800
  • 8bdf820e9b
    reset standard os env after each test #2592 David Lord 2018-01-10 13:53:45 -0800
  • f2cf4d0449
    Merge pull request #2591 from pallets/run-behavior David Lord 2018-01-10 12:14:44 -0800
  • 3738f7ff99
    match run command behavior in app.run output extra server information handle env var changed by load_dotenv enable threading by default #2591 David Lord 2018-01-10 12:02:13 -0800
  • 611f9c5e89 Merge 294c5981e2 into 2433522d29 #2588 Segev Finer 2018-01-08 20:41:33 +0000
  • 294c5981e2 Add a test for importing a package (__init__.py) with a syntax error twice #2588 Segev Finer 2018-01-08 22:41:04 +0200
  • e83bcc6290 Remove the imported app module from sys.modules on SyntaxError Segev Finer 2018-01-08 21:11:40 +0200
  • 806d2d2722 Merge 831207a8c1 into 2433522d29 #2584 Armin Ronacher 2018-01-06 16:10:28 +0000
  • 831207a8c1 Only turn on the reloader on FLASK_ENV development independently of debug mode #2584 Armin Ronacher 2018-01-06 17:09:58 +0100
  • 2433522d29
    Add Support for FLASK_ENV (#2570) Armin Ronacher 2018-01-06 17:07:56 +0100
  • b8f955dd58 Some documentation clarifications on DEBUG #2570 Armin Ronacher 2018-01-06 16:56:59 +0100
  • 94252446e2 Kill useless newline Armin Ronacher 2018-01-06 11:30:41 +0100
  • 60eecb547d Remove python 2.6 and 3.3 everywhere. (#2583) Hsiaoming Yang 2018-01-06 18:49:50 +0900
  • 22e072379b cleanup werkzeug import (#2582) Hsiaoming Yang 2018-01-06 18:49:01 +0900
  • 9ee7d82b7d Added warning to flask run in production mode Armin Ronacher 2018-01-06 10:48:36 +0100
  • 06b137cb09 Merge branch 'master' into feature/environments Armin Ronacher 2018-01-06 10:45:31 +0100
  • 3f7c1998ad Add myself into AUTHORS #2583 Hsiaoming Yang 2018-01-06 18:38:14 +0900
  • 92b34ce7ca Remove python 2.6 and 3.3 everywhere. Hsiaoming Yang 2018-01-06 18:33:35 +0900
  • b417e67707 cleanup werkzeug import #2582 Hsiaoming Yang 2018-01-06 18:22:28 +0900
  • da0f00723d Merge e988b46940 into eebc0edfdd #2522 Bogdan Popa 2018-01-05 22:37:24 +0000
  • eebc0edfdd
    Merge pull request #2558 from pallets/appveyor David Lord 2018-01-05 13:32:57 -0800
  • 333865ea34
    windows python 2 doesn't provide inet_pton #2558 David Lord 2018-01-05 13:27:31 -0800
  • ffca68fc86
    fix windows failure to remove temp file David Lord 2018-01-05 12:36:01 -0800
  • 40745bb338
    Merge pull request #2581 from pallets/config-enotdir David Lord 2018-01-05 07:55:41 -0800
  • 06f96df67e
    silence ENOTDIR when loading config file #2581 David Lord 2018-01-05 07:40:51 -0800
  • 26f413e1e5
    Merge pull request #2580 from pallets/session-attrs David Lord 2018-01-04 13:04:29 -0800
  • 54f3d2131d
    Merge pull request #2541 from nsiregar/#2535_update_pycharm_instruction David Lord 2018-01-04 12:56:38 -0800