[Python-Dev] Summary of Python tracker Issues

2009-12-18 Thread Python tracker

ACTIVITY SUMMARY (12/11/09 - 12/18/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue 
number.  Do NOT respond to this message.


 2552 open (+44) / 16811 closed (+18) / 19363 total (+62)

Open issues with patches:  1020

Average duration of open issues: 692 days.
Median duration of open issues: 449 days.

Open Issues Breakdown
   open  2517 (+43)
pending34 ( +1)

Issues Created Or Reopened (65)
___

_sha256 et al. encode to UTF-8 by default12/15/09
   http://bugs.python.org/issue3745reopened lemburg 
  
   26backport  

GZipFile.readline too slow   12/14/09
   http://bugs.python.org/issue7471reopened pitrou  
  
   patch   

os.lchmod is not present 12/12/09
   http://bugs.python.org/issue7479reopened georg.brandl
  
   

trite documentation issue.   12/11/09
   http://bugs.python.org/issue7480created  LambertDW   
  
   

Failing to start a thread leaves "zombie" thread in "initial" st 12/11/09
   http://bugs.python.org/issue7481created  schof   
  
   

Improve ZeroDivisionError message for float and complex object   12/11/09
   http://bugs.python.org/issue7482created  ezio.melotti
  
   patch, patch, needs review  

str.format behaviour changed from Python 2.6 12/12/09
CLOSED http://bugs.python.org/issue7483created  falsetru
  
   

smtplib: verify breaks with Postfix servers  12/12/09
   http://bugs.python.org/issue7484created  mpg 
  
   easy

Error in FAQ entry '4.25   Why doesn't Python have a "with" stat 12/12/09
   http://bugs.python.org/issue7485created  eric.smith  
  
   

doc: Built-in Functions, exec statement is obsolete  12/12/09
CLOSED http://bugs.python.org/issue7486created  flox
  
   patch   

doc: Code is not always colored  12/12/09
   http://bugs.python.org/issue7487created  flox
  
   

Mac/README continues to refer to 2.6, not 3  12/13/09
CLOSED http://bugs.python.org/issue7488created  MLModel 
  
   

OS X binary installer for 3.1.1 missing from http://www.python.o 12/13/09
CLOSED http://bugs.python.org/issue7489created  MLModel 
  
   

IGNORE_EXCEPTION_DETAIL should ignore the module name12/13/09
   http://bugs.python.org/issue7490created  lregebro
  
   patch   

metaclass __cmp__ is ignored 12/13/09
CLOSED http://bugs.python.org/issue7491created  exarkun 
  
   

doc: cPickle is really gone  12/13/09
CLOSED http://bugs.python.org/issue7492created  flox
  
   patch   

doc: patch for py3k/Doc/faq/design.rst   12/13/09
   http://bugs.python.org/issue7493created  flox
  
   patch   

_lsprof (cProfile): Profiler.clear() keeps references to detroye 12/13/09
   http://bugs.python.org/issue7494created  haypo   
  
   patch   

doc: patch for py3k/Doc/faq/programming.rst  12/13/09
   http://bugs.python.org/issue7495created  flox
  
   patch 

Re: [Python-Dev] [issue1644818] Allow importing built-in submodules

2009-12-18 Thread Julien Danjou
At 1261178549 time_t, Martin v. Löwis wrote:
> > Is there to chance to see this *bug* fixed someday?
> 
> Please ask on python-dev. I may be willing to revive my five-for-one offer.

Not sure I really understand, but I can ask gain here:
will that patch, which seems correct finally merged and get this bug
closed?

Cheers,
-- 
Julien Danjou
// ᐰhttp://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Trust no one.


signature.asc
Description: Digital signature
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [issue1644818] Allow importing built-in submodules

2009-12-18 Thread Nick Coghlan
Julien Danjou wrote:
> At 1261178549 time_t, Martin v. Löwis wrote:
>>> Is there to chance to see this *bug* fixed someday?
>> Please ask on python-dev. I may be willing to revive my five-for-one offer.
> 
> Not sure I really understand, but I can ask gain here:
> will that patch, which seems correct finally merged and get this bug
> closed?
>

Seems like a fair enough idea - I'll have a look at it in the next week
or two.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
---
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Proposing PEP 386 for addition

2009-12-18 Thread Tarek Ziadé
On Sun, Dec 13, 2009 at 12:56 PM, Tarek Ziadé  wrote:
[..]
>
> Furthermore, I've seen some patterns in those 5% that can be worked
> out so I'll probably be able to lower it to 3%

Done:

Total Packages  :  8690
Already Match   :  7645.0 (87.97%)
Have Suggestion :  768.0 (8.84%)
No Suggestion   :  277.0 (3.19%)

I guess I'll just wait for the PEP to be rejected or accepted now :)

Regards,
Tarek
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [issue1644818] Allow importing built-in submodules

2009-12-18 Thread Martin v. Löwis
Julien Danjou wrote:
> At 1261178549 time_t, Martin v. Löwis wrote:
>>> Is there to chance to see this *bug* fixed someday?
>> Please ask on python-dev. I may be willing to revive my five-for-one offer.
> 
> Not sure I really understand, but I can ask gain here:
> will that patch, which seems correct finally merged and get this bug
> closed?

Only if some committer finds time for it, which is *really* scarce.
If you want to push that issue, I promise to review it after you have
reviewed five other patches.

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com