Fix keyword-parameter handling bug in formparams.
[wrw.git] / wrw /
2023-11-03 Fredrik TolfFix keyword-parameter handling bug in formparams. master
2023-07-21 Fredrik TolfFix error reporting in new formparams code.
2023-07-20 Fredrik TolfUpdate util.formparams to use inspect.signature.
2023-02-18 Fredrik TolfFixed formparse typo.
2023-02-18 Fredrik TolfParse POST form-data better.
2023-02-12 Fredrik TolfKeep blank values in formdata.
2022-08-28 Fredrik TolfFixed ABC import compatibility for Python 3.8.
2022-01-31 Fredrik TolfAdded statusinfo for HTTP 429.
2021-04-21 Fredrik TolfAdded + to list of invalid URL characters.
2021-03-27 Fredrik TolfAdded encoding tools for parameterized MIME headers.
2018-03-28 Fredrik TolfImproved fileresp with cachability and character encoding.
2018-03-28 Fredrik TolfAdded fileiter and fileresp.
2018-03-28 Fredrik TolfClassify trunacted input as its own exception type.
2018-03-21 Fredrik TolfAllow None in parurl values to omit keys.
2018-03-21 Fredrik TolfAdded option to strip querystring from requrl.
2018-02-01 Fredrik TolfAllow funplex to handle requests to root.
2017-08-15 Fredrik TolfMake badmultipart an IOError.
2017-03-22 Fredrik TolfMerge branch 'master' of moltke.seatribe.se:/usr/local...
2017-03-22 Fredrik TolfFixed copyrequest missing input.
2017-03-20 Fredrik TolfAllow parurl to append to URLs that already have a...
2017-03-19 Fredrik TolfMerge branch 'master' of git://git.dolda.net/wrw
2017-03-19 Fredrik TolfProperly quote percent-signs in URLs.
2017-01-15 Fredrik TolfMerge branch 'master' of ansgar.seatribe.se:/usr/local...
2017-01-15 Fredrik TolfFixed some SP node conversion bugs.
2016-06-24 Fredrik TolfMade iterable-checking compatible with Python 3.2.
2016-04-05 Fredrik TolfMerge branch 'master' of ansgar.seatribe.se:/usr/local...
2016-04-05 Fredrik TolfEnable iterables to be passed as new SP nodes.
2015-11-08 Fredrik TolfMerge branch 'master' of ansgar.seatribe.se:/usr/local...
2015-11-08 Fredrik TolfAlways handle I/O errors in util.formparams.
2015-11-08 Fredrik TolfAllow formdata to handle errors better.
2015-11-08 Fredrik TolfDon't require memory for multipart discard on close.
2015-11-08 Fredrik TolfFixed Python3-compatibility error in multipart code.
2015-09-18 Fredrik TolfMerge ansgar.seatribe.se:/usr/local/src/wrw
2015-09-18 Fredrik TolfProperly quote semicolons in URLs.
2014-07-18 Fredrik TolfAdded more sane wrappings of the binascii functions.
2014-05-09 Fredrik TolfMerge moltke.seatribe.se:/usr/local/src/wrw
2014-05-09 Fredrik TolfInclude a selfpath in requests derived from a funplex.
2014-05-07 Fredrik TolfFixed form-parsing bug.
2014-04-23 Fredrik TolfMake formparse not depend on input being a limitreader.
2014-04-23 Fredrik TolfFixed datecheck bug.
2014-04-03 Fredrik TolfFix typo.
2014-04-03 Fredrik TolfApparently binascii.b2a_* returns bytes.
2014-04-03 Fredrik TolfMerge branch 'master' into python3
2014-04-03 Fredrik TolfMake session.gennonce more sound.
2014-04-03 Fredrik TolfDecode binary form input.
2014-04-03 Fredrik TolfMerge branch 'master' into python3
2014-04-03 Fredrik TolfReplace cgi.parse.
2014-03-02 Fredrik TolfFixed stringwrap iteration bug.
2014-03-02 Fredrik TolfFixed wrapping of util.stringwrap
2014-01-11 Fredrik TolfMade Python3 changes.
2014-01-11 Fredrik TolfMerge branch 'master' into python3
2014-01-11 Fredrik TolfAdded a function for handling errors coming externally.
2014-01-05 Fredrik TolfMerge branch 'master' into python3
2014-01-05 Fredrik TolfFlush stderr after printing exception in the default...
2013-12-28 Fredrik TolfMerge branch 'master' into python3
2013-12-28 Fredrik TolfImproved indentation a bit further.
2013-12-28 Fredrik TolfMerge branch 'master' into python3
2013-12-28 Fredrik TolfImproved indentation a bit.
2013-12-27 Fredrik TolfMerge branch 'python3' of git.dolda2000.com:/srv/git...
2013-12-27 Fredrik TolfMerge branch 'master' into python3
2013-12-27 Fredrik TolfReimplemented the SP output formatters to hopefully...
2013-12-26 Fredrik TolfMerge branch 'master' into python3
2013-12-26 Fredrik TolfAllow noop-adding of None objects.
2013-12-07 Fredrik TolfMerge branch 'master' into python3
2013-12-07 Fredrik TolfFixed phttpdate bug.
2013-11-03 Fredrik TolfMerge branch 'master' into python3
2013-11-03 Fredrik TolfAdded a new module to ease WWW-authentication a bit.
2013-09-21 Fredrik TolfTolerate getfilesystemencoding returning None.
2013-09-19 Fredrik TolfMerge branch 'master' into python3
2013-09-19 Fredrik TolfDo Unicode conversion from bytestring more properly.
2013-09-18 Fredrik TolfConverted URL quoting to Python3.
2013-09-18 Fredrik TolfMerge branch 'master' into python3
2013-09-18 Fredrik TolfFixed up URL quoting a bit.
2013-09-15 Fredrik TolfAdd Content-Length to SP responses.
2013-09-15 Fredrik TolfRemoved superfluous super() arguments.
2013-09-15 Fredrik TolfMerge branch 'master' into python3
2013-09-15 Fredrik TolfAllow setting attributes to None as a noop, for conveni...
2013-09-02 Fredrik TolfMerge branch 'master' into python3
2013-09-02 Fredrik TolfMade default argument specifications PEP 8-compliant.
2013-09-02 Fredrik TolfMade redirections a bit more flexible.
2013-08-29 Fredrik TolfQuote some more URL characters
2013-06-27 Fredrik TolfCache the target argspec in formparams.
2013-06-26 Fredrik TolfFixed formparams bug when defaults are missing.
2013-06-05 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2013-06-05 Fredrik TolfMerge branch 'python3' of git.dolda2000.com:/srv/git...
2013-06-05 Fredrik TolfMerge branch 'master' into python3
2013-06-05 Fredrik TolfSet Content-Length in a couple of places.
2013-06-05 Fredrik TolfFixed message bug.
2013-06-04 Fredrik TolfMerge branch 'master' into python3
2013-06-04 Fredrik TolfReplaced funplex with a more flexible class implementation.
2013-06-04 Fredrik TolfMerge branch 'master' into python3
2013-06-04 Fredrik TolfSet __wrapped__ in xhtmlresp as well.
2013-06-04 Fredrik TolfMerge branch 'master' into python3
2013-06-04 Fredrik TolfTry to unwrap functions passed to funplex.
2013-06-04 Fredrik TolfSave references to wrapped functions.
2013-05-29 Fredrik TolfAdded a simple cache-helper function.
2013-04-23 Fredrik TolfMerge branch 'master' into python3
2013-04-23 Fredrik TolfAdded a mod_python-style (but better ^^) function multi...
2013-04-07 Fredrik TolfMerge branch 'master' into python3
2013-04-07 Fredrik TolfAdded more convenient ways to use non-XHTML sp output.
next