| Commit message (Expand) | Author | Age | Files | Lines |
* | be more tolerant of bad CONTENT_LENGTH1.5.1 | ianb | 2007-10-22 | 2 | -1/+10 |
* | Auto-update of version strings | ianb | 2007-10-17 | 1 | -1/+1 |
* | news header for 1.51.5 | ianb | 2007-10-17 | 1 | -2/+2 |
* | Content-Length: -1 means we should read indefinitely, not count down to zero ... | ianb | 2007-10-11 | 1 | -6/+9 |
* | Applied #181, allow smtp authentication for errors | ianb | 2007-10-10 | 3 | -2/+36 |
* | Fix #193, when a frame locals is a Context object(?) | ianb | 2007-10-10 | 1 | -2/+8 |
* | Don't give an error when a 201 response has a Content-Type | ianb | 2007-10-10 | 1 | -1/+2 |
* | Fix #194, paste.cascade doesn't copy wsgi.input, and blocking can occur: now ... | ianb | 2007-10-10 | 2 | -0/+25 |
* | properly hide .bak and .py~, and also hide .pyo | ianb | 2007-10-10 | 1 | -1/+1 |
* | Added test for bad cookies; passes | ianb | 2007-10-10 | 1 | -0/+11 |
* | use paste.util.converters instead of paste.deploy.converters | ianb | 2007-10-10 | 1 | -1/+1 |
* | keep wdg_validate working when no content-type is set; also look for some oth... | ianb | 2007-10-10 | 1 | -2/+3 |
* | Replace and register are identical, aliasing the method. | bbangert | 2007-10-08 | 1 | -15/+3 |
* | Failing to pop proper obj during register. | bbangert | 2007-10-08 | 1 | -1/+1 |
* | Registry fix that doesn't break restorer | bbangert | 2007-10-04 | 1 | -10/+13 |
* | r6823 forgot _CHARSET_RE from WebOb and broke WSGIResponse's | pjenvey | 2007-10-04 | 2 | -4/+6 |
* | * Fixed memory leak with ``paste.registry`` not properly removing | bbangert | 2007-10-03 | 2 | -6/+13 |
* | Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no lon... | ianb | 2007-09-21 | 4 | -39/+7 |
* | Improve performance of HeaderDict.headeritems() | ianb | 2007-09-21 | 1 | -4/+4 |
* | minor tweak (appears to be backward compatible) to permit use with SSL chains | cce | 2007-09-19 | 1 | -1/+1 |
* | In paste.session, ignore files that aren't session files | ianb | 2007-09-15 | 2 | -7/+14 |
* | set CONTENT_TYPE on non-file uploads too | ianb | 2007-09-15 | 2 | -0/+6 |
* | Use Content-Range: bytes START-END/LENGTH (adding 'bytes') | ianb | 2007-09-10 | 2 | -1/+7 |
* | Auto-update of version strings | ianb | 2007-09-07 | 1 | -1/+1 |
* | update news for release1.4.2 | ianb | 2007-09-07 | 1 | -2/+5 |
* | exc_info should be passed up in intercept_output (if it is not, exceptions so... | ianb | 2007-09-06 | 2 | -1/+7 |
* | reverting FreeBSD threadpool disabling | ianb | 2007-09-04 | 1 | -5/+1 |
* | Auto-update of version strings | ianb | 2007-09-04 | 1 | -1/+1 |
* | update news.txt1.4.1 | ianb | 2007-09-04 | 1 | -2/+2 |
* | be a little more careful splitting | ianb | 2007-09-04 | 1 | -1/+1 |
* | default value for text fields is empty string -- at least, that's how moz see... | novalis | 2007-08-23 | 1 | -1/+6 |
* | tag names include namespace, so form:error tags are not incorrectly picked up | novalis | 2007-08-22 | 1 | -1/+1 |
* | tag names include namespace | novalis | 2007-08-22 | 1 | -1/+1 |
* | fix import order | ianb | 2007-08-14 | 1 | -1/+1 |
* | inherit show_exceptions_in_wsgi_errors from global_conf | ianb | 2007-08-14 | 2 | -2/+7 |
* | fix more possible thread errors, followup to r6843 | pjenvey | 2007-08-13 | 1 | -5/+8 |
* | Fix possible thread error, when a thread finishes while add_task is looking a... | ianb | 2007-08-13 | 1 | -2/+2 |
* | Port WSGIResponse.content_type and .charset from WebOb | ianb | 2007-08-10 | 3 | -0/+80 |
* | being pedantic, trying to find source of memory leak | cce | 2007-08-09 | 1 | -0/+1 |
* | Try to encode values to auth_tkt | ianb | 2007-08-09 | 2 | -0/+10 |
* | - fix urlmap to include the path that was not found and not | cce | 2007-08-08 | 1 | -1/+1 |
* | first pass at an ArchiveStore | cce | 2007-08-07 | 1 | -3/+58 |
* | The threadpool code just doesn't work on FreeBSD. | cce | 2007-08-04 | 1 | -1/+7 |
* | remove tabs | ianb | 2007-07-22 | 2 | -3/+3 |
* | readline takes an optional length arg | pjenvey | 2007-07-19 | 1 | -2/+2 |
* | o fixed WSGIResponse default headers only being inherited when a mimetype was... | pjenvey | 2007-07-14 | 1 | -2/+2 |
* | Fix problem with .form and named forms | ianb | 2007-07-13 | 2 | -4/+10 |
* | Make wsgi the default logger name for the entry point (it was going to the ro... | ianb | 2007-07-09 | 1 | -1/+1 |
* | changelog most of r6686 | pjenvey | 2007-07-06 | 1 | -0/+9 |
* | o allow DispatchingConfigs to customize their SOP name attribute | pjenvey | 2007-07-06 | 1 | -19/+20 |