<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git, branch issue-template</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>Update issue templates</title>
<updated>2019-09-22T11:09:00+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-09-22T11:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7119298f9727ed63050e68ebbe15d2eb2d3a243d'/>
<id>7119298f9727ed63050e68ebbe15d2eb2d3a243d</id>
<content type='text'>
Issue template created from web interface</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue template created from web interface</pre>
</div>
</content>
</entry>
<entry>
<title>Added decorator to clean up the adaptation mappings after tests</title>
<updated>2019-09-04T17:17:51+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-09-04T13:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f08019e3568dd845bbefaffbe27c4909cf491d15'/>
<id>f08019e3568dd845bbefaffbe27c4909cf491d15</id>
<content type='text'>
Many tests were doing it manually, some weren't doing it and resulted in
failure if run in different order.

Close #948
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many tests were doing it manually, some weren't doing it and resulted in
failure if run in different order.

Close #948
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-961'</title>
<updated>2019-09-04T12:22:16+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-09-04T12:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=33d3c074fa2a7591ab539c625bad1c934e21fc37'/>
<id>33d3c074fa2a7591ab539c625bad1c934e21fc37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed handling large Oid values</title>
<updated>2019-09-04T11:30:18+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-09-04T11:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=80df0553a6450df25fa96ee4dbb6acf63efb8ffc'/>
<id>80df0553a6450df25fa96ee4dbb6acf63efb8ffc</id>
<content type='text'>
Oid is defined as unsigned 32. On some Python implementations (probably
the ones where maxint = 2 ** 31) this can cause int overflow for large
values (see #961). On my 64 box it doesn't seem the case.

Oid handling was sloppy here and there (messages, casts...): trying to
use uint everywhere, and added a couple of helper macros to treat Oid
consistently.

Close #961.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Oid is defined as unsigned 32. On some Python implementations (probably
the ones where maxint = 2 ** 31) this can cause int overflow for large
values (see #961). On my 64 box it doesn't seem the case.

Oid handling was sloppy here and there (messages, casts...): trying to
use uint everywhere, and added a couple of helper macros to treat Oid
consistently.

Close #961.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'obscure-password-before-connect'</title>
<updated>2019-06-24T11:14:29+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-06-24T11:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=4d10f1235fed1c0aa5958cc4a9248688c3345aad'/>
<id>4d10f1235fed1c0aa5958cc4a9248688c3345aad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention ctrl-c swallowing fixed in news file</title>
<updated>2019-06-24T11:13:47+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-06-24T11:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=6e972200a3ea8a003d93ee81df536d16a1bde2d7'/>
<id>6e972200a3ea8a003d93ee81df536d16a1bde2d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Function to obscure password moved to connection_int</title>
<updated>2019-06-24T11:11:12+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-06-24T11:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3465ce282e818a455d4ba3ed6cb5a3923734d6b4'/>
<id>3465ce282e818a455d4ba3ed6cb5a3923734d6b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Obscure the dsn password before storing it into the connection</title>
<updated>2019-06-22T18:22:27+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-06-22T18:22:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f40ad0f3ae8f14ac4c88084eb1e201a94aa9759b'/>
<id>f40ad0f3ae8f14ac4c88084eb1e201a94aa9759b</id>
<content type='text'>
This avoids the need to juggle with exceptions in order to scrub the
password after a connection error, which may also swallow signals
(see #898).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids the need to juggle with exceptions in order to scrub the
password after a connection error, which may also swallow signals
(see #898).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo: "the the"</title>
<updated>2019-06-21T10:26:47+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-06-21T03:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=491296e0f52ce2e174086b0426af3ad22881866c'/>
<id>491296e0f52ce2e174086b0426af3ad22881866c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to next dev version number</title>
<updated>2019-06-21T10:26:29+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-06-21T10:26:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ee056bc6e8f16e4b69f6bdf49f0fb72f5141218d'/>
<id>ee056bc6e8f16e4b69f6bdf49f0fb72f5141218d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
