<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste/transaction.py, branch 1.5</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>don't choke if transaction is already rolled back</title>
<updated>2007-04-05T16:45:54+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2007-04-05T16:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=1dfb01262297d9a2eecbabfcaa4adf44828fc421'/>
<id>1dfb01262297d9a2eecbabfcaa4adf44828fc421</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A big commit, primarily aesthetic/whitespace in nature.  This is the result of running pylint over the codebase.  Some minor/hard-to-reach typos were also picked up.</title>
<updated>2006-10-20T22:08:05+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-10-20T22:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=eed6a1aa916bb6cd377267c6a4b06a629e20b8c2'/>
<id>eed6a1aa916bb6cd377267c6a4b06a629e20b8c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added copyright header to a bunch of files</title>
<updated>2006-06-13T16:13:14+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-06-13T16:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=af9dd3d43fb62b1531b0c0b0b5559bff6a197427'/>
<id>af9dd3d43fb62b1531b0c0b0b5559bff6a197427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanly handling potential string exceptions</title>
<updated>2006-06-09T05:32:46+00:00</updated>
<author>
<name>pjenvey</name>
<email>pjenvey@localhost</email>
</author>
<published>2006-06-09T05:32:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=84cc619e070759f5e904ea06e106315f3c94343b'/>
<id>84cc619e070759f5e904ea06e106315f3c94343b</id>
<content type='text'>
resolves: #56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
resolves: #56
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a get_cookie_headers function; added a dictionary-like object that dynamically reads headers from the WSGI environment; altered request object to cache a little less (still more to remove); made urlvars a request value</title>
<updated>2006-03-13T03:36:35+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-03-13T03:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=783d858289e2aa2b4dc72f8eeb9f69eaee3c46e0'/>
<id>783d858289e2aa2b4dc72f8eeb9f69eaee3c46e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- updating connection factory to make the environ</title>
<updated>2006-03-08T19:45:30+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-03-08T19:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=c64219be9528231f91d8cc61254ddaccd6f2e388'/>
<id>c64219be9528231f91d8cc61254ddaccd6f2e388</id>
<content type='text'>
  an optional parameter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  an optional parameter
</pre>
</div>
</content>
</entry>
<entry>
<title>A bunch of little import cleanups noted from pyflakes</title>
<updated>2005-12-18T23:28:31+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-18T23:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=abaf2e3cade74380f5390b2d397f048b881748ee'/>
<id>abaf2e3cade74380f5390b2d397f048b881748ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated transaction.py to use catch_errors (so that it handles iterators and close() properly; this needs a bloody regression test</title>
<updated>2005-12-15T03:26:48+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-15T03:26:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=3a85e65036d62e803039964c3224be2d5489b216'/>
<id>3a85e65036d62e803039964c3224be2d5489b216</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added note about experimentality of transaction</title>
<updated>2005-12-13T07:05:45+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-13T07:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=2d3d26bc12a531c090dd4d9f41b84fea4767fea8'/>
<id>2d3d26bc12a531c090dd4d9f41b84fea4767fea8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync with trunk</title>
<updated>2005-12-13T07:00:20+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-13T07:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=b6579740347e23805c031d48e3dff746c8e0a328'/>
<id>b6579740347e23805c031d48e3dff746c8e0a328</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
