summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added more news0.9.3ianb2006-05-241-0/+4
|
* Change wsgi.run_once to falseianb2006-05-241-1/+1
|
* Added entry points for debug appsianb2006-05-241-0/+10
|
* updated newsianb2006-05-241-0/+6
|
* Backed mochikit externals back to the 1.3.1 release since a bunch of stuff ↵bbangert2006-05-230-0/+0
| | | | moved around in 1.4.1 causing a lot of EvalException breakage.
* Auto-update of version stringsianb2006-05-151-1/+1
|
* News for 0.9.20.9.2ianb2006-05-151-0/+8
|
* Accidentally left a debugging print statement inbbangert2006-05-121-1/+0
|
* Paste HTTP Server was destroy duplicate HTTP headers rather than properly ↵bbangert2006-05-121-5/+6
| | | | combining them according to http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2
* Added /_debug/summary, where you get JSON-format summary of all ↵ianb2006-05-091-2/+36
| | | | stored-in-memory exception reports
* Auto-update of version stringsianb2006-05-071-1/+1
|
* fix for example in docstring0.9.1ianb2006-05-071-1/+1
|
* Small stylesheet updatesianb2006-05-071-2/+2
|
* fix for non-form POSTs, putting all the variables in __body__ianb2006-05-071-15/+24
|
* added newsianb2006-05-071-0/+6
|
* Fixed hang bug when using recursive forwards during an exception toss during ↵bbangert2006-05-041-0/+1
| | | | a POST. At this point, changing the request method to a GET alleviates the issue with re-reading the 'wsgi.input' which is no longer present at this point. Ideally instead of having to change the request method during an internal redirect, the wsgi.input should possibly be repopulated somehow.
* typoianb2006-04-251-1/+1
|
* Fix argument orderianb2006-04-241-1/+1
|
* damn, coerced incorrectlyianb2006-04-241-2/+2
|
* Added a chmod option to paste.sessionianb2006-04-241-3/+10
|
* fix docstringianb2006-04-241-1/+1
|
* fix docstringianb2006-04-241-11/+11
|
* docstring fixupianb2006-04-241-4/+3
|
* When xmlhttp was detected, we weren't saving the debug info, so you couldn't ↵ianb2006-04-241-6/+15
| | | | view the full traceback; also the error wasn't very good when a key was missing
* Auto-update of version stringsianb2006-04-211-1/+1
|
* small package index update0.9ianb2006-04-211-6/+5
|
* Updated news for upcoming releaseianb2006-04-191-4/+22
|
* 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-032-11/+53
|
* OMG a pony\!ianb2006-04-012-0/+34
|
* 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
| | | | values anyways
* Moved WSGIRequest from request -> wsgiwrappers. Created WSGIResponse object ↵bbangert2006-03-193-129/+256
| | | | in wsgiwrappers.
* Fixed bug with WSGIRequest paramsbbangert2006-03-191-2/+2
|
* Added naming capability to StackedObject for better debugging when a object ↵bbangert2006-03-191-2/+4
| | | | isn't registered
* 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-132-0/+8
|
* Added a get_cookie_headers function; added a dictionary-like object that ↵ianb2006-03-133-34/+134
| | | | dynamically reads headers from the WSGI environment; altered request object to cache a little less (still more to remove); made urlvars a request value