| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for request.languages, which didn't pass the right value to httpheaders. ... | ianb | 2007-05-25 | 1 | -1/+1 |
| * | Fix .urlvars to use wsgiorg.routing_args | ianb | 2007-04-15 | 1 | -1/+13 |
| * | lowercasing 'UTF-8', as most docs use lowercase encoding names | pjenvey | 2007-04-11 | 1 | -1/+1 |
| * | minor change to StackedObjectProxy's repr | pjenvey | 2007-02-21 | 1 | -1/+1 |
| * | reindent r6247 | pjenvey | 2007-02-18 | 1 | -14/+13 |
| * | added WSGIRequest.__repr__ | pjenvey | 2007-02-18 | 1 | -0/+20 |
| * | added __all__ | pjenvey | 2007-02-15 | 1 | -0/+2 |
| * | Allow httpserver's readline to take an optional argument (max length) which t... | ianb | 2007-02-01 | 1 | -1/+1 |
| * | Remove long-deprecated modules (most moved elsewhere -- actually removing now... | ianb | 2007-02-01 | 1 | -1/+1 |
| * | 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 |
| * | Added WSGIRequest.languages parameter which handles parsing of Accept-Languag... | bbangert | 2007-01-31 | 1 | -4/+41 |
| * | by default don't have WSGIRequest decode parameter keys when unicode params a... | pjenvey | 2007-01-22 | 1 | -8/+17 |
| * | small changes | pjenvey | 2007-01-22 | 1 | -6/+9 |
| * | o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrieved | pjenvey | 2007-01-21 | 1 | -46/+124 |
| * | Fixed header assignment so value is assigned only if value is not None or Fal... | bbangert | 2006-11-02 | 1 | -1/+1 |
| * | A big commit, primarily aesthetic/whitespace in nature. This is the result o... | ianb | 2006-10-20 | 1 | -7/+8 |
| * | Removin the dict access, updating doc strings to indicate accurate methods. | bbangert | 2006-10-17 | 1 | -17/+2 |
| * | Added dict access to WSGIResponse object, like the doc string indicates it ha... | bbangert | 2006-10-17 | 1 | -0/+12 |
| * | added needed whitespace after code-block | pjenvey | 2006-10-06 | 1 | -0/+1 |
| * | Added file handling capability to WSGIResponse's __call__ method, self.conten... | bbangert | 2006-09-11 | 1 | -0/+5 |
| * | Added __call__ method to WSGIResponse object that conforms to WSGI spec. | bbangert | 2006-09-11 | 1 | -0/+23 |
| * | do a case insensitive match when determining WSGIResponse's charset | pjenvey | 2006-09-06 | 1 | -1/+1 |
| * | deprecating WSGIResponse.has_header for HeaderDict already does case insensit... | pjenvey | 2006-09-04 | 1 | -5/+5 |
| * | o fixed WSGIResponse to determine the correct encoding after the Content-Type | pjenvey | 2006-09-04 | 1 | -7/+14 |
| * | o WSGIResponse changes:0.9.8 | pjenvey | 2006-09-04 | 1 | -30/+92 |
| * | Adding module doc for wsgiwrappers. | bbangert | 2006-09-02 | 1 | -0/+5 |
| * | use headeritems() instead of items() in WSGIResponse. | pjenvey | 2006-08-30 | 1 | -2/+2 |
| * | Fixing requested_with header name. | bbangert | 2006-08-21 | 1 | -1/+1 |
| * | Fix bug in is_xhr, should be HTTP_ header. | bbangert | 2006-08-20 | 1 | -1/+1 |
| * | Changed request.xhr to request.is_xhr which is a bool function thats true if ... | bbangert | 2006-08-20 | 1 | -1/+5 |
| * | Adding xhr attribute to WSGIRequest object. | bbangert | 2006-08-20 | 1 | -0/+1 |
| * | renamed the multidict class to MultiDict | pjenvey | 2006-07-25 | 1 | -3/+3 |
| * | o request.parse_formvars changes: | pjenvey | 2006-07-24 | 1 | -3/+1 |
| * | having WSGIResponse.params return a multidict | pjenvey | 2006-07-20 | 1 | -2/+2 |
| * | Changed usage of MultiDict to util.multidict | ianb | 2006-07-19 | 1 | -2/+3 |
| * | Added copyright header to a bunch of files | ianb | 2006-06-13 | 1 | -0/+2 |
| * | docstring fixup | ianb | 2006-04-24 | 1 | -4/+3 |
| * | Switched to holding content as an array internally | bbangert | 2006-03-21 | 1 | -5/+5 |
| * | Removed LazyCache, cause it didn't work, and should use environ to cache the ... | bbangert | 2006-03-19 | 1 | -22/+1 |
| * | Moved WSGIRequest from request -> wsgiwrappers. Created WSGIResponse object i... | bbangert | 2006-03-19 | 1 | -0/+253 |