Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -4/+3 |
| | |||||
* | Extend Paginator tests to satisfy #55. | Ben Sturmfels | 2016-09-16 | 1 | -7/+33 |
| | |||||
* | Add Python 3 support in pagination. | Ben Sturmfels | 2016-09-16 | 1 | -0/+31 |
| | | | | This issue was visible when attempting to view the home page of a MediaGoblin site with more than a single page worth of items, under Python 3. | ||||
* | trac#5397: Allow decode_request to parse content-type headers with extra ↵ | Ben Sturmfels | 2016-01-21 | 1 | -0/+61 |
options. It previously parsed "Content-Type: application/x-www-form-urlencoded", but not "Content-Type: application/x-www-form-urlencoded; charset=utf-8". |