| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | o WSGIResponse changes:0.9.8 | pjenvey | 2006-09-04 | 1 | -0/+7 |
| | | | | | | | | | - properly encoding any unicode content according to the response's charset - handling generator/iterator content more cleanly - fixed delete_cookie. also now takes optional path and domain args o added wsgilib.encode_unicode_app_iter: encodes an app_iterable's unicode responses as strings | ||||
| * | use headeritems() instead of items() in WSGIResponse. | pjenvey | 2006-08-30 | 1 | -0/+3 |
| | | | | | thanks jaq | ||||
| * | Patch to add suppress_http_headers to paste.proxy.Proxy, from Brad Clements | ianb | 2006-08-29 | 1 | -0/+4 |
| | | |||||
| * | Patch for cache_max_age from Brad Clements | ianb | 2006-08-29 | 1 | -0/+4 |
| | | |||||
| * | Added TransparentProxy | ianb | 2006-08-24 | 1 | -0/+6 |
| | | |||||
| * | Fixed a bug in the registry test (not code), since str(registered_object) ↵ | ianb | 2006-08-23 | 1 | -0/+6 |
| | | | | | never fails anymore. Fixed some formatting because of new-style exceptions in Python 2.5 | ||||
| * | better error message in paste.auth.cookie | ianb | 2006-08-21 | 1 | -0/+3 |
| | | |||||
| * | Fixed problem with exception formatter word wrapping routine | ianb | 2006-08-21 | 1 | -0/+6 |
| | | |||||
| * | Fixed problem when wrap_app_iter wraps an app_iter with no close method | ianb | 2006-08-19 | 1 | -0/+3 |
| | | |||||
| * | Removed Paste Deploy dependencies in many places | ianb | 2006-08-19 | 1 | -0/+11 |
| | | |||||
| * | Added an entry point for paste.auth.cookie; added/currected a little info to ↵ | ianb | 2006-08-19 | 1 | -1/+6 |
| | | | | | the docstrings | ||||
| * | documentation formatting | pjenvey | 2006-08-04 | 1 | -2/+2 |
| | | |||||
| * | doc format fix; better error message from Jamie Wilkinson | ianb | 2006-08-03 | 1 | -4/+5 |
| | | |||||
| * | only displaying EvalException's full traceback button when the full traceback | pjenvey | 2006-07-31 | 1 | -0/+4 |
| | | | | | differs from the regular (includes hidden frames) | ||||
| * | added changelog of r5516 to the news | pjenvey | 2006-07-30 | 1 | -0/+6 |
| | | |||||
| * | renamed the multidict class to MultiDict | pjenvey | 2006-07-25 | 2 | -1/+7 |
| | | |||||
| * | o request.parse_formvars changes: | pjenvey | 2006-07-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | - now returns a multidict instead of dict (like parse_dict_querystring) - removed all_as_list keyword arg: use multidict.mixed() instead to produce an all_as_list dict - preventing FieldStorage from parsing out QUERY_STRING during GET/HEAD requests - the fake_out_cgi check wasn't careful enough about multipart/form-data content-types. Was also missing a StringIO import (r5471 broke file uploads) o evalexception's wsgiapp decorator assumed parse_formvars would return GET vars during a GET (buggy behavior), now it explicitly asks for them | ||||
| * | Removed defunct doc build script | ianb | 2006-07-20 | 1 | -47/+0 |
| | | |||||
| * | Removed errordocument.empty_error, since it never actually worked in a ↵0.9.5 | ianb | 2006-07-20 | 1 | -2/+7 |
| | | | | | useful way; changed the news to 0.9.5 (since that's what the next release will be) | ||||
| * | Added more download notes | ianb | 2006-07-20 | 1 | -0/+20 |
| | | |||||
| * | Keep wsgi.input from being eaten when the cgi module is looking for POST ↵ | ianb | 2006-07-20 | 1 | -0/+4 |
| | | | | | variables | ||||
| * | Changed usage of MultiDict to util.multidict | ianb | 2006-07-19 | 1 | -0/+4 |
| | | |||||
| * | added WSGIThreadPoolServer. Provides much better performance than | pjenvey | 2006-07-19 | 1 | -0/+9 |
| | | | | | | | | | WSGIServer. paste.httpserver.serve now uses the thread pooled server by default. Users can set the number of worker threads (defaults to 10) or switch back to the normal WSGIServer with config file toggles. submitted by: james@jamestaylor.org (Thanks!) resolves: #112 | ||||
| * | Added tests for file-related conditional requests. Added support for ↵ | ianb | 2006-07-17 | 1 | -0/+6 |
| | | | | | If-None-Match to DataApp. Added parsing support for multi-value headers. | ||||
| * | Added a 'no' argument to mustcontain | ianb | 2006-07-15 | 1 | -0/+9 |
| | | |||||
| * | added news item for resolved ticket #114 | pjenvey | 2006-06-26 | 1 | -0/+6 |
| | | |||||
| * | Fix for paste.urlmap and vhosts | ianb | 2006-06-22 | 1 | -0/+3 |
| | | |||||
| * | Rearranged news a little0.9.4 | ianb | 2006-06-22 | 1 | -3/+10 |
| | | |||||
| * | Preventing circumvention of StaticURLParser and PkgResourcesParser's root ↵ | pjenvey | 2006-06-19 | 1 | -0/+3 |
| | | | | | | | directories. Ensuring fix with tests | ||||
| * | Fixed urlparser classes to handle quoted (e.g. %20) URL paths. | pjenvey | 2006-06-18 | 1 | -0/+3 |
| | | | | | | Added tests for this (Thanks Jose Galvez) | ||||
| * | fixed TransLogger to log to the Apache combined log format as advertised | pjenvey | 2006-06-18 | 1 | -0/+3 |
| | | | | | | submitted by: http://nate.myopenid.com/ resolves: #118 | ||||
| * | Added license text | ianb | 2006-06-15 | 1 | -0/+20 |
| | | |||||
| * | Corrected copyright note | ianb | 2006-06-13 | 1 | -4/+2 |
| | | |||||
| * | Handle case with testapp.post(params={}) | ianb | 2006-06-04 | 1 | -0/+2 |
| | | |||||
| * | Added a warning to paste.wsgilib.add_close | ianb | 2006-05-31 | 1 | -0/+3 |
| | | |||||
| * | some improvements to controlling where the output of paste.debug.prints goes | ianb | 2006-05-26 | 1 | -0/+5 |
| | | |||||
| * | Added more news0.9.3 | ianb | 2006-05-24 | 1 | -0/+4 |
| | | |||||
| * | updated news | ianb | 2006-05-24 | 1 | -0/+6 |
| | | |||||
| * | News for 0.9.20.9.2 | ianb | 2006-05-15 | 1 | -0/+8 |
| | | |||||
| * | added news | ianb | 2006-05-07 | 1 | -0/+6 |
| | | |||||
| * | small package index update0.9 | ianb | 2006-04-21 | 1 | -6/+5 |
| | | |||||
| * | Updated news for upcoming release | ianb | 2006-04-19 | 1 | -4/+22 |
| | | |||||
| * | Patch for paste.proxy from Brad Clements | ianb | 2006-04-03 | 1 | -0/+3 |
| | | |||||
| * | Added a get_cookie_headers function; added a dictionary-like object that ↵ | ianb | 2006-03-13 | 1 | -0/+16 |
| | | | | | dynamically reads headers from the WSGI environment; altered request object to cache a little less (still more to remove); made urlvars a request value | ||||
| * | move warnings in paste.recursive; added conditional argument to ↵ | ianb | 2006-03-07 | 1 | -0/+9 |
| | | | | | paste.wsgilib.intercept_output | ||||
| * | Some language updates and bug fixes in DIY | ianb | 2006-02-02 | 2 | -15/+59 |
| | | |||||
| * | Added to the do-it-yourself doc | ianb | 2006-02-01 | 1 | -4/+215 |
| | | |||||
| * | Added new document | ianb | 2006-01-31 | 2 | -1/+210 |
| | | |||||
| * | Fixed download links (just point all to Cheese Shop) | ianb | 2006-01-24 | 1 | -36/+8 |
| | | |||||
| * | Added middleware for reading mod_auth_tkt-style signed cookies ↵ | ianb | 2006-01-18 | 1 | -5/+12 |
| | | | | | (paste.auth.auth_tkt). Added middleware to set user and group based on IP addresses (paste.auth.grantip). Added some modules for handling ranges of IP addresses, taken from some Python Cookbook recipes -- license is unclear on these, but I've requested clarification from the author (shouldn't be released until that is clarified). | ||||
