Skip to content

v5.8.0

Compare
Choose a tag to compare
@webknjaz webknjaz released this 01 Aug 16:36
· 4369 commits to main since this release
v5.8.0
7a42685
  • CI improvements:
    • Switch to native PyPy support in Travis CI
    • Take into account PEP 257 compliant modules
    • Build wheel in Appveyor and store it as an artifact
  • Improve urllib support in _compat module
  • #38 via #39: Improve URI parsing:
    • Make it compliant with RFC 7230, RFC 7231 and RFC 2616
    • Fix setting of environ['QUERY_STRING'] in WSGI
    • Introduce proxy_mode and strict_mode argument in server.HTTPRequest
    • Fix decoding of unicode URIs in WSGI 1.0 gateway