Re: [Python-Dev] Summer of Code: zipfile?

2006-11-16 Thread Nilton Volpato
Hi Giovanni, I'm the author of the new zipfile module, which has come to be named ziparchive. The SoC project was mentored by Ilya Etingof. It's available through sourceforge page [1,2], were you can download a package for it, and also through svn [3]. The current implementation is working nicely

Re: [Python-Dev] Results of the SOC projects

2006-11-16 Thread Brett Cannon
On 11/15/06, Georg Brandl <[EMAIL PROTECTED]> wrote: Hi, this might seem a bit late, and perhaps I was just blind, but I miss something like a summary how the Python summer of code projects went, and what the status of the ones that were meant to improve the standard library, e.g. the C decimal

Re: [Python-Dev] 2.5 portability problems

2006-11-16 Thread Fredrik Lundh
Martin v. Löwis wrote: > I'd like to share an observation on portability of extension > modules to Python 2.5: python-ldap would crash on Solaris, see > > http://groups.google.com/group/comp.lang.python/msg/a678a969c90f21ab?dmode=source&hl=en > > It turns out that this was caused by a mismatch i

Re: [Python-Dev] Results of the SOC projects

2006-11-16 Thread Stephen J. Turnbull
Brett Cannon writes: > There was never a formal one to my knowledge. Part of the problem is that > the PSF acted as a blanket organization this year so we just basically > helped dole out slots to various Python projects. This meant it was not > under very centralized control and thus not ea

[Python-Dev] Weekly Python Patch/Bug Summary

2006-11-16 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 416 open (-14) / 3463 closed (+16) / 3879 total ( +2) Bugs: 930 open ( +8) / 6333 closed (+17) / 7263 total (+25) RFE : 244 open ( -1) / 244 closed ( +3) / 488 total ( +2) New / Reopened Patches __ tkSimpleD