<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/psycopg/bytes_format.c, branch separate-binary</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>Use more compact macros to annotate functions for the static checker</title>
<updated>2012-03-01T02:53:28+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-03-01T00:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=5bfb6cdefed3754b2a15e1e3372630691392ca47'/>
<id>5bfb6cdefed3754b2a15e1e3372630691392ca47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark getnextarg function as returning a borrowed reference</title>
<updated>2012-02-24T04:25:08+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-02-24T04:25:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=5f3f35a2c29bd91c52d0470ba5a6beed8b6e4bed'/>
<id>5f3f35a2c29bd91c52d0470ba5a6beed8b6e4bed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped unused variable</title>
<updated>2011-11-01T07:42:22+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2011-11-01T07:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a76d0525d1c3ed7ed04a27f1b6575ef15ba81d4f'/>
<id>a76d0525d1c3ed7ed04a27f1b6575ef15ba81d4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the proper printf placeholders to avoid warnings on 64 bit builds</title>
<updated>2011-01-03T19:44:57+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2011-01-03T18:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=39dd577c90a1f79c06d0613e73c2addbd53a4468'/>
<id>39dd577c90a1f79c06d0613e73c2addbd53a4468</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed compiling on Python versions before 2.6</title>
<updated>2011-01-03T18:18:50+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2011-01-03T18:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b276e3b05dee01396d7703cced6e3b75e05caec3'/>
<id>b276e3b05dee01396d7703cced6e3b75e05caec3</id>
<content type='text'>
Added a few macros not defined in Py 2.4. Don't know about 2.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a few macros not defined in Py 2.4. Don't know about 2.5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the same Bytes_Format function for both Python 2 and 3.</title>
<updated>2010-12-31T02:22:19+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-12-31T01:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ac258169622ca758757e51338443a4cbed1e605d'/>
<id>ac258169622ca758757e51338443a4cbed1e605d</id>
<content type='text'>
This makes the behaviour between the two versions similar. It also have
the effect of a more specific error message in case an user specifies a
placeholder different from 's'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the behaviour between the two versions similar. It also have
the effect of a more specific error message in case an user specifies a
placeholder different from 's'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped support for all format specifiers except s in PyBytes_Format.</title>
<updated>2010-12-31T02:18:27+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-12-31T01:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=2930ed3d594ec3652d5bd13cb7d8169541db807c'/>
<id>2930ed3d594ec3652d5bd13cb7d8169541db807c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped warnings in PyBytes_Format function.</title>
<updated>2010-12-31T02:18:27+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-12-31T00:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=6882ac31d49c35730a4b70643178395c236fc509'/>
<id>6882ac31d49c35730a4b70643178395c236fc509</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unicode keys as strings in Py3.</title>
<updated>2010-12-31T02:18:27+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-12-29T22:53:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=bc28cc8b0025c86e66e4fec3c1b7bfdccfb729b2'/>
<id>bc28cc8b0025c86e66e4fec3c1b7bfdccfb729b2</id>
<content type='text'>
This fixes pyformat style argument passing. Unicode and bytes don't
compare equal (even if they hash the same).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes pyformat style argument passing. Unicode and bytes don't
compare equal (even if they hash the same).
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PyBytes_Format function.</title>
<updated>2010-12-31T02:18:26+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-12-23T03:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=c3196ebd9d7fdc604fd97c97cc42d8f2c2a50224'/>
<id>c3196ebd9d7fdc604fd97c97cc42d8f2c2a50224</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
