summaryrefslogtreecommitdiff
path: root/paste/transaction.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3: fix more submodulesVictor Stinner2014-03-191-1/+1
| | | | | * print syntax * replace "except Exception, exc:" with "except Exception as exc:"
* don't choke if transaction is already rolled backcce2007-04-051-1/+5
|
* A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ianb2006-10-201-7/+7
| | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* cleanly handling potential string exceptionspjenvey2006-06-091-1/+1
| | | | resolves: #56
* Added a get_cookie_headers function; added a dictionary-like object that ↵ianb2006-03-131-0/+34
| | | | dynamically reads headers from the WSGI environment; altered request object to cache a little less (still more to remove); made urlvars a request value
* - updating connection factory to make the environcce2006-03-081-2/+3
| | | | an optional parameter
* A bunch of little import cleanups noted from pyflakesianb2005-12-181-1/+1
|
* updated transaction.py to use catch_errors (so that it handles iterators and ↵cce2005-12-151-11/+7
| | | | close() properly; this needs a bloody regression test
* Added note about experimentality of transactionianb2005-12-131-1/+5
|
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-131-0/+79
with trunk