<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/scripts, 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>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>Dropped duplicate classes in errors module</title>
<updated>2018-10-22T23:31:57+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-10-22T23:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1bb3d5cfe29677d6b24b5d04e7508688dbf4954b'/>
<id>1bb3d5cfe29677d6b24b5d04e7508688dbf4954b</id>
<content type='text'>
Also using a more compact class registration using a decorator
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also using a more compact class registration using a decorator
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into errors-module</title>
<updated>2018-10-14T23:58:32+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-10-14T23:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b205764fdde4549c48c27841aa17e6c7f499e808'/>
<id>b205764fdde4549c48c27841aa17e6c7f499e808</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Errors module content updated to Postgres 11</title>
<updated>2018-10-14T22:07:11+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-10-14T22:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=61df7bdd8d8bc8f085771377b145fef42986feb5'/>
<id>61df7bdd8d8bc8f085771377b145fef42986feb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>errorcodes map update to PostgreSQL 11</title>
<updated>2018-10-14T21:57:48+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-10-14T21:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7a5edff6c66a0410d6fecd4445980aabafc3ab4a'/>
<id>7a5edff6c66a0410d6fecd4445980aabafc3ab4a</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 'master' into https</title>
<updated>2018-10-10T21:07:33+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-10-10T21:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9148157697f189bb349c851eb92079ea380dacd9'/>
<id>9148157697f189bb349c851eb92079ea380dacd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace deprecated optparse usage with argparse</title>
<updated>2018-10-10T12:15:57+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-10-10T12:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=488818eeb62756cd8e22114dbca9851bd3e55e53'/>
<id>488818eeb62756cd8e22114dbca9851bd3e55e53</id>
<content type='text'>
Per https://docs.python.org/3/library/optparse.html

&gt; Deprecated since version 3.2: The optparse module is deprecated and
&gt; will not be developed further; development will continue with the
&gt; argparse module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per https://docs.python.org/3/library/optparse.html

&gt; Deprecated since version 3.2: The optparse module is deprecated and
&gt; will not be developed further; development will continue with the
&gt; argparse module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer https:// URLs when available</title>
<updated>2018-09-23T02:02:33+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-23T01:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b07e34e0b892283b7b2bcb88e473806dff67dce0'/>
<id>b07e34e0b892283b7b2bcb88e473806dff67dce0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generating the whole errors file from script</title>
<updated>2018-08-17T01:00:40+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-06-17T21:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=782fa39647a79bc0269917cd9f539c793c13774a'/>
<id>782fa39647a79bc0269917cd9f539c793c13774a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped parsing sgml files for error codes</title>
<updated>2018-08-17T01:00:40+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-06-17T20:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=0bce58d0cdadb6756bb6f999cbae4f47feb49b95'/>
<id>0bce58d0cdadb6756bb6f999cbae4f47feb49b95</id>
<content type='text'>
The errcodes.txt file contains all the errors for the currently
maintained server versions. There is only one error code missing,
probably unused, but adding it back anyway to keep the errcode module
unchanged.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The errcodes.txt file contains all the errors for the currently
maintained server versions. There is only one error code missing,
probably unused, but adding it back anyway to keep the errcode module
unchanged.
</pre>
</div>
</content>
</entry>
</feed>
