<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/scripts, branch nested-array-nulls</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>Build using OpenSSL 1.0.2n</title>
<updated>2018-01-29T03:27:08+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-01-29T01:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=957fd79a272d718be8f23824e04409aa1fb4ee1e'/>
<id>957fd79a272d718be8f23824e04409aa1fb4ee1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid installing tests to site-packages</title>
<updated>2017-12-10T18:55:58+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://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=389f6c08d9536060184bfd5c8ea2491a4a91c2fb'/>
<id>389f6c08d9536060184bfd5c8ea2491a4a91c2fb</id>
<content type='text'>
For library end users, there is no need to install tests alongside the
package itself. This keeps the tests available for development without
adding extra packages to user's site-packages directory. Reduces the
size of the installed package. Avoids accidental execution of test code
by an installed package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For library end users, there is no need to install tests alongside the
package itself. This keeps the tests available for development without
adding extra packages to user's site-packages directory. Reduces the
size of the installed package. Avoids accidental execution of test code
by an installed package.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use print() function instead of print statement throughout project</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://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9de46e416e5ac1be1c5ff170d1c1ada5b8d7278f'/>
<id>9de46e416e5ac1be1c5ff170d1c1ada5b8d7278f</id>
<content type='text'>
Forward compatible with newer Pythons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forward compatible with newer Pythons.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused scripts maketypes.sh &amp; buildtypes.py</title>
<updated>2017-12-10T17:57:43+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-12-10T17:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1047af03da390a36ff20ffe02cbe9f5cd1c40a9c'/>
<id>1047af03da390a36ff20ffe02cbe9f5cd1c40a9c</id>
<content type='text'>
Refs #645
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #645
</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://trove.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>Build and test packages with libpq 10.1 and OpenSSL 1.0.2m</title>
<updated>2017-11-28T17:19:55+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-11-28T03:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=727b952a32ba1715826d0116e14b3c263a4f2920'/>
<id>727b952a32ba1715826d0116e14b3c263a4f2920</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant parentheses</title>
<updated>2017-11-28T16:06:52+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2017-11-28T08:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=283de270987dbd17a3cf2285da60722d4b5cc001'/>
<id>283de270987dbd17a3cf2285da60722d4b5cc001</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import recipe to build PG 10 libpq on win from wheel repos</title>
<updated>2017-10-24T10:26:14+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-10-24T10:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f3f394ced900a031d93e4ff1339c5dc5ba522459'/>
<id>f3f394ced900a031d93e4ff1339c5dc5ba522459</id>
<content type='text'>
Also build pg_config so the libpq version is correct at compile time
too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also build pg_config so the libpq version is correct at compile time
too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test against PG 10.0 on Travis</title>
<updated>2017-10-24T10:26:14+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-10-18T22:02:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=0d90c173fb94cc88f7523cd3c8113da43191e2b3'/>
<id>0d90c173fb94cc88f7523cd3c8113da43191e2b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse PG 10 error codes from final version</title>
<updated>2017-10-19T01:28:52+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-10-19T01:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f1461d2d7ed1beff28c37d24b02d4e35c81b2d83'/>
<id>f1461d2d7ed1beff28c37d24b02d4e35c81b2d83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
