Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify parse_formvars. (#34) | Benjamin Peterson | 2019-09-06 | 1 | -40/+29 |
| | | | If we don't want to parse the request body with cgi, we can just not use cgi rather than building a fake request. | ||||
* | Get MutableMapping from collections.abc on Python 3. (#26) | Benjamin Peterson | 2019-07-24 | 1 | -1/+1 |
| | | | This fixes a deprecation warning on 3.7. | ||||
* | Don't raise StopIteration from generator, return instead | Miro Hron?ok | 2018-06-08 | 1 | -0/+428 |
See https://www.python.org/dev/peps/pep-0479/ |