<?xml version="1.0"?>
<rss version="2.0"><channel><title>Python</title><link>http://python.org</link><description>Python® is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.</description><image><url>/images/db/27/f-t128.png</url><title>Python</title><link>http://python.org</link></image><cloud path="/RPC2" domain="cia.vc" protocol="xml-rpc" port="80" registerProcedure="stats.subscribe.rss2" /><item><pubDate>Tue, 14 Feb 2012 03:50:39 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a12c7</guid><link>http://cia.vc/stats/project/python/.message/50a12c7</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;haypo&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#13927&lt;/b&gt;/Extra spaces in the output of time.ctime:             (&lt;a href="http://bugs.python.org/issue13927"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &lt;pre&gt;&amp;gt; asctime() docs say it's a 24 char string.

 I'm not sure that all platform conform to this "specification"... which is not future proof!

 $ . ...&lt;/pre&gt;         &lt;/div&gt;     </description><title>&gt; asctime() docs say it's a 24 char string. I'm not sure that all platform...</title></item><item><pubDate>Tue, 14 Feb 2012 03:46:57 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a1148</guid><link>http://cia.vc/stats/project/python/.message/50a1148</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;haypo&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#13913&lt;/b&gt;/utf-8 or utf8 or utf-8 (codec display name inconsistency):             (&lt;a href="http://bugs.python.org/issue13913"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &lt;pre&gt;[closed] Use codecs.lookup(alias).name to the the normalize name of a codec. Examples:

 &amp;gt;&amp;gt;&amp;gt; import codecs
 &amp;gt;&amp;gt;&amp;gt; codecs.lookup('utf-8').name
 'utf ...&lt;/pre&gt;         &lt;/div&gt;     </description><title>[closed] Use codecs.lookup(alias).name to the the normalize name of a codec....</title></item><item><pubDate>Tue, 14 Feb 2012 00:18:10 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a0fa4</guid><link>http://cia.vc/stats/project/python/.message/50a0fa4</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Victor Stinner&lt;/strong&gt;              on default             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;             &lt;b&gt;74919:af1a9508f7fa&lt;/b&gt;                          &lt;b&gt;&lt;/b&gt;/Objects/unicodeobject.c:             (&lt;a href="http://hg.python.org/cpython/rev/af1a9508f7fa"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             (Merge 3.2) Issue #13913: normalize utf-8 codec name in UTF-8 decoder         &lt;/div&gt;     </description><title>(Merge 3.2) Issue #13913: normalize utf-8 codec name in UTF-8 decoder</title></item><item><pubDate>Tue, 14 Feb 2012 03:44:48 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a0e20</guid><link>http://cia.vc/stats/project/python/.message/50a0e20</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;python-dev&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#13913&lt;/b&gt;/utf-8 or utf8 or utf-8 (codec display name inconsistency):             (&lt;a href="http://bugs.python.org/issue13913"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             New changeset c861c0a7f40c by Victor Stinner in branch '3.2': Issue #13913: normalize utf-8 codec name in UTF-8 decoder &lt;a href="http://hg.python.org/cpyth"&gt;http://hg.python.org/cpyth&lt;/a&gt; ...         &lt;/div&gt;     </description><title>New changeset c861c0a7f40c by Victor Stinner in branch '3.2': Issue #13913:...</title></item><item><pubDate>Tue, 14 Feb 2012 00:17:45 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a0c8c</guid><link>http://cia.vc/stats/project/python/.message/50a0c8c</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Victor Stinner&lt;/strong&gt;              on 3.2             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;             &lt;b&gt;74918:c861c0a7f40c&lt;/b&gt;                          &lt;b&gt;&lt;/b&gt;/Objects/unicodeobject.c:             (&lt;a href="http://hg.python.org/cpython/rev/c861c0a7f40c"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Issue #13913: normalize utf-8 codec name in UTF-8 decoder         &lt;/div&gt;     </description><title>Issue #13913: normalize utf-8 codec name in UTF-8 decoder</title></item><item><pubDate>Tue, 14 Feb 2012 03:40:13 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a0b42</guid><link>http://cia.vc/stats/project/python/.message/50a0b42</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;gregory.p.smith&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#13930&lt;/b&gt;/lib2to3 ability to output files into a different directory and alter their names:             (&lt;a href="http://bugs.python.org/issue13930"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             oh did I miss a / vs os.sep somewhere?  Looking.  I'll fix this.         &lt;/div&gt;     </description><title>oh did I miss a / vs os.sep somewhere? Looking. I'll fix this.</title></item><item><pubDate>Tue, 14 Feb 2012 03:37:22 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a09b7</guid><link>http://cia.vc/stats/project/python/.message/50a09b7</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;haypo&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#13951&lt;/b&gt;/Seg Fault in .so called by ctypes causes the interpreter to Seg Fault:             (&lt;a href="http://bugs.python.org/issue13951"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &lt;pre&gt;&amp;gt; Should it seg fault or just throw an exception?

 Python cannot do anything useful on such fatal error. In Python 3.3, there is a faulthandler  ...&lt;/pre&gt;         &lt;/div&gt;     </description><title>&gt; Should it seg fault or just throw an exception? Python cannot do anything...</title></item><item><pubDate>Tue, 14 Feb 2012 02:18:15 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a0856</guid><link>http://cia.vc/stats/project/python/.message/50a0856</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Scott.Bowman&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#14005&lt;/b&gt;/IDLE Crash when running/saving a file:             (&lt;a href="http://bugs.python.org/issue14005"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             [new] Whenever I save or try to run a program from the text editor window, IDLE crashes. Any suggestions? I'm running Windows 7, btw.         &lt;/div&gt;     </description><title>[new] Whenever I save or try to run a program from the text editor window, IDLE...</title></item><item><pubDate>Mon, 13 Feb 2012 22:31:26 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a062b</guid><link>http://cia.vc/stats/project/python/.message/50a062b</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Victor Stinner&lt;/strong&gt;              on default             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;             &lt;b&gt;74917:76dfd1f08025&lt;/b&gt;                          &lt;b&gt;&lt;/b&gt;/Lib/lib2to3/tests/ (test_main.py test_refactor.py):             (&lt;a href="http://hg.python.org/cpython/rev/76dfd1f08025"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             lib2to3 tests: Don't use deprecated API, switch to assertRegex()         &lt;/div&gt;     </description><title>lib2to3 tests: Don't use deprecated API, switch to assertRegex()</title></item><item><pubDate>Tue, 14 Feb 2012 00:45:03 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a04ce</guid><link>http://cia.vc/stats/project/python/.message/50a04ce</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;haypo&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#7475&lt;/b&gt;/codecs missing: base64 bz2 hex zlib hex_codec ...:             (&lt;a href="http://bugs.python.org/issue7475"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             What is the status of this issue? Is there still a fan of this issue motivated to write a PEP, a patch or something like that?         &lt;/div&gt;     </description><title>What is the status of this issue? Is there still a fan of this issue motivated...</title></item><item><pubDate>Mon, 13 Feb 2012 21:12:45 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a034b</guid><link>http://cia.vc/stats/project/python/.message/50a034b</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Victor Stinner&lt;/strong&gt;              on default             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;             &lt;b&gt;4052:c04f52d60af9&lt;/b&gt;                          &lt;b&gt;&lt;/b&gt;/pep-0410.txt:             (&lt;a href="http://hg.python.org/peps/rev/c04f52d60af9"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             PEP 410: drop int type, add an argument against the datetime type         &lt;/div&gt;     </description><title>PEP 410: drop int type, add an argument against the datetime type</title></item><item><pubDate>Tue, 14 Feb 2012 00:33:44 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a0214</guid><link>http://cia.vc/stats/project/python/.message/50a0214</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;loewis&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#12627&lt;/b&gt;/Implement PEP 394: The "python" Command on Unix-Like Systems:             (&lt;a href="http://bugs.python.org/issue12627"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             The 2.7 patch needs to remove an existing python2 link before creating it.         &lt;/div&gt;     </description><title>The 2.7 patch needs to remove an existing python2 link before creating it.</title></item><item><pubDate>Tue, 14 Feb 2012 00:24:15 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/50a0093</guid><link>http://cia.vc/stats/project/python/.message/50a0093</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;jason.coombs&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#14004&lt;/b&gt;/Distutils filelist selects too many files on Windows:             (&lt;a href="http://bugs.python.org/issue14004"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             [new] When using a MANIFEST.in with only "include *.txt", on Windows, distutils grabs too many files. I set DISTUTILS_DEBUG=1 and ran ./setup.py s ...         &lt;/div&gt;     </description><title>[new] When using a MANIFEST.in with only "include *.txt", on Windows, distutils...</title></item><item><pubDate>Tue, 14 Feb 2012 00:17:16 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/509ff2f</guid><link>http://cia.vc/stats/project/python/.message/509ff2f</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;lemburg&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#13703&lt;/b&gt;/Hash collision security issue:             (&lt;a href="http://bugs.python.org/issue13703"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Dave Malcolm wrote: &amp;gt; [new patch]  Please change how the env vars work as discussed earlier on this ticket.  Quick summary:  We only need one env  ...         &lt;/div&gt;     </description><title>Dave Malcolm wrote: &gt; [new patch] Please change how the env vars work as...</title></item><item><pubDate>Tue, 14 Feb 2012 00:15:54 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/509fdd2</guid><link>http://cia.vc/stats/project/python/.message/509fdd2</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;pitrou&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#13968&lt;/b&gt;/Support recursive globs:             (&lt;a href="http://bugs.python.org/issue13968"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &amp;gt; But I think I like this API better as it really is easier to explain.  I think you got it wrong. Looking at the implementation, it is no differe ...         &lt;/div&gt;     </description><title>&gt; But I think I like this API better as it really is easier to explain. I think...</title></item><item><pubDate>Tue, 14 Feb 2012 00:13:54 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/509fc4d</guid><link>http://cia.vc/stats/project/python/.message/509fc4d</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Stephen.Day&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#13866&lt;/b&gt;/{urllib,urllib.parse}.urlencode should not use quote_plus:             (&lt;a href="http://bugs.python.org/issue13866"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             [open] I apologize for reopening this bug, but I find your interpretation to be inaccurate. While technically valid, the combination of the docume ...         &lt;/div&gt;     </description><title>[open] I apologize for reopening this bug, but I find your interpretation to be...</title></item><item><pubDate>Tue, 14 Feb 2012 00:07:02 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/509fadd</guid><link>http://cia.vc/stats/project/python/.message/509fadd</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;michael.foord&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#14003&lt;/b&gt;/__self__ on built-in functions is not as documented:             (&lt;a href="http://bugs.python.org/issue14003"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             It's nicer for introspection if __self__ is None on builtin functions. But fixing the docs is easier (and more backwards compatible).         &lt;/div&gt;     </description><title>It's nicer for introspection if __self__ is None on builtin functions. But...</title></item><item><pubDate>Tue, 14 Feb 2012 00:04:20 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/509f978</guid><link>http://cia.vc/stats/project/python/.message/509f978</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;dmalcolm&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#13703&lt;/b&gt;/Hash collision security issue:             (&lt;a href="http://bugs.python.org/issue13703"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             On Sun, 2012-02-12 at 02:11 +0000, Gregory P. Smith wrote: &amp;gt; Gregory P. Smith &amp;lt;&lt;a href="/doc/mail" onmouseover="this.href=&amp;apos;ma&amp;apos;+&amp;apos;ilto:&amp;apos;+&amp;apos;g&amp;apos;+&amp;apos;reg@k&amp;apos;+&amp;apos;ryp&amp;apos;+&amp;apos;to.o&amp;apos;+&amp;apos;rg&amp;apos;"&gt;greg at krypto dot org&lt;/a&gt;&amp;gt; added the comment: &amp;gt;  &amp;gt; Comments to be addressed a ...         &lt;/div&gt;     </description><title>On Sun, 2012-02-12 at 02:11 +0000, Gregory P. Smith wrote: &gt; Gregory P. Smith...</title></item><item><pubDate>Mon, 13 Feb 2012 23:54:55 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/509f7b6</guid><link>http://cia.vc/stats/project/python/.message/509f7b6</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;neologix&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#14001&lt;/b&gt;/Python v2.7.2 / v3.2.2 (SimpleXMLRPCServer): DoS (excessive CPU usage) by processing malformed XMLRPC / HTTP POST request:             (&lt;a href="http://bugs.python.org/issue14001"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &lt;pre&gt;SimpleXMLRPCRequestHandler.do_POST() is simply looping on EOF.
 The patch attached fixes this (the server doesn't seem to generate an error in res ...&lt;/pre&gt;         &lt;/div&gt;     </description><title>SimpleXMLRPCRequestHandler.do_POST() is simply looping on EOF. The patch...</title></item><item><pubDate>Mon, 13 Feb 2012 23:43:43 +0000</pubDate><guid>http://cia.vc/stats/project/python/.message/509f638</guid><link>http://cia.vc/stats/project/python/.message/509f638</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;pitrou&lt;/strong&gt;              on roundup             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                                       &lt;b&gt;#13229&lt;/b&gt;/Improve tools for iterating over filesystem directories:             (&lt;a href="http://bugs.python.org/issue13229"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &lt;pre&gt;Oh, forgot to mention, the term "symlink loop" itself is ambiguous.

 There are direct symlink loops: an example is a "some_dir/linky" link point ...&lt;/pre&gt;         &lt;/div&gt;     </description><title>Oh, forgot to mention, the term "symlink loop" itself is ambiguous. There are...</title></item></channel></rss>
