<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/doc/src, branch test-windows</title>
<subtitle>github.com: psycopg/psycopg2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/'/>
<entry>
<title>Added readonly and deferrable attributes</title>
<updated>2017-02-16T12:46:35+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-16T11:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d50ed488074a3b809bf98fb1e6971bc295ba31c3'/>
<id>d50ed488074a3b809bf98fb1e6971bc295ba31c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()</title>
<updated>2017-02-16T12:46:35+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-16T02:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b5d80b609d6f1b0922ed51d6182ff137f1b3ba3e'/>
<id>b5d80b609d6f1b0922ed51d6182ff137f1b3ba3e</id>
<content type='text'>
Legacy method is legacy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Legacy method is legacy.
</pre>
</div>
</content>
</entry>
<entry>
<title>connection.isolation_level is now writable</title>
<updated>2017-02-16T12:46:35+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-16T02:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=20c9c1745728a5463746ba89ff0271bc2de4c668'/>
<id>20c9c1745728a5463746ba89ff0271bc2de4c668</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Link COPY from docs index to our docs instead of postgres ones</title>
<updated>2017-02-16T12:46:12+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-16T12:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=fb1a47c06455dfa28068d6f9d21b09025a4c8f57'/>
<id>fb1a47c06455dfa28068d6f9d21b09025a4c8f57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SQL links not bold in the docs</title>
<updated>2017-02-16T12:38:04+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-16T12:38:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=6c79f936bd3d812ad63583e3da195310f8e8cc76'/>
<id>6c79f936bd3d812ad63583e3da195310f8e8cc76</id>
<content type='text'>
Consistent with the SQL representation not linked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Consistent with the SQL representation not linked.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed argument name in executemany docs</title>
<updated>2017-02-08T14:01:57+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-08T14:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=21fbe2bd2a8558d1c957902f6508662d6983736f'/>
<id>21fbe2bd2a8558d1c957902f6508662d6983736f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped references to prepare in cur.execute[many] docs</title>
<updated>2017-02-08T10:31:19+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-08T10:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d2cafe26847140bd9b612237166420fb51229a0c'/>
<id>d2cafe26847140bd9b612237166420fb51229a0c</id>
<content type='text'>
They were copied from the DBAPI spec but that's not how psycopg works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were copied from the DBAPI spec but that's not how psycopg works.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'no-set-default-session'</title>
<updated>2017-02-07T00:58:54+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-07T00:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=28c489f17e8db69a19c0f3b6b4e57dc76b8bbfbc'/>
<id>28c489f17e8db69a19c0f3b6b4e57dc76b8bbfbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped support for Python 3.1</title>
<updated>2017-02-06T23:03:48+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-06T23:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=705dda2cba9e473e1908ce32bf107b0e848cce36'/>
<id>705dda2cba9e473e1908ce32bf107b0e848cce36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added documentation about the changes in transaction control</title>
<updated>2017-02-04T15:55:59+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-04T15:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=c54a614c6e479e64d1819e2122a5b8972adc7a40'/>
<id>c54a614c6e479e64d1819e2122a5b8972adc7a40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
