<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/images/lists/rssstyle2.xsl"?>
<rss version="2.0">
<channel>
<title>Python | Dev</title>
<description>Mailing List Archive by Gossamer Threads</description>
<link>http://www.gossamer-threads.com/lists/python/dev/</link>
<language>en-us</language>
<copyright>(c) Gossamer Threads Inc. All rights reserved.</copyright>
<lastBuildDate>22 Nov  2008 11:18:44 -0800</lastBuildDate>
<ttl>120</ttl>
<image>
<title>Gossamer Threads | Python | Dev</title>
<width>75</width>
<height>23</height>
<link>http://www.gossamer-threads.com/lists/python/dev/</link>
<url>http://www.gossamer-threads.com/images/lists/rss_logo.jpg</url>
</image>
<item>
<title>Redirecting warnings.showwarning to logging</title>
<description>Brett Cannon has suggested [1] that the logging package should provide an implementation of warnings.showwarning which redirects to logging. Here are</description>
<pubDate>22 Nov  2008 03:12:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/695102</link>
</item><item>
<title>Re: Issue 4195: Can&amp;#039;t execute packages with -m inPython 2.6/3.0</title>
<description>In concur that it is not a regression (esp for Py2.6). OTOH, it would be nice to have -m run as expected. It seems reasonable to me to get this workin</description>
<pubDate>21 Nov  2008 20:40:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/695046</link>
</item><item>
<title>format specification mini-language docs...</title>
<description>Ok, now I&amp;#039;m implementing __format__ support for IronPython. The format spec mini-language docs say that a presentation type of None is the same as &amp;#039;g</description>
<pubDate>21 Nov  2008 16:51:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/695015</link>
</item><item>
<title>Adding zipfile and directory execution to What&amp;#039;s New for Python 2.6.1?</title>
<description>A trick we added to 2.6 that users seem to not notice is that it is now possible to execute zipfiles and directories from the command line by includin</description>
<pubDate>21 Nov  2008 15:52:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/694985</link>
</item><item>
<title>RELEASED Python 3.0rc3</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On behalf of the Python development team and the Python community, I  am happy to announce the third a</description>
<pubDate>21 Nov  2008 07:06:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/694836</link>
</item><item>
<title>issue 4336</title>
<description>Hello there. I recently created this issue: http://bugs.python.org/issue4336 I&amp;#039;ve had no response so far. This patch solved a serious performance pr</description>
<pubDate>20 Nov  2008 07:59:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/694553</link>
</item><item>
<title>CVE tracking</title>
<description>Hello! Does someone systematically track the CVE vulnerability list? Ideally, Python security officers would have close collaboration with whoever</description>
<pubDate>20 Nov  2008 01:37:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/694503</link>
</item><item>
<title>Re: [Python-3000] 2.6.1 and 3.0</title>
<description>&amp;gt; In which case why not just hold the release until all installers are &amp;gt; available?  That is how Anthony Baxter handled things, indeed, and I would a</description>
<pubDate>19 Nov  2008 11:40:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/694383</link>
</item><item>
<title>SSH key for work</title>
<description>Can someone please add the attached SSH 2 DSA key for me? I want to be able to help out with the rc tomorrow while I am at work. -Brett</description>
<pubDate>18 Nov  2008 13:17:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/694126</link>
</item><item>
<title>bytearray methods returning self...</title>
<description>I&amp;#039;ve been implementing bytearray for IronPython and I noticed a couple of spots where the non-mutating methods of bytearray return self. In 2.6 but n</description>
<pubDate>18 Nov  2008 13:01:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/694124</link>
</item><item>
<title>PyPI Submission Failing</title>
<description>I haven&amp;#039;t seen anyone mention it on this list, and there was one message on distutils-sig but it seems to have gone ignored [1]. Uploading packages t</description>
<pubDate>18 Nov  2008 05:23:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/694073</link>
</item><item>
<title>Issue 4195: Can&amp;#039;t execute packages with -m in Python 2.6/3.0</title>
<description>I need a release manager call on whether or not the proposed resolution of this issue goes beyond what is acceptable for a bug fix in 2.6.1. Short ve</description>
<pubDate>18 Nov  2008 02:55:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/694046</link>
</item><item>
<title>2.6.1 and 3.0</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Martin suggests, and I agree, that we should release Python 3.0 final  and 2.6.1 at the same time. Ma</description>
<pubDate>17 Nov  2008 17:56:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/693970</link>
</item><item>
<title>How to read fonts in python</title>
<description>Hello to all, I am writing a program in python to convert Indic true type fonts in Unicode. I like to know is there any way to read the fonts and on t</description>
<pubDate>16 Nov  2008 23:17:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/693747</link>
</item><item>
<title>datetime.date.today() raises &amp;quot;AttributeError: time&amp;quot;</title>
<description>For an unknown reason, datetime.date.today() began throwing a cryptic &amp;quot;AttributeError: time&amp;quot; exception. It took me a while to figure out that this was</description>
<pubDate>16 Nov  2008 05:00:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/693602</link>
</item><item>
<title>Summaries for Number 2008, First Half</title>
<description>Wow, how long has this been? OK, so these aren&amp;#039;t really the summaries. It is half-done summaries, which I&amp;#039;ve posted to the wiki for community collabor</description>
<pubDate>15 Nov  2008 22:39:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/693559</link>
</item><item>
<title>Getting Set Up doc now online</title>
<description>The Setup doc I sent to the list a little while back has now been put online at http://www.python.org/dev/setup/ . I also fleshed out the dev FAQ so t</description>
<pubDate>14 Nov  2008 23:35:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/693439</link>
</item><item>
<title>datetime and timedelta enhancement</title>
<description>Hi, There are some interresting tickets about the datetime module: #1673409: datetime module missing some important methods #1083: Confusing error me</description>
<pubDate>14 Nov  2008 14:59:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/693374</link>
</item><item>
<title>compiler optimizations: collecting ideas</title>
<description>Hello everybody, As part of an advanced compiler design course at our university (ETH Zurich), we have to implement an optimization (or various there</description>
<pubDate>14 Nov  2008 06:27:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/693265</link>
</item><item>
<title>test message - spam work...</title>
<description>Working on the spam filters... hit &amp;#039;d&amp;#039; now... S _______________________________________________ Python-Dev mailing list Python-Dev@python.org http:/</description>
<pubDate>13 Nov  2008 20:50:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/693196</link>
</item><item>
<title>Upgrade SVN server to 1.5.4</title>
<description>I use new sparse checkouts feature added in SVN 1.5 a lot to save some traffic when working with Python code. However, when server is older than 1.5,</description>
<pubDate>13 Nov  2008 04:49:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/693025</link>
</item><item>
<title>How does one build Python25.chm on Windows?</title>
<description>I&amp;#039;m trying to build a Python25.chm file using the source in the Python 2.5.2 tarball.  I&amp;#039;m not really a Windows guru so I&amp;#039;m at a loss of even where</description>
<pubDate>12 Nov  2008 16:12:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/692950</link>
</item><item>
<title>A statistic for Python tickets</title>
<description>Hi all! I generated this info for other list, thought that it could be valuable to share it here... I&amp;#039;ve been collecting some statistics since Januar</description>
<pubDate>11 Nov  2008 18:08:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/692757</link>
</item><item>
<title>n.numbits: method or property?</title>
<description>As Victor Stinner mentioned in a recent thread, there&amp;#039;s a patch in the works to add a numbits ... um ... gadget to integers, returning the number of b</description>
<pubDate>11 Nov  2008 16:16:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/692722</link>
</item><item>
<title>Optimize Python long integers</title>
<description>Hi, Patches ======= There are some very interesting propositions (with patches!) to optimize Python int and long types (especially the long integer</description>
<pubDate>11 Nov  2008 05:25:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/692584</link>
</item>
</channel>
</rss>
