<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib, branch test_i686</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>Allow 0 as key in the pool</title>
<updated>2019-03-17T18:24:50+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-03-17T18:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b4b470c29a635151a65ccedb849aa2ef466df838'/>
<id>b4b470c29a635151a65ccedb849aa2ef466df838</id>
<content type='text'>
Close #848
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #848
</pre>
</div>
</content>
</entry>
<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>Added PY2, PY3 to compat module</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-16T16:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f4a2630f1ae48594d8c300ef6246b847dd78de3d'/>
<id>f4a2630f1ae48594d8c300ef6246b847dd78de3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary `except ImportError` for Python datetime types</title>
<updated>2019-03-16T16:35:51+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-03-14T01:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=8685120485cdc4516f0c46ba2c4968e8bc6b80a2'/>
<id>8685120485cdc4516f0c46ba2c4968e8bc6b80a2</id>
<content type='text'>
The Python datetime module is available on all supported platforms. The
types are always available and never raise an ImportError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Python datetime module is available on all supported platforms. The
types are always available and never raise an ImportError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use True/False instead of 1/0 to represent bool values</title>
<updated>2019-03-13T11:13:36+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-03-13T02:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3f890f8bbefdb431630d36c8569bbff383b96f92'/>
<id>3f890f8bbefdb431630d36c8569bbff383b96f92</id>
<content type='text'>
Slightly more modern, readable, and Pythonic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Slightly more modern, readable, and Pythonic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert `while 1:` statements to `while True:`</title>
<updated>2019-03-13T11:13:05+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-03-13T02:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=03bb44dd2ca1e4ff8cd53469e2c5f2fa5361c084'/>
<id>03bb44dd2ca1e4ff8cd53469e2c5f2fa5361c084</id>
<content type='text'>
A slightly more readable and modern syntax.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A slightly more readable and modern syntax.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2019-02-26T10:33:48+00:00</updated>
<author>
<name>David Fischer</name>
<email>david.fischer.ch@gmail.com</email>
</author>
<published>2019-02-26T10:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=147ff65e4af0d1cf38d44140ff9554f5b1f04bb0'/>
<id>147ff65e4af0d1cf38d44140ff9554f5b1f04bb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year updated</title>
<updated>2019-02-17T01:36:36+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-17T01:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=599432552aae4941c2b282e9251330f1357b2a45'/>
<id>599432552aae4941c2b282e9251330f1357b2a45</id>
<content type='text'>
    ag -l Copyright | xargs sed -i \
        "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    ag -l Copyright | xargs sed -i \
        "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I"
</pre>
</div>
</content>
</entry>
<entry>
<title>SQLSTATE error classes implemented in C</title>
<updated>2019-02-10T03:45:14+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-07T11:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=30c1befa64fa50159b4fc3b020ae18ae797dfd58'/>
<id>30c1befa64fa50159b4fc3b020ae18ae797dfd58</id>
<content type='text'>
The module is only used to export them to Python.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The module is only used to export them to Python.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a proper LRU cache for namedtuples</title>
<updated>2019-02-02T19:29:20+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-02T19:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=35ec7ad9c1ecb165eaeb2b8d4dae84ed8bad182b'/>
<id>35ec7ad9c1ecb165eaeb2b8d4dae84ed8bad182b</id>
<content type='text'>
Previous one didn't refresh by last use. Use the stdlib version for py3
and one of our own for py2.

Max size set to 512, which should be fine for everyone (tweaking is
still possible by monkeypatching, as the tests do, but I don't want to
make an interface of it).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous one didn't refresh by last use. Use the stdlib version for py3
and one of our own for py2.

Max size set to 512, which should be fine for everyone (tweaking is
still possible by monkeypatching, as the tests do, but I don't want to
make an interface of it).
</pre>
</div>
</content>
</entry>
</feed>
