<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/tests/test_module.py, 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>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>assertDsnEqual moved as TestSuite method</title>
<updated>2017-02-06T21:40:05+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-06T18:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e599da6308b348fe843c533da97e3d0cc4215952'/>
<id>e599da6308b348fe843c533da97e3d0cc4215952</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 skipping of slow tests</title>
<updated>2017-02-02T03:02:29+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-02T02:58:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d8b1fbd9052946e585967a3c711702a7417ea0e4'/>
<id>d8b1fbd9052946e585967a3c711702a7417ea0e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed tests failing on Python 2.6</title>
<updated>2016-12-24T00:03:57+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-23T23:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a478ba9a4785eac4839f0c4f65e90f6557d42c65'/>
<id>a478ba9a4785eac4839f0c4f65e90f6557d42c65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use python-defined make_dsn() for ReplicationConnection class</title>
<updated>2016-03-08T17:52:21+00:00</updated>
<author>
<name>Oleksandr Shulgin</name>
<email>oleksandr.shulgin@zalando.de</email>
</author>
<published>2016-03-08T14:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=da6e061ee8c6e3a5cad4386daf5aa814cdb7be80'/>
<id>da6e061ee8c6e3a5cad4386daf5aa814cdb7be80</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 'master' into feature/replication-protocol-c-connection-object</title>
<updated>2016-03-04T09:52:10+00:00</updated>
<author>
<name>Oleksandr Shulgin</name>
<email>oleksandr.shulgin@zalando.de</email>
</author>
<published>2016-03-04T09:52:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=cb7032554e424352813267b4412e27c3818fd404'/>
<id>cb7032554e424352813267b4412e27c3818fd404</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate output result from make_dsn()</title>
<updated>2016-03-03T17:09:15+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-03-03T16:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7aab934ae5950c6fa1bcd25ed053857538624310'/>
<id>7aab934ae5950c6fa1bcd25ed053857538624310</id>
<content type='text'>
The output is not necessarily munged anyway: if no keyword is passed,
validate the input but return it untouched.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output is not necessarily munged anyway: if no keyword is passed,
validate the input but return it untouched.
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify that the dsn is not manipulated by make_dsn if not necessary</title>
<updated>2016-03-03T15:07:38+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-03-03T15:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=2c55a1bd5394ef82a49984fdce3c17ce956a9c9e'/>
<id>2c55a1bd5394ef82a49984fdce3c17ce956a9c9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
