Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Sanic Community Organization
Async Python 3.7+ web server/framework | Build fast. Run fast.
Collective -
Host: opensource -
https://opencollective.com/sanic-org
- Website: https://sanicframework.org
- Code: https://github.com/sanic-org
github.com/sanic-org/sanic - fc8b5f378a70cc2182fcb41dd6f61b85586d517e authored almost 7 years ago
github.com/sanic-org/sanic - d42cb7ddb3999bc0a769b811cc4e0bcb3ca6f4ec authored almost 7 years ago
github.com/sanic-org/sanic - 6454ac0944954431424bd854d1a99128af8fe6c9 authored almost 7 years ago
merge upstream master branch
github.com/sanic-org/sanic - 31cf83f10b3cc6e4254fc8358107db5dec27fa86 authored almost 7 years agoAllow streaming handlers in app.add_route()
github.com/sanic-org/sanic - cc84005593be824796fa9e67d7d7099f4798795f authored almost 7 years agogithub.com/sanic-org/sanic - 915d2732a1147c34664357b8c46b18746530f5d2 authored almost 7 years ago
use travis_retry on tox
github.com/sanic-org/sanic - 44bc47361e23b665d88d2751773f1c27ee85b127 authored almost 7 years agoUpgrade test client
github.com/sanic-org/sanic - 3619b07843da433deddd90b4b3702019995be235 authored almost 7 years agogithub.com/sanic-org/sanic - ad3f588c79e890633927fa32f147d6cd7074e241 authored almost 7 years ago
github.com/sanic-org/sanic - a2fc37121bbe3a9965b4d0e86220305064154f40 authored almost 7 years ago
add an necessary import for better understanding
github.com/sanic-org/sanic - 7f36d201232d89a30a110ce6c6910637f6bbd455 authored almost 7 years agogithub.com/sanic-org/sanic - d1a8e8b04248114247ca81a6ca095abb48e08ecf authored almost 7 years ago
github.com/sanic-org/sanic - c39ddd00d32ed1239017376fc0b14b377f99a84c authored almost 7 years ago
github.com/sanic-org/sanic - d55e453bd55f353bd8834c5cc3850d74684721c5 authored almost 7 years ago
exception.md code sample miss 'async' prefix
github.com/sanic-org/sanic - bffed27bdba524efb43ebc5990f2ffb1cae06510 authored almost 7 years agoMerge upstream master branch
github.com/sanic-org/sanic - fffcb158f1ee99aba141fbf58a4e8b3f6036318b authored almost 7 years agogithub.com/sanic-org/sanic - eca98a54ebfce65ed2412092af2a6fcb257c301a authored almost 7 years ago
github.com/sanic-org/sanic - 46ed2c52702b9bc85cd7fe6c2ecf8ff01523a5be authored almost 7 years ago
github.com/sanic-org/sanic - 23ea0b7ec9109df7a8f969d7dbae336d011ad0e7 authored almost 7 years ago
add `from sanic.response import redirect`
github.com/sanic-org/sanic - ef26cb283b2ffa418d607edf83dc22f9a45f6594 authored almost 7 years agosanic.handlers.ErrorHandler.response handler call was too restrictive
github.com/sanic-org/sanic - b8bb77eff637847084bad45fc2105ef7591d392c authored almost 7 years agogithub.com/sanic-org/sanic - 9c75ad3de1d08b2dc9f50c74e8a1b89f7ac628b7 authored almost 7 years ago
only install ujson and uvloop with cpython on non windows machines
github.com/sanic-org/sanic - 0b38dea6134a760a2138e37942bbacc55be0ed4a authored almost 7 years agoAdd auto reloading.
github.com/sanic-org/sanic - 7e4a9e3bc20d66a24cf93d6870e624d98ede65ea authored almost 7 years agoadd app.register_listener method
github.com/sanic-org/sanic - 36f12c822f4de7ea1b71fae009663c41192852d9 authored almost 7 years agoraw requires a bytes-like object
github.com/sanic-org/sanic - 0cbea0f5d3ae5c1485a7df5659c3dd55494fa016 authored almost 7 years agoraw requires a bytes-like object, or an object that implements __bytes__, not 'str'
github.com/sanic-org/sanic - e735fe54c3779c3b481a5213d745f792f3983e3f authored almost 7 years agogithub.com/sanic-org/sanic - e911e2e1dfea7bc3e24675a13c8f691a04ac2bb9 authored almost 7 years ago
github.com/sanic-org/sanic - 1d75f6c2be5aa2aa6ab94d682696beeb8cfe9229 authored almost 7 years ago
Fixed bug when passing a list into route decorator's host argument #1120
github.com/sanic-org/sanic - ad8a168469fa4d6020eacfdfc0a8bc0d9a10fa5f authored almost 7 years agoExpose WebSocket Param and Add Doc
github.com/sanic-org/sanic - 74fc5020895fba7a86b8be7414725a243f6205b9 authored almost 7 years agogithub.com/sanic-org/sanic - dfc2166d8bdff08c4124fea42728152d3b77df51 authored almost 7 years ago
github.com/sanic-org/sanic - 2b70346db4f021763ce35896fc2039a0264d39ff authored almost 7 years ago
github.com/sanic-org/sanic - 090df6f224b281a83e38003de7b8b7ccc486a486 authored almost 7 years ago
github.com/sanic-org/sanic - 745a1d6e94936b593fb5d93070a6e3d7c6eca800 authored almost 7 years ago
github.com/sanic-org/sanic - 0fe0796870fcb62551a979dc7bcf7b4c20e3e1c2 authored almost 7 years ago
merge from upstream sanic
github.com/sanic-org/sanic - 224b56bd3a884a3351a089ec92b7be9f3075610f authored almost 7 years agogithub.com/sanic-org/sanic - 571b5b544d2c9533f63beaee95550b4567fe218a authored almost 7 years ago
github.com/sanic-org/sanic - 220b40f7f443f1050cbf26c6bf7f2a58730470ff authored almost 7 years ago
causes a route to be added twice. One without the slash, the other with the
Setting strict_slash...
fixed bug in multipart/form-data parser
github.com/sanic-org/sanic - 6d37ef7256bf362d6ac4f12dcbc6381691916ed4 authored almost 7 years agogithub.com/sanic-org/sanic - e083224df1ee5d320dd1d2148e1c37bdbf00b9eb authored almost 7 years ago
github.com/sanic-org/sanic - 5ef567405fdf7ef476fb4683fd8e455d4f762db2 authored almost 7 years ago
Extend WebSocketProtocol arguments
github.com/sanic-org/sanic - ea2521f430f503345d9980f7085701ee1e2e0363 authored almost 7 years agogithub.com/sanic-org/sanic - 82cb182fe74cb56a21be8b27844d958c90274167 authored almost 7 years ago
KeepAlive Timeout log level change to debug
github.com/sanic-org/sanic - 3fe31ff551c7888249f6e1d19829f5f3b8f298bf authored almost 7 years agogithub.com/sanic-org/sanic - 48d45f1ca4a682487e57689f172f888ac646cfc2 authored almost 7 years ago
github.com/sanic-org/sanic - ddf2a604d1a9cfb30b89fdfb33f47ac56ba5e930 authored almost 7 years ago
Content Length header on 204 and 304 responses
github.com/sanic-org/sanic - 8b920d9d5683467b89fda2bd463656b1846a9059 authored almost 7 years agogithub.com/sanic-org/sanic - f2c0489452cd3bf2a5f2ba0af55f7346273e8e08 authored almost 7 years ago
github.com/sanic-org/sanic - f5a2d191993da337d499327459433de5073c8adb authored almost 7 years ago
github.com/sanic-org/sanic - 86fed12d913ee407ca35fb93a007e354d41d580f authored almost 7 years ago
github.com/sanic-org/sanic - 7ca3ad5d4cc25e16a45a98ec1eaa42d2eb4af6c2 authored almost 7 years ago
github.com/sanic-org/sanic - 1eecffce9726ccaa1d5b67c80ae6c59e2711e182 authored almost 7 years ago
A field name in the Content-Disposition header is required by the multipart/form-data spec. If o...
github.com/sanic-org/sanic - 5c341a2b00c2ef2f7898bcc1e0783c0f373e0421 authored almost 7 years agogithub.com/sanic-org/sanic - 0ab64e9803fbf2f82caa1c8e10115d4add376fbb authored almost 7 years ago
github.com/sanic-org/sanic - 27108334f149da51f931ddcf75d91283f24fe478 authored almost 7 years ago
github.com/sanic-org/sanic - 788253cbe8e2da5d0b5756885f74b49b00195363 authored almost 7 years ago
github.com/sanic-org/sanic - 4b6e89a5266ccf2e471252fc2e4a5ae4441d8fab authored almost 7 years ago
github.com/sanic-org/sanic - 68fd1b66b50e5a1ea6348570b9a31fac43ec8c8e authored almost 7 years ago
github.com/sanic-org/sanic - 580666694918e29fb5b09f2a46653ee29616051f authored almost 7 years ago
changed double quotes to single quotes to match the coding style
github.com/sanic-org/sanic - a76d8108fe519182e5972c702c94024ea3b2899f authored almost 7 years agogithub.com/sanic-org/sanic - 2135294e2ef30328cd514668bc3ce7bcde5f34ce authored almost 7 years ago
Sanic automatically assumes that a form field is a file if it has a content-type header, even th...
github.com/sanic-org/sanic - ed1c563d1fc610a9b4cc6dac4036c72e6c3b3916 authored almost 7 years agoUpgrade development status to beta
github.com/sanic-org/sanic - 74efa3a108046e0ce2b1e090402d986cbc64788a authored almost 7 years agogithub.com/sanic-org/sanic - 49c29e68622e41ce39d350b132609cefbb10121c authored almost 7 years ago
Pin pytest version to 3.3.2
github.com/sanic-org/sanic - 17d7f24825419fc0f85136b17cd1f57966ccaca0 authored almost 7 years agogithub.com/sanic-org/sanic - f23c3da4ff8919891417391aabae50a0d05e1459 authored almost 7 years ago
github.com/sanic-org/sanic - cabcf50fbe2a2c018c94062fc9e0bc4832fcc399 authored almost 7 years ago
Provide information about sanic-oauth extension
github.com/sanic-org/sanic - 8b23b5d3894e4ff15da886ab428866bbfe5c88e3 authored almost 7 years agogithub.com/sanic-org/sanic - 37eb2c1db681b8b7003e9d0a93edb1eaf55b6bca authored almost 7 years ago
Install Python 3.5 and 3.6 on docker container
github.com/sanic-org/sanic - 9751a373439848548577203e34ca18d81e1509bb authored almost 7 years agoNo longer raising a missing parameter when value is null
github.com/sanic-org/sanic - ed3bdd34433d447b30f75dfa70e467a704d7297b authored almost 7 years agoWhen passing a null value as parameter (ex.: 0, None or False), Sanic said "Error: Required para...
github.com/sanic-org/sanic - 285ad9bdc123cdc83480441d86ae9a3e083b17e7 authored almost 7 years agoTo cover all supported versions of Python using Tox
github.com/sanic-org/sanic - 16f5914c908f5de671bac0810f694ad801c8f545 authored about 7 years agoupdate class_based_views
github.com/sanic-org/sanic - 72d56a89a2bdd077d613881af4dda1041f5c19ff authored about 7 years agoAdd parameter check
github.com/sanic-org/sanic - 1135c8c1b1cf9fa3493fac88e2488f5398ed9991 authored about 7 years agogithub.com/sanic-org/sanic - ec4339bd47659df6e3dcab3c5e75f31ec5d5cad7 authored about 7 years ago
github.com/sanic-org/sanic - 6c0fbef843c52b9848a46ec64bc2e6a070294237 authored about 7 years ago
github.com/sanic-org/sanic - 040c85a43b7d6b09121b32a90056efd154d15f87 authored about 7 years ago
Typo in readme?
github.com/sanic-org/sanic - 420554c73791017e8a78cfabdb791c213b509281 authored about 7 years agogithub.com/sanic-org/sanic-openapi - 3e0d847daa4baf2bbcbbae77f0926cff90e02ccb authored about 7 years ago
github.com/sanic-org/sanic - f20b854dd2ed7998b4832dee388dcb6570b686e1 authored about 7 years ago
github.com/sanic-org/sanic - 3844cec7a4dc8cf436e001c49ee4269842a6f250 authored about 7 years ago
Update
github.com/sanic-org/sanic - 0db49f752061308bdba1934cd154cdde33b22c0f authored about 7 years agogithub.com/sanic-org/sanic - f8dedcaa1e2120d511766c63946690716ced335e authored about 7 years ago
github.com/sanic-org/sanic-openapi - 5b02093ad5812b84466137683659ec545fbd9d18 authored about 7 years ago
github.com/sanic-org/sanic-openapi - 0e3ed5891af199657ae6e70c92ae3be5ddc919e9 authored about 7 years ago
github.com/sanic-org/sanic-openapi - 4aafddef9b6467046dae3cdf8909c038463b3905 authored about 7 years ago
github.com/sanic-org/sanic-openapi - b92b7092adc620c6c05524ab13c17a098698b506 authored about 7 years ago
github.com/sanic-org/sanic-openapi - 1d8ad661f2dc73eff957a43290ea273a90aafa7d authored about 7 years ago
github.com/sanic-org/sanic-openapi - f5c738a91e44b939398f75bf9cc2077cb7ed4250 authored about 7 years ago
github.com/sanic-org/sanic-openapi - 042ea839d4966b3fe8d53bcc23152a9a72d70b37 authored about 7 years ago
This reverts commit ba1dbacd352845b107c227b1470506a2bc57760c.
github.com/sanic-org/sanic - f8b1122467b32a083b714627eb24ed6bc8a708f4 authored about 7 years agoPatch signal handling
github.com/sanic-org/sanic - f3bf5e9a5c0191f7aab7d2b2a39190dbd2a52a07 authored about 7 years agogithub.com/sanic-org/sanic-openapi - 703ba8c62f48246a50ed28a4ef3ffda636570eb1 authored about 7 years ago
github.com/sanic-org/sanic-openapi - 786d006ec6b747fe84e6160f2ae8cb3cba9b3735 authored about 7 years ago
github.com/sanic-org/sanic - ba1dbacd352845b107c227b1470506a2bc57760c authored about 7 years ago
github.com/sanic-org/sanic - 4036f1c1211910d84fab848d9550652d7df767fe authored about 7 years ago
Add support for blueprint groups and nesting
github.com/sanic-org/sanic - 22ad697d1fb5b8bfadbc6e0ad96b2b53912dca53 authored about 7 years ago