summaryrefslogtreecommitdiff
path: root/wsgitools/adapters.py
AgeCommit message (Collapse)Author
2020-03-09deprecate wsgitools.adaptersHelmut Grohne
The potential wsgi 2.0 standard didn't happen. Schedule adapters for removal.
2018-02-25update WSGI 2.0 referenceHelmut Grohne
2015-04-18Merge branch py3kHelmut Grohne
2014-01-06switch to new-style classes entirelyHelmut Grohne
There is no reason to use old-style classes beyond laziness.
2012-06-28remove workarounds for missing next() and hashlibHelmut Grohne
2009-03-29quite some changes for py3Helmut Grohne
These changes introduce some compatibility code. They don't make wsgitools usable with Python 3.0, but they also don't break compatibility with Python 2.5.
2008-07-12optimize adapter to not mangle data when unnecessaryHelmut Grohne
2008-07-12fix adapters (returned wrong value)Helmut Grohne
2008-07-09added some module docstringsHelmut Grohne
2008-03-28fixed non-fatal bugsHelmut Grohne
2008-02-28refactored docstrings for epydocHelmut Grohne
2007-04-21added some assertionsHelmut Grohne
2007-04-20added wsgitools.adapters for future wsgi versionsHelmut Grohne