Commit Graph

  • caa1b4d69b Fix dangling comma in arguments list for HTTPResponse in response.empty() (#1761) Ashley Sommer 2020-01-11 13:58:01 +10:00
  • 865536c5c4 Simplify status code to text lookup (#1738) Liran Nuna 2020-01-10 06:43:44 -08:00
  • 784d5cce52
    Merge pull request #1755 from Lagicrus/empty-response Eli Uriegas 2020-01-04 19:15:24 -08:00
  • 0fd08c6114 Update response.rst Lagicrus 2020-01-04 21:26:03 +00:00
  • cd779b6e4f Update response.rst Lagicrus 2020-01-04 19:51:50 +00:00
  • 3430907046 fix 1748 : Drop DeprecationWarning in python 3.8 (#1750) 好风 2020-01-04 12:20:42 +08:00
  • 2f776eba85
    Release v19.12.0 (#1747) Eli Uriegas 2020-01-03 11:50:33 -08:00
  • b9cd2ed1f1
    Merge pull request #1751 from huge-success/master Adam Hopkins 2020-01-02 23:45:08 +02:00
  • bb9ff7cec1 Set version v19.12.2 Adam Hopkins 2020-01-02 23:31:30 +02:00
  • 850b63f642
    Merge pull request #1743 from eric-nieuwland/master v19.12.1 Adam Hopkins 2020-01-02 23:17:35 +02:00
  • a9c669f17b
    Forgotten slot Eric Nieuwland 2019-12-28 15:21:27 +01:00
  • 075affec23
    Release v19.12.0 (#1740) Stephen Sadowski 2019-12-27 07:10:46 -06:00
  • 3411a12c40 Pipfile crud removed v19.12.0 Stephen Sadowski 2019-12-26 18:50:52 -06:00
  • 28899356c8 Bumping up version from 19.12.0 to 19.12.0 Stephen Sadowski 2019-12-26 18:47:56 -06:00
  • 2b5f8d20de ci: Add python nightlies to test matrix (#1710) Eli Uriegas 2019-12-25 16:50:31 -08:00
  • 243f240e5f Add RFC labels to stale exclusion list (#1737) Adam Hopkins 2019-12-24 01:31:33 +02:00
  • 0a25868a86 HTTP1 header formatting moved to headers.format_headers and rewritten. (#1669) L. Kärkkäinen 2019-12-24 01:30:45 +02:00
  • fccbc1adc4 Allow empty body without Content-Type; Introduce response.empty() (#1736) Liran Nuna 2019-12-23 12:16:53 -08:00
  • 3f6a978328 Swap out requests-async for httpx (#1728) Adam Hopkins 2019-12-21 05:23:52 +02:00
  • a6077a1790 GIT-37: fix blueprint middleware application (#1690) Harsha Narayana 2019-12-20 21:31:05 +05:30
  • 179a07942e
    Merge pull request #1734 from seemethere/testing_host Eli Uriegas 2019-12-18 16:50:59 -08:00
  • c3aed01096
    testing: Add host argument to SanicTestClient Eli Uriegas 2019-12-18 16:02:33 -08:00
  • 028778ed56 Fix #1714 (#1716) 7 2019-12-16 07:46:18 -08:00
  • 2d72874b0b Add return type to Sanic.create_server for type hinting and docs (#1724) Adam Bannister 2019-12-12 17:25:13 +01:00
  • 4c45d30400 FIX: invalid rst syntax (#1727) Seonghyeon Kim 2019-12-13 01:24:11 +09:00
  • ecbe5c839f pass request_buffer_queue_size argument to HttpProtocol (#1717) Junyeong Jeong 2019-11-22 00:33:50 +09:00
  • ed1f367a8a Reduce nesting for the sample authentication decorator (#1715) Vinícius Dantas 2019-11-14 17:57:41 -03:00
  • a4185a0ba7 Doc rework (#1698) Lagicrus 2019-11-14 20:11:38 +00:00
  • e81a8ce073 fix SERVER_NAME enforcement in url_for and request.args documentation (#1708) Harsha Narayana 2019-11-01 23:02:49 +05:30
  • e506c89304 deprecate None value support for app name (#1705) Harsha Narayana 2019-10-23 21:42:20 +05:30
  • fcdc9c83c5 Add 'python_requires' key to setup.py (#1701) Bruno Oliveira 2019-10-15 01:17:05 -03:00
  • be0d539746 19.9.0 release (#1699) v19.9.0 7 2019-10-12 07:54:47 -07:00
  • 4f9739ed2c Update helpers.py (#1693) Lagicrus 2019-10-09 00:29:03 +01:00
  • 0df37fa653 Update websocket.rst (#1694) Lagicrus 2019-10-09 00:28:09 +01:00
  • 3e932505b0
    Bump up pytest version for fixing ci build (#1689) Eli Uriegas 2019-10-08 14:32:38 -07:00
  • 01be691936 misc: bump up pytest version for fixing ci build Yun Xu 2019-10-07 11:41:44 -07:00
  • 134c414fe5 Support websockets 8.x as well as 7.x (#1687) Simon 2019-10-02 07:03:10 +01:00
  • c54a8b10bb Implement dict-like API on request objects for custom data. (#1666) L. Kärkkäinen 2019-09-27 00:11:31 +03:00
  • 6fc3381229 Add a type checking pipeline (#1682) Vinícius Dantas 2019-09-22 17:55:36 -03:00
  • 927c0e082e Fix tests for multiprocessing pickle app and pickle blueprint (#1680) Ashley Sommer 2019-09-19 03:22:24 +10:00
  • 7674e917e4 Fixes "after_server_start" when using return_asyncio_server. (#1676) Ashley Sommer 2019-09-17 03:59:16 +10:00
  • e13f42c17b Fix docstring style in Sanic.register_listener (#1678) ku-mu 2019-09-17 02:27:22 +09:00
  • b7d4121586 Update static_files.md (#1672) Lagicrus 2019-09-11 22:37:14 +01:00
  • fbcd4b9767 Sanic does not support Python 3.5 and won't need this code. (#1670) L. Kärkkäinen 2019-09-09 00:08:34 +03:00
  • 17c5e28727
    Merge pull request #1665 from snguyenthanh/fix-changelog-link 7 2019-09-06 11:07:41 -07:00
  • e62b29ca44 Fix link to CHANGELOG in README.rst Son 2019-09-02 21:51:45 +08:00
  • 1e4b1c4d1a Forwarded headers and otherwise improved proxy handling (#1638) L. Kärkkäinen 2019-09-02 16:50:56 +03:00
  • ae91852cd5 check for already set asyncio event loop policy (#1637) Subham Roy 2019-08-28 22:00:23 +05:30
  • 2011f3a0b2 PEP 594 has cgi module scheduled for deprecation in Python 3.8 (#1649) L. Kärkkäinen 2019-08-27 16:30:23 +03:00
  • 228a31ee0a
    Merge pull request #1657 from huge-success/release-19.6.3 v19.6.3 7 2019-08-21 23:00:51 -07:00
  • 8bf2bdff74 Bumping up version from 19.6.2 to 19.6.3 Yun Xu 2019-08-20 18:51:17 -07:00
  • 41862eca61
    Merge pull request #1654 from huge-success/asgi-content-type 7 2019-08-13 12:30:40 -07:00
  • 21307b397b release: 19.6.3 Yun Xu 2019-08-13 10:03:08 -07:00
  • 3f9c94ba4a
    Merge pull request #1635 from huge-success/upgrade-websockets 7 2019-08-12 10:48:56 -07:00
  • aa270d3ac2 Add content-type headers in response in ASGI mode Adam Hopkins 2019-08-11 11:27:59 +03:00
  • a15d9552c4
    Merge pull request #1632 from harshanarayana/feature/GIT-1631-Enable_Towncrier 7 2019-08-06 08:33:10 -07:00
  • 2363c0653e
    Merge pull request #1640 from Tronic/sockaddrfix 7 2019-07-25 00:10:56 -07:00
  • 651c98d19a
    fix: #1631: add ignore file to ensure empty changelog dir is retained Harsha Narayana 2019-07-24 05:39:20 +05:30
  • c1a7e0e3cd
    feat: #1631: enable change log as part of release script Harsha Narayana 2019-07-24 05:12:18 +05:30
  • 80b32d0c71
    feat: #1631: enable make command to support settings up release Harsha Narayana 2019-07-24 05:03:04 +05:30
  • 3842eb36fd
    fix: #1631: fix pyproject toml indentation Harsha Narayana 2019-07-24 04:28:11 +05:30
  • 7c7bedfa5d Fix server crash on request.server_port when bound to IPv6. L. Kärkkäinen 2019-07-22 15:25:21 +03:00
  • 5dafa9a170 bugfix: replace CIMultiDict with compat.Header in all places Yun Xu 2019-07-18 20:11:25 -07:00
  • b397637bb9 bugfix: fix incompatible api between multidict and websockets, and bump up websockets version to match uvicorn Yun Xu 2019-07-18 19:57:17 -07:00
  • 95a0b2db2c
    fix: #1631: move pyproject.toml to avoid PEP 517 conflict Harsha Narayana 2019-07-14 14:17:38 +05:30
  • 83864f890a
    fix: #1631: add common contribution guidelines and towncrier detail to contribution guides Harsha Narayana 2019-07-13 14:10:41 +05:30
  • a019ff61e3
    fix: #1631: linter fix and tox platform selector Harsha Narayana 2019-07-13 13:29:17 +05:30
  • b3ada6308b
    fix: #1631: add doc test for travis CI Harsha Narayana 2019-07-13 13:20:13 +05:30
  • 4e50295bf0
    fix: #1631: add tox test support for documentation Harsha Narayana 2019-07-13 13:00:37 +05:30
  • 32eb8abb63
    fix: #1631: add towncrier support and fix documentation warnings Harsha Narayana 2019-07-13 12:52:41 +05:30
  • 84b41123f2
    Merge pull request #1625 from harshanarayana/fix/GIT-1623-Cookie_Handling 7 2019-07-10 21:35:35 -07:00
  • 23f2d33394
    fix: GIT-1623: fix dict initalization for empty case Harsha Narayana 2019-07-11 06:38:55 +05:30
  • 97f288a534
    fix: GIT-1623: handle cookie duplication and serialization issue Harsha Narayana 2019-07-08 13:03:33 +05:30
  • 68d5039c5f
    Merge pull request #1624 from huge-success/release-19-6-2 v19.6.2 Adam Hopkins 2019-07-07 05:04:23 +03:00
  • 9d07988d75 19.6.2 release Yun Xu 2019-07-06 18:05:44 -07:00
  • 1eaa2e3a5f
    Merge pull request #1614 from huge-success/asgi-custom-request v19.6.1 7 2019-07-06 11:47:58 -07:00
  • c7f2399ded remove commented code Yun Xu 2019-07-06 11:34:22 -07:00
  • 650ab61c2e
    Merge pull request #1619 from huge-success/abc-fix 7 2019-07-04 15:07:53 -07:00
  • b7df86e7dd Updated routing docs (#1620) Lagicrus 2019-07-04 13:14:10 +01:00
  • 72b445621b Respect X-Forward-* headers and generate correct URLs in url_for (#1465) BananaWanted 2019-07-04 20:13:43 +08:00
  • ba0e9baffa Resolve deprecation notice for import of an ABC from collections module Adam Hopkins 2019-07-03 09:39:38 +03:00
  • 503622438a
    Merge pull request #1617 from newAM/patch-2 Adam Hopkins 2019-07-01 09:37:40 +03:00
  • d5e9aae425
    Fix a minor typo in websocket.rst. Alex 2019-06-30 22:11:02 -07:00
  • a2666a2b8a Add custom request support to ASGI mode; fix a couple tests Adam Hopkins 2019-06-24 22:49:11 +03:00
  • 966b05b47e
    Merge pull request #1612 from c-goosen/bandit_security_static_analysis 7 2019-06-24 10:05:20 -07:00
  • 78fe97b9cb Add bandit code static analyzer for security, some false positives removed with #nosec. Christo Goosen 2019-06-23 23:20:00 +02:00
  • d2094fed38
    Merge pull request #1607 from huge-success/doc-changelog 7 2019-06-21 09:42:12 -07:00
  • e2d65ba57c fix readthedoc changelog page Yun Xu 2019-06-20 22:35:47 -07:00
  • c9d8ab4b27 release: add 19.6.0 standard release changelog Yun Xu 2019-06-20 22:35:26 -07:00
  • 891f99d71d
    Merge pull request #1475 from tomchristie/asgi-refactor-attempt v19.6.0 7 2019-06-20 16:33:44 -07:00
  • 3f47fa9f99 Specify websockets version Adam Hopkins 2019-06-19 00:40:44 +03:00
  • b1c23fdbaa Increase testing coverage for ASGI Adam Hopkins 2019-06-19 00:15:41 +03:00
  • 62e0e5b9ec Increase testing coverage for ASGI Adam Hopkins 2019-06-19 00:15:41 +03:00
  • fb61834a2e Add ASGI documentation Adam Hopkins 2019-06-18 09:57:42 +03:00
  • 8fbbe94fe1
    Merge pull request #1436 from jotagesales/config_from_object_string 7 2019-06-16 16:58:43 -07:00
  • ab706dda7d Resolve linting issues with imports Adam Hopkins 2019-06-11 11:21:37 +03:00
  • b2d4132a14
    Merge branch 'master' into asgi-refactor-attempt Adam Hopkins 2019-06-11 11:11:32 +03:00
  • 322cf89c92
    Merge pull request #1605 from GTedHa/fix_typo/request_data_md 7 2019-06-10 20:20:12 -07:00
  • 09acd64ba1 Fix typo in request_data.md, docs. G.Ted 2019-06-11 11:09:29 +09:00
  • 072fcfe03e
    Fix #1587: add support for handling Expect Header (#1600) Eli Uriegas 2019-06-10 14:45:37 -07:00