Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-18 | drop deprecated wsgitools.adapters | Helmut Grohne | |
2020-03-09 | deprecate wsgitools.adapters | Helmut Grohne | |
The potential wsgi 2.0 standard didn't happen. Schedule adapters for removal. | |||
2018-02-25 | update WSGI 2.0 reference | Helmut Grohne | |
2015-04-18 | Merge branch py3k | Helmut Grohne | |
2014-01-06 | switch to new-style classes entirely | Helmut Grohne | |
There is no reason to use old-style classes beyond laziness. | |||
2012-06-28 | remove workarounds for missing next() and hashlib | Helmut Grohne | |
2009-03-29 | quite some changes for py3 | Helmut 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-12 | optimize adapter to not mangle data when unnecessary | Helmut Grohne | |
2008-07-12 | fix adapters (returned wrong value) | Helmut Grohne | |
2008-07-09 | added some module docstrings | Helmut Grohne | |
2008-03-28 | fixed non-fatal bugs | Helmut Grohne | |
2008-02-28 | refactored docstrings for epydoc | Helmut Grohne | |
2007-04-21 | added some assertions | Helmut Grohne | |
2007-04-20 | added wsgitools.adapters for future wsgi versions | Helmut Grohne | |