| 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 | -0/+12 |
| * | don't test profile middleware if hotshot isn't available | Ian Bicking | 2007-02-01 | 1 | -20/+25 |
| * | Add most doctests to the automatic testing; fix some problems in tests | Ian Bicking | 2007-02-01 | 2 | -0/+37 |
| * | Switching mime-type parsing to be a WSGIRequest function instead of attribute. | bbangert | 2007-01-31 | 1 | -5/+4 |
| * | Added WSGIRequest.mimetypes property and unit tests for it. | bbangert | 2007-01-31 | 1 | -2/+14 |
| * | More thorough unit testing of the languages header. | bbangert | 2007-01-31 | 1 | -0/+6 |
| * | Added an HTML-specific subclass | Ian Bicking | 2007-01-31 | 1 | -0/+21 |
| * | Added a templating language | Ian Bicking | 2007-01-31 | 3 | -1/+104 |
| * | ensure UnicodeMultiDict allows non basestring keys to pass through | pjenvey | 2007-01-31 | 1 | -0/+11 |
| * | s/assert_unicode_items/assert_unicode_item/g | pjenvey | 2007-01-31 | 1 | -9/+9 |
| * | comment out the wsgi.input comparison tests until #125 is solved | pjenvey | 2007-01-31 | 1 | -3/+4 |
| * | Added WSGIRequest.languages parameter which handles parsing of Accept-Languag... | bbangert | 2007-01-31 | 1 | -1/+8 |
| * | by default don't have WSGIRequest decode parameter keys when unicode params a... | pjenvey | 2007-01-22 | 1 | -8/+22 |
| * | everything passing except the rereading of wsgi.input | pjenvey | 2007-01-21 | 1 | -16/+2 |
| * | o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrieved | pjenvey | 2007-01-21 | 1 | -1/+111 |
| * | some test fixes. still not passing | pjenvey | 2007-01-19 | 1 | -16/+16 |
| * | non-passing test for new request parsing system | Ian Bicking | 2007-01-19 | 1 | -0/+49 |
| * | convert old-style classes to new-style classes | pjenvey | 2007-01-05 | 1 | -1/+1 |
| * | ensure extra restoration_end calls noop | pjenvey | 2006-12-27 | 1 | -0/+2 |
| * | Use 404 instead of 400 when there's extra path on a static file, like with /i... | Ian Bicking | 2006-12-22 | 1 | -3/+4 |
| * | fixed parse_dict_querystring returning empty dicts instead of MultiDicts | pjenvey | 2006-12-22 | 1 | -1/+1 |
| * | renamed restorer evalcontext_begin/end in_evalcontext to restoration_begin/en... | pjenvey | 2006-12-22 | 1 | -5/+5 |
| * | Made Registries work in EvalException (prepare, register, replace, cleanup) | pjenvey | 2006-12-07 | 1 | -12/+64 |
| * | whitespace | pjenvey | 2006-12-04 | 1 | -3/+3 |
| * | StackedObjectRestorer tests. fixed a couple edge cases: | pjenvey | 2006-12-01 | 1 | -2/+82 |
| * | Expanded profile test a bit | Ian Bicking | 2006-12-01 | 1 | -2/+6 |
| * | Fixed errordocument header test | Ian Bicking | 2006-12-01 | 1 | -2/+2 |
| * | Fixed recursive test to use new KeepStatus init signature. | bbangert | 2006-12-01 | 1 | -1/+1 |
| * | Added paste.response.replace_header test | Ian Bicking | 2006-12-01 | 1 | -0/+11 |
| * | Test for errordocument header-preserving problem (currently broken) | Ian Bicking | 2006-12-01 | 1 | -1/+23 |
| * | Fix for Content-Length in gzip response from Brad Clements. Also gzip test | Ian Bicking | 2006-11-12 | 1 | -0/+18 |
| * | Fixed problem where the errorcatching middleware doesn't expose the close met... | Ian Bicking | 2006-10-03 | 1 | -2/+2 |
| * | Added some tests for multidict; fixed setdefault | Ian Bicking | 2006-09-26 | 1 | -0/+24 |
| * | Removed PasteDeploy/Script requirement from tests | Ian Bicking | 2006-09-21 | 1 | -2/+0 |
| * | Fixing a bug when unicode is used in exceptions, the | cce | 2006-09-11 | 1 | -0/+15 |
| * | Fix case when using TestApp, and params={'key': ['list', 'of', 'values']}, as... | Ian Bicking | 2006-09-10 | 1 | -0/+9 |
| * | Fixed a bug in the registry test (not code), since str(registered_object) nev... | Ian Bicking | 2006-08-23 | 3 | -4/+5 |
| * | Fixed problem with exception formatter word wrapping routine | Ian Bicking | 2006-08-21 | 1 | -0/+10 |
| * | renamed the multidict class to MultiDict | pjenvey | 2006-07-25 | 1 | -1/+1 |
| * | Fixed a bug in paste.errordocuments.forward and updated unit tests | thejimmyg | 2006-07-20 | 2 | -18/+151 |
| * | Removed errordocument.empty_error, since it never actually worked in a useful...0.9.5 | Ian Bicking | 2006-07-20 | 1 | -13/+1 |
| * | Changed usage of MultiDict to util.multidict | Ian Bicking | 2006-07-19 | 1 | -3/+3 |
| * | Added tests for file-related conditional requests. Added support for If-None... | Ian Bicking | 2006-07-17 | 1 | -0/+21 |
| * | Added a middleware to clear out error bodies, making them more accessible to ... | Ian Bicking | 2006-07-14 | 1 | -2/+13 |
| * | o revised the r5420 patch to be specific to the _IfModifiedSince header | pjenvey | 2006-06-26 | 1 | -2/+5 |
| * | Tests actually look just fine, but just two similar cases. And remove a dead... | Ian Bicking | 2006-06-22 | 1 | -0/+2 |
| * | Made it possible to create the session after start_response is called but bef... | Ian Bicking | 2006-06-21 | 1 | -0/+52 |
| * | whitespace | pjenvey | 2006-06-19 | 1 | -2/+1 |
| * | updated test comment | pjenvey | 2006-06-19 | 1 | -3/+4 |
| * | Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir... | pjenvey | 2006-06-19 | 2 | -0/+42 |