Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 3: dict.items() doesn't return a list anymore | Nils Philippsen | 2015-11-12 | 1 | -2/+2 |
| | | | | | Use sorted() instead, which works on lists as well as dict_items objects. | ||||
* | Python 3: avoid spurious warnings | Nils Philippsen | 2015-09-09 | 1 | -1/+1 |
| | | | | | The dict.has_keys() method doesn't exist anymore in python 3, check if the locals() object has a .keys() method instead. | ||||
* | Python 3: App must always return binary type. | Nils Philippsen | 2015-08-19 | 6 | -0/+1830 |
Fixes tests.test_wsgiwrappers.test_wsgirequest_charset |