| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2 | Ian Bicking | 2007-02-01 | 1 | -2/+16 |
| * | path from Robert Almeida, to re-enable the internal redirect to the login for... | Ian Bicking | 2007-02-01 | 1 | -5/+5 |
| * | Remove long-deprecated modules (most moved elsewhere -- actually removing now... | Ian Bicking | 2007-02-01 | 6 | -55/+1 |
| * | Fix up docstrings for reST validity | Ian Bicking | 2007-02-01 | 4 | -7/+11 |
| * | Add most doctests to the automatic testing; fix some problems in tests | Ian Bicking | 2007-02-01 | 2 | -10/+10 |
| * | Fix up looper | Ian Bicking | 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 |
| * | rewrite watchthreads to use the new paste.util.template | Ian Bicking | 2007-01-31 | 1 | -65/+80 |
| * | Added a looper object, to make template looping easier | Ian Bicking | 2007-01-31 | 1 | -0/+107 |
| * | Add a bunch object, and add __traceback_hide__ locals to trim down exceptions | Ian Bicking | 2007-01-31 | 1 | -1/+40 |
| * | Added an HTML-specific subclass | Ian Bicking | 2007-01-31 | 1 | -2/+76 |
| * | Added a templating language | Ian Bicking | 2007-01-31 | 1 | -0/+473 |
| * | typo | pjenvey | 2007-01-31 | 1 | -1/+1 |
| * | ensure UnicodeMultiDict allows non basestring keys to pass through | pjenvey | 2007-01-31 | 1 | -1/+4 |
| * | Added WSGIRequest.languages parameter which handles parsing of Accept-Languag... | bbangert | 2007-01-31 | 1 | -4/+41 |
| * | Limit number of bytes returned by environ['wsgi.input'].read(), so you can't ... | Ian Bicking | 2007-01-30 | 1 | -0/+63 |
| * | make paste.httpserver support all request methods | Ian Bicking | 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 modul... | Ian Bicking | 2007-01-30 | 3 | -45/+184 |
| * | Add app to monitor and summarize the status of any wedged threads. Also a ha... | Ian Bicking | 2007-01-30 | 1 | -0/+169 |
| * | Add a variable to track the requests currently being processed by the httpser... | Ian Bicking | 2007-01-30 | 1 | -3/+18 |
| * | Allow list of status in test calls | Ian Bicking | 2007-01-24 | 1 | -0/+7 |
| * | don't depend on pkg_resources in urlparser | pjenvey | 2007-01-23 | 1 | -1/+8 |
| * | 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 a... | pjenvey | 2007-01-22 | 2 | -27/+43 |
| * | 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 |
| * | removed unused import | pjenvey | 2007-01-20 | 1 | -1/+0 |
| * | fixed broken StaticURLParser.make_app from r6099 | pjenvey | 2007-01-19 | 1 | -2/+1 |
| * | 201 Created does not expect a response body | Ian Bicking | 2007-01-18 | 1 | -1/+1 |
| * | Handle file not found in FileApp | Ian Bicking | 2007-01-18 | 1 | -0/+5 |
| * | no need to check content type for startswith('multipart/form-data') as of r59... | pjenvey | 2007-01-17 | 1 | -2/+2 |
| * | Make StaticURLParser more subclassable | Ian Bicking | 2007-01-17 | 1 | -1/+4 |
| * | revert r6094: evalexception is tied to MochiKit 1.3.1, | pjenvey | 2007-01-17 | 1 | -7/+7 |
| * | CONTENT_LENGTH/Content-Length fix in HeaderDict | Ian Bicking | 2007-01-16 | 1 | -12/+25 |
| * | Patch from Jason Kirtland to allow false defaults fro StackedObjectProxy, and... | Ian Bicking | 2007-01-16 | 1 | -6/+11 |
| * | Patch from David Smith to support newer versions of MochiKit in evalexception | Ian Bicking | 2007-01-15 | 1 | -7/+7 |
| * | On StackedObjectProxy: Make repr() safer; use better overrides for delattr, d... | Ian Bicking | 2007-01-11 | 1 | -6/+5 |
| * | oops | cce | 2007-01-10 | 1 | -2/+0 |
| * | fixing server side cache /w the nocache header | cce | 2007-01-10 | 2 | -3/+8 |
| * | Added entry point for paste.registry; from suggestion from Jochen Kupperschmidt | Ian Bicking | 2007-01-08 | 1 | -0/+7 |
| * | normpath returns '/' for the root, avoid reapplying the end slash in that case | pjenvey | 2007-01-06 | 1 | -1/+1 |
| * | Not that good fixup of a problem where the end slash is lost under Paste's HT... | Ian Bicking | 2007-01-05 | 1 | -0/+4 |
| * | SocketServer doesn't like new-style request handler classes | pjenvey | 2007-01-05 | 1 | -1/+1 |
| * | convert old-style classes to new-style classes | pjenvey | 2007-01-05 | 26 | -42/+42 |
| * | fixed typo from r6038 | pjenvey | 2007-01-04 | 1 | -2/+2 |