<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/doc, 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>Document the psycopg2-binary package</title>
<updated>2018-01-16T18:28:27+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-01-16T18:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7e16a374767e087073b45b1ed0ee457d068de174'/>
<id>7e16a374767e087073b45b1ed0ee457d068de174</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'key' docs in getconn() improved</title>
<updated>2018-01-11T00:16:49+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-01-11T00:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ba50548b30b0a9f8c856b255b249908bd1c49d22'/>
<id>ba50548b30b0a9f8c856b255b249908bd1c49d22</id>
<content type='text'>
Fix #569.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #569.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PostgreSQL 10 in the list of supported servers</title>
<updated>2017-11-06T18:38:22+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-11-06T18:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d88d8f961947fb672e0cecd023eaabedc119fa5f'/>
<id>d88d8f961947fb672e0cecd023eaabedc119fa5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Further docs cleanup</title>
<updated>2017-11-06T18:34:23+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-11-06T17:57:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9614e7241bf8a4c713895b01018027dd35ee8c60'/>
<id>9614e7241bf8a4c713895b01018027dd35ee8c60</id>
<content type='text'>
Recent Sphinx versions seem overly aggressive in autodetecting python,
or I just didn't notice the errors, so be explicit in what language to
use with code examples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recent Sphinx versions seem overly aggressive in autodetecting python,
or I just didn't notice the errors, so be explicit in what language to
use with code examples.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parameters passing docs improved</title>
<updated>2017-11-06T17:31:35+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-11-06T16:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=4f1505857bc1de75f83cf113c736881e0033b9ec'/>
<id>4f1505857bc1de75f83cf113c736881e0033b9ec</id>
<content type='text'>
Every point has an example and all the example show wrong/correct. Nice
rhythm.

Among the improvements, added point saying explicitly "thou shall not
quote placeholders".  Quoted placeholders will just fail except in the
most contrived cases (a statement raising an exception with all the
strings except with the attack ones...), and an example in the following
section explicitly notes "no quotes", but apparenty someone still thinks
this is not documented enough? (see issue #611) so let's just write it
plain and clear into the list of commandments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Every point has an example and all the example show wrong/correct. Nice
rhythm.

Among the improvements, added point saying explicitly "thou shall not
quote placeholders".  Quoted placeholders will just fail except in the
most contrived cases (a statement raising an exception with all the
strings except with the attack ones...), and an example in the following
section explicitly notes "no quotes", but apparenty someone still thinks
this is not documented enough? (see issue #611) so let's just write it
plain and clear into the list of commandments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped suggestion for --no-binary :all: to skip wheels</title>
<updated>2017-10-27T11:34:00+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-10-27T11:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=dfee199351429a4170c7d190fbecacb35777de2e'/>
<id>dfee199351429a4170c7d190fbecacb35777de2e</id>
<content type='text'>
:all: applies to the entire file. --no-binary psycopg2 is the solution.

See issue #543
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
:all: applies to the entire file. --no-binary psycopg2 is the solution.

See issue #543
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse PG 10 error codes from final version</title>
<updated>2017-10-19T01:28:52+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-10-19T01:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f1461d2d7ed1beff28c37d24b02d4e35c81b2d83'/>
<id>f1461d2d7ed1beff28c37d24b02d4e35c81b2d83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped doc building warning</title>
<updated>2017-10-18T20:57:17+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-10-18T20:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e7587caee3dffffe001df7a749d5bc1f6abf9eff'/>
<id>e7587caee3dffffe001df7a749d5bc1f6abf9eff</id>
<content type='text'>
doctests have sure completely rotten however.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doctests have sure completely rotten however.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sphinx version do build docs updated to 1.6</title>
<updated>2017-10-18T20:56:48+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-10-18T20:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=4d68f6e4140f72957beed4c7534a56e8c13adac0'/>
<id>4d68f6e4140f72957beed4c7534a56e8c13adac0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make dbapi_extension.py compatible with Sphinx 1.6</title>
<updated>2017-10-12T10:10:41+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2017-10-12T10:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1ccb61fe18ddc1fbb498ee90f182c44066aefb36'/>
<id>1ccb61fe18ddc1fbb498ee90f182c44066aefb36</id>
<content type='text'>
In Sphinx commit 1a821b89e9952fc2, the deprecated make_admonition()
function was removed. This commit updates the code to use the modern
API instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Sphinx commit 1a821b89e9952fc2, the deprecated make_admonition()
function was removed. This commit updates the code to use the modern
API instead.
</pre>
</div>
</content>
</entry>
</feed>
