<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib/extensions.py, branch test-windows</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>connection.isolation_level is now writable</title>
<updated>2017-02-16T12:46:35+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-16T02:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=20c9c1745728a5463746ba89ff0271bc2de4c668'/>
<id>20c9c1745728a5463746ba89ff0271bc2de4c668</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exposing ISOLATION_LEVEL_DEFAULT to Python</title>
<updated>2017-02-04T14:43:54+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-04T14:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=665e9dc665cf72086c00871756c48e8d38bade2f'/>
<id>665e9dc665cf72086c00871756c48e8d38bade2f</id>
<content type='text'>
This is now the state that is returned to Python if nothing has been
explicitly set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is now the state that is returned to Python if nothing has been
explicitly set.
</pre>
</div>
</content>
</entry>
<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>Allow make_dsn to take no parameter</title>
<updated>2016-03-03T17:09:15+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-03-03T16:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=c9fd828f8adeeed108a326892394c47e3747b558'/>
<id>c9fd828f8adeeed108a326892394c47e3747b558</id>
<content type='text'>
The behaviour of connect() is unchanged: either dsn or params must be
specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The behaviour of connect() is unchanged: either dsn or params must be
specified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate output result from make_dsn()</title>
<updated>2016-03-03T17:09:15+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-03-03T16:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7aab934ae5950c6fa1bcd25ed053857538624310'/>
<id>7aab934ae5950c6fa1bcd25ed053857538624310</id>
<content type='text'>
The output is not necessarily munged anyway: if no keyword is passed,
validate the input but return it untouched.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output is not necessarily munged anyway: if no keyword is passed,
validate the input but return it untouched.
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify that the dsn is not manipulated by make_dsn if not necessary</title>
<updated>2016-03-03T15:07:38+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-03-03T15:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=2c55a1bd5394ef82a49984fdce3c17ce956a9c9e'/>
<id>2c55a1bd5394ef82a49984fdce3c17ce956a9c9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implementation of make_dsn in Python</title>
<updated>2016-03-03T04:33:59+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-03-03T04:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1c4523f0ac685632381a0f4371e93031928326b1'/>
<id>1c4523f0ac685632381a0f4371e93031928326b1</id>
<content type='text'>
This is equivalent to what proposed in #363, but with a much simpler
implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is equivalent to what proposed in #363, but with a much simpler
implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add psycopg2.extensions.quote_ident.</title>
<updated>2015-10-14T15:00:25+00:00</updated>
<author>
<name>Oleksandr Shulgin</name>
<email>oleksandr.shulgin@zalando.de</email>
</author>
<published>2015-10-13T15:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9295bce154182863e19342b6a4c2e80a58187120'/>
<id>9295bce154182863e19342b6a4c2e80a58187120</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 feature/parse-dsn</title>
<updated>2015-06-02T10:42:03+00:00</updated>
<author>
<name>Oleksandr Shulgin</name>
<email>oleksandr.shulgin@zalando.de</email>
</author>
<published>2015-06-02T10:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=cc08e141625f08fbec25f858c9a26a2f7e498576'/>
<id>cc08e141625f08fbec25f858c9a26a2f7e498576</id>
<content type='text'>
Conflicts:
	lib/extensions.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/extensions.py
</pre>
</div>
</content>
</entry>
</feed>
