Commit Graph

  • 01257f65a6 Make auto reloader work on Mac (#1249) GaryO 2018-06-18 18:16:10 -04:00
  • c1222175b3
    Merge pull request #21 from channelcat/master 7 2018-06-10 20:17:27 -07:00
  • 5ff481952d add UUID support (#1241) Volodymyr Maksymiv 2018-06-09 11:16:17 +03:00
  • baa689ad43 Fix failed build and add websockets version specifier (#1239) 7 2018-06-07 10:07:26 -07:00
  • 2f30f4f69f Fixed #1231 - release resource no matter what (#1232) Philip Xu 2018-06-06 17:43:57 -04:00
  • 202a4c6525
    make request truthy if has transport (#1222) Raphael Deem 2018-05-16 14:12:12 -07:00
  • 7928b9b3a2
    Merge pull request #20 from channelcat/master 7 2018-04-29 21:50:07 -07:00
  • e1c9020268 Update extensions.md (#1205) Adam Hopkins 2018-04-30 04:41:17 +03:00
  • 04a12b436e Added Sanic-Auth, Sanic-CookieSession and Sanic-WTF to Extensions doc (#1210) Philip Xu 2018-04-29 21:40:18 -04:00
  • 818a8c2196 Added GINO to Extensions doc (#1200) Fantix King 2018-04-22 12:02:49 +08:00
  • b6715464fd added init docs (#1167) Arnulfo Solís 2018-04-02 05:53:08 +02:00
  • 8f2d543d9f
    default to auto_reload in debug mode (#1159) Raphael Deem 2018-04-01 20:52:56 -07:00
  • 6cf320bedb
    Merge pull request #1181 from kot83/patch-1 Raphael Deem 2018-03-29 20:13:48 -07:00
  • a850ce5086
    rename function to something else kot83 2018-03-29 15:57:10 -07:00
  • ef3bdf5408
    Merge pull request #1180 from ashleysommer/fix_aiohttp_breakages Raphael Deem 2018-03-29 01:05:50 -07:00
  • 94b9bc7950 Some of the tests in Sanic (test_request_timout, test_response_timeout, test_keep_alive_timeout) use a custom SanicClient with modified methods. This relies on overriding internal aiohttp Client classes. In aiohttp 3.1.0 there were some breaking changes that caused the custom methods to be no longer compatible with latest upstream aiohttp Client class. See: 903073283f and: b42e0ced46 Ashley Sommer 2018-03-29 11:54:59 +10:00
  • 8a07463a67
    Merge pull request #1175 from PyManiacGR/patch-1 Raphael Deem 2018-03-28 00:41:07 -07:00
  • 2995b23929
    Update try_everything.py PyManiac 2018-03-24 15:55:15 +02:00
  • eb4276373b
    Fix try_everything example. TheRubyDoggy 2018-03-24 15:34:41 +02:00
  • 79df52e519
    Merge pull request #1169 from charlax/patch-1 Raphael Deem 2018-03-21 10:46:09 -07:00
  • 3dfb31b1b9
    Clarify arguments to request/response middleware Charles-Axel Dein 2018-03-21 12:07:26 +01:00
  • c4c4ed70d9
    Merge pull request #1163 from vopankov/master Raphael Deem 2018-03-17 14:52:25 -07:00
  • 45422df1b7
    Merge pull request #1162 from yunstanford/fix-hang-build Raphael Deem 2018-03-16 11:14:44 -07:00
  • e0b7624414 fix hang build Yun Xu 2018-03-15 22:06:58 -07:00
  • b0ecb3170f fix hang build Yun Xu 2018-03-15 22:03:36 -07:00
  • fc8b5f378a migrate to trusty Yun Xu 2018-03-15 21:39:21 -07:00
  • d42cb7ddb3 fix hang build Yun Xu 2018-03-15 21:28:52 -07:00
  • 6454ac0944 Add __weakref__ to Request slots Панков Василий 2018-03-14 13:37:15 +03:00
  • 31cf83f10b
    Merge pull request #19 from channelcat/master 7 2018-03-13 22:11:40 -07:00
  • cc84005593
    Merge pull request #1157 from kinware/feature/add-route-streams Raphael Deem 2018-03-13 00:08:25 -07:00
  • 915d2732a1 Allow streaming handlers in add_route Kinware 2018-03-12 20:21:59 +01:00
  • 44bc47361e
    Merge pull request #1149 from channelcat/travis-retry Raphael Deem 2018-03-06 15:54:19 -08:00
  • 3619b07843
    Merge pull request #1146 from yunstanford/upgrade-test-client Raphael Deem 2018-03-01 23:18:20 -08:00
  • ad3f588c79 use travis_retry on tox Raphael Deem 2018-03-01 23:16:49 -08:00
  • a2fc37121b migrating all to async syntax Yun Xu 2018-03-01 22:35:58 -08:00
  • 7f36d20123
    Merge pull request #1145 from yingshaoxo/patch-1 Raphael Deem 2018-02-28 01:19:29 -08:00
  • d1a8e8b042 fixed unit tests Yun Xu 2018-02-27 22:25:38 -08:00
  • c39ddd00d3 workaround fix for an issue in aiohttp.Client Yun Xu 2018-02-27 21:42:41 -08:00
  • d55e453bd5 cleaning up Yun Xu 2018-02-27 20:26:49 -08:00
  • bffed27bdb
    Merge pull request #1142 from clarksun/patch-1 Raphael Deem 2018-02-27 01:03:47 -08:00
  • fffcb158f1
    Merge pull request #18 from channelcat/master 7 2018-02-26 22:19:30 -08:00
  • eca98a54eb fixed all unit tests Yun Xu 2018-02-26 22:18:21 -08:00
  • 46ed2c5270 upgrade aiohttp for test_client Yun Xu 2018-02-26 22:08:05 -08:00
  • 23ea0b7ec9
    exception.md code sample miss 'async' prefix Sun Wei 2018-02-26 16:09:26 +08:00
  • ef26cb283b
    add an necessary import for better understanding yingshaoxo 2018-02-26 11:24:54 +08:00
  • b8bb77eff6
    Merge pull request #1137 from Julien00859/1136 Eli Uriegas 2018-02-21 09:55:52 -06:00
  • 9c75ad3de1 close #1136 Julien00859 2018-02-21 00:50:27 +01:00
  • 0b38dea613
    Merge pull request #1117 from abuckenheimer/env_dependent_ujson_uvloop Eli Uriegas 2018-02-20 13:13:21 -06:00
  • 7e4a9e3bc2
    Merge pull request #1047 from Yaser-Amiri/master Raphael Deem 2018-02-16 11:11:49 -08:00
  • 36f12c822f
    Merge pull request #1122 from knowsuchagency/master Raphael Deem 2018-02-15 16:58:27 -08:00
  • 0cbea0f5d3
    Merge pull request #1129 from cloudship/patch-1 Raphael Deem 2018-02-14 20:44:40 -08:00
  • e735fe54c3
    raw requires a bytes-like object panxb 2018-02-15 00:11:37 +08:00
  • e911e2e1df updated doc Stephan Fitzpatrick 2018-02-13 23:58:03 -08:00
  • 1d75f6c2be
    changed docstring spacing Stephan Fitzpatrick 2018-02-13 10:15:16 -08:00
  • ad8a168469
    Merge pull request #1121 from tandalf/issue-1120 Raphael Deem 2018-02-12 12:48:13 -08:00
  • 74fc502089
    Merge pull request #1124 from yunstanford/add-doc Raphael Deem 2018-02-11 02:02:13 -08:00
  • dfc2166d8b add websocket.rst to index.rst Yun Xu 2018-02-10 12:21:23 -08:00
  • 2b70346db4 fix doc Yun Xu 2018-02-09 21:32:09 -08:00
  • 090df6f224 add websocket section in doc Yun Xu 2018-02-09 21:26:39 -08:00
  • 745a1d6e94 document websocket args Yun Xu 2018-02-09 21:03:21 -08:00
  • 0fe0796870 expose websocket protocol arguments Yun Xu 2018-02-09 20:44:02 -08:00
  • 224b56bd3a
    Merge pull request #17 from channelcat/master 7 2018-02-09 20:12:29 -08:00
  • 571b5b544d added app.register_listener method w/test Stephan Fitzpatrick 2018-02-09 14:01:17 -08:00
  • 220b40f7f4 Added regression tests for issue #1120 Timothy Ebiuwhe 2018-02-09 22:33:34 +01:00
  • 60774c5a49 Fixed bug that occurs on calling @app.route or any of it's variants Timothy Ebiuwhe 2018-02-09 22:27:20 +01:00
  • 6d37ef7256
    Merge pull request #1109 from DirkGuijt/master Raphael Deem 2018-02-08 00:11:20 -08:00
  • e083224df1 changed bewline formatting Dirk Guijt 2018-02-07 09:29:44 +01:00
  • 5ef567405f fixed platform from windows to win32 Alec Buckenheimer 2018-02-06 19:56:25 -05:00
  • ea2521f430
    Merge pull request #1112 from boboldehampsink/extend_websocketprotocol_arguments Raphael Deem 2018-02-06 15:05:58 -08:00
  • 82cb182fe7 added pip requirement to only install ujson and uvloop with cpython on non windows machines Alec Buckenheimer 2018-02-06 09:57:16 -05:00
  • 3fe31ff551
    Merge pull request #1104 from arnulfojr/minor/keep-alive-timeout-log-level Raphael Deem 2018-02-02 18:54:24 -08:00
  • 48d45f1ca4 sorry, style issue again Dirk Guijt 2018-02-03 03:14:04 +01:00
  • ddf2a604d1 changed 'file' variable to 'form_file' to prevent overwriting the reserved word Dirk Guijt 2018-02-03 03:07:07 +01:00
  • 8b920d9d56
    Merge pull request #1113 from arnulfojr/bugfix/content-length-header-on-X04 Raphael Deem 2018-02-02 13:18:08 -08:00
  • f2c0489452 replaced comparison for in operator Arnulfo Solis 2018-02-02 20:19:15 +01:00
  • f5a2d19199 touch commit Arnulfo Solis 2018-02-02 14:13:14 +01:00
  • 86fed12d91 less flake8 warnings in response test Arnulfo Solis 2018-02-02 14:05:57 +01:00
  • 7ca3ad5d4c no body and content length to 0 when 304 response is returned Arnulfo Solis 2018-02-02 13:24:51 +01:00
  • 1eecffce97 fixed minor flake8 style problem Dirk Guijt 2018-02-02 09:57:06 +01:00
  • 5c341a2b00 made field name mandatory in multipart/form-data headers Dirk Guijt 2018-02-02 09:43:42 +01:00
  • 0ab64e9803 simplified logic when handling the body Arnulfo Solis 2018-02-02 09:29:54 +01:00
  • 27108334f1 Merge branch 'master' of https://github.com/DirkGuijt/sanic Dirk Guijt 2018-02-02 00:55:58 +01:00
  • 788253cbe8 changes based on discussion on PR #1109 Dirk Guijt 2018-02-02 00:55:51 +01:00
  • 4b6e89a526 added one more test Arnulfo Solis 2018-02-01 20:00:32 +01:00
  • 68fd1b66b5 Response model now handles the 204 no content Arnulfo Solis 2018-02-01 17:51:51 +01:00
  • 5806666949
    Extend WebSocketProtocol arguments to accept all arguments of websockets.protocol.WebSocketCommonProtocol Bob Olde Hampsink 2018-02-01 16:23:10 +01:00
  • a76d8108fe
    small code style change DirkGuijt 2018-02-01 11:55:30 +01:00
  • 2135294e2e changed None to return empty string instead of null string Arnulfo Solis 2018-02-01 11:52:55 +01:00
  • ed1c563d1f fixed bug in multipart/form-data parser Dirk Guijt 2018-02-01 11:30:24 +01:00
  • 74efa3a108
    Merge pull request #1105 from manisenkov/upgrade-status-to-beta Raphael Deem 2018-01-31 14:36:06 -08:00
  • 49c29e6862 Upgrade development status to beta manisenkov 2018-01-31 08:19:01 +01:00
  • 17d7f24825
    Merge pull request #1108 from manisenkov/pin-pytest-version Raphael Deem 2018-01-31 14:24:04 -08:00
  • f23c3da4ff Pin pytest version to 3.3.2 manisenkov 2018-01-31 22:58:48 +01:00
  • cabcf50fbe KeepAlive Timeout log level change to debug Arnulfo Solis 2018-01-30 11:26:15 +01:00
  • 8b23b5d389
    Merge pull request #1101 from SirEdvin/master Raphael Deem 2018-01-29 15:00:11 -08:00
  • 37eb2c1db6 Provide information about sanic-oauth extension SirEdvin 2018-01-27 10:28:53 +02:00
  • 9751a37343
    Merge pull request #1098 from shahinism/refactor/docker Eli Uriegas 2018-01-26 14:01:21 -08:00
  • ed3bdd3443
    Merge pull request #1100 from NyanKiyoshi/master Eli Uriegas 2018-01-26 13:56:52 -08:00
  • 285ad9bdc1
    No longer raising a missing parameter when value is null NyanKiyoshi 2018-01-26 21:13:43 +01:00
  • 16f5914c90
    Install Python 3.5 and 3.6 on docker container Shahin 2018-01-24 16:46:45 +03:30