sanic/sanic
Denis Makogon 391639210e make Sanic.create_server return an asyncio.Server
- adding 2 new parameters to Sanic.create_server:
   * return_asyncio_server=False - defines whether there's
     a need to return an asyncio.Server or run it right away
   * asyncio_server_kwargs=None - for python 3.7 uvloop doesn't
     support all necessary features like "start_serving",
     so, in order to make sanic work well with asyncio from 3.7
     there's a need to introduce generic way for passing
     kwargs for "loop.create_server"

Closes: #1469
2019-01-15 13:38:47 +02:00
..
__init__.py adopt CalVer: MM.YY.MICRO, 18.12.0 release 2018-12-27 11:00:38 -08:00
__main__.py Fix documentation build errors 2018-10-26 11:57:28 +03:00
app.py make Sanic.create_server return an asyncio.Server 2019-01-15 13:38:47 +02:00
blueprints.py fix linter issues 2018-12-28 10:22:28 +05:30
config.py linteger fix and delete old tests 2019-01-02 23:28:05 +01:00
constants.py run black against sanic module 2018-10-13 17:55:33 -07:00
cookies.py add documentation for cookies, exception, blueprint and handlers 2018-12-28 10:22:28 +05:30
exceptions.py add documentation for cookies, exception, blueprint and handlers 2018-12-28 10:22:28 +05:30
handlers.py fix linter issues 2018-12-28 10:22:28 +05:30
helpers.py Fix remove_entity_headers helper function (#1415) 2018-11-19 09:30:53 -06:00
log.py fix the logger and make it work (#1397) 2018-11-06 08:39:38 -06:00
reloader_helpers.py integrate with isort 2018-10-17 21:20:16 -07:00
request.py Add dotted endpoint notation and additional tests 2018-12-31 13:40:07 +02:00
response.py fix content length mismatch in windows and other platform 2018-11-07 21:38:32 +05:30
router.py add api documentation for router and server 2018-12-28 10:22:28 +05:30
server.py make Sanic.create_server return an asyncio.Server 2019-01-15 13:38:47 +02:00
static.py Add tests for static 2018-11-20 12:28:00 +08:00
testing.py Change deprecated verify_ssl to ssl (#1155) 2018-11-14 07:16:14 -06:00
views.py integrate with isort 2018-10-17 21:20:16 -07:00
websocket.py integrate with isort 2018-10-17 21:20:16 -07:00
worker.py fix access_log in run server and fix bool in env variables 2019-01-02 23:28:05 +01:00