<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/tests/test_lobject.py, branch fast-codecs</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>Python source cleanup using flake8</title>
<updated>2016-10-10T23:11:55+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-10-10T23:10:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=91d2158de7954daccb0a22885021c8416d1d5c6c'/>
<id>91d2158de7954daccb0a22885021c8416d1d5c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped use of b() "macro" and 2to3 fixer</title>
<updated>2016-08-15T00:56:36+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-08-15T00:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=78649f8e905f04c3000abef23725d557a103abef'/>
<id>78649f8e905f04c3000abef23725d557a103abef</id>
<content type='text'>
Just use the b"" strings syntax supported from python 2.6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just use the b"" strings syntax supported from python 2.6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept overflow errors testing for LO64 funcs</title>
<updated>2015-02-08T02:04:41+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2015-02-08T02:04:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e490e3bfa33b6a60606cb0a6b445f364dbe09ff3'/>
<id>e490e3bfa33b6a60606cb0a6b445f364dbe09ff3</id>
<content type='text'>
It is raised on 32 bits by PyArg_ParseTuple. We may work around on
truncate (maybe parsing a py_ssize_t) but we would have the same problem
on seek as the offset is signed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is raised on 32 bits by PyArg_ParseTuple. We may work around on
truncate (maybe parsing a py_ssize_t) but we would have the same problem
on seek as the offset is signed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo in tests</title>
<updated>2014-12-25T14:06:18+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-09-11T09:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a338da9c198ae5a4fd1adbd5f6718085a17a6114'/>
<id>a338da9c198ae5a4fd1adbd5f6718085a17a6114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep into account psycopg build in lo64 tests</title>
<updated>2014-12-25T14:06:18+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-09-11T00:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=bc5e2aeeadaccfcf798e8849d05b5dd7763d8540'/>
<id>bc5e2aeeadaccfcf798e8849d05b5dd7763d8540</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify truncate to use lo_truncate64. Use HAVE_LO64 define to use new lo_*64 methods. Check size of offset and length for versions without LO64.</title>
<updated>2014-12-25T14:06:18+00:00</updated>
<author>
<name>Blake Rouse</name>
<email>blake.rouse@canonical.com</email>
</author>
<published>2014-09-08T16:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=cd67d3d2fe085b207268be649ef282fc6032a8cc'/>
<id>cd67d3d2fe085b207268be649ef282fc6032a8cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lseek64 and ltell64 to support large object greater than 2gb in size.</title>
<updated>2014-12-25T14:06:18+00:00</updated>
<author>
<name>Blake Rouse</name>
<email>blake.rouse@canonical.com</email>
</author>
<published>2014-09-05T15:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e13ec67da393480e7cec408f94f21a8e9d266bc3'/>
<id>e13ec67da393480e7cec408f94f21a8e9d266bc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check the connection is really bad on exception before closing it</title>
<updated>2014-04-05T15:03:06+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-04-05T14:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1654687d1b626c07dd74a154c16570fe1899a6d1'/>
<id>1654687d1b626c07dd74a154c16570fe1899a6d1</id>
<content type='text'>
We end up here without a pgres sometimes (e.g. from lobject errors)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We end up here without a pgres sometimes (e.g. from lobject errors)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed overflow opening a lobject with an oid not fitting in a signed int</title>
<updated>2014-04-03T01:35:56+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-04-03T01:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a8fdc7409045e215a04148551bed76bdb9ec108c'/>
<id>a8fdc7409045e215a04148551bed76bdb9ec108c</id>
<content type='text'>
Fixes :ticket:`203`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes :ticket:`203`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check connection type in lobject init</title>
<updated>2013-11-27T12:44:28+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2013-11-27T12:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e11d0d39ec3c9e3906f50d74d15eed1c01fa5fea'/>
<id>e11d0d39ec3c9e3906f50d74d15eed1c01fa5fea</id>
<content type='text'>
Fixes ticket #187.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes ticket #187.
</pre>
</div>
</content>
</entry>
</feed>
