<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git, branch fix-517</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>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>
<entry>
<title>Added docs about making a release</title>
<updated>2017-03-01T15:59:15+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-01T15:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=455f51c36ce6100b0da816e0056af60fa978c8a6'/>
<id>455f51c36ce6100b0da816e0056af60fa978c8a6</id>
<content type='text'>
Drop previous script which didn't include the CI-generated packages.

[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop previous script which didn't include the CI-generated packages.

[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump away from 2.7</title>
<updated>2017-03-01T15:56:54+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-01T15:56:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=6f7e570a0a939e3a359642ec0adf5c9f687b01be'/>
<id>6f7e570a0a939e3a359642ec0adf5c9f687b01be</id>
<content type='text'>
[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-512'</title>
<updated>2017-03-01T02:14:40+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-01T02:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=51591e2c23ea42c7bb2f7903ad213f83e21a4b8d'/>
<id>51591e2c23ea42c7bb2f7903ad213f83e21a4b8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test on PG version with bad interval rounding</title>
<updated>2017-03-01T02:14:35+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-01T00:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3638d349ba4cc8f321015dfa427f2e873116c9dc'/>
<id>3638d349ba4cc8f321015dfa427f2e873116c9dc</id>
<content type='text'>
On these ancient versions:

    =# select '999999:00:00.1'::interval;
                interval
    --------------------------------
     41666 days 15:00:00.0999999046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On these ancient versions:

    =# select '999999:00:00.1'::interval;
                interval
    --------------------------------
     41666 days 15:00:00.0999999046
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to version 2.7</title>
<updated>2017-02-28T11:57:08+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-28T11:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b0e6045b638c0c28bebeec6b8d69e8e8cdfa4df7'/>
<id>b0e6045b638c0c28bebeec6b8d69e8e8cdfa4df7</id>
<content type='text'>
Refer to pep 440 for version numbering, which superseded pep 386. We are
not changing numbering scheme: the version numbers we have used (when we
have been consistent) would have been valid in both schemes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refer to pep 440 for version numbering, which superseded pep 386. We are
not changing numbering scheme: the version numbers we have used (when we
have been consistent) would have been valid in both schemes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed doc typo</title>
<updated>2017-02-28T11:28:11+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-28T11:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a2bc3c7bcb7781f34c34e5db05abf6a106fc592e'/>
<id>a2bc3c7bcb7781f34c34e5db05abf6a106fc592e</id>
<content type='text'>
Close #515
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #515
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped reference to "isolation level autocommit" in docs</title>
<updated>2017-02-24T16:53:32+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-24T16:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=c871c49f55e2e1787f1c2d7edeaf0f8f5c876db3'/>
<id>c871c49f55e2e1787f1c2d7edeaf0f8f5c876db3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped compiler warning on Windows</title>
<updated>2017-02-24T13:33:42+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-24T13:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=72f74d1f410c26ee4c410bef1ffcdcee4b1c0833'/>
<id>72f74d1f410c26ee4c410bef1ffcdcee4b1c0833</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 'fix-512'</title>
<updated>2017-02-24T13:33:36+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-24T13:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=451e1e2e7344a8640201606fded38388bfc787f4'/>
<id>451e1e2e7344a8640201606fded38388bfc787f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
