<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/sysmodule.c, branch v3.2.1rc2</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>MERGE: Up-port changeset 5cf8f6da8743 (closes #11890)</title>
<updated>2011-04-20T18:32:52+00:00</updated>
<author>
<name>Jesus Cea</name>
<email>jcea@jcea.es</email>
</author>
<published>2011-04-20T18:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7124f5f7e898eea5ff533ca2d501dfb1e8a31e69'/>
<id>7124f5f7e898eea5ff533ca2d501dfb1e8a31e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Up-port changeset 5cf8f6da8743 (closes #11890)</title>
<updated>2011-04-20T18:24:57+00:00</updated>
<author>
<name>Jesus Cea</name>
<email>jcea@jcea.es</email>
</author>
<published>2011-04-20T18:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1d4ae84e5332fd9e099a5840a8dc19c3deefe29e'/>
<id>1d4ae84e5332fd9e099a5840a8dc19c3deefe29e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not</title>
<updated>2011-03-31T11:39:03+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-03-31T11:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=27181ac778fdb8432d79f280922eac0f70af5194'/>
<id>27181ac778fdb8432d79f280922eac0f70af5194</id>
<content type='text'>
called yet: detect bootstrap (startup) issues earlier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
called yet: detect bootstrap (startup) issues earlier.
</pre>
</div>
</content>
</entry>
<entry>
<title>#11515: Merge with 3.1.</title>
<updated>2011-03-15T03:59:46+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2011-03-15T03:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4969f709cc07088a40574c05724d83cddc8fafc7'/>
<id>4969f709cc07088a40574c05724d83cddc8fafc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge build identification to 3.2 branch.</title>
<updated>2011-03-06T09:13:00+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-03-06T09:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=13039c87f14aeed325bcb5fadd202922a614957b'/>
<id>13039c87f14aeed325bcb5fadd202922a614957b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Commit the hg build identification patch from the pymigr repo.</title>
<updated>2011-03-05T19:51:24+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-03-05T19:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1ca2e7965c52525684bb517401c513158a8af989'/>
<id>1ca2e7965c52525684bb517401c513158a8af989</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix count of flag fields.  Being one short caused the 'quiet' option not to print.</title>
<updated>2011-01-05T20:08:25+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2011-01-05T20:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=90e8f8cd9b18fd18581a1ee01664f50852fe68f8'/>
<id>90e8f8cd9b18fd18581a1ee01664f50852fe68f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.</title>
<updated>2010-12-28T18:30:18+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-12-28T18:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8aa7e999b5ab87cdbefe441649c223647875c110'/>
<id>8aa7e999b5ab87cdbefe441649c223647875c110</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #10601: sys.displayhook uses 'backslashreplace' error handler on</title>
<updated>2010-12-04T17:24:33+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-12-04T17:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=13d49ee7d6a44af656fd77713342e419ec57e4a5'/>
<id>13d49ee7d6a44af656fd77713342e419ec57e4a5</id>
<content type='text'>
UnicodeEncodeError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UnicodeEncodeError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant includes of headers that are already included by Python.h.</title>
<updated>2010-11-30T09:41:01+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-11-30T09:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e5b99f0fb306b80118849048b3d145c1a614c38b'/>
<id>e5b99f0fb306b80118849048b3d145c1a614c38b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
