Commit Graph

  • e81a8ce073 fix SERVER_NAME enforcement in url_for and request.args documentation (#1708) Harsha Narayana 2019-11-01 23:02:49 +0530
  • 67856f426e
    📝 add changelog for fixes Harsha Narayana 2019-10-26 12:03:16 +0530
  • a071496232
    add additional test to check url_for without SERVER_NAME Harsha Narayana 2019-10-26 11:56:47 +0530
  • 9a408b4ef6
    💡 add additional documentation for using request.args Harsha Narayana 2019-10-23 21:31:58 +0530
  • 5004a18b17
    🐛 fix SERVER_NAME enforcement in url_for Harsha Narayana 2019-10-23 21:19:52 +0530
  • 008e9e9135
    GIT-37: add changelog Harsha Narayana 2019-10-08 21:51:36 +0530
  • e628107f0c
    GIT-37: fix blueprint middleware application Harsha Narayana 2019-10-08 21:37:40 +0530
  • 633c6687de
    ci: Add python nightlies to test matrix Eli Uriegas 2019-10-23 12:02:26 -0700
  • e506c89304 deprecate None value support for app name (#1705) Harsha Narayana 2019-10-23 21:42:20 +0530
  • 9b5e6a2d45
    🚨 cleanup linter issues across the codebase Harsha Narayana 2019-10-22 21:12:43 +0530
  • 73d3803158
    deprecate None value support for app name Harsha Narayana 2019-10-22 21:04:31 +0530
  • fcdc9c83c5 Add 'python_requires' key to setup.py (#1701) Bruno Oliveira 2019-10-15 01:17:05 -0300
  • 7a8f3dedd0 added param to docstring Andrey Petukhov 2019-10-14 09:55:55 +0300
  • 53993fdeb4
    Add 'python_requires' key to setup.py Bruno Oliveira 2019-10-12 17:13:50 -0300
  • be0d539746 19.9.0 release (#1699) v19.9.0 7 2019-10-12 07:54:47 -0700
  • 2613afb6c8 19.9.0 release Yun Xu 2019-10-11 15:33:23 -0700
  • 32501c8307 Create 1691.doc.rst Lagicrus 2019-10-11 21:18:29 +0100
  • 7fe80e1314 Bug fixes and minor tweaks Lagicrus 2019-10-11 21:09:52 +0100
  • 3f212e5ba8 spelling mistakes Lagicrus 2019-10-11 20:28:06 +0100
  • 632f73db4f Fix bug and links Lagicrus 2019-10-11 20:24:12 +0100
  • 0f1bfbfdb0 versioning Lagicrus 2019-10-11 19:49:59 +0100
  • 08c1d37a1a testing Lagicrus 2019-10-11 19:46:45 +0100
  • f37157d2f2 streaming Lagicrus 2019-10-11 19:42:32 +0100
  • 76fe82a409 static_files Lagicrus 2019-10-11 19:33:59 +0100
  • 96d6e4131d routing Lagicrus 2019-10-11 19:26:31 +0100
  • f010d5f676 response Lagicrus 2019-10-11 19:16:31 +0100
  • 0730f4f1ea request_data Lagicrus 2019-10-11 19:10:46 +0100
  • 792ad9e038 middleware Lagicrus 2019-10-11 18:59:59 +0100
  • 06d2468351 getting_started Lagicrus 2019-10-11 18:56:24 +0100
  • a6567f1b6f extensions Lagicrus 2019-10-11 18:46:05 +0100
  • 27b2d081b8 exceptions Lagicrus 2019-10-11 18:41:15 +0100
  • b04c658bb1 deploying Lagicrus 2019-10-11 14:08:11 +0100
  • 5191c8c0b8 decorators Lagicrus 2019-10-11 14:01:33 +0100
  • 291747d575 config Lagicrus 2019-10-11 14:00:27 +0100
  • 3bd95cbe3b class_based_views Lagicrus 2019-10-11 10:00:25 +0100
  • 5a6a875b87 blueprints Lagicrus 2019-10-11 09:50:34 +0100
  • 7237dd10d2 wraps websocket handler Andrey Petukhov 2019-10-10 18:50:49 +0300
  • 4f9739ed2c Update helpers.py (#1693) Lagicrus 2019-10-09 00:29:03 +0100
  • 0df37fa653 Update websocket.rst (#1694) Lagicrus 2019-10-09 00:28:09 +0100
  • 1b4646ea30 Update websocket.rst Lagicrus 2019-10-08 23:07:38 +0100
  • 5dd61600a3 Update helpers.py Lagicrus 2019-10-08 22:53:54 +0100
  • f2a8131743 Revert "Updated docs to specify supported version" Lagicrus 2019-10-08 22:42:47 +0100
  • 3e932505b0
    Bump up pytest version for fixing ci build (#1689) Eli Uriegas 2019-10-08 14:32:38 -0700
  • 4473529e35 Updated docs to specify supported version Lagicrus 2019-10-08 21:59:51 +0100
  • 01be691936 misc: bump up pytest version for fixing ci build Yun Xu 2019-10-07 11:41:44 -0700
  • 134c414fe5 Support websockets 8.x as well as 7.x (#1687) Simon 2019-10-02 07:03:10 +0100
  • 5f24e59d60 Support websockets 8.x as well as 7.x Simon Chatterjee 2019-09-30 15:54:20 +0100
  • c54a8b10bb Implement dict-like API on request objects for custom data. (#1666) L. Kärkkäinen 2019-09-27 00:11:31 +0300
  • 6fc3381229 Add a type checking pipeline (#1682) Vinícius Dantas 2019-09-22 17:55:36 -0300
  • ca238d0508 linter L. Kärkkäinen 2019-09-21 15:26:26 +0300
  • fc6b5e298e Rename request.custom_context to ctx. L. Kärkkäinen 2019-09-21 15:16:55 +0300
  • 150dbb54ed Replace request CustomContext by standard library SimpleNamespace. L. Kärkkäinen 2019-09-21 15:03:58 +0300
  • e3fc75ea57 Use if expression at the headers domain parsing Vinícius Dantas 2019-09-20 17:59:59 -0300
  • ae1483ac7f Ignore type check on json_loads imports at the request submodule Vinícius Dantas 2019-09-20 15:59:16 -0300
  • e660a854b5 Explicitly check if port is None at headers.parse_host Vinícius Dantas 2019-09-20 15:46:06 -0300
  • 7d408c0c75 Type hint weboscket.send local variables Vinícius Dantas 2019-09-20 15:19:37 -0300
  • d016e0e901 Revert change at the parse_host function Vinícius Dantas 2019-09-20 15:19:08 -0300
  • c5df1e8d90 Add missing type hints around the haders submodule Vinícius Dantas 2019-09-20 15:08:19 -0300
  • 567d3c508c Type annotate the list of decorats held at the views submodule Vinícius Dantas 2019-09-20 15:07:52 -0300
  • f15f9297ec Add type annotation to a dictionary at Sanic.url_for Vinícius Dantas 2019-09-20 14:52:03 -0300
  • 5a088cd077 Type annotate headers and cookies at ASGIApp.stream_callback Vinícius Dantas 2019-09-20 14:35:32 -0300
  • 6087df1fff Use setattr instead of assignment for redefining a method This is caused because of mypy's issue #2427 https://github.com/python/mypy/issues/2427 Vinícius Dantas 2019-09-20 14:33:59 -0300
  • 9d009f2935 Add missing type annotations to some class attributes Vinícius Dantas 2019-09-20 14:33:37 -0300
  • ce1ba82127 Ignore typing at the attemptive to import ssl at the worker submodule Even if it were fixed, it would then face mypy bug with try/except conditional imports #1153 https://github.com/python/mypy/issues/1153 Vinícius Dantas 2019-09-20 11:25:18 -0300
  • c0eb8e59d2 Remove intermediate step at proxies list creation Vinícius Dantas 2019-09-20 11:17:51 -0300
  • b412374455 Break a long line Vinícius Dantas 2019-09-20 11:07:40 -0300
  • 03d0796929 Add typing to ssl dictionary at __main__ Vinícius Dantas 2019-09-20 11:02:13 -0300
  • 567a807bde Ignore type checks on some 3rd party imports Vinícius Dantas 2019-09-20 11:01:30 -0300
  • 47780ce2fd Move some SanicTestClient variable creation so it is visible to mypy Vinícius Dantas 2019-09-20 10:53:54 -0300
  • 41a06a4209 Make signature of blueprint overwritten methods match their abstract methods Vinícius Dantas 2019-09-20 10:51:01 -0300
  • 02ea898f8c Add missing empty line in between some imports at the asgi submodule Vinícius Dantas 2019-09-20 10:42:00 -0300
  • 3946535f88 Fix formatting issues Vinícius Dantas 2019-09-20 10:36:59 -0300
  • 24566342d4 Fix formatting issues Vinícius Dantas 2019-09-20 10:28:55 -0300
  • 28cb06067b Ignore unused import linting issue at the asgi submodule Vinícius Dantas 2019-09-20 10:20:17 -0300
  • eea01b6c8f Ignore type checks on some 3rd party imports Vinícius Dantas 2019-09-20 10:19:11 -0300
  • 9a00c56af5 Define exporting classes at the websocket submodule Vinícius Dantas 2019-09-20 10:14:40 -0300
  • bcd586430e Try to remove a circular dependency on type hinting Vinícius Dantas 2019-09-20 10:04:27 -0300
  • 83a86e4ca7 Ignore type checks on some 3rd party imports Vinícius Dantas 2019-09-20 10:04:23 -0300
  • 9301dd8c01 Add missing type hint to ASGIApp attribute Vinícius Dantas 2019-09-20 09:56:43 -0300
  • 8b3516406c Add missing type hint to ASGIApp attribute Vinícius Dantas 2019-09-20 09:54:37 -0300
  • 9f30ccecd0 Add explicit None return Adding it to either functions that return Optional or functions that weren't covering all conditional branches Vinícius Dantas 2019-09-20 09:53:28 -0300
  • 1d0d2a0144 Ignore type checks on some 3rd party imports Vinícius Dantas 2019-09-20 09:52:24 -0300
  • 697d3792bb Ignore type checks on some 3rd party imports Vinícius Dantas 2019-09-20 09:37:23 -0300
  • 9c4698b59e Add some type hints to the asgi [sub]module Vinícius Dantas 2019-09-20 09:37:00 -0300
  • 1cdd81d4f5 Fix pipeline name Vinícius Dantas 2019-09-20 09:22:34 -0300
  • 8a2ebcb61c Add a mypy pipeline Vinícius Dantas 2019-09-20 09:16:39 -0300
  • 927c0e082e Fix tests for multiprocessing pickle app and pickle blueprint (#1680) Ashley Sommer 2019-09-19 03:22:24 +1000
  • 2c5e5c07ba Fix tests for multiprocessing pickle app and pickle blueprint The old tests were not quite checking for the right thing. Fixing the test does not change Sanic code, expose any bugs, or fix any bugs. Ashley Sommer 2019-09-18 12:24:16 +1000
  • 7674e917e4 Fixes "after_server_start" when using return_asyncio_server. (#1676) Ashley Sommer 2019-09-17 03:59:16 +1000
  • e13f42c17b Fix docstring style in Sanic.register_listener (#1678) ku-mu 2019-09-17 02:27:22 +0900
  • 337606d5f0 Delete empty line cocodrips 2019-09-16 14:18:05 +0900
  • eb2635b8a8 Fix docstring style: google -> reST cocodrips 2019-09-16 14:08:07 +0900
  • 2004cdd0af update: clarify comment Hung X. Le 2019-09-15 08:32:48 +0700
  • f03ef90935 fix: lint error Hung X. Le 2019-09-15 01:30:52 +0700
  • fffa3411c2 update: change watchdog to an iterator and update test coverage Hung X. Le 2019-09-15 01:29:39 +0700
  • 8b38f8cae6 fix: lint error W391 Hung X. Le 2019-09-15 00:06:33 +0700
  • 730edb955c add: tests for watchdog filesystem polling Hung X. Le 2019-09-14 23:59:12 +0700
  • 23f7c277a5 Fix a missing method on AsyncServer that some tests need Add a tiny bit more documentation in-code Change name of AsyncServerCoro to AsyncioServer Ashley Sommer 2019-09-14 11:33:25 +1000
  • 11da0e798d Merge remote-tracking branch 'upstream/master' Hung X. Le 2019-09-13 22:11:48 +0700
  • 238f4a8496 Fixes ability to trigger "after_server_start", "before_server_stop", "after_server_stop" server events when using app.create_server to start your own asyncio_server See example file run_async_advanced for a full example Ashley Sommer 2019-09-13 11:38:00 +1000