<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib, 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>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>Stop a docstring generating a warning</title>
<updated>2017-02-07T12:29:05+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-07T11:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7210287e76938e4fd574e69a980f0013023a4dcf'/>
<id>7210287e76938e4fd574e69a980f0013023a4dcf</id>
<content type='text'>
Valid reST, slightly less valid Python.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Valid reST, slightly less valid Python.
</pre>
</div>
</content>
</entry>
<entry>
<title>Exposing ISOLATION_LEVEL_DEFAULT to Python</title>
<updated>2017-02-04T14:43:54+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-04T14:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=665e9dc665cf72086c00871756c48e8d38bade2f'/>
<id>665e9dc665cf72086c00871756c48e8d38bade2f</id>
<content type='text'>
This is now the state that is returned to Python if nothing has been
explicitly set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is now the state that is returned to Python if nothing has been
explicitly set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into sql-compose</title>
<updated>2017-02-03T04:56:02+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-03T04:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=de8b335d80ecba0305e2b4796373a4064fd450b3'/>
<id>de8b335d80ecba0305e2b4796373a4064fd450b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'async-keyword'</title>
<updated>2017-02-03T04:45:17+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-03T04:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1911b250e33e140bbbc25f3536bda24e8ca35bdb'/>
<id>1911b250e33e140bbbc25f3536bda24e8ca35bdb</id>
<content type='text'>
Close #495
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #495
</pre>
</div>
</content>
</entry>
<entry>
<title>Added async_ as an alias for async</title>
<updated>2017-02-03T04:43:49+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-03T04:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ce9be69615c700a0472098c5db171d33091c0b5a'/>
<id>ce9be69615c700a0472098c5db171d33091c0b5a</id>
<content type='text'>
Added in argument for psycopg2.connect() and connection.__init__, and
for the connection.async attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added in argument for psycopg2.connect() and connection.__init__, and
for the connection.async attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>Further minimal performance tweaks to execute_values</title>
<updated>2017-02-02T17:44:25+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-02T17:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=95226baa9b3e9ccff50de053a93b2ea53bb1e25c'/>
<id>95226baa9b3e9ccff50de053a93b2ea53bb1e25c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid an useless encode/decode roundtrip in execute_values()</title>
<updated>2017-02-02T17:29:17+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-02T17:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=dc1b4fff9001964c719e3f4471cc5a6fe6533e3a'/>
<id>dc1b4fff9001964c719e3f4471cc5a6fe6533e3a</id>
<content type='text'>
Tests moved into a separate module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests moved into a separate module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better docs for fast executemany functions.</title>
<updated>2017-02-02T16:02:33+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-02T16:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d2fdc5ca9f6d5ac76ee39fc6b7db626345a6c84c'/>
<id>d2fdc5ca9f6d5ac76ee39fc6b7db626345a6c84c</id>
<content type='text'>
Issue #502.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #502.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed execute_values with unicode</title>
<updated>2017-02-01T02:47:59+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-01T02:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9bac37baf76dbd0831230e4d01d5269b6e4a9438'/>
<id>9bac37baf76dbd0831230e4d01d5269b6e4a9438</id>
<content type='text'>
Also added unicode tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added unicode tests.
</pre>
</div>
</content>
</entry>
</feed>
