Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/sanic-org/sanic
Accelerate your web app development | Build fast. Run fast.
https://github.com/sanic-org/sanic
Fix build time
21ebf6d7772365c6e621a1c2a0729a2a9df86e8a authored over 5 years agoa2dbbb25a1dac04215d318f2147adce37f89671d authored over 5 years ago
2a64dabe82da02136377339b92d7f9de187db746 authored over 5 years ago
046ca6eaf13545ad52098e26425c4ef267429222 authored over 5 years ago
3661afa4614aac0a2c605a22204159bada0ff65d authored over 5 years ago
Add conda install and download stats
12f19853756b21308cf7fb386057a9705b971d1d authored over 5 years agobb800c9db852cbdcb48e3ff4c309669cddd504f6 authored over 5 years ago
262048df9599c9aff8ee8d8ad677fb0b41861c31 authored over 5 years ago
Remove Python 3.5 references in docs
9255eb6902718c45cf6b7e14d3d37f9c39e8a42a authored over 5 years agoAdd stale to repo
56d386f152dd6784c39aa24067830dce341d963a authored over 5 years ago193dbe89cd31aefcbff7f9b4fd06c722d64371a4 authored over 5 years ago
601e158ffe99fd3dae06a3f0c408bbd937348173 authored over 5 years ago
Added documentation for missed arguments
42b9fa3779f4ad481416db6b9803d321605fdd42 authored over 5 years ago4767a67acd61f1225b8e812a16e477a6c5f127db authored over 5 years ago
4c8cc84b64633ab9556ddefc25c3b61efc1b499b authored over 5 years ago
c5efc4b64b417b758911fed1b44b43a64fad821a authored over 5 years ago
deprecation: deprecate the use of remove_route
25e2151fdfa13f1f185b2de3fff5bf40196e5f4f authored almost 6 years agominor: fix readthedoc build
cb10e261a20783184c2356397db4ac7d92c170ee authored almost 6 years agobd89c7f2692f376ea27df7068630261c33183cd0 authored almost 6 years ago
d4ef151cc45e3a338f2e2ae56e29d75096231024 authored almost 6 years ago
developer guide enhancements.
669cfa33df8c5bc76b9d93eb26664c70b931d2f4 authored almost 6 years ago1564 - Moving `processes` variable intialization before `sig_handler`.
f70ab2f68a326b34f761328d0bc9d1296bb15a77 authored almost 6 years ago900020ddc9a3173416131ebb974c183d7ccd57d8 authored almost 6 years ago
ec428135ce6251e860da672f7fa9105e2fb89c44 authored almost 6 years ago
8e2a1a61a5986a5ba0c10f272884f72ce08faa14 authored almost 6 years ago
5fb8f5d3e70619417db17db8e9d7ef130f44c08a authored almost 6 years ago
c68523150f6c16f25bf79a76830ce8851d99aee8 authored almost 6 years ago
Testing client
ae2b8f00562b7bd04a6942406c874c5c6c14182e authored almost 6 years agoAllow to disable Transfer-Encoding: chunked
ef6d78c580ed4f3410e029ed514d2d5ee3380ce3 authored almost 6 years ago
Update all tests to be compatible with requests-async
Cleanup testing client changes with black ...
7d6e60ab7dbe2ab92a451cf75bb8ca0a4eb69efb authored almost 6 years ago
9615e37ef9e2f6a13a9925974b0b701c9b03ef29 authored almost 6 years ago
6be12ba7739b061ab9ec1c5bf80d15cdde03a438 authored almost 6 years ago
03855d316ba9b454f3cb2c23cb5f2f5f3f4221f8 authored almost 6 years ago
9f07109616abac730376a9d32aef533dc45e7bce authored almost 6 years ago
Fix graceful shutdown
6a4a3f617fdbe1d3ee8bdc9d1b12ad2d0b34acdd authored almost 6 years agoAdd pytest-benchmark to tests_require
f32c9be41f0146051287e5530ac0ba671379a9a6 authored almost 6 years agod83d829e0a2b5110094a4dced8bbfd7586983827 authored almost 6 years ago
99e56ef74b288ef84bfe92276ac477d17f8c55a4 authored almost 6 years ago
df2369280246b98b06d4f7544b4c295867919453 authored almost 6 years ago
b68a7fe7ae1a6abcce890aaeec77c2915f1220dd authored almost 6 years ago
* Add options to control the behavior of Request.remote_addr
* Update tests for Request.remot...
5c9ba189bc530b557044370f1d4548f3bf94f3ad authored almost 6 years agoFix #1551 add missing parameter in create_server
5631a3109911fbe946cfb2a86999fc199530d12a authored almost 6 years agof4bc0efc319791ee9e62c254543e3629c08b3e15 authored almost 6 years ago
* assign app before handle_request so that request.app could be used in case of connection timeo...
53f45810ffd38969cd9a24ad9d428ff1dee44378 authored almost 6 years agoFixed a docstring typo and simplified code a little
d58151a0ebca6d092805c477de5e92069834d006 authored almost 6 years agode582d2fc70d6f4f27f09ea01246ae7bc58df3d8 authored almost 6 years ago
653ac7ee1421fbd0135ff4e68736b7320c4fcdb5 authored almost 6 years ago
* Drop dependency on distutils
While distutils is part of stdlib, it feels odd to use distuti...
0b4769289a4219d3e188d89801f51301634aa2a2 authored almost 6 years ago3bedb223fcb76b9c1bdd64b2ab529d5b921af852 authored almost 6 years ago
stop number route accepting excess '.'s
94a1720e047acbc83b8bc26b78b7ef6924adbe7a authored almost 6 years agoFix some typos in docs
d0c88083402f13d0d171cbbe2e14de7f4344bc02 authored almost 6 years agodd32d817267707c8c95e1919a111c9d5de9b4d5d authored almost 6 years ago
378a732968d6039304c63baa667f8ea0f7c42e3b authored almost 6 years ago
We stop getting:
ValueError: could not convert string to float: '12.34.56'
when passing 12...
b2e82685b410d7064ca048130e92183d4cfa4104 authored almost 6 years ago566940e0527021ac10420ffa00587c1e54d20bdb authored almost 6 years ago
Bump version to 19.03.1
dab802fbf416aad5f91cbb813fad23c317f0bf13 authored almost 6 years ago
Couldn't delete the release on github so we go with the next best thing
which is to just bump th...
Update PyPI credentials
669e2ed5b0973820b81cf10f001a9c12fdb2a142 authored almost 6 years agoBump version to 19.03.0
783eb1a6e8f80477c4413343083943320b090a50 authored almost 6 years ago9b9599b12f092c2a86525760a825b27a4ecb0cad authored almost 6 years ago
Signed-off-by: Eli Uriegas <[email protected]>
6ed0d3def75dff735470154fe8528ec77f3f3e81 authored almost 6 years agoc42731a55ca4ce095348353204639e36e714a9be authored almost 6 years ago
* fix typo
* args to kwargs
abf8534ea96dbe77445503a98c5f4b1949c64acf authored almost 6 years ago773a66bc5bdf896b5d17835e41dea0ae2b5864c3 authored almost 6 years ago
Signed-off-by: Harsha Narayana <[email protected]>
269100eac16dacfe0aea63258cbe4f5e875d5b6b authored almost 6 years ago* add Request.not_grouped_args, deprecation warning Request.raw_args
* add 1 more test for co...
2a15583b87b441ffa7b386c5104705a8c1f65668 authored almost 6 years agob534df242be4945854a43ddb60ad220d03ffbcbc authored almost 6 years ago
734730640aaae6b971f6d359b022767b0d075850 authored almost 6 years ago
bee7cfa6aa7cbfe783452110b4597da13dc877d5 authored almost 6 years ago
d5813152ab4ce978250a42717aeafa66332badaa authored almost 6 years ago
eacf78b83c2d930ae24fe3b2683b847496a8b8ee authored almost 6 years ago
* enable blueprint group middleware support
This commit will enable the users to implement a ...
348964fe12ad4f66f05ab457206727fea719d0c3 authored almost 6 years agoe5c7589fc057ec2900ecca68110e6b4d2169eae2 authored almost 6 years ago
42605286456c4a61bc2c4423a1415c3943e121bc authored almost 6 years ago
* feat: add benchmark tester for route resolution and cleanup test warnings
Signed-off-by: Ha...
34fe26e51bc13cd41d58e627ba264012640c76fc authored almost 6 years ago* suport filename length is 0
* 1. suport filename length is zero for multipart/form-data.
2...
Fix python version in doc build
52deebaf65ab48d5fbfa92607f22d96ee1bdb7a7 authored almost 6 years ago1e05b22fbc6b2fd5877b5693a81fb1e1d6511618 authored almost 6 years ago
Added "databases"
ab56af5d15c1518abd79dc66ef82bbac4046ed94 authored almost 6 years agoAdds https://github.com/encode/databases to the "Database Integration" section.
123f00eee6f8128d79de1c56714a4c6fb4119e00 authored almost 6 years agohttps://github.com/Sniedes722/Sanic-OAuth (Sanic-OAuth: OAuth Library for connecting to & creat...
42bf103269f9175624f4735d1729b58a0e9493bd authored about 6 years agoc8d2a462e38daa48d0bd66b62d2c5a59ec72573a authored about 6 years ago
* Enforce Datetime Type for Expires on Set-Cookie
* Fix lint issues
* Format code and impr...
08794ae1cfb0eadc000fbdbd1f3185eeb8965125 authored about 6 years ago4f70dba9354a3f1ed91d4d6dd1aadc13ebb5f21e authored about 6 years ago
* sanic#1480 Allow negative int/number
* Rerun ``make beautify`` on this change.
b926a2c9b0da0b5a66295c68d17412d13275cbff authored about 6 years ago* Fix #1454
* Update doc
* Fix F632 in response.py
52bdd1d5a2da34484026c9776e0ae1dcb44803e0 authored about 6 years agoUpgrade setuptools version and use native docutils in doc build
bc7d0f0da57e6b0d6c7d57ca3bb9d0dda66a7199 authored about 6 years ago6a8e9c9e95e005a7a996d9a209568402a99c52cd authored about 6 years ago
211a922f3c8aa3196c22f2f6c8f2482026297dba authored about 6 years ago
Remove unwanted None check for __repr__ in `Request` class
2758a3ade6d05a5456c3b8522f092a8226d9c52e authored about 6 years agoFix grammar in README.md
ef3c9eae73a8e7ac3294d207b505c3297a9f9ddd authored about 6 years agomake Sanic.create_server return an asyncio.Server
9cf2e1b5196f5ac775e3c5c4914fa6f9ac9fad19 authored about 6 years ago51c2f7a5994fc94693a778ff9cd17a99f70d17cb authored about 6 years ago
> It allows usage the async and await syntax
Doesn't make sense.
5bdd046b11585b38cc8931ee32788a1d5e1fcfa6 authored about 6 years ago95526a82de445b97062ba3e9faa9fe375cfb1fc2 authored about 6 years ago
af7ad0a6212f2c8c7414f980107498c20b6728fb authored about 6 years ago
1473753d43b4a5b4548ae827bcaeeaf2e6ca4208 authored about 6 years ago
b36bd218133c1008a33f8668adc9b11046c2cb5e authored about 6 years ago
f8f0241c271277cdf4a45b38fb6686217285a30a authored about 6 years ago