| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add .response() method to HTTPException objects (from damjam) | ianb | 2007-02-19 | 1 | -4/+15 | |
| | | ||||||
| * | make guess_type overridable | ianb | 2007-02-19 | 1 | -1/+4 | |
| | | ||||||
| * | Prefer ETags over Last-Modified when calculating 304s | ianb | 2007-02-18 | 1 | -12/+20 | |
| | | ||||||
| * | reindent r6247 | pjenvey | 2007-02-18 | 1 | -14/+13 | |
| | | ||||||
| * | added WSGIRequest.__repr__ | pjenvey | 2007-02-18 | 1 | -0/+20 | |
| | | ||||||
| * | o self.__class__.__module__ is more appropriate than __name__ here | pjenvey | 2007-02-18 | 1 | -3/+3 | |
| | | | | | o no need to pad the pointer address | |||||
| * | fixed the AuthCookieHandler example | pjenvey | 2007-02-16 | 1 | -1/+1 | |
| | | | | | (thanks Damjan Georgievski) | |||||
| * | Also calculate QUERY_STRING in translogger before dispatching the request | ianb | 2007-02-15 | 1 | -2/+2 | |
| | | ||||||
| * | added __all__ | pjenvey | 2007-02-15 | 1 | -0/+2 | |
| | | ||||||
| * | removed deprecated current_obj/push_object/pop_boject methods | pjenvey | 2007-02-15 | 1 | -26/+0 | |
| | | ||||||
| * | Figure out the request URI earlier in translogger (so later rewrites won't ↵ | ianb | 2007-02-15 | 1 | -3/+5 | |
| | | | | | change it). Quote the path in the logs | |||||
| * | Added a command-line form of the template to fill static files | ianb | 2007-02-15 | 1 | -0/+75 | |
| | | ||||||
| * | In debug.watchthreads: better time formatting; fix expanding environ bug | ianb | 2007-02-15 | 1 | -7/+21 | |
| | | ||||||
| * | alphabatize __all__ | pjenvey | 2007-02-05 | 1 | -8/+6 | |
| | | | | | | followup to r6219 (thanks eleftherios) | |||||
| * | added add_start_close, catch_errors_app and unicode_app_iter to __all__ | pjenvey | 2007-02-05 | 1 | -6/+7 | |
| | | ||||||
| * | make sure missing attribute raise an AttributeError in bunches, not KeyError | ianb | 2007-02-05 | 1 | -1/+4 | |
| | | ||||||
| * | Do not set REMOTE_HOST, as it requires a reverse DNS lookup | ianb | 2007-02-05 | 1 | -1/+11 | |
| | | ||||||
| * | Allow httpserver's readline to take an optional argument (max length) which ↵ | ianb | 2007-02-01 | 2 | -3/+3 | |
| | | | | | the cgi module uses. | |||||
| * | Fix for FileApp replying to non-GET requests, and giving the body for HEAD ↵1.2 | ianb | 2007-02-01 | 1 | -2/+16 | |
| | | | | | requests | |||||
| * | path from Robert Almeida, to re-enable the internal redirect to the login ↵ | ianb | 2007-02-01 | 1 | -5/+5 | |
| | | | | | form. Dunno how it should really work, but eh | |||||
| * | Remove long-deprecated modules (most moved elsewhere -- actually removing ↵ | ianb | 2007-02-01 | 6 | -55/+1 | |
| | | | | | now); move mimeparse to paste.util.mimeparse | |||||
| * | Fix up docstrings for reST validity | ianb | 2007-02-01 | 4 | -7/+11 | |
| | | ||||||
| * | Add most doctests to the automatic testing; fix some problems in tests | ianb | 2007-02-01 | 2 | -10/+10 | |
| | | ||||||
| * | Fix up looper | ianb | 2007-02-01 | 1 | -8/+50 | |
| | | ||||||
| * | Switching mime-type parsing to be a WSGIRequest function instead of attribute. | bbangert | 2007-01-31 | 1 | -20/+9 | |
| | | ||||||
| * | Added WSGIRequest.mimetypes property and unit tests for it. | bbangert | 2007-01-31 | 1 | -2/+20 | |
| | | ||||||
| * | Patching mimeparse module to include desired_matches function intended for a ↵ | bbangert | 2007-01-31 | 1 | -1/+25 | |
| | | | | | server to decide the precedence of mime-types to return. | |||||
| * | rewrite watchthreads to use the new paste.util.template | ianb | 2007-01-31 | 1 | -65/+80 | |
| | | ||||||
| * | Added a looper object, to make template looping easier | ianb | 2007-01-31 | 1 | -0/+107 | |
| | | ||||||
| * | Add a bunch object, and add __traceback_hide__ locals to trim down exceptions | ianb | 2007-01-31 | 1 | -1/+40 | |
| | | ||||||
| * | Added an HTML-specific subclass | ianb | 2007-01-31 | 1 | -2/+76 | |
| | | ||||||
| * | Added a templating language | ianb | 2007-01-31 | 1 | -0/+473 | |
| | | ||||||
| * | typo | pjenvey | 2007-01-31 | 1 | -1/+1 | |
| | | | | | (thanks eleftherios) | |||||
| * | ensure UnicodeMultiDict allows non basestring keys to pass through | pjenvey | 2007-01-31 | 1 | -1/+4 | |
| | | ||||||
| * | Added WSGIRequest.languages parameter which handles parsing of ↵ | bbangert | 2007-01-31 | 1 | -4/+41 | |
| | | | | | Accept-Languages header and a unit test to verify the defaults. | |||||
| * | Limit number of bytes returned by environ['wsgi.input'].read(), so you can't ↵ | ianb | 2007-01-30 | 1 | -0/+63 | |
| | | | | | read past end | |||||
| * | make paste.httpserver support all request methods | ianb | 2007-01-30 | 1 | -2/+16 | |
| | | ||||||
| * | Adding mime-type parsing module. | bbangert | 2007-01-30 | 1 | -0/+153 | |
| | | ||||||
| * | Adding language parsing HTTP header code. | bbangert | 2007-01-30 | 1 | -1/+35 | |
| | | ||||||
| * | Allow killing of errant threads through the web application (also add a ↵ | ianb | 2007-01-30 | 3 | -45/+184 | |
| | | | | | module to kill threads with ctypes, and a method to kill threads from the httpserver thread pool) | |||||
| * | Add app to monitor and summarize the status of any wedged threads. Also a ↵ | ianb | 2007-01-30 | 1 | -0/+169 | |
| | | | | | handy config file for testing some stuff, and removing a config file that is long defunct | |||||
| * | Add a variable to track the requests currently being processed by the ↵ | ianb | 2007-01-30 | 1 | -3/+18 | |
| | | | | | httpserver (to see wedged threads) | |||||
| * | Allow list of status in test calls | ianb | 2007-01-24 | 1 | -0/+7 | |
| | | ||||||
| * | don't depend on pkg_resources in urlparser | pjenvey | 2007-01-23 | 1 | -1/+8 | |
| | | | | | | Patch by whit537 Fixes #149 | |||||
| * | added optional pre and post do_request hooks into TestApp | pjenvey | 2007-01-23 | 1 | -1/+15 | |
| | | ||||||
| * | by default don't have WSGIRequest decode parameter keys when unicode params ↵ | pjenvey | 2007-01-22 | 2 | -27/+43 | |
| | | | | | | | are expected. allow this behavior when WSGIRequest.decode_param_names is enabled | |||||
| * | small changes | pjenvey | 2007-01-22 | 1 | -6/+9 | |
| | | ||||||
| * | doc markup | pjenvey | 2007-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrieved | pjenvey | 2007-01-21 | 2 | -47/+284 | |
| | | | | | | | | | | | | | | contents to unicode on the fly. Any FieldStorages encountered are cloned with their name and filename fields decoded o Added WSGIRequest.charset and errors. When charset is set, WSGIRequest's params/GET/POST return UnicodeMultiDicts. charset and errors inherit their default values from the WSGIRequest.defaults StackedObjectProxy dict o deprecated wsgiwrappers.settings: use wsgiwrappers.WSGIResponse.defaults instead o allow WSGIResponse to let unicode responses pass through when no encoding is set (instead of defaulting to iso-8859-1). In case someone wants to deal with unicode later in their WSGI stack | |||||
| * | removed unused import | pjenvey | 2007-01-20 | 1 | -1/+0 | |
| | | ||||||
