<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib, branch separate-binary</title>
<subtitle>github.com: psycopg/psycopg2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/'/>
<entry>
<title>Merge branch 'python3_mintimeloggingconnection' into maint_2_7</title>
<updated>2017-11-28T03:24:09+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-11-28T03:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1619bae1e38feba564cfae794924a6b01fdecc34'/>
<id>1619bae1e38feba564cfae794924a6b01fdecc34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://trove.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>Patch for issue #609 for MinTimeLoggingConnection</title>
<updated>2017-11-03T09:30:06+00:00</updated>
<author>
<name>Kevin Campbell</name>
<email>kev@projectcolo.org.uk</email>
</author>
<published>2017-11-03T09:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b804c092ac2897cb139810c025ff4f998c7c66d4'/>
<id>b804c092ac2897cb139810c025ff4f998c7c66d4</id>
<content type='text'>
On Python3 MinTimeLoggingConnection raises an exception as it tries to
mix strings and bytes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Python3 MinTimeLoggingConnection raises an exception as it tries to
mix strings and bytes
</pre>
</div>
</content>
</entry>
<entry>
<title>Construct proper human sentences to describe execute_values()</title>
<updated>2017-08-31T15:34:04+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-08-31T15:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3ec06b88f0c25a2ee8bfa72e35c314bc42f47096'/>
<id>3ec06b88f0c25a2ee8bfa72e35c314bc42f47096</id>
<content type='text'>
With bonus typos dropped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With bonus typos dropped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use an import style reported not broken on Python 3.6</title>
<updated>2017-06-17T00:51:37+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-15T09:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=991f0988ee11f517632a3d1f8b896097f2f6f80c'/>
<id>991f0988ee11f517632a3d1f8b896097f2f6f80c</id>
<content type='text'>
Couldn't reproduce the issue but it has been documented in #550.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Couldn't reproduce the issue but it has been documented in #550.
</pre>
</div>
</content>
</entry>
<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://trove.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>Error codes updated to PG 10 beta 1</title>
<updated>2017-06-05T11:34:17+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-05T11:26:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=89169e6e53aaab9a0716b81e1660a4c49dc0cb16'/>
<id>89169e6e53aaab9a0716b81e1660a4c49dc0cb16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>errcodes updated to PG 9.6</title>
<updated>2017-06-05T11:18:21+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-05T11:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=75d84f0b25a9b165e3c2f6977f6726d9b010a173'/>
<id>75d84f0b25a9b165e3c2f6977f6726d9b010a173</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Note that the fast executemany functions don't respect rowcount</title>
<updated>2017-03-28T09:37:04+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-28T09:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3b48918bef71162c05da9c16962ef79cab2df31a'/>
<id>3b48918bef71162c05da9c16962ef79cab2df31a</id>
<content type='text'>
See issue #540
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See issue #540
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose *DATETIMETZ* objects in the extensions module</title>
<updated>2017-03-22T03:42:12+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-22T03:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ee9948fa86bbe654d55491d92039c5cd69909c95'/>
<id>ee9948fa86bbe654d55491d92039c5cd69909c95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
