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
Restore the stream_len alias since it was only deprecated as of 2.0, not
1.4, and we should all...
github.com/falconry/falcon - fb3de7b41f18163b6b88e09cc4b499c41fef0d58 authored almost 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 09813d5d50a045286fcb4c3c7928ce3c6216b739 authored almost 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 4fd9de5c8a3f8a71f59b375bb374082312e673e8 authored almost 6 years ago by Carlo <[email protected]>
Closes #1211
github.com/falconry/falcon - 1f49bd857c77a983cdae10466310a5f072d16eeb authored almost 6 years ago by Dmitri Vasilishin <[email protected]>github.com/falconry/falcon - 0eb7ff3768f832e56dd139aad4737d6e0a28611e authored almost 6 years ago by Kurt Griffiths <[email protected]>
* Parameter to optionally unquote plus when decoding
* fix(testing): add tests for the plus i...
github.com/falconry/falcon - aa9f02c28e3fbea33a983165dbf4b14f19fa2fb5 authored almost 6 years ago by Alan Parker Lue <[email protected]>github.com/falconry/falcon - 04d427b934db25d029f3b0a856b265e6a809ea49 authored almost 6 years ago by Vytautas Liuolia <[email protected]>
github.com/falconry/falcon - 71519e781fcfe50b88067e4ddf003cd6cf955bac authored almost 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 282f3f98d3f71097aa0fe8b01a6c0801056b84cc authored almost 6 years ago by Kurt Griffiths <[email protected]>
This patch provides support for getting all values for a given cookie (when
the same cookie is ...
Partially-Implements #462
github.com/falconry/falcon - 35d5220c7ee359ac6b03788107a194644eb00344 authored almost 6 years ago by Nick Zaccardi <[email protected]>* cleanup: Remove backwards-compat shims
BREAKING CHANGE: Removed backwards-compat shims for ...
github.com/falconry/falcon - 6bb2ac770ff12ef2419e30c122a23356d3251cca authored almost 6 years ago by Kurt Griffiths <[email protected]>Closes #1296
github.com/falconry/falcon - 53a97195daf20fd42fa942a46bcb0a6913f42b67 authored almost 6 years ago by Kurt Griffiths <[email protected]>
* A dummy test illustrating that tests are not importing cythonized variants
* A simple (albeit...
Fixes #1422
github.com/falconry/falcon - 60ac3579466d458c804f63302b30feb08fe9bf09 authored almost 6 years ago by Vytautas Liuolia <[email protected]>
Previously, setting raw cookies was not supported without having
to subclass Response and overr...
BREAKING CHANGE: Rather than trying to protect app developers from themselves,
we now error on...
* chore: add official support for CPython 3.7
* Address broken Travis runs by stealing from P...
github.com/falconry/falcon - 40189ed55cd87062b2051c626e32775458b81e7d authored almost 6 years ago by Vytautas Liuolia <[email protected]>* feat(testing): allow path with a query string in simulate_request
* doc(testing.client): Us...
github.com/falconry/falcon - 3d68e56513638895c839a67a3c29aca330905417 authored almost 6 years ago by Vytautas Liuolia <[email protected]>
BREAKING CHANGE: Now that we have Request.bounded_stream, it is no longer
necessary to ...
github.com/falconry/falcon - 3f5a2f44d015d1f43af5122925dff28ef5d91d2d authored almost 6 years ago by Dmitri Vasilishin <[email protected]>
github.com/falconry/falcon - ff8ee16b68d91bf8dfa559fbb6110a8b84324047 authored almost 6 years ago by Nate D <[email protected]>
This patch "removes" the deprecated stream_len property, fully replacing it's
use by the conten...
the usage of @jsonschema.validate on methods loses the doc-string
when using sphinx to crea...
* docs(style): block highlighting
fixed target block highlighting
* docs(style): style and...
github.com/falconry/falcon - 328e1815b0cbc44e5a1e1afd3b08b907e9d6994a authored almost 6 years ago by Nate D <[email protected]>github.com/falconry/falcon - 21177b15d4126b77ecdf3a4163902fc4a46b19cb authored almost 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 1365c04fd22e016b441de3ac472b041f39c28e81 authored almost 6 years ago by Vytautas Liuolia <[email protected]>
github.com/falconry/falcon - ec4e43d9bd0b2a6aebf808cf0e55236a9e52ae24 authored almost 6 years ago by Kurt Griffiths <[email protected]>
Closes #1420
github.com/falconry/falcon - f89b28dd8dcf42b90b9fb925764504574f21e3db authored almost 6 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - f2d1a613609b111e72b9c1786021dbdeab8d95a6 authored almost 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 14b482a568298ade230a3ff103e8f20cddd3272f authored almost 6 years ago by Vytautas Liuolia <[email protected]>
Closes #1206
Closes #1192
* perf(API): revisit request-response cycle micro optimizations
* Address review comment: acc...
github.com/falconry/falcon - 04decb9f7a7b7e5e09851f2bf990c180a2d7fd26 authored almost 6 years ago by Vytautas Liuolia <[email protected]>Co-authored-by: kandziu <[email protected]>
github.com/falconry/falcon - 9d583858aa6fc75edc939f91c6418ea31a92fb5c authored almost 6 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - bf937b73633055f7c3f30a6020141f6e1fb9389d authored almost 6 years ago by Vytautas Liuolia <[email protected]>
github.com/falconry/falcon - 162ec3317055665e973812c9dfbfdbef87565663 authored almost 6 years ago by Alan Parker Lue <[email protected]>
github.com/falconry/falcon - 1a7a666fd50503cd99e6e33a19f8ec11238bd22d authored almost 6 years ago by Anthony <[email protected]>
github.com/falconry/falcon - 11af547518eab28998fecfbde0463645a786442a authored almost 6 years ago by Brooks Ryba <[email protected]>
* fix(hooks): apply resource-level hooks even to suffixed responders
Co-authored-by: Mathias ...
github.com/falconry/falcon - e5dd5ea6ed86079f52e5161334be74cbd327dae8 authored almost 6 years ago by Vytautas Liuolia <[email protected]>Closes #1234
github.com/falconry/falcon - 280faa024b8c09978fbc9c86dcea202fe5b9e214 authored almost 6 years ago by Vytautas Liuolia <[email protected]>github.com/falconry/falcon - 5048440f25b246ef6e77d4ea6871baeeaf32a0aa authored almost 6 years ago by Vytautas Liuolia <[email protected]>
github.com/falconry/falcon - d98389e8f87f2583bba5bc684848d122ddf4528c authored almost 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 2a1db1ba96b998240f2ccab45f914d72c3d6b5de authored almost 6 years ago by Vytautas Liuolia <[email protected]>
Fixes #1387
github.com/falconry/falcon - db7ab35dd55bbab11ef2c58e407d710ae41ea970 authored almost 6 years ago by Mike Yusko <[email protected]>Closes #1347
github.com/falconry/falcon - 49421630b23680731719b91f1f8eb84f6751c22b authored almost 6 years ago by safa ozturk <[email protected]>Closes #1269
github.com/falconry/falcon - 6cc94153944ae58356019efc9afb755bd1c4fc28 authored about 6 years ago by Aly Sivji <[email protected]>Closes # 1337
github.com/falconry/falcon - c91ee07a90a126d90ff99f399a46909b96d2b0ff authored about 6 years ago by Simon Bensoussan <[email protected]>Closes #1321
github.com/falconry/falcon - 2c850e2a088fcb4cc662037bbbb3ae21227f9423 authored about 6 years ago by TheMushr00m <[email protected]>* doc(RequestOptions): Update docstring for auto_parse_qs_csv
* doc(CHANGES): Note the new de...
github.com/falconry/falcon - a3e1e53f201b913da32172b313c921c123d36902 authored about 6 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 281a15f29d72dba1c17a987dbf08b51a30b86098 authored about 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - cbfaeb4a3140fa1d73a7ad5ed6f58bf614680410 authored about 6 years ago by Naveen Yadav <[email protected]>
Fixes #1340
github.com/falconry/falcon - a4cfd0e82f88302e7477e5dc5694ecc4995f823c authored about 6 years ago by Nick Zaccardi <[email protected]>Closes #842
github.com/falconry/falcon - 4ce3dd17332b1ccea27395940749386dc0712aaf authored about 6 years ago by Mike Yusko <[email protected]>refactor: Removed redunant naming in uri.parse_query_string() #841
github.com/falconry/falcon - 0c7c73a50671892181e40ab8693c0a2cf42a5791 authored about 6 years ago by Mike Yusko <[email protected]>github.com/falconry/falcon - 45d113477fd13a9951d083b97bfdd02583004cfd authored about 6 years ago by Kurt Griffiths <[email protected]>
BREAKING CHANGE: Default values for Request.blank_as_true and RequestOptions.keep_blank_qs_value...
github.com/falconry/falcon - 93cd3e6906e62a753621e87feaee2f3845a5696f authored about 6 years ago by Dmitrii Trofimov <[email protected]>github.com/falconry/falcon - 3024935e2f4183092b9940fcf081a61389a43b44 authored about 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - b2c2202aaf80dc1ae085245fc42491c50ed5a686 authored about 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 496ab797dedc7f2ec8be07d0c4854330445ad82c authored about 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 9cc4106331061dbaa26606c0d98981a2fdd6bd0e authored about 6 years ago by Vytautas Liuolia <[email protected]>
github.com/falconry/falcon - babb3ec4fcab2f70bc9583b8533ea93fc4e75d7b authored about 6 years ago by Aston Motes <[email protected]>
Using the term "patron" is more in keeping with the non-commercial,
community-oriented nature ...
github.com/falconry/falcon - 19a46ef15da38c6918623dc8dac5cca9b2add9b8 authored about 6 years ago by bkcsfi <[email protected]>
github.com/falconry/falcon - 6c12c95233ea07b67aacfacb0f2157ea8d941232 authored about 6 years ago by Anthony Bush <[email protected]>
Co-authored-by: snobu <[email protected]>
Co-authored-by: Ben Demaree <[email protected]>
Co-au...
github.com/falconry/falcon - 3e5d759ab8976b893cb87dc7e8fe2695d60c3bfd authored over 6 years ago by mikezz <[email protected]>
github.com/falconry/falcon - 0a4e7e6fa4f3208f911b06dfcd7db886f01938cf authored over 6 years ago by Vytautas Liuolia <[email protected]>
github.com/falconry/falcon - 540d24dc560d1fcd957b31a883c5c543bf7aef3d authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 2c9bd1e94bde8d4f732b7d60ffaaff64953cab59 authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 3266f08e2a1988e01cb90411f75d7c7920b8f3bd authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - aa64d429299d0e8acc12b891b456675dd2b5984f authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 73c28849b10a9f88740b027ab401ca7a7c46c7e3 authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - a8736a34f75fb3994ce119c82e7d135600030ebf authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 70e395f62120465d37afac0ceb8448fa78a1733e authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - a53847022c56e559b9ae537803927d752387803b authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - eb4d13eec7785e6889fbef3a20bb55c971cd40ef authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 9ae5fc344ffa7999e6b3d97695f4c931baf647c3 authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - bd59321e3c84f30df890a32324ac1caeef491600 authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 84da506fb12408dde5e43e3a4b84ddaf3b04767b authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - bc18ac94f6d73e7d637aba46e6262bceae3d872c authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - bdd33d8646159e8d66126be8bd934d0044ed56ca authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 5032a0640bf1c551bc5280eb9685ee89f3239447 authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - c33f1e43637983f1820c69fe4cbc3abef3b019f7 authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 0e57ba35f483f4a19cf89a6209c06d2d1661b3c7 authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 7f05e6d51bd757e6b2897c673e5fcac770ae3e62 authored over 6 years ago by Steven Jackson <[email protected]>
github.com/falconry/falcon - 966aedfff55375ca9f3483dbd43a9bac18518cf8 authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - af05db22efe6241f0c84348fb8fa7ae9693b4b34 authored over 6 years ago by Kurt Griffiths <[email protected]>
BREAKING CHANGE: The media handler serialize() method now receives an extra
"content_type" ...
github.com/falconry/falcon - 4fff7360ac4ccf8f836e7a075c07180dc07e6d2f authored over 6 years ago by Kurt Griffiths <[email protected]>
* feat(Response) Serialize response when data is referenced, not when media is set
* perf(Res...
github.com/falconry/falcon - 5f52cd748fb56223a8ac8719e79db81ced6fb8e6 authored over 6 years ago by Bertrand Lemasle <[email protected]>github.com/falconry/falcon - 1f45576e24d8fdb2c8cb86d443214b3f729c000b authored over 6 years ago by Vytautas Liuolia <[email protected]>
BREAKING CHANGE: The independent_middleware kwarg for falcon.API now defaults to True instead of...
github.com/falconry/falcon - f1af3db20c36484858780343e28b845a9b0a2e4f authored over 6 years ago by Akeem King <[email protected]>github.com/falconry/falcon - 44bc454bd4e6ebdfa8bf8dd2a18cce39180eb55a authored over 6 years ago by Kurt Griffiths <[email protected]>
Move routing.map_http_methods() so that it can be overridden with custom logic as needed by the ...
github.com/falconry/falcon - 8cfca499432233efd3d91542c512b349fc4cc0ad authored over 6 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 4afb296c34c68fae99854e2217b07021d60eec73 authored over 6 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - a560b2a54a2f748a09ea897e42fde6a5d0ffc27a authored over 6 years ago by Kurt Griffiths <[email protected]>
Fixing an issue where with smaller screen resolutions, the API
documentation will start horizon...
* Add a content_length property to Response.
* Add a content_length property to Response.
...
github.com/falconry/falcon - 6d14a4888e450bdf78a654db763359aeebcb5ff4 authored over 6 years ago by Patrick Schneeweis <[email protected]>
pytest fails when overlapping paths are passed to it and when using parametrized
classes. Remov...