<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git, branch fix-211</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>Skipped test on db version not supporting unicode identifiers</title>
<updated>2018-05-18T11:16:43+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-14T02:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=dd7e5c906fc37c50852619d68d6a347ab5928371'/>
<id>dd7e5c906fc37c50852619d68d6a347ab5928371</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test databases from newest to oldest</title>
<updated>2018-05-18T11:16:03+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-14T01:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=eb570488a40ce67fb1df3ed548bda1c57d585084'/>
<id>eb570488a40ce67fb1df3ed548bda1c57d585084</id>
<content type='text'>
This way we can spot when a feature was not supported yet by the first
test failing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we can spot when a feature was not supported yet by the first
test failing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow non-ascii chars in namedtuple fields</title>
<updated>2018-05-18T11:15:50+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-13T22:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=bc84b6233eaa1e7a6302b51f8ab8950534ff1813'/>
<id>bc84b6233eaa1e7a6302b51f8ab8950534ff1813</id>
<content type='text'>
They can be valid chars in Python 3. Or maybe not? In which case Python
will throw an exception, but that's fine.

Fix regression introduced fixing #211
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They can be valid chars in Python 3. Or maybe not? In which case Python
will throw an exception, but that's fine.

Fix regression introduced fixing #211
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #715 from hroncok/py37</title>
<updated>2018-05-18T11:07:03+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-18T11:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=548e28135023252ea79830e52521e2a8c1c0bd37'/>
<id>548e28135023252ea79830e52521e2a8c1c0bd37</id>
<content type='text'>
Travis CI: Run tests on Python 3.7</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Travis CI: Run tests on Python 3.7</pre>
</div>
</content>
</entry>
<entry>
<title>Travis CI: Run tests on Python 3.7</title>
<updated>2018-05-18T10:12:09+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2018-05-18T10:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b52ff101535218cbf2f6e203dac6dc86b173d4f1'/>
<id>b52ff101535218cbf2f6e203dac6dc86b173d4f1</id>
<content type='text'>
Also, switch to wheel, because eggs caused problems on 3.7:

    ValueError: bad marshal data (unknown type code)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, switch to wheel, because eggs caused problems on 3.7:

    ValueError: bad marshal data (unknown type code)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-679'</title>
<updated>2018-02-21T12:05:06+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-02-21T12:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=90b26c3e2369e4aa9cf4a70f8ff1e17b06607de0'/>
<id>90b26c3e2369e4aa9cf4a70f8ff1e17b06607de0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow strings subclasses in ensure_bytes</title>
<updated>2018-02-21T10:27:28+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-02-20T17:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ea923b63a48880d3d229241de42813a822e5db1e'/>
<id>ea923b63a48880d3d229241de42813a822e5db1e</id>
<content type='text'>
Fix #679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #679
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'expand-version'</title>
<updated>2018-02-19T13:54:11+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-02-19T13:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=0a5db6ecf5568b976ae67fbedc04c72c4aec92f2'/>
<id>0a5db6ecf5568b976ae67fbedc04c72c4aec92f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Report MSYS2 build probably fixed</title>
<updated>2018-02-19T13:53:50+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-02-19T13:51:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ede418a009ea1875be37e5537c4b0c9640fc1685'/>
<id>ede418a009ea1875be37e5537c4b0c9640fc1685</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid quoting the string in the psycopg version macro</title>
<updated>2018-02-19T13:53:50+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-02-19T11:28:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=32f5a9fc1d24be502cc71d10a2cd396348891710'/>
<id>32f5a9fc1d24be502cc71d10a2cd396348891710</id>
<content type='text'>
Use a macro trick to add the quotes. This seems more portable than
passing the quotes to the command line (see #658).

https://gcc.gnu.org/onlinedocs/cpp/Stringizing.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a macro trick to add the quotes. This seems more portable than
passing the quotes to the command line (see #658).

https://gcc.gnu.org/onlinedocs/cpp/Stringizing.html
</pre>
</div>
</content>
</entry>
</feed>
