<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/tests/dbapi20.py, branch issue-template</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 PY2, PY3 for conditional code instead of sys.version_info</title>
<updated>2019-03-16T19:54:40+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-03-16T17:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=dfb301b42be462f5a4f66b12a401753ab441543c'/>
<id>dfb301b42be462f5a4f66b12a401753ab441543c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use relative imports throughout tests</title>
<updated>2017-12-10T18:51:07+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-12-04T02:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1a8e992fcc87b2d15911b60cc9220ec50a70a4ff'/>
<id>1a8e992fcc87b2d15911b60cc9220ec50a70a4ff</id>
<content type='text'>
The tests relied on Python2 relative import semantics. Python3 changed
import semantics to always search sys.path by default. To import using a
relative path it must have a leading dot.

Forward compatible with newer Pythons.

Works towards the goal of moving tests outside of the installed package.

For more information, see PEP-328:

https://www.python.org/dev/peps/pep-0328/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests relied on Python2 relative import semantics. Python3 changed
import semantics to always search sys.path by default. To import using a
relative path it must have a leading dot.

Forward compatible with newer Pythons.

Works towards the goal of moving tests outside of the installed package.

For more information, see PEP-328:

https://www.python.org/dev/peps/pep-0328/
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim trailing whitespace from all files throughout project</title>
<updated>2017-12-02T05:42:14+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-12-02T05:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e335d6d2234a7bb1d83741f851dba5dbbabd6e3c'/>
<id>e335d6d2234a7bb1d83741f851dba5dbbabd6e3c</id>
<content type='text'>
 Many editors automatically trim whitespace on save. By trimming all
 files in one go, makes future diffs cleaner without extraneous
 whitespace changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Many editors automatically trim whitespace on save. By trimming all
 files in one go, makes future diffs cleaner without extraneous
 whitespace changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace comparison with None with equality operator</title>
<updated>2017-11-28T16:03:23+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2017-11-28T08:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=955526b200f998ce00d0dadfd8fa8049ac1df284'/>
<id>955526b200f998ce00d0dadfd8fa8049ac1df284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix several typos</title>
<updated>2015-05-03T09:30:21+00:00</updated>
<author>
<name>Hyunjun Kim</name>
<email>yoloseem@gmail.com</email>
</author>
<published>2015-03-16T08:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=4eee1207f94483a53104da4d7868aa7401b2453e'/>
<id>4eee1207f94483a53104da4d7868aa7401b2453e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix multiple misspellings</title>
<updated>2013-04-26T08:59:40+00:00</updated>
<author>
<name>Piotr Kasprzyk</name>
<email>ciri@ciri.pl</email>
</author>
<published>2013-04-26T08:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=31b6ec63f8ab0bc0333c0cbe9a19543fde437ce2'/>
<id>31b6ec63f8ab0bc0333c0cbe9a19543fde437ce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped test about close() on closed connection raising an exception</title>
<updated>2012-03-04T05:10:06+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-03-04T05:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=2cbedbee452a63e4d10c9a47c3c0f1c89f8be7a6'/>
<id>2cbedbee452a63e4d10c9a47c3c0f1c89f8be7a6</id>
<content type='text'>
This seems unnecessary and has caused problems to a few. The DB-SIG seems
agreeing on the change:
http://mail.python.org/pipermail/db-sig/2011-October/005811.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This seems unnecessary and has caused problems to a few. The DB-SIG seems
agreeing on the change:
http://mail.python.org/pipermail/db-sig/2011-October/005811.html
</pre>
</div>
</content>
</entry>
<entry>
<title>DBAPI compatibility test updated to 1.12.</title>
<updated>2010-09-23T22:36:58+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-09-19T21:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b072a04c9cb3057820c46ba34c3f85dabfc3c489'/>
<id>b072a04c9cb3057820c46ba34c3f85dabfc3c489</id>
<content type='text'>
Nothing major: Python 3.0 compatibility fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nothing major: Python 3.0 compatibility fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added DBAPI 2.0 conformance tests in tests/.</title>
<updated>2006-02-11T06:55:17+00:00</updated>
<author>
<name>Federico Di Gregorio</name>
<email>fog@initd.org</email>
</author>
<published>2006-02-11T06:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=95365f0f3e3fe489ade0acc14817b094d430d53b'/>
<id>95365f0f3e3fe489ade0acc14817b094d430d53b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
