<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib, branch v2.6a2</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Updating for 2.6a2</title>
<updated>2008-04-03T04:10:02+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>2008-04-03T04:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9649cdd5d4b947fd7356f1c2946509b8a520647d'/>
<id>9649cdd5d4b947fd7356f1c2946509b8a520647d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove debug prints; the buildbot now passes the tests</title>
<updated>2008-04-02T21:18:46+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2008-04-02T21:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f7cf388c3122b72bb71af0f497e77608570cb08f'/>
<id>f7cf388c3122b72bb71af0f497e77608570cb08f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: #2315, #2316, #2317: TimedRotatingFileHandler - changed logic to better handle daylight savings time, deletion of old log files, and fixed a bug in calculating rollover when no logging occurs for a longer interval than the rollover period.</title>
<updated>2008-04-02T21:09:27+00:00</updated>
<author>
<name>Vinay Sajip</name>
<email>vinay_sajip@yahoo.co.uk</email>
</author>
<published>2008-04-02T21:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e5aefa0b303b3146df931bab692d0758c1aa725f'/>
<id>e5aefa0b303b3146df931bab692d0758c1aa725f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply same patch from 3k branch to try and prevent this test from hanging</title>
<updated>2008-04-02T05:54:27+00:00</updated>
<author>
<name>Neal Norwitz</name>
<email>nnorwitz@gmail.com</email>
</author>
<published>2008-04-02T05:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d0a91afa70cb9e4176d1fd05f4e9dcc26b4763c6'/>
<id>d0a91afa70cb9e4176d1fd05f4e9dcc26b4763c6</id>
<content type='text'>
on various platforms, most recently the Alpha Tru64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on various platforms, most recently the Alpha Tru64.
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to make test_signal less flaky.  I still see some flakiness in</title>
<updated>2008-04-02T04:07:44+00:00</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@gmail.com</email>
</author>
<published>2008-04-02T04:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ab561317203121ffda9841f84572ecdab68a84d6'/>
<id>ab561317203121ffda9841f84572ecdab68a84d6</id>
<content type='text'>
test_itimer_prof.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test_itimer_prof.
</pre>
</div>
</content>
</entry>
<entry>
<title>A DocTestSuite cannot run multiple times: it clears its globals dictionary after the first run.</title>
<updated>2008-04-02T00:55:04+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2008-04-02T00:55:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cb0f2ad0c2f45ae065ce87c27080355a98965042'/>
<id>cb0f2ad0c2f45ae065ce87c27080355a98965042</id>
<content type='text'>
Rebuild the DocTestSuite on each iteration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rebuild the DocTestSuite on each iteration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct the apparent refleak in test_io:</title>
<updated>2008-04-02T00:25:14+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2008-04-02T00:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4d0c1170ef1eb0d0acbbcc6da0fa5a7c6cba4a10'/>
<id>4d0c1170ef1eb0d0acbbcc6da0fa5a7c6cba4a10</id>
<content type='text'>
When cls is an ABCMeta, every call to isinstance(x, cls)
records type(x) in the cls._abc_cache of cls_abc_negative_cache.
So we clear these caches at the end of the test.

inspect.isabstract() is not the correct test for all ABCs, because there is no @abstractmethod in io.py (why?)
isinstance(cls, ABCMeta) would be more exact, but it fails with an infinite recursion.
So I used a hack to determine whether a class is an ABCMeta.

The true correction would be to turn cls._abc_cache &amp;co into a WeakSet, as py3k does.
But classic classes are not weak referenceable...

Of course, this change should not be merged into the py3k branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When cls is an ABCMeta, every call to isinstance(x, cls)
records type(x) in the cls._abc_cache of cls_abc_negative_cache.
So we clear these caches at the end of the test.

inspect.isabstract() is not the correct test for all ABCs, because there is no @abstractmethod in io.py (why?)
isinstance(cls, ABCMeta) would be more exact, but it fails with an infinite recursion.
So I used a hack to determine whether a class is an ABCMeta.

The true correction would be to turn cls._abc_cache &amp;co into a WeakSet, as py3k does.
But classic classes are not weak referenceable...

Of course, this change should not be merged into the py3k branch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Newly enabled test appears to leak:</title>
<updated>2008-04-01T22:52:48+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2008-04-01T22:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f0a49708eb1a00eca83dbe26eb47e8506b80225f'/>
<id>f0a49708eb1a00eca83dbe26eb47e8506b80225f</id>
<content type='text'>
it registers the same codec on each iteration.
Do it only once at load time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it registers the same codec on each iteration.
Do it only once at load time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and enable a skipped test:</title>
<updated>2008-04-01T22:37:33+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2008-04-01T22:37:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ce6f6c12c69d6745addf8b12623ab5cc768b0f79'/>
<id>ce6f6c12c69d6745addf8b12623ab5cc768b0f79</id>
<content type='text'>
with python 2.6, enumerating bytes yields 1-char strings, not numbers.

Don't merge this into the py3k branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with python 2.6, enumerating bytes yields 1-char strings, not numbers.

Don't merge this into the py3k branch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ``if __name__ == '__main__'`` to some test files where it didn't take a lot</title>
<updated>2008-04-01T12:46:02+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>bcannon@gmail.com</email>
</author>
<published>2008-04-01T12:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8820f2a979806d4e8966a809052870f8f895b2f4'/>
<id>8820f2a979806d4e8966a809052870f8f895b2f4</id>
<content type='text'>
of effort to do so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of effort to do so.
</pre>
</div>
</content>
</entry>
</feed>
