<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib/tz.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>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>Fixed pickling of FixedOffsetTimezone objects</title>
<updated>2012-10-21T20:47:32+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-10-21T20:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=5e6eabd9f8904dd4797d205190df0cc0e35b721e'/>
<id>5e6eabd9f8904dd4797d205190df0cc0e35b721e</id>
<content type='text'>
I have also verified that the fixed class can unpickle instance pickled with
the buggy one and viceversa.

Fixes ticket #135.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have also verified that the fixed class can unpickle instance pickled with
the buggy one and viceversa.

Fixes ticket #135.
</pre>
</div>
</content>
</entry>
<entry>
<title>More idiomatic way to call FixedOffsetTimezone.__new__ superclass</title>
<updated>2012-10-21T20:16:52+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-10-21T20:16:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=790843a48acc6146c7462659e650b2f25d34b1b8'/>
<id>790843a48acc6146c7462659e650b2f25d34b1b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped redundant call to FixedOffsetTimezone.__init__</title>
<updated>2012-10-21T20:12:02+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-10-21T20:12:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e4a07c3a30a2673a686b302d8560e01c3740273b'/>
<id>e4a07c3a30a2673a686b302d8560e01c3740273b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache FixedOffsetTimezone instances</title>
<updated>2012-01-30T13:27:40+00:00</updated>
<author>
<name>Menno Smits</name>
<email>menno@freshfoo.com</email>
</author>
<published>2012-01-25T16:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=bca7200b3ff684d69185f6e826c00706371f82f4'/>
<id>bca7200b3ff684d69185f6e826c00706371f82f4</id>
<content type='text'>
Avoid creating new a new FixedOffsetTimezone instance if one with the
same offset and name has been created before. This will save memory
when returning many rows containing "timestamp with timezone" columns,
and also improves comparability.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid creating new a new FixedOffsetTimezone instance if one with the
same offset and name has been created before. This will save memory
when returning many rows containing "timestamp with timezone" columns,
and also improves comparability.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed repr for FixedOffsetTimezone for offsets west of UTC (negative)</title>
<updated>2012-01-30T13:27:01+00:00</updated>
<author>
<name>Menno Smits</name>
<email>menno@freshfoo.com</email>
</author>
<published>2012-01-17T15:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1469a56512a9776eb87629be7894b3bf2be89183'/>
<id>1469a56512a9776eb87629be7894b3bf2be89183</id>
<content type='text'>
The offset displayed was always positive and somewhat confusing. The
offset displayed now is the offset that the instance was created
with.

Also added some tests for initialisation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The offset displayed was always positive and somewhat confusing. The
offset displayed now is the offset that the instance was created
with.

Also added some tests for initialisation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added evaluable representation for the FixedOffsetTimezone object.</title>
<updated>2010-05-15T13:27:23+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-05-04T23:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=60e7522e476b8b727e1dfa8535b715d0f66fa0ea'/>
<id>60e7522e476b8b727e1dfa8535b715d0f66fa0ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo in LocalTimezone doc.</title>
<updated>2010-05-15T13:27:23+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-05-04T22:44:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d30daac78264fd98b9b68b796a81f530a7986309'/>
<id>d30daac78264fd98b9b68b796a81f530a7986309</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 default role for cross referencing Python objects.</title>
<updated>2010-02-26T00:49:19+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-02-26T00:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=97ced0d4f14bc9e2e66e495eebcd2f0ab25adb21'/>
<id>97ced0d4f14bc9e2e66e495eebcd2f0ab25adb21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added other info about tz module.</title>
<updated>2010-02-13T23:39:48+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-02-13T03:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3789f8fb1763c2ea18035ca25b4a4ca6ed39de85'/>
<id>3789f8fb1763c2ea18035ca25b4a4ca6ed39de85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
