<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/tests, branch separate-binary</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>Fixed idempotence check changing connection characteristics</title>
<updated>2018-01-11T02:08:27+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-01-11T01:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=8aaf8f190243a75db3e9239cde0efd2736543184'/>
<id>8aaf8f190243a75db3e9239cde0efd2736543184</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test in asian time zones</title>
<updated>2018-01-10T23:53:57+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-01-10T23:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f3685fe5ac25528903277076a4d43a8122f4f186'/>
<id>f3685fe5ac25528903277076a4d43a8122f4f186</id>
<content type='text'>
Fix #652
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #652
</pre>
</div>
</content>
</entry>
<entry>
<title>'cursor.mogrify()' can be called on closed cursors</title>
<updated>2018-01-10T23:26:11+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-01-10T23:06:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9c5bf367917698c058c2bc16c9b447d5e0b7e8e1'/>
<id>9c5bf367917698c058c2bc16c9b447d5e0b7e8e1</id>
<content type='text'>
Fix #579.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #579.
</pre>
</div>
</content>
</entry>
<entry>
<title>Collect rowcount in executemany even when discarding results</title>
<updated>2017-11-29T15:38:02+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-11-29T15:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a5fd594ea428e3e8c11a632b1e3fd47df0cec2ab'/>
<id>a5fd594ea428e3e8c11a632b1e3fd47df0cec2ab</id>
<content type='text'>
Closes #633.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #633.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use modern except syntax throughout project</title>
<updated>2017-11-21T04:00:35+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-11-21T04:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=390e43fcb191d1b52ca747e2b71f938f9df52c95'/>
<id>390e43fcb191d1b52ca747e2b71f938f9df52c95</id>
<content type='text'>
The syntax "except Exception, exc:" is deprecated. All Python versions
supported by psycopg2 support the newer, modern syntax. Forward
compatible with future Python versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The syntax "except Exception, exc:" is deprecated. All Python versions
supported by psycopg2 support the newer, modern syntax. Forward
compatible with future Python versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't cast point arrays to float arrays (fixes: #613)</title>
<updated>2017-11-16T09:07:27+00:00</updated>
<author>
<name>Federico Di Gregorio</name>
<email>fog@initd.org</email>
</author>
<published>2017-11-16T09:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=5983b96c5579be2403fec0611adf276192c5a75e'/>
<id>5983b96c5579be2403fec0611adf276192c5a75e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added back timestamptz[] default cast</title>
<updated>2017-07-24T13:23:36+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-07-24T13:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=775de754cf9bace67bb1dbd1f064886ee835e663'/>
<id>775de754cf9bace67bb1dbd1f064886ee835e663</id>
<content type='text'>
It was registered as side effect of an excessive definition that got
cleaned up in 338dbe70a6c78c7edddea985e2386ebd864378c6.

Looking at other removed redundant type oids, this was the only one
missing from the `string_types` map.

Close #578.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was registered as side effect of an excessive definition that got
cleaned up in 338dbe70a6c78c7edddea985e2386ebd864378c6.

Looking at other removed redundant type oids, this was the only one
missing from the `string_types` map.

Close #578.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deal with E'' strings comparisons in a few other tests</title>
<updated>2017-07-22T02:15:06+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-07-22T02:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=cfa0509d7e0616aded28ae6c9d679550b0bff16a'/>
<id>cfa0509d7e0616aded28ae6c9d679550b0bff16a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skipped a couple of test with unsupported postgres features</title>
<updated>2017-07-22T01:09:24+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-07-22T01:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d619baf00040ceae6cc26abea8fa3b5dbaa2e981'/>
<id>d619baf00040ceae6cc26abea8fa3b5dbaa2e981</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 'fix-554'</title>
<updated>2017-06-17T02:34:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-17T02:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d2e86db8fb1fbf2f162d4e83dd66c96d48ac9a7d'/>
<id>d2e86db8fb1fbf2f162d4e83dd66c96d48ac9a7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
