Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Falcon
The Bare-Metal Python Web Framework
Collective -
Host: opensource -
https://opencollective.com/falcon
- Website: https://falconframework.org
- Code: https://github.com/falconry/falcon
As of version 0.1.4, req.get_param() no longer accepts a "default"
parameter. Instead, callers a...
This patch adds a test to prove that routing is done correctly in the basis
case.
github.com/falconry/falcon - 49811df0e28d47f1923714b0a6640c67b2b4a1f2 authored over 11 years ago by kgriffs <[email protected]>
This patch adds an optional 'store' method argument to
req.get_param and friends. This makes it ...
This was done to reduce download time for folks browsing to the rendered
version of README.md.
Python 3 was just shy of 100%. Getting it up there required some slight
modifications to the way...
This script was accidentally ommitted in a previous commit.
github.com/falconry/falcon - dc423d998079146efc77e7caea5abc726b15944f authored over 11 years ago by kgriffs <[email protected]>
This change makes it easier to reuse that code within Falcon, as well
as making the function ava...
Closes #127
github.com/falconry/falcon - f376177a6f5873227e65373e39ecc3af2ca77125 authored over 11 years ago by kgriffs <[email protected]>
This fix changes the way HTTPError details are serialized to JSON so
that Unicode strings are pr...
This patch adds an optional 'store' method argument to
req.get_param and friends. This makes it ...
This patch removes an unused wildcard import in http_error. It also removes
wildcard imports in ...
As of version 0.1.4, req.get_param() no longer accepts a "default"
parameter. Instead, callers a...
This patch adds a test to prove that routing is done correctly in the basis
case.
github.com/falconry/falcon - 14a60277fc17fb4ce4216fe18c12d53ebee38075 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 217da1bea863775fdef01f17cf256e156630c5da authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 583ebad67cdcab0cca04aa6e7f51ed419d3d13e0 authored over 11 years ago by Ashutosh Das <[email protected]>
This was done to reduce download time for folks browsing to the rendered
version of README.md.
github.com/falconry/falcon - 5dc579db21e19f2666dc0907059834458c3a628e authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - ee673c179db024eccf722db7c5d9f8a8765fa1f9 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 3b65897b4f025674aeec2657b00bc10558b3c2c3 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - fde08eecfec97119dc30ceb2cb3965e145dcaa52 authored over 11 years ago by kgriffs <[email protected]>
Python 3 was just shy of 100%. Getting it up there required some slight
modifications to the way...
This script was accidentally ommitted in a previous commit.
github.com/falconry/falcon - aa2fdb10d9f50f81905a2e059ad10a45244d8834 authored over 11 years ago by kgriffs <[email protected]>github.com/falconry/falcon - 8ccea8d5b8a10b4872cb4cc3414e004d4b15d4bf authored over 11 years ago by kgriffs <[email protected]>
This patch turns on 100% coverage across all environments, and posts those
results to Coveralls....
github.com/falconry/falcon - 65b303aa3e757e6648d3dc206a3ecffdbc80810a authored over 11 years ago by kgriffs <[email protected]>
Now the routes must starts with a slash (/) and contains no double
slashes (//).
BREAKING CHANG...
github.com/falconry/falcon - eabb8981bc7e205854dcb9deb555926a1f6a11e4 authored over 11 years ago by Zhihao Yuan <[email protected]>docs: Show a use of the typed get_param in README.
github.com/falconry/falcon - 382238deed04488b9a6373e5eea204378ac42f5f authored over 11 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - a4e03cf9b0e259faf7085d9f75de8b42a969d24d authored over 11 years ago by Zhihao Yuan <[email protected]>
github.com/falconry/falcon - 1534ce723d995dd230d2509eeea016d08d85636e authored over 11 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 3eddeb2f427c7fe9596f57a3a845f533fe06fe77 authored over 11 years ago by kgriffs <[email protected]>
This patch moves the benchmark folder down a level (under falcon/), and
cleans it up a bit. Ther...
github.com/falconry/falcon - d34f01b9785a4306d1e9e5125248fefe2324255f authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 9013738071f88d7755f47ebaf5d476042af51d03 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - d9a336af2e4341b7759cb14268822f945345502f authored over 11 years ago by kgriffs <[email protected]>
In keeping with the spirit of abstracting away trailing slashes in routes,
this patch also strip...
github.com/falconry/falcon - cdd8151a08bca8b6fd873bb947b651e0747fc401 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 4d33abd2aabc56e52bac3600c4af74f553c3c046 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - f6b15cd9f5c2df511f758c3cc0b510839a760b68 authored over 11 years ago by kgriffs <[email protected]>
BREAKING CHANGE: req.date now returns a datetime instance rather than a
string, and will raise H...
github.com/falconry/falcon - 7d121fd79d7ce80152ed0bd9f83bf2a0cbf40586 authored over 11 years ago by kgriffs <[email protected]>
This patch makes it easy to validate integer parameters.
Closes #103
github.com/falconry/falcon - d85cfc0b5943f754cb37221d83eed3d990143384 authored over 11 years ago by kgriffs <[email protected]>
This patch adds falcon.to_query_str(params) to make it fast and easy to
create query strings bas...
github.com/falconry/falcon - 050da2550f5bb808c3dcda22881a60d7196e33b7 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 04f955aae5e4e818320a26e2f7fd5f29d1cff33d authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 754391205eef807716b06aa62e87a3ec256572cc authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 134b0eaf51dac459aa93d1117b8d6df624f29681 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 4d0ce8555170bbad4703a57ac35fade0ad9d3ae8 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - cbfad567f8cfc084999e764c1589e4fbb46cbc97 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - a6a4f132f43d2993ea6cfd669d8d060c7429e5ec authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 0bcd6dd620fa9a05fc87a36e8314b9ad2f6080d0 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 5cd4eec63477576c0c9467111c73614539debe3b authored over 11 years ago by kgriffs <[email protected]>
This new function will test for param values in ['true', 'false'] and convert
to a Python boolea...
Fixes #97
github.com/falconry/falcon - 31fdaaacb37b1f62de0d872f91750bbed1d08992 authored over 11 years ago by kgriffs <[email protected]>
This commit adds a new, optional param to Request.get_params_as_list(...)
called "transform". Th...
This change introduces Request.relative_uri since it is common for apps to
use relative URIs for...
github.com/falconry/falcon - 75598062efbee122fdc1e62d941e8bf7246fe213 authored over 11 years ago by kgriffs <[email protected]>
This patch updates several helper properties and methods on the Request
object to raise HTTPBadR...
This patch updates several helper properties and methods on the Request
object to raise HTTPBadR...
github.com/falconry/falcon - 5af3c3ebb2d748a1c3917be2942ccc8ce8e0f296 authored over 11 years ago by kgriffs <[email protected]>
Also updated werkzeug test to query account_id value.
github.com/falconry/falcon - 8e541fdb1d0a89d5657333d5fcfc143926efdae4 authored over 11 years ago by kgriffs <[email protected]>Note: Also converted some attributes to properties for lazy eval
github.com/falconry/falcon - 3eef795b1b6e15d4e85ef8fb638d7a4f1fb0b39f authored over 11 years ago by kgriffs <[email protected]>
If a URI template defines fields that do not have corresponding args in a
given resource's on_* ...
If a URI template defines fields that do not have corresponding args in a
given resource's on_* ...
github.com/falconry/falcon - 35b41d70213c6ca844e1ef4afb2cf23bde17dd84 authored almost 12 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - d93af7f6e4f5e8aba384a914ec70ac2478c214fd authored almost 12 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 6cdf0198c0186ab5561ea32238a7002a81d05578 authored almost 12 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 6fe28fb1b233fecd39ce9401e584f46e798ee055 authored almost 12 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 1f9e0f40469ea3e75f09e33387d05bafc86135c9 authored almost 12 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - a765578f05c955f541844a56214c0b85e5d7b9ac authored almost 12 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 670cd84f9d6834b9948f7188e88da9945515567e authored almost 12 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 10e4e9d8d9fe5b0cbad5d4f0f8930cbf1b1a4195 authored almost 12 years ago by kgriffs <[email protected]>
Also found and fixed a bug with before and after hooks, where decorators
could overwrite one-ano...
github.com/falconry/falcon - e390033fc088256767c4b187108e3391744bba3b authored almost 12 years ago by kgriffs <[email protected]>
Closes #92
github.com/falconry/falcon - 5b02c85cdb94106aad4bdd1627aa929da6aef6d0 authored almost 12 years ago by kgriffs <[email protected]>github.com/falconry/falcon - ffbcea56bbb1e7d6bd5f667eeaa07d1ac0a8492d authored almost 12 years ago by kgriffs <[email protected]>
Closes #88
github.com/falconry/falcon - d7c2a7a509cf5a80c9fd6a85723ce5571801b4ad authored almost 12 years ago by kgriffs <[email protected]>github.com/falconry/falcon - 9cc85725612c87b175d0bba390e70db9467d30bb authored almost 12 years ago by kgriffs <[email protected]>
Closes #90
github.com/falconry/falcon - 85e70abf8789632a23ae095e38762ee11923fd15 authored almost 12 years ago by kgriffs <[email protected]>Implements #91
github.com/falconry/falcon - 8e76db351109f46fee210ec0167c669b639e96d7 authored almost 12 years ago by kgriffs <[email protected]>github.com/falconry/falcon - c6c212614c14fa8fbc37a349f9779c41a8d67b84 authored almost 12 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - dcc609a9a6b75f79076cd93db2963b15eea56da0 authored almost 12 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 7454865c1ec3e1822b0989c520b63295eed26ec2 authored almost 12 years ago by kgriffs <[email protected]>
Implements #94
github.com/falconry/falcon - 5544f3d5dd2360830da5b8c38448784e03ab01a7 authored almost 12 years ago by kgriffs <[email protected]>fix(Request): QUERY_STRING is not required to be present in env
github.com/falconry/falcon - 8ae84b75851fda09ea5928d35f9134075939a1d1 authored almost 12 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - ffca15e246241fdcfa11d4d9653a8dcaec750197 authored almost 12 years ago by Randall Burt <[email protected]>
github.com/falconry/falcon - 4061cf4f22dc2c0e3089ba78a83445b792e390fa authored almost 12 years ago by Randall Burt <[email protected]>
Per PEP-333, QUERY_STRING may be empty or absent. It seems to be absent if using eventlet.wsgi.s...
github.com/falconry/falcon - ea45b3f066d774c8fadb478a38a7089d421f9a94 authored almost 12 years ago by Randall Burt <[email protected]>Implements #48
github.com/falconry/falcon - a9f820854310e11ef36a742d26dc48427ff83a18 authored almost 12 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 074beaec2448669b90876505c8c8beaebe38ce39 authored almost 12 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 93cf3b14854b5e413ba25643c91583e17cbf9a01 authored almost 12 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 2361c2fdfd3b67a8eede6f353bbc892a41c9e6a8 authored almost 12 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - b90b1d17cc95bdad863bef465b415c214c3e9aaf authored almost 12 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - a96d9fbb2cc970c5452455d582d900a2f02ae717 authored almost 12 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - f84e4d16eb5b880a30f575257c92133f992f48d4 authored almost 12 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 1c1cd7c82b96aad8800049d8e22b51ca8ce2beb0 authored almost 12 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - b7673ef0a9d269870d806eef515c57aa8d27c46a authored almost 12 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 3e9ddc3640ef2ad754bf05571bb32e3fa9b94000 authored almost 12 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 4cbc78520890ab8cffedad6250e6e93d0e2314e9 authored almost 12 years ago by Kurt Griffiths <[email protected]>