<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch v2.3c1</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>This commit was manufactured by cvs2svn to create tag 'r23c1'.</title>
<updated>2003-07-18T17:45:33+00:00</updated>
<author>
<name>cvs2svn</name>
<email>tools@python.org</email>
</author>
<published>2003-07-18T17:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6a66a68fe6132418ad6aba5162871f0dcd3651ad'/>
<id>6a66a68fe6132418ad6aba5162871f0dcd3651ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair operator error.</title>
<updated>2003-07-18T17:45:33+00:00</updated>
<author>
<name>Jeremy Hylton</name>
<email>jeremy@alum.mit.edu</email>
</author>
<published>2003-07-18T17:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6d58bf69eee6f3104e633cf8ee48fcbb0b0c12a5'/>
<id>6d58bf69eee6f3104e633cf8ee48fcbb0b0c12a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SF patch 773476: NameError when there are no prefixes.</title>
<updated>2003-07-18T17:24:07+00:00</updated>
<author>
<name>Jeremy Hylton</name>
<email>jeremy@alum.mit.edu</email>
</author>
<published>2003-07-18T17:24:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bdf3b509ed9f131d3c868d6097f8e02c8a9d554e'/>
<id>bdf3b509ed9f131d3c868d6097f8e02c8a9d554e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>up the b/w compatibility requirement to 2.2</title>
<updated>2003-07-18T15:31:40+00:00</updated>
<author>
<name>Just van Rossum</name>
<email>just@letterror.com</email>
</author>
<published>2003-07-18T15:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a920a8895e3f8919165b7bfd656a07864053f964'/>
<id>a920a8895e3f8919165b7bfd656a07864053f964</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure mimetypes is reinitialized before running the tests.</title>
<updated>2003-07-18T15:13:37+00:00</updated>
<author>
<name>Jeremy Hylton</name>
<email>jeremy@alum.mit.edu</email>
</author>
<published>2003-07-18T15:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=969a7003f908b167278dd5856e8af8799ccda8ee'/>
<id>969a7003f908b167278dd5856e8af8799ccda8ee</id>
<content type='text'>
If some other test comes along and uses mimetypes, it will be
initialized from the system files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If some other test comes along and uses mimetypes, it will be
initialized from the system files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore the locale to "C" on exit.</title>
<updated>2003-07-18T03:19:20+00:00</updated>
<author>
<name>Jeremy Hylton</name>
<email>jeremy@alum.mit.edu</email>
</author>
<published>2003-07-18T03:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=096d986f3b2be9c1ea61efbf66cf85492bfcd6a8'/>
<id>096d986f3b2be9c1ea61efbf66cf85492bfcd6a8</id>
<content type='text'>
If this doesn't happen, it leaves the locale in a state that can cause
other tests to fail.  For example, running test_strptime,
test_logging, and test_time in that order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If this doesn't happen, it leaves the locale in a state that can cause
other tests to fail.  For example, running test_strptime,
test_logging, and test_time in that order.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add introductory paragraphs</title>
<updated>2003-07-18T02:12:16+00:00</updated>
<author>
<name>Andrew M. Kuchling</name>
<email>amk@amk.ca</email>
</author>
<published>2003-07-18T02:12:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=95be8bdab74f9f8bbb25387b41eb0ff5e2d5d33f'/>
<id>95be8bdab74f9f8bbb25387b41eb0ff5e2d5d33f</id>
<content type='text'>
Remove comment about MacOS changes; I'm not going to have time to figure
    out what they are
Move PEP 273 section into numeric order
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove comment about MacOS changes; I'm not going to have time to figure
    out what they are
Move PEP 273 section into numeric order
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a few more items</title>
<updated>2003-07-18T01:15:51+00:00</updated>
<author>
<name>Andrew M. Kuchling</name>
<email>amk@amk.ca</email>
</author>
<published>2003-07-18T01:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6e73f9e5dbd94f548d86e6a99ad4263f84729899'/>
<id>6e73f9e5dbd94f548d86e6a99ad4263f84729899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete the rewrite pass; add a few more items; bump version number to 0.90; remove comment about draft status</title>
<updated>2003-07-17T23:56:58+00:00</updated>
<author>
<name>Andrew M. Kuchling</name>
<email>amk@amk.ca</email>
</author>
<published>2003-07-17T23:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8744f12a2fef0b79d99215838117e33c6e512fd9'/>
<id>8744f12a2fef0b79d99215838117e33c6e512fd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The rest of the news.</title>
<updated>2003-07-17T19:19:05+00:00</updated>
<author>
<name>Jeremy Hylton</name>
<email>jeremy@alum.mit.edu</email>
</author>
<published>2003-07-17T19:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8aca4174839a8822568a6c7f08f963b9f534c797'/>
<id>8aca4174839a8822568a6c7f08f963b9f534c797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
