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
github.com/falconry/falcon - 9497e6d9795323198bad9452da70e2824220fe97 authored over 10 years ago by Michele Lacchia <[email protected]>
This patch implements an "add_link" method for the Response class that
apps can use to add one o...
This patch causes tox to not run the benchmark envs/tests by
default, so that contributors can s...
github.com/falconry/falcon - ff51a61ff1ef61677038f23c091a58832a581774 authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - e611f6310def1a58a676b10a63c3edc6a1f732f5 authored over 10 years ago by kgriffs <[email protected]>
OrderedDict is no longer required for serializing errors under
Python 2.6, so it can be removed ...
github.com/falconry/falcon - d8ec127fefb18983b7c4ff23fa0600afa7fe4ada authored over 10 years ago by xiaclo <[email protected]>
github.com/falconry/falcon - 825c64daf6209e948c382f4e4693a884771e42a8 authored over 10 years ago by xiaclo <[email protected]>
github.com/falconry/falcon - 140a890b2031be17e4af1699ecfe2be7d2d40179 authored over 10 years ago by xiaclo <[email protected]>
github.com/falconry/falcon - 2d973bd1226d07617fa304e598f7baa3b2ee4ca0 authored over 10 years ago by xiaclo <[email protected]>
chore: Take care of some nits
github.com/falconry/falcon - 92665b3e1caeaddebcde76f3e538f020ba45830c authored over 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 584c85d9ce82e6377a1952c9747f5cd38a3250a8 authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - f3324bfc8d0f7f19131656ad6041c1db6d058789 authored over 10 years ago by kgriffs <[email protected]>
feat(hooks): Run global "after" hooks even when an exception is raised
github.com/falconry/falcon - f19c36925c9396ce80dc87e074937f089e6cb905 authored over 10 years ago by Kurt Griffiths <[email protected]>
This patch causes Falcon to execute the list of global "after" hooks
after an exception is raise...
fix(API): Content-Length header not set for 416 status
github.com/falconry/falcon - 040cea7564c6bfc293a2a2f9638a76fe1b030fcc authored over 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 6b97bfc8da9aad771b8467a10bb826c45275f378 authored over 10 years ago by kgriffs <[email protected]>
doc(hooks): Correct docstrings wrt bound methods
github.com/falconry/falcon - 8dc85890f034e883e6f0f46c122cf9d706a6298a authored over 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - acf4d16e978b385f43513608a51516741b98702a authored over 10 years ago by kgriffs <[email protected]>
The latest HTTP 1.1 RFC states that the Content-Length header MUST NOT be
set for 1xx and 204. I...
fix(HTTPRangeNotSatisfiable): Don't allow media type to be set
github.com/falconry/falcon - 4d37c611d61be3bff4b89de4421559f59ebb0c4d authored over 10 years ago by Kurt Griffiths <[email protected]>
This patch removes the unnecessary media_type param, since 416 doesn't
normally include a body i...
feat(HTTPError): Support XML response bodies
github.com/falconry/falcon - 72570f812612058e3001694434a6d59fa306845b authored over 10 years ago by Kurt Griffiths <[email protected]>
Falcon will now return an XML error response if the client prefers that
media type over JSON. Th...
If a callable class is passed as a hook, rather than a standalone function,
the heuristic which ...
The new resource-aware hooks feature assumed that hooks were functions,
so callable classes (whi...
github.com/falconry/falcon - 9c133700f75e2dde28bb50a315023c2d1843c939 authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 0ca2f722509cbe8217772020f05051f1b284ccd9 authored over 10 years ago by kgriffs <[email protected]>
This patch modifies the backwards-compat resource shim so that
it is simply assigned directly to...
github.com/falconry/falcon - 9e8126960ccd99b9da98b6bb310bcc0f546c0669 authored over 10 years ago by kgriffs <[email protected]>
Make "before" and "after" hooks aware of the resource being acted
upon. This was implemented in ...
fix(setup.py): Don't install 'tests' to site-packages
github.com/falconry/falcon - 3a0d9975589711e88259b13c03dfc71197be8cf6 authored over 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 5cfe9ff9e523ee7654f8bb6c2fe0848c1855f0aa authored over 10 years ago by Andy Freeland <[email protected]>
fix(HTTPMethodNotAllowed): Blank body is always returned
github.com/falconry/falcon - 0f06dea9d122395d0c779aeccefd4f30e4d8da9d authored over 10 years ago by Kurt Griffiths <[email protected]>
In Python 2 with `from __future__ import unicode_literals`, any URI
template strings will be of ...
Just something I'm monkey patching locally to allow setting the same header multiple times.
U...
github.com/falconry/falcon - 9f7ac49a27aaa0b200764dea4e751fdca5362a1e authored over 10 years ago by xiaclo <[email protected]>
This patch fixes HTTPMethodNotAllowed so that if kwargs are given, it
will include those in the ...
Closes #264
github.com/falconry/falcon - eb4e31339091215c3b4f1b87b5d25be26f4c3c08 authored over 10 years ago by kgriffs <[email protected]>
This patch adds support for supplying custom request and
response classes.
As part of this work...
github.com/falconry/falcon - 24baeff60cd596acab2464f9d53a15baad000cda authored over 10 years ago by Chris Petersen <[email protected]>github.com/falconry/falcon - 6f3b6083630055416b73c69bf4d967d5dd142cdc authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - bf2e47432ed9cefa77624aa4770f78e78da6a909 authored over 10 years ago by kgriffs <[email protected]>
Include a diagram and some notes throughout the docs to help clarify
what a Falcon-based WSGI ap...
github.com/falconry/falcon - 85bada564db5b5b479935c4950effd3cfe4b25fe authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 844956672b9fcd55fd956f351415cee41ce79cad authored over 10 years ago by kgriffs <[email protected]>
doc: Copy note about installing under OS X to sphinx docs
github.com/falconry/falcon - 1a580c946e2e5ce95e27412839d05c8e094ab84d authored over 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 2d358c695bc7bcb918fa35e3fa5ed5b3a9e8a523 authored over 10 years ago by kgriffs <[email protected]>
This note was previously only in the README. Copy to sphinx so
it will show up on RTD as well.
doc: Add community guide
github.com/falconry/falcon - eee8fa79828b529437103c47e5e0ad8acad8596e authored over 10 years ago by Kurt Griffiths <[email protected]>
This patch introduces new "help" and "contribute" pages, and combines
them with the existing FAQ...
github.com/falconry/falcon - e8b71a61660c9c6a43305704c38db51d86a8114f authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 092201e3f12efb55fae239a0863046aa112852d6 authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 1897c7516aa06283bdc3819c5093316827b03994 authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - a36358add83b34303e7012ff8bd2742e38fe8fdf authored over 10 years ago by kgriffs <[email protected]>
Removes percent_escape and percent_unescape, which were deprecated in
0.1.8.
github.com/falconry/falcon - 1c5b645a1e2fb35ee5562201e6dbeb28537659ae authored over 10 years ago by kgriffs <[email protected]>
This patch introduces a new FAQ, and adds some FAQ-like info inline
to doctrings where appropria...
Rather than generating read, readline, and readlines on the fly,
define them explicitly. This is...
This patch adds support for merging the body of an
'application/x-www-form-urlencoded' request i...
fix(errors): Remove HTTPUpgradeRequired class
github.com/falconry/falcon - f42fb9254b73b6f6c67b4ee23aef0720039ad8d0 authored over 10 years ago by Alejandro Cabrera <[email protected]>feat(falcon.Response): Support wsgi.file_wrapper
github.com/falconry/falcon - 0a084ae5e70d6946ffabc9aac645339d6efc03e3 authored over 10 years ago by Alejandro Cabrera <[email protected]>
This patch adds support for wsgi.file_wrapper, if it is provided by the
WSGI server, to more eff...
github.com/falconry/falcon - cca093ced48737be7db797d2bd6e88cf02913fd4 authored over 10 years ago by kgriffs <[email protected]>
refactor: move invalid header/param exceptions
github.com/falconry/falcon - f962622929e70ced3d2cc4103a1f99dca43f142a authored over 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 119241f5c4c65f5d68d042f7a570a8fe6203ba2d authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 05633246fb932fc08eb129489acafc5baa1d9502 authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - cf2e1880e21b578d378f03df56f77909ae8ed828 authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 0c576dea6e36f848da27ea5f6095aea4a6084068 authored over 10 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 5f2fe2febe333fe081e93606c94a3b0cd3ae4c3c authored almost 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - d79e7b304a767e415a4c2137388f9993d3cb54e4 authored almost 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - fe850a17d34e8561dc522f24d50a468acb0fb82d authored almost 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 8c8b4e1d7301d1433effb55f01e1eb80fe896c39 authored almost 11 years ago by kgriffs <[email protected]>
This patch removes an empt rST code block and changes Request and Response
section title from "O...
github.com/falconry/falcon - 37d9c5829c83ce2452f2c0bcc0e14b6051620632 authored almost 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 959750dfd8403889958d1f15f724eb4cde74bfce authored almost 11 years ago by kgriffs <[email protected]>
The Request docstrings were modified so that now attributes and properties
are both documented i...
Format the exceptions that were located in request.py and move them
to exceptions.py. Standardis...
Brought docstrings up to date, added type annotations, and clarified some
confusing text.
The '426 Upgrade Required' status code is for renegotiating the protocol
used to talk between cl...
github.com/falconry/falcon - 016843ab58aa8fe37cdb3ef05c50388bf1ad4842 authored almost 11 years ago by kgriffs <[email protected]>
Several of the HTTPError subclasses had incorrect or malformed docstrings;
these were fixed and ...
github.com/falconry/falcon - 11eb17e28477c44666b262cfe866dc7124f0b39d authored almost 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 5b372a45a8eca0524d98e4db434be895cf6753eb authored almost 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 453d329761b3cee550330706736413f4a4ea3509 authored almost 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 6eb7e072e14d7b7f4fece7f3755e9b72b12969cc authored almost 11 years ago by kgriffs <[email protected]>
github.com/falconry/falcon - 4d4c77fed412da77db9c34d4187b50c8157dc537 authored almost 11 years ago by kgriffs <[email protected]>
The docstrings were only adding clutter to the generated docs on RTD.
github.com/falconry/falcon - 6cf8c6e2b76b8887bf7733b036f7f1709a988f99 authored almost 11 years ago by kgriffs <[email protected]>
Reordered some sections and replaced one user's testimonial with something
else he said which I ...
github.com/falconry/falcon - ace4fc1f6570de812a8aa85fba9657c49cd32a76 authored almost 11 years ago by Kurt Griffiths <[email protected]>
Add basic autodoc for API documentation
github.com/falconry/falcon - 0d7e9afbd5ab0fcdaf4ff9710dd448a929186b56 authored almost 11 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 612e1e1c577a4bcaa03e451421e59d3f4636c14f authored almost 11 years ago by Chris Petersen <[email protected]>
This provides better support for Google-style docstrings
github.com/falconry/falcon - 13a10a586bfae0b4538c47dde3777e1be39d94bf authored almost 11 years ago by Chris Petersen <[email protected]>github.com/falconry/falcon - 47471a43401ab83c4b892fc98647225abe220e9f authored almost 11 years ago by Chris Petersen <[email protected]>
github.com/falconry/falcon - 9a10ab1d0c56197ab5b3f557691cbbb7ced200a2 authored almost 11 years ago by kgriffs <[email protected]>
It appears to work with now changes! All tests green.
Closes #244
github.com/falconry/falcon - 34b19f39a80e9fbd715e33b4f992607b390fee08 authored almost 11 years ago by kgriffs <[email protected]>
This patch adds some more cython envs so that we can be sure to catch
the odd cython-specific bu...
Some tests were failing under Py3K since the json library behaves a little
differently when it c...
This patch just uses a regular dict on py2.6 for creating error
response bodies. It simply isn't...
It was found that Cython's free function type is recognized as a function
by inspect.getargspec....
PyPy was previously removed due to a bug in Travis, but that has now
been resolved, so let's sta...
This patch fixes some py26 incompatibilities in falcon-bench and passes
positional args through ...