<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git, branch fix-562</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 Json.prepare()</title>
<updated>2017-06-16T00:37:49+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-16T00:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=789eb64f3a08563a40532052a53f89e2a4f3b84e'/>
<id>789eb64f3a08563a40532052a53f89e2a4f3b84e</id>
<content type='text'>
Close #562
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #562
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mr-566'</title>
<updated>2017-06-16T00:04:27+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-16T00:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=21ee8b62ef9c8fc72d6e9c139aa2955189886880'/>
<id>21ee8b62ef9c8fc72d6e9c139aa2955189886880</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document that executemany() is not logged with LoggingConnection</title>
<updated>2017-06-15T22:27:28+00:00</updated>
<author>
<name>Sebastian Bank</name>
<email>sebastian.bank@uni-leipzig.de</email>
</author>
<published>2017-04-19T16:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=30af82ef2f1cfa2443203bd994ff53e40862776b'/>
<id>30af82ef2f1cfa2443203bd994ff53e40862776b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Report issue #541 fixed in the NEWS file</title>
<updated>2017-06-15T22:25:19+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-15T22:25:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=eef198ac5ee86395fec49ff1aea89b6746c803c2'/>
<id>eef198ac5ee86395fec49ff1aea89b6746c803c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number to test a new build</title>
<updated>2017-06-15T22:07:43+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-15T22:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=8576d43006593c6dddc0987852658a05453416c9'/>
<id>8576d43006593c6dddc0987852658a05453416c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document incompatibility between wheel package and ssl module</title>
<updated>2017-06-15T21:46:53+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-14T00:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9b4de93bdcb08bc0aeb28a2f4edc3ec9d6c821d8'/>
<id>9b4de93bdcb08bc0aeb28a2f4edc3ec9d6c821d8</id>
<content type='text'>
Close #543.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #543.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped wrong associations of PG types to datetime object</title>
<updated>2017-06-15T17:24:25+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-15T17:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=338dbe70a6c78c7edddea985e2386ebd864378c6'/>
<id>338dbe70a6c78c7edddea985e2386ebd864378c6</id>
<content type='text'>
The wrong associations are overwritten in the typecaster map by the
right ones, so they have been harmless to date, but only because of the
order of creation of the adapters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The wrong associations are overwritten in the typecaster map by the
right ones, so they have been harmless to date, but only because of the
order of creation of the adapters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug-551'</title>
<updated>2017-06-15T16:46:04+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-15T16:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=496cef80c4d6f23bd3b3d602ea4c7828005753f3'/>
<id>496cef80c4d6f23bd3b3d602ea4c7828005753f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't force a valid return code for the test</title>
<updated>2017-06-15T16:39:00+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-15T16:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7ae2cb5cd07c0e1b2d02cec1164faca87859af9b'/>
<id>7ae2cb5cd07c0e1b2d02cec1164faca87859af9b</id>
<content type='text'>
Windows returns 22, Linux returns 1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows returns 22, Linux returns 1
</pre>
</div>
</content>
</entry>
<entry>
<title>Check return code from decoding the connection status</title>
<updated>2017-06-15T16:33:05+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-15T16:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=602c74faa662196f9c596fb67276c766c8dfdcbd'/>
<id>602c74faa662196f9c596fb67276c766c8dfdcbd</id>
<content type='text'>
It fails on Py3 after receiving a SIGABRT. Because we don't handle it
here it will resurface later with nonsense such as:

    SystemError: &lt;some function&gt; returned a result with an error set

Close #551
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It fails on Py3 after receiving a SIGABRT. Because we don't handle it
here it will resurface later with nonsense such as:

    SystemError: &lt;some function&gt; returned a result with an error set

Close #551
</pre>
</div>
</content>
</entry>
</feed>
