Fixed copyrequest missing input.
[wrw.git] / wrw /
2012-11-16 Fredrik TolfMerge branch 'master' into python3
2012-11-16 Fredrik TolfFixed sp formatter bug.
2012-08-30 Fredrik TolfMerge branch 'master' into python3
2012-08-30 Fredrik TolfUse the limited reader for reading form data.
2012-08-30 Fredrik TolfMerge branch 'master' into python3
2012-08-30 Fredrik TolfAdded a byte-limited reader for the WSGI input stream.
2012-08-28 Fredrik TolfMerge branch 'master' into python3
2012-08-28 Fredrik TolfDecode CGI CONTENT_{TYPE,LENGTH} properly into ihead.
2012-08-27 Fredrik TolfMerge branch 'master' into python3
2012-08-27 Fredrik TolfMake sure to properly close form multiparts on __exit__.
2012-08-27 Fredrik TolfMerge branch 'master' into python3
2012-08-27 Fredrik TolfAllow shorting of meta and link tags.
2012-08-05 Fredrik TolfMerge branch 'master' into python3
2012-08-05 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-08-05 Fredrik TolfChanged some whitespace usage.
2012-08-05 Fredrik TolfAdded a simple function for producing an optionally...
2012-08-05 Fredrik TolfMerge branch 'master' into python3
2012-08-05 Fredrik TolfSet expiration properly on session cookies.
2012-08-05 Fredrik TolfAdded a helper function to cookie module to format...
2012-08-05 Fredrik TolfFixed missing import in proto.py.
2012-07-18 Fredrik TolfAdded SERVER_NAME as an immediate request variable.
2012-07-18 Fredrik TolfMerge branch 'master' into python3
2012-07-18 Fredrik TolfMade session creation more customizable.
2012-07-08 Fredrik TolfHandle cookie attributes more flexibly.
2012-07-05 Fredrik TolfCall formatter.node as should be proper from formatter...
2012-07-05 Fredrik TolfMerge branch 'master' into python3
2012-07-05 Fredrik TolfAdded a SP formatter function to output mere fragments...
2012-07-05 Fredrik TolfMerge branch 'master' into python3
2012-07-05 Fredrik TolfMade the wmako library an environment variable.
2012-07-05 Fredrik TolfMerge branch 'master' into python3
2012-07-05 Fredrik TolfHandle skeleton transformation more flexibly.
2012-06-29 Fredrik TolfMerge branch 'master' into python3
2012-06-29 Fredrik TolfImport specdirty into __init__.
2012-06-29 Fredrik TolfMerge branch 'master' into python3
2012-06-29 Fredrik TolfFixed up session-db cleaner-running checks.
2012-06-29 Fredrik TolfAdded more useful repr for sessions.
2012-06-29 Fredrik TolfAttempt to make the session database properly parallel.
2012-06-27 Fredrik TolfMerge branch 'master' into python3
2012-06-27 Fredrik TolfRemoved debug message.
2012-06-26 Fredrik TolfTried to create a more advanced sessiondata class for...
2012-06-26 Fredrik TolfFixed up HTTP response status info a bit.
2012-05-24 Fredrik TolfMerge branch 'master' into python3
2012-05-24 Fredrik TolfPass the current session to sessiondata constructor.
2012-05-24 Fredrik TolfUse an RLock for session locking.
2012-05-20 Fredrik TolfAdded a SP element for outputting unprocessed code.
2012-05-13 Fredrik TolfMerge branch 'master' into python3
2012-05-13 Fredrik TolfUse SP for all wrw.resp.
2012-05-13 Fredrik TolfProperly use a BytesIO in XHTML outputter.
2012-05-13 Fredrik TolfMerge branch 'master' into python3
2012-05-13 Fredrik TolfBackported indent-encoding fix.
2012-05-13 Fredrik TolfConverted the HTML-generator to Python3.
2012-05-13 Fredrik TolfMerge branch 'master' into python3
2012-05-13 Fredrik TolfAdded a HTML-generation engine that might hopefully...
2012-03-14 Fredrik TolfAdded a decorator for autoencoding string responses...
2012-03-14 Fredrik TolfConverted the multipart form reader to Python3.
2012-03-14 Fredrik TolfMerge branch 'master' into python3
2012-03-14 Fredrik TolfAlways import the proto module.
2012-03-14 Fredrik TolfAdded a, perhaps overly simplistic, multipart form...
2012-03-14 Fredrik TolfRemember to copy method to request copies.
2012-03-14 Fredrik TolfAlways downcase MIME header parameter names.
2012-03-14 Fredrik TolfAlways upper-case the request method.
2012-03-14 Fredrik TolfAdded a function for parsing MIME-style parameterized...
2012-03-14 Fredrik TolfAdded a request variable for the HTTP method.
2012-02-06 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-02-05 Fredrik TolfMerge branch 'master' into python3
2012-02-05 Fredrik TolfFixed env bug.
2012-02-05 Fredrik TolfFixed Python3 bug.
2012-02-05 Fredrik TolfMerge branch 'master' into python3
2012-02-05 Fredrik TolfUse the environment to configure session and skel defau...
2012-02-05 Fredrik TolfUse the env module to catch errors in the dispatcher.
2012-02-05 Fredrik TolfAdded a kind of generic module to handle configuration...
2012-01-12 Fredrik TolfMerge branch 'master' into python3
2012-01-05 Fredrik TolfFixed resp.message initialization bug.
2012-01-01 Fredrik TolfMerge branch 'master' into python3
2012-01-01 Fredrik TolfRemoved the rather unnecessary backeddb class.
2011-12-30 Fredrik TolfAlways use the latest pickle protocol when freezing...
2011-12-30 Fredrik TolfAdded a way to get sessiondata without creating it.
2011-12-30 Fredrik TolfMerge branch 'master' into python3
2011-12-30 Fredrik TolfAdded a mod_python-style form-data application decorator.
2011-12-29 Fredrik TolfMerge branch 'master' into python3
2011-12-29 Fredrik TolfFixed autodirty bug.
2011-12-29 Fredrik TolfFixed python3 iterator protocol.
2011-12-28 Fredrik TolfMerge branch 'master' into python3
2011-12-28 Fredrik TolfAdded a utility class for manual dirty management.
2011-12-28 Fredrik TolfSplit the dirty management out from sessiondata.
2011-12-21 Fredrik TolfMerge branch 'master' into python2
2011-12-21 Fredrik TolfAdded a utility class for session data storage.
2011-12-21 Fredrik TolfDon't commit sessions to db.live before they are dirty.
2011-12-21 Fredrik TolfProxy the response iter to make generator code run...
2011-12-03 Fredrik TolfVarious python3 modifications.
2011-12-03 Fredrik TolfUse new import format.
2011-12-01 Fredrik TolfTidied up sessions' freezechecking.
2011-12-01 Fredrik TolfAdded an explicit get function to session databases.
2011-11-29 Fredrik TolfRevert "Use new import format."
2011-11-24 Fredrik TolfUse new import format.
2011-11-06 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-11-06 Fredrik TolfAdded a redirection restart.
2011-11-06 Fredrik TolfAdded some URL manipulation functions to wrw.proto.
2011-11-01 Fredrik TolfRemoved __future__ import from wmako for consistency.
2011-10-31 Fredrik TolfAdded a simplifying mako dispatcher.
next