| Commit message (Expand) | Author | Age | Files | Lines |
| * | Accept relative paths in StaticURLParser (#244). From Eric Larson | ianb | 2008-03-30 | 1 | -6/+17 |
| * | Requests can send more than one cookie (#238) | ianb | 2008-03-26 | 1 | -0/+10 |
| * | Fix #240, unicode exceptions cause collector to fail. Also make tests somewh... | ianb | 2008-03-26 | 1 | -3/+8 |
| * | Fix a couple tests that had some fragility | ianb | 2008-03-25 | 2 | -2/+2 |
| * | don't assume dict ordering | pjenvey | 2008-03-10 | 1 | -1/+4 |
| * | 2.3 compat: use doctest24 | pjenvey | 2008-03-06 | 1 | -1/+1 |
| * | Look for params values that have an .items method | ianb | 2008-02-17 | 1 | -1/+4 |
| * | Added test for bad cookies; passes | ianb | 2007-10-10 | 1 | -0/+11 |
| * | Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no lon... | ianb | 2007-09-21 | 1 | -27/+0 |
| * | Port WSGIResponse.content_type and .charset from WebOb | ianb | 2007-08-10 | 1 | -0/+2 |
| * | Make comments work | ianb | 2007-06-13 | 1 | -0/+4 |
| * | Added {{default}} directive to paste.util.template | ianb | 2007-06-13 | 1 | -0/+14 |
| * | Add a little helper to run doctests | ianb | 2007-06-13 | 1 | -0/+9 |
| * | Added REST methods to Test, from Anders Pearson | ianb | 2007-05-25 | 1 | -0/+6 |
| * | don't use the name testobj, because it causes py.test to think it's a test | ianb | 2007-05-25 | 1 | -13/+13 |
| * | Fix for request.languages, which didn't pass the right value to httpheaders. ... | ianb | 2007-05-25 | 1 | -4/+5 |
| * | Make paste.util.template trim whitespace around statements on their own line | ianb | 2007-03-06 | 1 | -1/+10 |
| * | paste.config tests | pjenvey | 2007-02-16 | 1 | -0/+63 |
| * | unused import | pjenvey | 2007-02-16 | 1 | -1/+1 |
| * | tests for wsgiwrappers new charset stuff. | pjenvey | 2007-02-08 | 1 | -0/+144 |
| * | Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2 | ianb | 2007-02-01 | 1 | -0/+12 |
| * | don't test profile middleware if hotshot isn't available | ianb | 2007-02-01 | 1 | -20/+25 |
| * | Add most doctests to the automatic testing; fix some problems in tests | ianb | 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 | ianb | 2007-01-31 | 1 | -0/+21 |
| * | Added a templating language | ianb | 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 | ianb | 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... | ianb | 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 | ianb | 2006-12-01 | 1 | -2/+6 |
| * | Fixed errordocument header test | ianb | 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 | ianb | 2006-12-01 | 1 | -0/+11 |
| * | Test for errordocument header-preserving problem (currently broken) | ianb | 2006-12-01 | 1 | -1/+23 |