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
fix: Add output encoding to tests for Python3
github.com/falconry/falcon - 5b51b1e1ee3fda1307b46c517479a8dc0fe75115 authored about 11 years ago by Kurt Griffiths <[email protected]>Ensure long description is Unicode string in setup
github.com/falconry/falcon - f2e9398e903cacc54c7b10d6cdf465e33219a50f authored about 11 years ago by Kurt Griffiths <[email protected]>
Python 3.3 is not able to properly install Falcon
due to UTF-8 characters in the README.rst file...
github.com/falconry/falcon - 10e8ec901c7d40260c4e1086cc5741d6af933d78 authored about 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 500e5b0bc936d310c95a3db1353f2d335466f3fe authored about 11 years ago by kgriffs <[email protected]>
In certain environment setups python 3 will detect the appropriate
output as ASCII and will fail...
List comprehensions are faster than generators. Also, there is no
need to lowercase the header n...
chore: Bump version to 0.1.8-dev
github.com/falconry/falcon - 7c7d4e087bc197465085840a474493122ca565ff authored about 11 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 8a712b7d797c653f2f5b7b471a0112f0448ad171 authored about 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - b71d3a457704aa79543ba7b11b735e1cbd9875cd authored over 11 years ago by kgriffs <[email protected]>
feat(Request): Normalize wsgi.input semantics
github.com/falconry/falcon - 1e14de53e9febecea34419d7705c28ced560b610 authored over 11 years ago by Kurt Griffiths <[email protected]>
The socket._fileobject and io.BufferedReader are sometimes used
to implement wsgi.input. However...
fix: Refine client_accepts
github.com/falconry/falcon - efed49ba0fdb1f8b1407a8617d1b62101f9e0b5d authored over 11 years ago by Kurt Griffiths <[email protected]>
This change will make marconi tox more compatible with other OSS projects,
so that folks can reu...
github.com/falconry/falcon - 21d736ddbe535dbb5e733da61dba55f1c252f98d authored over 11 years ago by kgriffs <[email protected]>
feat(util.to_query_str): Smart handling of lists
github.com/falconry/falcon - dd6568b8bcf7bc4aa39481adc5c10d3776797905 authored over 11 years ago by Kurt Griffiths <[email protected]>
This patch improves to_query_str so it can recognize instances of
list and convert it to a comma...
fix(Request.client_accepts): Accept parsing doesn't handle application/*
github.com/falconry/falcon - 5f24a42167692805fa4c27c973a0215b19fe62f7 authored over 11 years ago by Kurt Griffiths <[email protected]>
This patch adds support to the parser for robust accept header handling,
courtesy of mimeparse. ...
fix(Request.get_param_as_list): Handle missing list items
github.com/falconry/falcon - a13333780f583d2f9d7eb38b88a4002f21032498 authored over 11 years ago by Kurt Griffiths <[email protected]>
This patch modifies get_param_as_list to handle missing list items by
inserting None as a placeh...
Fixes #170
github.com/falconry/falcon - 08f767a410b36114eb0a816438813534a6660405 authored over 11 years ago by Soren Hansen <[email protected]>fix(setup): don't warn re: cython under pypy
Fixes issue #167
github.com/falconry/falcon - 2e80b6f7c5b092e3f6b3b1c0a6d65d124c628f14 authored over 11 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - c0c088c7480959aed9c00882966bdc91cb8f8e17 authored over 11 years ago by Alejandro Cabrera <[email protected]>
github.com/falconry/falcon - f0f5ea50e4f567535aaf9ffef9cce5e9131c1114 authored over 11 years ago by kgriffs <[email protected]>
fix(Request): Allow for query param names with dots
github.com/falconry/falcon - b09b373231783f21400b7dbece6b12dceb8606d1 authored over 11 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 6636d0b0ec43c4552bddc8271c4987479886835e authored over 11 years ago by Alejandro Cabrera <[email protected]>
When installing Falcon using pypy, don't bother checking for cython -
it's meaningless for pypy.
github.com/falconry/falcon - bee930d022ec78b8c227d2305d104cafd9583e9f authored over 11 years ago by Soren Hansen <[email protected]>
Previously, "Returns" talked about a 2-member tuple, but the
method was changed somewhere along ...
github.com/falconry/falcon - 8c6dba2c96ee30f3ce4f7790fb87e538c8208a53 authored over 11 years ago by kgriffs <[email protected]>
feat(api): set_default_route as a catch-all route
github.com/falconry/falcon - f72e6f618a2101615c6628037fc021e3a4c79146 authored over 11 years ago by Kurt Griffiths <[email protected]>feat(req+resp): add HTTP headers property
github.com/falconry/falcon - 002d7b387e8526e8b5a96400ceed529676f9d187 authored over 11 years ago by Kurt Griffiths <[email protected]>
The property is read-only, and users are not supposed to lookup
the dictionary returned from the...
A default route which is triggered when no route is found for a
request. The change simplifies ...
feat(api): default responder for OPTIONS method
Closes issue #68
github.com/falconry/falcon - 47ce800a3126d262f28b9ebd348cd74699c7f2b1 authored over 11 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 54f629da5d3bdf6c78b2f596cce3da5b40bc8b10 authored over 11 years ago by Zhihao Yuan <[email protected]>
This patch is in anticipation of the 0.1.6.post3 release.
github.com/falconry/falcon - e8705c00de34c98d989252ca31990a4521f1f637 authored over 11 years ago by kgriffs <[email protected]>github.com/falconry/falcon - 42a78f2e6adb2f3f13c1fb02af6d4788e76fc919 authored over 11 years ago by kgriffs <[email protected]>
The wrapped responder's argspec was not being propagated up through
the hooks, resulting in a mi...
The example was accessing req.client_accepts_json as a method, not as
a property. Also, falcon.H...
github.com/falconry/falcon - f3191ec54f626e1f14e1ba73aac3ee065c7d8d33 authored over 11 years ago by kgriffs <[email protected]>
fix: Encode body and update resp.body
github.com/falconry/falcon - 316ad3cd5687f7ba3b732543c7a827552cb57cad authored over 11 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 5bdfa775814eb096681425bfe7e113d147fb43cb authored over 11 years ago by Flaper Fesp <[email protected]>
github.com/falconry/falcon - b4f38655149e94c00f5407b7db5b51729c53b3ec authored over 11 years ago by Flaper Fesp <[email protected]>
github.com/falconry/falcon - 115d316acda8625fec087c7080aeae609dd6ed29 authored over 11 years ago by Flaper Fesp <[email protected]>
The patch sets the encoded body to resp.body so that other functions /
calls using it can operat...
github.com/falconry/falcon - b7eb59bed5a6b819eef9c2a70bc6a3710b362aef authored over 11 years ago by kgriffs <[email protected]>
Currently, the Content-Length header is always set to zero when
resp.data was used in lieu of re...
github.com/falconry/falcon - d6a8be705b8527dff978cbb596e598927ceffc6d authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 8bf6e391e38001964d0374cb97819e1144f664c6 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - fa4a8287ea9e1e2cb8d11a8555eb73bffdba09ae authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 722b8548b624acf99fe75aecbde4cb1a2867a8a0 authored over 11 years ago by Alejandro Cabrera <[email protected]>
self.getUniqueString() does not exist in Python unittest module
github.com/falconry/falcon - 624e57477b94c9e93f2472d4d4c1c46c0af42e8a authored over 11 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - db4fb5992dbfebb3c16ee8771d559272e7d84053 authored over 11 years ago by Zhihao Yuan <[email protected]>
github.com/falconry/falcon - cb468de5ee1c414d295e1dfd212f12bfedc24776 authored over 11 years ago by Zhihao Yuan <[email protected]>
github.com/falconry/falcon - d9a03e5107f3bcaf525ec728513cc6fd1e9ba22c authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 6333ebe51fda5a9235d65a7c9b75b5dc2c4936ec authored over 11 years ago by kgriffs <[email protected]>
This patch adds more comments to the simple example and
also shows how to run the example with g...
This release just enables testing via setup.py and fixes the README.rst
syntax so it renderes co...
github.com/falconry/falcon - 945a2641be4a17418974620f2a56adff5eb6d756 authored over 11 years ago by kgriffs <[email protected]>
This change is intended to work around a pypi limitation re
not supporting formal language direc...
github.com/falconry/falcon - 06c2417b091cb8faec0580fdbc304a661f4eaaa5 authored over 11 years ago by Alejandro Cabrera <[email protected]>
github.com/falconry/falcon - 97ae57ffee42a2561056462e18d0aa6b1a5f1100 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 54b6b7d4e35c897f81ac48f7a034475e77807724 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 632b78f6ff90eee164bd0abbcedfcd9b3dd95ab3 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 9349c1123ed6248d7116acdfe7970eabc7b4963a authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 3965484fd8aad8d6ce1ff11fbcf3ae0b894fdd00 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 901f5183b8cdf17177f83d063c0436ef55b0f418 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 820abf1415f9adf678bdf7ddc315492b3da3a4cb authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 1f39679628902afd83856538b05bf7357ebf22e0 authored over 11 years ago by kgriffs <[email protected]>
This reverts commit d0d14077192ef1b2df797cff1bd837c1468812be.
github.com/falconry/falcon - e762c2db553b873a6d3c4205b3057f556792cbde authored over 11 years ago by kgriffs <[email protected]>github.com/falconry/falcon - d0d14077192ef1b2df797cff1bd837c1468812be authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 5b39dbb44df2a0acb245646ec7ee126cd473e24c authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - e38ffd426098c9a1e6517b4a7acc4328435fd897 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - c401115e0702baca16c7f35cbe862822f1c4c2e6 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 6078a1e74f536f517d73fd5ea2dab716731696af authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - f2654c4a63c4856ebca42b72f08cc4797797b2b5 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 7cb05ded5cb2484011e11240a5e42785c9ba3c6e authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 316b490f23a1b06acb823b1104ccc03fec70dc50 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - da9e9d5b690d75ff9a90b69e3529683869c81b9a authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 73282bf4acbba44e88455b5a2a0b1fc95d6c76d7 authored over 11 years ago by kgriffs <[email protected]>
This patch updates falcon-bench to support experimental memory profiling
by way of Heapy.
Issue...
github.com/falconry/falcon - 0821c1b93ce3edb41736e762bab16cd6e4268ea4 authored over 11 years ago by kgriffs <[email protected]>
Adds cprofile to the testenv:py27, as well as to falcon-bench. In the latter
case, add the '-p' ...
This patch adds a new "extended" Falcon benchmark designed to really tax
the framework. This wil...
github.com/falconry/falcon - 5f8ed896ecf108c559726b6ad5e556612f040560 authored over 11 years ago by kgriffs <[email protected]>
Closes #110
github.com/falconry/falcon - 844d7ff02804567613f04fdee69fa9a8b3867e33 authored over 11 years ago by kgriffs <[email protected]>The following bool-ish strings are now recognized by req.get_param_as_bool:
True: ('true', ...
github.com/falconry/falcon - 75d8073243b7009cc4864c3a10d632d1e24f3d49 authored over 11 years ago by kgriffs <[email protected]>
This patch modifies the resp.location and resp.content_location
properties to use the falcon.uti...
github.com/falconry/falcon - a9aaab36c08539dc68c96d239203d3a506d1adb0 authored over 11 years ago by kgriffs <[email protected]>
Conflicts:
falcon/http_error.py
This change makes it easier to reuse that code within Falcon, as well
as making the function ava...
Closes #127
github.com/falconry/falcon - 253ed3412f97c613b18b1ebcb104e59f385a15c0 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...
github.com/falconry/falcon - 3c9c69cf858b4d701377df513423cd752a1146c4 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 03e6ab86f2285218396d73d87b4df0d681f49206 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - fc2235fe0e32d1f2a31bce10115fc5bae2cc602a authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 0e0a62374b6292270d2ef63fadea27d7fee1bce9 authored over 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 86e3e0e6f28451bcf89ddded027e60e784a1d881 authored over 11 years ago by Ashutosh Das <[email protected]>
github.com/falconry/falcon - 6b39f2e727506eabec08ede195d933940b60bd5d authored over 11 years ago by kgriffs <[email protected]>