<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/tests/test_connection.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>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>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>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>Ignore spurious output in test with Python debug build</title>
<updated>2017-06-17T02:20:09+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-17T02:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=30d89da4fa1f06025875be3c5c3540d9ab76b785'/>
<id>30d89da4fa1f06025875be3c5c3540d9ab76b785</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>Added test to reproduce bug #551</title>
<updated>2017-06-15T16:22:32+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-15T16:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=de843ef7567af9962903e18c4d69a99c7ceafce7'/>
<id>de843ef7567af9962903e18c4d69a99c7ceafce7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Obscure the password on url dsn too</title>
<updated>2017-03-16T03:53:40+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-16T03:33:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9f160fd8208f5bad8a724881384835b8e692bad0'/>
<id>9f160fd8208f5bad8a724881384835b8e692bad0</id>
<content type='text'>
Note that we don't leak anymore the password length.

Fix #528
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that we don't leak anymore the password length.

Fix #528
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests to verify the password is obscured</title>
<updated>2017-03-15T16:00:40+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-15T16:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=cc047a445a9b74e38f1f3128545302f26d83ff81'/>
<id>cc047a445a9b74e38f1f3128545302f26d83ff81</id>
<content type='text'>
The url test fails: see issue #528
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The url test fails: see issue #528
</pre>
</div>
</content>
</entry>
<entry>
<title>Bunch of test tweaks to make the test grid green</title>
<updated>2017-03-14T14:15:52+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-07-04T20:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=8e28444897de74b9137f00c60a41f676058cc751'/>
<id>8e28444897de74b9137f00c60a41f676058cc751</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore None arguments passed to make_dsn()</title>
<updated>2017-03-01T20:12:13+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-01T20:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=44d8edfd8c3bcaa3167e84fd11cc62b43bfd3af5'/>
<id>44d8edfd8c3bcaa3167e84fd11cc62b43bfd3af5</id>
<content type='text'>
Close #517.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #517.
</pre>
</div>
</content>
</entry>
</feed>
