News ==== 2.0.6 (2013-05-23) ------------------ - fixed #64. cookiejar api has changed in python3.3 [gawel] - allow to use a fixed StopableWSGIServer [gawel] - Do not alter the BeautifulSoup object when parsing forms. [Georges Dubus] - Remove first newline while parse textarea block, how modern browsers does. [Victor Safronovich] pull #69 2.0.5 (2013-04-12) ------------------ * Ignore select.error (not socket.error) following StopableWSGIServer.shutdown. [Laurence Rowe] * Handle the short form of `` fields (from Matthew Desmarais) 1.0.1 --- * Fix the ``TestApp`` validator's InputWrapper lacking support for readline with an argument as needed by the cgi module. 1.0 --- * Keep URLs in-tact in cases such as ``app.get('http://www.python.org')`` (so HTTP_HOST=www.python.org, etc). * Fix ``lxml.html`` import, so lxml 2.0 users can get HTML lxml objects from ``resp.lxml`` * Treat ```` like a submit button. * Use ``BaseCookie`` instead of ``SimpleCookie`` for storing cookies (avoids quoting cookie values). * Accept any ``params`` argument that has an ``items`` method (like MultiDict) 0.9 --- Initial release