<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib/extensions.py, 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>Expose *DATETIMETZ* objects in the extensions module</title>
<updated>2017-03-22T03:42:12+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-22T03:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ee9948fa86bbe654d55491d92039c5cd69909c95'/>
<id>ee9948fa86bbe654d55491d92039c5cd69909c95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore None arguments passed to make_dsn()</title>
<updated>2017-03-01T20:12:13+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-01T20:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=44d8edfd8c3bcaa3167e84fd11cc62b43bfd3af5'/>
<id>44d8edfd8c3bcaa3167e84fd11cc62b43bfd3af5</id>
<content type='text'>
Close #517.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #517.
</pre>
</div>
</content>
</entry>
<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>
</feed>
