summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* Fixed port matching in urlmapianb2006-04-141-3/+9
* Fixed bug in port urlmap parsingianb2006-04-141-1/+1
* Patch for paste.proxy from Brad Clementsianb2006-04-031-11/+50
* OMG a pony\!ianb2006-04-011-0/+30
* docstringianb2006-03-301-0/+4
* Handle a host:port configurationianb2006-03-301-1/+7
* Allowed for a -1 value in the rangeianb2006-03-301-1/+1
* Added notes on what is testedianb2006-03-301-0/+103
* Typo in not-found handlerianb2006-03-301-1/+1
* Added has_session method to paste.sessionianb2006-03-301-0/+8
* Fix from Damjan when Accept-Encoding is missing from requestianb2006-03-281-1/+1
* More docs, passing __len__ into objectbbangert2006-03-271-0/+39
* Typo fixed in flup sessionsianb2006-03-241-1/+1
* Switched to holding content as an array internallybbangert2006-03-211-5/+5
* moving 'serving on...' inside start_loop as suggested by mitsuhiko on irccce2006-03-201-1/+1
* Removed LazyCache, cause it didn't work, and should use environ to cache the ...bbangert2006-03-191-22/+1
* Moved WSGIRequest from request -> wsgiwrappers. Created WSGIResponse object i...bbangert2006-03-193-129/+256
* Fixed bug with WSGIRequest paramsbbangert2006-03-191-2/+2
* Added naming capability to StackedObject for better debugging when a object i...bbangert2006-03-191-2/+4
* Fixed bug in setattr for stacked objectbbangert2006-03-191-1/+1
* Docstring addition from Alexey Shamrinianb2006-03-151-3/+11
* Added entry point for paste.proxyianb2006-03-131-0/+7
* Added a get_cookie_headers function; added a dictionary-like object that dyna...ianb2006-03-132-34/+118
* Wrap what is now a really long lineianb2006-03-131-1/+3
* Fixed WSGIRequest not parsing right, updating unit tests for WSGIRequestbbangert2006-03-131-18/+10
* Added unit tests to ensure that TypeError is thrown if no default is provided...bbangert2006-03-121-5/+21
* Adding copyright/license infobbangert2006-03-101-0/+4
* Doc change to make it clear that paste.registry is a Registry instancebbangert2006-03-101-1/+1
* Updating docsbbangert2006-03-101-48/+90
* Didn't need custom app_iter, as my unit test wasn't following WSGI spec by ca...bbangert2006-03-101-17/+2
* Fixes iterable issue by using new IterWrap, likely need to break it into wsgi...bbangert2006-03-101-1/+15
* Adding registry unit tests, fixed registry to not use weakref's so any object...bbangert2006-03-101-14/+3
* Initial creation of registry and stacked object proxy, hasn't been tested yet...bbangert2006-03-101-0/+197
* - Space Nazicce2006-03-091-1/+2
* Implementation of a multidictianb2006-03-091-0/+187
* Fixed headers propertybbangert2006-03-091-4/+3
* Added body, headers prototypebbangert2006-03-091-3/+9
* Added cookies and urlvars to WSGIRequestbbangert2006-03-091-5/+10
* Updated to be a bit more simple since only retrieving was neededbbangert2006-03-091-82/+65
* - removing trailing spacescce2006-03-091-47/+51
* Using textwrap to remove indentation from doc strings for propertiesbbangert2006-03-091-26/+31
* Fixed properties for WSGIRequest, added multidict. Caution, still needs to be...bbangert2006-03-091-24/+44
* Should now be handling form/get args properlybbangert2006-03-091-13/+31
* Fixed improper name of WSGIRequest objectbbangert2006-03-081-2/+2
* Fixed doc style to conform to PEP8/257. Added WSGIRequest object, added parse...bbangert2006-03-081-6/+181
* - updating connection factory to make the environcce2006-03-081-2/+3
* - remove default transaction logging feature since this cancce2006-03-081-0/+16
* move warnings in paste.recursive; added conditional argument to paste.wsgilib...ianb2006-03-072-6/+32
* Update docstrings in errordocument.py0.5thejimmyg2006-03-051-3/+3
* Use ; as the separator for searching paths on Win32thejimmyg2006-03-051-1/+4