summaryrefslogtreecommitdiff
path: root/paste/util
Commit message (Expand)AuthorAgeFilesLines
* Remove long-deprecated modules (most moved elsewhere -- actually removing now...Ian Bicking2007-02-011-0/+178
* Fix up docstrings for reST validityIan Bicking2007-02-013-4/+7
* Fix up looperIan Bicking2007-02-011-8/+50
* Added a looper object, to make template looping easierIan Bicking2007-01-311-0/+107
* Add a bunch object, and add __traceback_hide__ locals to trim down exceptionsIan Bicking2007-01-311-1/+40
* Added an HTML-specific subclassIan Bicking2007-01-311-2/+76
* Added a templating languageIan Bicking2007-01-311-0/+473
* ensure UnicodeMultiDict allows non basestring keys to pass throughpjenvey2007-01-311-1/+4
* Allow killing of errant threads through the web application (also add a modul...Ian Bicking2007-01-301-0/+27
* by default don't have WSGIRequest decode parameter keys when unicode params a...pjenvey2007-01-221-19/+26
* o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrievedpjenvey2007-01-211-1/+160
* convert old-style classes to new-style classespjenvey2007-01-051-1/+1
* Fix #134 from cookedm: paste.util.scgiserver doesn't like an empty string as ...Ian Bicking2006-11-021-1/+1
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...Ian Bicking2006-10-204-33/+46
* multi var isn't used herepjenvey2006-10-201-1/+0
* Several name problems, small bugs, extra imports caught by pyflakesIan Bicking2006-10-201-1/+0
* Added some tests for multidict; fixed setdefaultIan Bicking2006-09-261-1/+1
* - adding dict_of_lists() to multidict to return a standardcce2006-09-211-0/+14
* Paste should not depend upon other paste modules, suchcce2006-09-211-0/+26
* - raise type error on unknown monthscce2006-08-241-2/+2
* (no commit message)cce2006-08-241-1/+1
* Somewhere in the past two years day_of_week changed tocce2006-08-241-1/+1
* renamed the multidict class to MultiDictpjenvey2006-07-251-7/+7
* added copy methodpjenvey2006-07-231-1/+4
* Added a method to get a cgi-style dictionary out of this dictionaryIan Bicking2006-06-221-2/+27
* Make multidict parse args+kw more like dict() doesIan Bicking2006-06-221-6/+3
* added optional host and max_children args to scgi's serve_application.pjenvey2006-06-171-2/+28
* Added copyright header to a bunch of filesIan Bicking2006-06-132-0/+4
* Fix for odd issue where sometimes the new mixin's len doesn't work, resulting...bbangert2006-06-011-0/+3
* - Space Nazicce2006-03-091-1/+2
* Implementation of a multidictIan Bicking2006-03-091-0/+187
* Provide top-level ip2int functionIan Bicking2006-03-031-28/+31
* Added a no-quoting quoterIan Bicking2006-01-221-0/+6
* new version from upstream, plus some python2.3 fixesIan Bicking2006-01-222-6/+9
* New versions of files received from upstream author.Ian Bicking2006-01-212-78/+79
* Added middleware for reading mod_auth_tkt-style signed cookies (paste.auth.au...Ian Bicking2006-01-182-0/+777
* Typo; fixed #54 (no QUERY_STRING or QUERY_STRING on PATH_INFO)Ian Bicking2006-01-121-1/+1
* - add support for 'dd-mon-yyyy' date formatcce2006-01-091-2/+5
* moving httpserver from util sub-package up a levelcce2006-01-091-373/+0
* - better error checking in parse_datetimecce2006-01-081-45/+32
* - making timedate parser throw more exceptions on errorscce2006-01-081-52/+39
* - converted timedelta normalization to be fractions of hourscce2006-01-081-50/+69
* - added some nicer datetime parsing codecce2006-01-081-0/+356
* Added a little argument to profile.profile_decorator, to allow conditional pr...Ian Bicking2006-01-071-0/+15
* Added docstrings to some modulesIan Bicking2006-01-041-3/+2
* (no commit message)cce2006-01-021-3/+2
* Added a bunch of module docstrings so the module index looks nicer; also mark...Ian Bicking2005-12-301-1/+4
* (no commit message)cce2005-12-301-1/+1
* - added option to not start the server loop to httpserver.servecce2005-12-301-6/+7
* - forgot to remove debugging infocce2005-12-291-1/+4