<?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:27:15 -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><item>
<title>Python 3.0rc2: problem with exec()ing files</title>
<description>The current Py3k documentation [1] states that the built-in exec() function should be able to execute code from &amp;quot;open file objects&amp;quot;: --- 8&amp;lt; --- exe</description>
<pubDate>11 Nov  2008 04:00:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/692583</link>
</item><item>
<title>Getting Set Up dev doc</title>
<description>Thanks to the flu that I am getting over I finally got around to start writing the dev docs I have been planning to author for years. The first one is</description>
<pubDate>08 Nov  2008 19:04:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/692102</link>
</item><item>
<title>Feedback from numerical/math community on PEP 225</title>
<description>Hi all, a while back there was a discussion about new operators for the language, which ended in people mentioning that the status of PEP 225 was sti</description>
<pubDate>07 Nov  2008 20:01:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/691971</link>
</item><item>
<title>Released fixes for CVE-2008-2315 for Python 2.4?</title>
<description>Are there plans for a 2.4 release that includes: http://bugs.python.org/issue2620, and http://svn.python.org/view?rev=65335&amp;amp;view=rev ? These (and</description>
<pubDate>07 Nov  2008 06:24:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/691831</link>
</item><item>
<title>RELEASED Python 3.0rc2</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 second</description>
<pubDate>06 Nov  2008 19:53:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/691726</link>
</item><item>
<title>AST-level type inference optimizations</title>
<description>I wrote a patch to Tom Lee&amp;#039;s AST optimization branch, which I have submitted at http://bugs.python.org/issue4264. Here&amp;#039;s a brief explanation of what</description>
<pubDate>05 Nov  2008 11:48:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/691356</link>
</item><item>
<title>Why don&amp;#039;t range and xrange threat floats as floats?</title>
<description>Why don&amp;#039;t range and xrange threat floats as floats? Is there any good reason range and xrange don&amp;#039;t threat floats as floats but as integers? When I en</description>
<pubDate>05 Nov  2008 10:26:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/691347</link>
</item><item>
<title>test - please ignore</title>
<description>(working on spam system - just hit &amp;#039;d&amp;#039;) _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.pyth</description>
<pubDate>05 Nov  2008 03:20:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/691284</link>
</item><item>
<title>DVCS PEP update</title>
<description>OK, I give: git is in the running. But do realize it will take a lot for it to beat out bzr or hg. I have emailed some people who have shown allegian</description>
<pubDate>04 Nov  2008 16:34:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/691223</link>
</item><item>
<title>XXX do we need a new policy?</title>
<description>Grepping through Python&amp;#039;s sources tells me that we have over 2,000 &amp;quot;XXX&amp;quot; comments. The thing that irks me about them is that the have a very slow rate</description>
<pubDate>03 Nov  2008 15:39:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690913</link>
</item><item>
<title>New &amp;quot;stage&amp;quot; field in the tracker</title>
<description>Martin added a new &amp;quot;stage&amp;quot; field in the tracker so that issues can now be more clearly identified in terms of what is needed to move them forward. For</description>
<pubDate>03 Nov  2008 14:13:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690882</link>
</item><item>
<title>Optionally using GMP to implement long if available</title>
<description>I&amp;#039;ve read some of the past discussion about including GMP into the python core and understand the reasons for not doing so. Rather than that, what ab</description>
<pubDate>03 Nov  2008 09:56:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690833</link>
</item><item>
<title>Packaging the PyPI version of the SSL module for Debian</title>
<description>As some of you know, I&amp;#039;ve provided a PyPI version of the 2.6/3.x &amp;quot;ssl&amp;quot; module, for use with older versions of Python. I&amp;#039;ve received this request to t</description>
<pubDate>03 Nov  2008 08:21:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690786</link>
</item><item>
<title>Using Cython for standard library?</title>
<description>Stefan Behnel wrote: &amp;gt; Michael Foord wrote: &amp;gt;&amp;gt; Moving more C extensions to an implementation based on ctypes would be &amp;gt;&amp;gt; enormously useful for PyPy, I</description>
<pubDate>03 Nov  2008 03:29:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690709</link>
</item><item>
<title>file open in python interpreter</title>
<description>hi all, i am trying to find out where is the part of the code in the python interpreter that opens up the .py file and parses it. in particular, i am</description>
<pubDate>02 Nov  2008 23:04:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690683</link>
</item><item>
<title>How to select text of text field in pythonþCard</title>
<description>Hi, I need to select a text of text field! Which function is used for selection of text of text field? Sonia,  &amp;gt; From: python-dev-request@python.org&amp;gt;</description>
<pubDate>02 Nov  2008 19:59:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690669</link>
</item><item>
<title>Looking for VCS usage scenarios</title>
<description>I have started the DVCS PEP which can be seen at http://docs.google.com/Doc?id=dg7fctr4_40dvjkdg64 . Not much is there beyond the rationale, usage sce</description>
<pubDate>02 Nov  2008 16:05:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690646</link>
</item><item>
<title>buffer function</title>
<description>i am using it postgresql as back-end and HTML as front-end,i want to display 10-10 records at a time which is there in the database using python.so wh</description>
<pubDate>02 Nov  2008 06:40:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690613</link>
</item><item>
<title>hg branch gone?</title>
<description>I just tried to update my 3.0 branch in hg from http://code.python.org/hg/branches/py3k/ and hg is telling me it&amp;#039;s a 404. Anyone else having trouble?</description>
<pubDate>30 Oct  2008 20:55:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690271</link>
</item><item>
<title>buildbots</title>
<description>AFAICS there are no buildbots for the release26-maint branch. Thomas _______________________________________________ Python-Dev mailing list Python-</description>
<pubDate>30 Oct  2008 13:29:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690151</link>
</item><item>
<title>svnmerge init in the release26-maint branch?</title>
<description>I have a fix for a modulefinder crash that I&amp;#039;m going to commit into the trunk. Since the bug is also in release26-maint I will also backport it. Whil</description>
<pubDate>30 Oct  2008 12:54:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690148</link>
</item><item>
<title>Classifying language vs. impl-detail tests</title>
<description>Hi all, Here is a first step towards classifying the Python test suite into &amp;quot;real language tests&amp;quot; and &amp;quot;implementation details&amp;quot;:   http://bugs.pyth</description>
<pubDate>30 Oct  2008 10:16:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690123</link>
</item><item>
<title>Fwd: Removal of GIL through refcounting removal.</title>
<description>Hi to all Python developers For a student project in a course on virtual machines, we are evaluating the possibility to experiment with removing the</description>
<pubDate>30 Oct  2008 09:13:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690098</link>
</item><item>
<title>Proper initialization of structs</title>
<description>I like to raise attention for a problem revealed by http://bugs.python.org/issue4237 --- The bug was caused by a design flaw -- which was partly my</description>
<pubDate>30 Oct  2008 07:20:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690054</link>
</item><item>
<title>My patches</title>
<description>Hi, Since some months, I&amp;#039;m trying to improve Python but it&amp;#039;s difficult because I&amp;#039;m not allowed to push patches and I have to wait for some reviews a</description>
<pubDate>30 Oct  2008 03:08:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/690014</link>
</item><item>
<title>Save file by using file() function and fileDialog()</title>
<description>I m using fileDialog(self, message, path, filename, filter, aStyle(opotional)) to save the file. In my code, i used fileDialog to show save dialog bo</description>
<pubDate>29 Oct  2008 23:35:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/689984</link>
</item><item>
<title>Has python-dev collapsed?</title>
<description>Or have I been removed from the list? I&amp;#039;m not getting any mail it seems. Or at least very little. Or are we all just tired of trying to fix the releas</description>
<pubDate>28 Oct  2008 15:56:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/689732</link>
</item><item>
<title>Re: is the &amp;#039;path&amp;#039; argument to an	importer&amp;#039;s	find_module() just a hint?</title>
<description>glyph@divmod.com wrote: &amp;gt; On 07:24 pm, brett@python.org wrote: &amp;gt;&amp;gt; On Mon, Oct 27, 2008 at 3:50 AM, Nick Coghlan &amp;lt;ncoghlan@gmail.com&amp;gt; wrote: &amp;gt;&amp;gt;&amp;gt; Brett</description>
<pubDate>27 Oct  2008 13:30:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/689526</link>
</item><item>
<title>Why do we care about -OPT:Olimit=0?</title>
<description>Python&amp;#039;s configure.in contains this check:   # disable check for icc since it seems to pass, but generates a warning   if test &amp;quot;$CC&amp;quot; = icc   th</description>
<pubDate>27 Oct  2008 13:22:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/689521</link>
</item><item>
<title>Re: is the &amp;#039;path&amp;#039; argument to an importer&amp;#039;s	find_module() just a hint?</title>
<description>On 07:24 pm, brett@python.org wrote: &amp;gt;On Mon, Oct 27, 2008 at 3:50 AM, Nick Coghlan &amp;lt;ncoghlan@gmail.com&amp;gt; &amp;gt;wrote: &amp;gt;&amp;gt;Brett Cannon wrote: &amp;gt;Good enough</description>
<pubDate>27 Oct  2008 12:31:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/689519</link>
</item><item>
<title>is the &amp;#039;path&amp;#039; argument to an importer&amp;#039;s find_module() just a hint?</title>
<description>I just discovered frozen packages set their __path__ simply to their name and not to a list as expected (http://bugs.python.org/issue4211). This made</description>
<pubDate>26 Oct  2008 20:13:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/689414</link>
</item><item>
<title>Python2.5 _sre deepcopy regression?</title>
<description>In version of Python prior to 2.5, it would appear that deepcopying compiled regular expressions worked by accident: 2.4:   &amp;gt;&amp;gt;&amp;gt; copy.deepcopy(re.c</description>
<pubDate>22 Oct  2008 19:24:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/688691</link>
</item><item>
<title>heapq, min and max</title>
<description>Hello there. I was surprised to find recently that the heapq module is still a pure python implementation. A few years ago we wrote our own in C for u</description>
<pubDate>22 Oct  2008 06:49:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/688511</link>
</item><item>
<title>[ANN] VPython 0.1</title>
<description>Hi, I implemented a variant of the CPython VM on top of Gforth&amp;#039;s Vmgen; this made it fairly straightforward to add direct threaded code and superinst</description>
<pubDate>22 Oct  2008 05:16:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/688480</link>
</item><item>
<title>Re: [Csv] skipfinalspace</title>
<description>(Continuing thread started at http://mail.python.org/pipermail/csv/2008-October/000688.html) On Sun, Oct 19, 2008 at 16:46, Andrew McNamara &amp;lt;andrewm@o</description>
<pubDate>19 Oct  2008 22:06:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/687937</link>
</item><item>
<title>Old green snake icon on Windows</title>
<description>I&amp;#039;ve installed the new Python 2.6 for windows (Windows-installer) on several machines among them a new one which has never seen Python before and all</description>
<pubDate>17 Oct  2008 15:18:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/687615</link>
</item><item>
<title>Re: [Python-3000] Backporting multiprocessing?</title>
<description>Hi Skip, I had been approached to do the exact same thing, are you trying to back port the trunk version (2.6) or py3000? On Thu, Oct 16, 2008 at 12</description>
<pubDate>16 Oct  2008 09:34:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/687214</link>
</item><item>
<title>Backporting multiprocessing?</title>
<description>I&amp;#039;d like to try backporting the multiprocessing module to Python 2.4. My first problem appears to be the reliance on a complete(?) rewrite of the buf</description>
<pubDate>16 Oct  2008 09:01:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/687216</link>
</item><item>
<title>Re: [pygtk] Application name is &amp;#039;-c&amp;#039;</title>
<description>FrÃ©dÃ©ric wrote: &amp;gt; In several places, instead of having my application name, I get &amp;#039;-c&amp;#039;. This could be a result of the app having got launched via &amp;#039;</description>
<pubDate>14 Oct  2008 16:15:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/686874</link>
</item><item>
<title>No manifest files on Windows?</title>
<description>In http://bugs.python.org/issue4120, the author suggests that it might be possible to completely stop using the manifest mechanism, for VS 2008. Given</description>
<pubDate>14 Oct  2008 11:35:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/686778</link>
</item><item>
<title>Transformation with ``parser`` ast</title>
<description>The ``compiler.ast`` module makes parsing Python source-code and AST manipulation relatively painless and it&amp;#039;s straight-forward to implement a trans</description>
<pubDate>13 Oct  2008 12:15:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/686527</link>
</item><item>
<title>Possible summits at PyCon (and question about sprinting implications)</title>
<description>Over in PyConLand, there has been talk about trying to set up a language summit the day before PyCon starts (the second day of tutorials). The idea is</description>
<pubDate>13 Oct  2008 11:12:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/686526</link>
</item><item>
<title>2 modifications in robotparser.py</title>
<description>im a novice python programmer. i have made two changes to robotparser.py. i apologize if this is the wrong list to post this mail. 1. some sites /* s</description>
<pubDate>12 Oct  2008 05:52:48 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/686349</link>
</item><item>
<title>backporting tests [was: [Python-checkins] r66863 - python/trunk/Modules/posixmodule.c]</title>
<description>In http://mail.python.org/pipermail/python-dev/2008-October/082994.html Martin v. Löwis wrote: &amp;gt; So 2.6.0 will contain a lot of tests that have never</description>
<pubDate>10 Oct  2008 09:11:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/686088</link>
</item><item>
<title>syntax change justification</title>
<description>Nick Coghlan&amp;#039;s explanation of what justifies a syntax change (most of message http://mail.python.org/pipermail/python-dev/2008-October/082831.html ) s</description>
<pubDate>10 Oct  2008 08:51:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/686086</link>
</item><item>
<title>another test message - please ignore</title>
<description>still working on spam filter... Skip _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python</description>
<pubDate>09 Oct  2008 20:10:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685985</link>
</item><item>
<title>test message - please ignore</title>
<description>(messing with the python.org spam filter - please ignore) Skip _______________________________________________ Python-Dev mailing list Python-Dev@pyt</description>
<pubDate>09 Oct  2008 20:06:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685979</link>
</item><item>
<title>Re: [Python-checkins] r66863 -	python/trunk/Modules/posixmodule.c</title>
<description>&amp;gt; It seems to me that Skip was asking whether the &amp;quot;memory leak&amp;quot; impacted &amp;gt; the 2.6 branch, and the answer should have been &amp;quot;No&amp;quot;: the change that &amp;gt; int</description>
<pubDate>09 Oct  2008 16:12:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685934</link>
</item><item>
<title>Documentation idea</title>
<description>Background ---------- In the itertools module docs, I included pure python equivalents for each of the C functions. Necessarily, some of those equiv</description>
<pubDate>09 Oct  2008 16:12:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685933</link>
</item><item>
<title>Re: [Python-checkins] r66863 - python/trunk/Modules/posixmodule.c</title>
<description>[switching to python-dev] Georg Brandl wrote: &amp;gt; Martin v. Löwis schrieb: &amp;gt;&amp;gt; Raymond Hettinger wrote: &amp;gt;&amp;gt;&amp;gt;&amp;gt; Merges should be handled by the original co</description>
<pubDate>09 Oct  2008 14:08:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685902</link>
</item><item>
<title>Distutils/packaging sprint this weekend</title>
<description>Tarek Zidae&amp;#039; is organizing a sprint on general distutils/setuptools/packaging this weekend. Physically it&amp;#039;s in Arlington VA, but participants will be</description>
<pubDate>09 Oct  2008 13:24:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685901</link>
</item><item>
<title>Subversion access down?</title>
<description>Hi! Is it only me or does it fail for other people, too? I&amp;#039;m getting | Server sent unexpected return value (503 Service | Unavailable) in response t</description>
<pubDate>09 Oct  2008 01:50:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685701</link>
</item><item>
<title>__getattr__ and new style classes</title>
<description>Hello there. I&amp;#039;ve just noticed what I consider a performance problem: Using new style classes to provide attribute-like access using __getattr__ is co</description>
<pubDate>08 Oct  2008 12:27:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685583</link>
</item><item>
<title>python dll no longer in system directory?</title>
<description>Is it intended that python30.dll and python26.dll are not longer installed in the \windows\system32 directory? This (pythonxy.dll not on $PATH) cause</description>
<pubDate>08 Oct  2008 11:16:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685544</link>
</item><item>
<title>effect of &amp;quot;exec&amp;quot; on local scope</title>
<description>The issue came up while trying to get some Sympy code running on CLPython. class C: exec &amp;quot;a = 3&amp;quot; print locals() 1. Is it guaranteed that class C g</description>
<pubDate>08 Oct  2008 10:53:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685543</link>
</item><item>
<title>asyncore fixes in Python 2.6 broke Zope&amp;#039;s version of medusa</title>
<description>I am working on getting Zope to run (or at least, start) with Python 2.6. It actually starts right now after applying some patches, which is amazing o</description>
<pubDate>08 Oct  2008 10:15:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685513</link>
</item><item>
<title>2.5.3: assessing commits</title>
<description>I&amp;#039;ve begun the task of assessing the 2.6 commits, but the job is unexpectedly large. What I did: * Took the output of &amp;#039;svn log -r60999:66717&amp;#039;. (2.5</description>
<pubDate>07 Oct  2008 17:44:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685401</link>
</item><item>
<title>Python3UnicodeDecodeError (Was: Proposed Python 3.0 schedule)</title>
<description>&amp;gt; First of all, please read my document: &amp;gt; http://wiki.python.org/moin/Python3UnicodeDecodeError I have problems understanding that document. Is it s</description>
<pubDate>07 Oct  2008 13:06:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685316</link>
</item><item>
<title>Python 2.5.3: call for patches</title>
<description>Within a few weeks, we will release Python 2.5.3. This will be the last bug fix release of Python 2.5, afterwards, future releases of 2.5 will only in</description>
<pubDate>07 Oct  2008 00:27:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685098</link>
</item><item>
<title>Proposed Python 3.0 schedule</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 So, we need to come up with a new release schedule for Python 3.0. My  suggestion: 15-Oct-2008 3.0 b</description>
<pubDate>06 Oct  2008 17:47:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/685021</link>
</item><item>
<title>status of 2.5</title>
<description>Should we plan to put out a final 2.5 release? If so, should we continue to backport fixes (like Martin&amp;#039;s removal of Alpha in setup.py)? My preferen</description>
<pubDate>06 Oct  2008 10:58:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684917</link>
</item><item>
<title>In Python 2.6, bytes is str (fwd)</title>
<description>Saw this on python-list. I suspect it&amp;#039;s a known issue, but just in case, I thought I&amp;#039;d pass it along. Skip</description>
<pubDate>06 Oct  2008 03:47:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684819</link>
</item><item>
<title>[Fwd: In Python 2.6, bytes is str]</title>
<description>This does make it look rather as though bytes == str was a decision whose consequences weren&amp;#039;t fully appreciated before implementation. Was this horr</description>
<pubDate>05 Oct  2008 23:43:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684797</link>
</item><item>
<title>porting pycxx and pysvn to python 3.0 hit a problem</title>
<description>I have a version of PyCXX ported to python 3.0 rc1 and its passing  its tests. I&amp;#039;m porting pysvn to python 3.0 rc1 and hit an odd problem. Given thi</description>
<pubDate>05 Oct  2008 11:18:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684719</link>
</item><item>
<title>Pickle, 3.0, and recursion</title>
<description>Hi, I posted a bug ticket on bugs.python.org, specifically #3119. Link: http://bugs.python.org/issue3119 The original issue is that the default Pickl</description>
<pubDate>04 Oct  2008 03:47:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684519</link>
</item><item>
<title>3.1 focus (was Re: for __future__ import planning)</title>
<description>Barry Warsaw schrieb: &amp;gt; On Oct 3, 2008, at 5:26 PM, Benjamin Peterson wrote: &amp;gt; &amp;gt;&amp;gt; So now that we&amp;#039;ve released 2.6 and are working hard on shepherding</description>
<pubDate>04 Oct  2008 00:45:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684498</link>
</item><item>
<title>Re: for future import planning</title>
<description>Brett Cannon &amp;lt;brett &amp;lt;at&amp;gt; python.org&amp;gt; writes: &amp;gt; &amp;gt; Beats me. Are that many projects crazy enough to have that many active &amp;gt; branches? Any project usin</description>
<pubDate>03 Oct  2008 17:18:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684449</link>
</item><item>
<title>Re: [Python-checkins] python-checkins seems broken</title>
<description>On Sat, Oct 04, 2008 at 12:14:43AM +0200, Amaury Forgeot d&amp;#039;Arc wrote: &amp;gt; Do other subscribed people receive these commit messages? &amp;gt; Is there a problem</description>
<pubDate>03 Oct  2008 17:17:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684448</link>
</item><item>
<title>Suspect intermittent failure in buildbots</title>
<description>I&amp;#039;ve noticed an error that comes up from time to time in python 3.0 buildbots. The error is always similar to this one: Traceback (most recent call l</description>
<pubDate>03 Oct  2008 15:56:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684413</link>
</item><item>
<title>python-checkins seems broken</title>
<description>Hello, I consult very regularly (100x a day) the python-checkins and python-300-checkins mailing list archives: http://mail.python.org/pipermail/pyth</description>
<pubDate>03 Oct  2008 15:14:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684411</link>
</item><item>
<title>for __future__ import planning</title>
<description>So now that we&amp;#039;ve released 2.6 and are working hard on shepherding 3.0 out the door, it&amp;#039;s time to worry about the next set of releases. :) I propose</description>
<pubDate>03 Oct  2008 14:26:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684409</link>
</item><item>
<title>if-syntax for regular for-loops</title>
<description>Hi. First post so here it goes. My name is Adde, and I&amp;#039;m a Swedish software developer. I&amp;#039;ve been  programming for about 23 years now since starting w</description>
<pubDate>03 Oct  2008 03:10:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684267</link>
</item><item>
<title>2to3 bug fixes</title>
<description>What should the policy on 2to3 bug fixes be for the maintenance branch? I&amp;#039;m asking because I remember vaguely someone suggesting that new 2to3 fixers</description>
<pubDate>02 Oct  2008 15:13:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684133</link>
</item><item>
<title>Bugfix porting policy (was Re: Doc nits question)</title>
<description>Just now, Christian decided for option 2... Georg &amp;gt; This is another thing that needs to be discussed: how to handle backports &amp;gt; between 2.6 and 2.7.</description>
<pubDate>02 Oct  2008 12:16:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684024</link>
</item><item>
<title>c99 comments in the 2.6 code base?</title>
<description>http://drj11.wordpress.com/2008/10/02/python-and-bragging-about-c89/ mentions that Objects/frameobject.c contains a C99-style comment, which means t</description>
<pubDate>02 Oct  2008 10:50:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/dev/684021</link>
</item>
</channel>
</rss>
