<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git, branch errors-module-c</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>Improvements to errors module docs</title>
<updated>2019-02-11T01:20:21+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-11T01:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7c148ecee43ae2a9045d97f1451ee92beb827784'/>
<id>7c148ecee43ae2a9045d97f1451ee92beb827784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed use of StandardError in test</title>
<updated>2019-02-11T00:26:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-11T00:26:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3de4d17519670f5db058ef98c7b80a11b5ea23ea'/>
<id>3de4d17519670f5db058ef98c7b80a11b5ea23ea</id>
<content type='text'>
In Py3 it's gone.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Py3 it's gone.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow importing _psycopg even if the 'errors' module is not available</title>
<updated>2019-02-10T04:25:06+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-10T04:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=99f680b6feb040684a71b372db6a39b54106d392'/>
<id>99f680b6feb040684a71b372db6a39b54106d392</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Merge remote-tracking branch 'origin/fast-namedtuple'</title>
<updated>2019-02-06T02:42:10+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-06T02:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f1e73507d095a71dc1173d0ccd81b6c324e692e2'/>
<id>f1e73507d095a71dc1173d0ccd81b6c324e692e2</id>
<content type='text'>
Close #838
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #838
</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>
<entry>
<title>Added caching of types generated by NamedTupleCursor</title>
<updated>2019-02-02T14:22:25+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-02T14:22:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=805527fcd6bedc2671a37c59299c1fa9148f9e6e'/>
<id>805527fcd6bedc2671a37c59299c1fa9148f9e6e</id>
<content type='text'>
see #838
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see #838
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'drop-display-size'</title>
<updated>2019-01-25T17:31:55+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-25T17:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3f20f7934ad3efdf793ae81a61a842bec7adb85c'/>
<id>3f20f7934ad3efdf793ae81a61a842bec7adb85c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped PSYCOPG_DISPLAY_SIZE build parameter</title>
<updated>2019-01-25T17:31:39+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-23T14:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=429871897862cb86103208e611562c32fa20d441'/>
<id>429871897862cb86103208e611562c32fa20d441</id>
<content type='text'>
Big and complex _pq_fetch_tuples simplified by moving per-column
calculation to a separate function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Big and complex _pq_fetch_tuples simplified by moving per-column
calculation to a separate function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'module-init-cleanup'</title>
<updated>2019-01-23T14:17:07+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-23T14:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=00cb2636f51456766f94773437dde759e9df0974'/>
<id>00cb2636f51456766f94773437dde759e9df0974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
