[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Sep 12 18:06:35 CEST 2008


ACTIVITY SUMMARY (09/05/08 - 09/12/08)
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.


 2019 open (+32) / 13652 closed (+30) / 15671 total (+62)

Open issues with patches:   637

Average duration of open issues: 716 days.
Median duration of open issues: 1772 days.

Open Issues Breakdown
   open  2005 (+31)
pending    14 ( +1)

Issues Created Or Reopened (67)
_______________________________

readline configuration for shared libs w/o curses dependencies   09/07/08
CLOSED http://bugs.python.org/issue1204    reopened gregory.p.smith           
       patch, 64bit                                                            

py3k fails under Windows if "-c" or "-m" is given a non-ascii va 09/09/08
       http://bugs.python.org/issue3705    reopened amaury.forgeotdarc        
       patch                                                                   

asyncore differences between 2.x and 3.x                         09/07/08
CLOSED http://bugs.python.org/issue3764    reopened gregory.p.smith           
       easy                                                                    

tkinter Menu.delete bug                                          09/12/08
       http://bugs.python.org/issue3774    reopened gpolo                     
       patch, easy, needs review                                               

warnings.catch_warnings fails gracelessly when recording warning 09/09/08
       http://bugs.python.org/issue3781    reopened ncoghlan                  
       patch                                                                   

Make PyInstanceMethod_Type available or remove it                09/05/08
       http://bugs.python.org/issue3787    created  christian.heimes          
       patch, patch, needs review                                              

test_cookie isn't comprehensive                                  09/05/08
       http://bugs.python.org/issue3788    created  benjamin.peterson         
       easy                                                                    

multiprocessing deadlocks when sending large data through Queue  09/05/08
CLOSED http://bugs.python.org/issue3789    created  DavidDecotigny            
                                                                               

in zlib decompressor objects, unused_data and unconsumed_tail mu 09/06/08
CLOSED http://bugs.python.org/issue3790    created  pitrou                    
       patch, patch, needs review                                              

bsddb not completely removed                                     09/06/08
       http://bugs.python.org/issue3791    created  amaury.forgeotdarc        
       patch, patch                                                            

Module variable overridden in child processes with multiprocessi 09/06/08
CLOSED http://bugs.python.org/issue3792    created  TarkaSteve                
                                                                               

Small RST fix in datamodel.rst                                   09/06/08
CLOSED http://bugs.python.org/issue3793    created  mgiuca                    
                                                                               

__div__ still documented in Python 3                             09/06/08
CLOSED http://bugs.python.org/issue3794    created  mgiuca                    
       patch                                                                   

wsgiref.simple_server fails to run demo_app                      09/06/08
CLOSED http://bugs.python.org/issue3795    created  Walling                   
                                                                               

some tests are not run in test_float                             09/06/08
CLOSED http://bugs.python.org/issue3796    created  amaury.forgeotdarc        
       patch, patch, needs review                                              

mmap, dbm, ossaudiodev, marshal & winreg return bytearray instea 09/06/08
CLOSED http://bugs.python.org/issue3797    created  gregory.p.smith           
       patch, patch, easy, needs review                                        

SystemExit incorrectly displays unicode message                  09/06/08
       http://bugs.python.org/issue3798    created  amaury.forgeotdarc        
                                                                               

Byte/string inconsistencies between different dbm modules        09/06/08
       http://bugs.python.org/issue3799    created  skip.montanaro            
       patch                                                                   

Fix for formatter.py                                             09/07/08
CLOSED http://bugs.python.org/issue3800    created  skomoroh                  
       patch                                                                   

cgi.parse_qsl does not return list                               09/07/08
CLOSED http://bugs.python.org/issue3801    created  acapnotic                 
       patch                                                                   

smtpd.py __getaddr insufficient handling                         09/08/08
       http://bugs.python.org/issue3802    created  marcus at internetnowasp.net 
                                                                               

Comparison operators - New rules undocumented in Python 3.0      09/08/08
CLOSED http://bugs.python.org/issue3803    created  mgiuca                    
       patch                                                                   

Test for issue2222 (r65745)                                      09/08/08
CLOSED http://bugs.python.org/issue3804    created  ocean-city                
       patch                                                                   

sslobj.read py3k takes odd arguments                             09/08/08
       http://bugs.python.org/issue3805    created  gregory.p.smith           
                                                                               

LockTests in test_imp should be skipped when thread is not avail 09/08/08
CLOSED http://bugs.python.org/issue3806    created  ocean-city                
       patch                                                                   

_multiprocessing build fails when configure --without-threads    09/08/08
       http://bugs.python.org/issue3807    created  ocean-city                
       patch, needs review                                                     

test_cgi is giving deprecation warnings                          09/09/08
CLOSED http://bugs.python.org/issue3808    created  benjamin.peterson         
                                                                               

test_logging leaving a 'test.blah' file behind                   09/09/08
CLOSED http://bugs.python.org/issue3809    created  brett.cannon              
                                                                               

os.chdir() et al: is the path str or bytes?                      09/09/08
       http://bugs.python.org/issue3810    created  ceder                     
                                                                               

Update Unicode database to 5.1.0                                 09/09/08
CLOSED http://bugs.python.org/issue3811    created  loewis                    
       patch, needs review                                                     

py3k build fails if configure --without-threads                  09/09/08
CLOSED http://bugs.python.org/issue3812    created  ocean-city                
       patch                                                                   

cannot lanch python.exe via symbolic link if HAVE_BROKEN_MBSTOWC 09/09/08
CLOSED http://bugs.python.org/issue3813    created  ocean-city                
       patch                                                                   

Add VCS support                                                  09/09/08
CLOSED http://bugs.python.org/issue3814    created  sdouche                   
       patch                                                                   

Python 3.0b3 - Idle doesn't start on win XPh                     09/09/08
CLOSED http://bugs.python.org/issue3815    created  vbr                       
                                                                               

__newobj__ pickle feature is not documented                      09/09/08
       http://bugs.python.org/issue3816    created  christian.heimes          
       easy                                                                    

ftplib: ABOR does not consider 225 response code                 09/09/08
       http://bugs.python.org/issue3817    created  giampaolo.rodola          
       patch                                                                   

ftplib.FTP.abort() should consider "225" a positive response cod 09/09/08
CLOSED http://bugs.python.org/issue3818    created  giampaolo.rodola          
       patch                                                                   

urllib2 sends Basic auth across redirects                        09/09/08
       http://bugs.python.org/issue3819    created  TFKyle                    
                                                                               

Python 3.0b3 doesn't start on German Win XP SP3/SP2              09/09/08
       http://bugs.python.org/issue3820    created  pietzcker                 
                                                                               

trace module bug when using --missing                            09/09/08
       http://bugs.python.org/issue3821    created  jjdominguezm              
       patch, needs review                                                     

zfill doc string uses inconsistent variable names                09/09/08
CLOSED http://bugs.python.org/issue3822    created  tjd                       
                                                                               

ssl.wrap_socket() is incompatible with servers that drop privile 09/09/08
       http://bugs.python.org/issue3823    created  forest                    
                                                                               

test_tarfile fails on cygwin (unicode decode error)              09/09/08
       http://bugs.python.org/issue3824    created  ocean-city                
       patch                                                                   

Major reworking of Python 2.5.2 re module                        09/09/08
       http://bugs.python.org/issue3825    created  mrabarnett                
       patch                                                                   

Self-reference in BaseHTTPRequestHandler descendants causes stuc 09/09/08
       http://bugs.python.org/issue3826    created  romkyns                   
                                                                               

memoryview.size is redundant                                     09/09/08
CLOSED http://bugs.python.org/issue3827    created  benjamin.peterson         
       patch, needs review                                                     

Bound methods compare 'successfully' with ints                   09/10/08
CLOSED http://bugs.python.org/issue3828    created  inducer                   
                                                                               

Tuple comparison masking exception                               09/10/08
       http://bugs.python.org/issue3829    created  fdrake                    
                                                                               

Tarfile has incorrect USTAR "VERSION" field (should be 00; is 0  09/10/08
CLOSED http://bugs.python.org/issue3830    created  SunriseProgrammer         
                                                                               

Multiprocessing: Expose underlying pipe in queues                09/11/08
       http://bugs.python.org/issue3831    created  TarkaSteve                
                                                                               

add force_shared Library option to create shared lib even with u 09/11/08
CLOSED http://bugs.python.org/issue3832    created  vajda                     
                                                                               

python-2.6b3.msi and python-2.6b3.amd64.msi can't both be instal 09/11/08
       http://bugs.python.org/issue3833    created  jretz                     
                                                                               

wsgiref.validator.InputWrapper readline method has wrong signatu 09/11/08
CLOSED http://bugs.python.org/issue3834    created  strogon14                 
                                                                               

tkinter goes into an infinite loop (pydoc.gui)                   09/11/08
       http://bugs.python.org/issue3835    created  HWJ                       
                                                                               

2to3 broken due to mixed 2.5 and 3.0 syntax                      09/11/08
CLOSED http://bugs.python.org/issue3836    created  bhy                       
       patch                                                                   

Comment for html_logo setting is out of date                     09/11/08
CLOSED http://bugs.python.org/issue3837    created  jmswisher                 
                                                                               

test_tarfile error on cygwin (Directory not empty)               09/11/08
       http://bugs.python.org/issue3838    created  ocean-city                
       patch, easy                                                             

wsgi.simple_server resets 'Content-Length' header on empty conte 09/11/08
       http://bugs.python.org/issue3839    created  nosklo                    
       patch                                                                   

if TESTFN == "/tmp/@test", some tests fail                       09/11/08
       http://bugs.python.org/issue3840    created  ocean-city                
       patch                                                                   

IDLE: quirky behavior when displaying strings longer than 4093 c 09/11/08
       http://bugs.python.org/issue3841    created  spmcinerney               
                                                                               

can't run close through itertools.chain on inner generator       09/11/08
       http://bugs.python.org/issue3842    created  dangyogi                  
                                                                               

hexadecimal, not decimal                                         09/11/08
CLOSED http://bugs.python.org/issue3843    created  maix                      
                                                                               

Script: find untested C functions                                09/12/08
       http://bugs.python.org/issue3844    created  ajaksu2                   
                                                                               

memory access before short string when checking suffix           09/12/08
       http://bugs.python.org/issue3845    created  doko                      
                                                                               

sqlite3 module: Improved concurrency                             09/12/08
       http://bugs.python.org/issue3846    created  ghaering                  
       needs review                                                            

Begging for review                                               09/12/08
       http://bugs.python.org/issue3847    created  ghaering                  
                                                                               

select.epoll calling register with the same fd fails             09/12/08
       http://bugs.python.org/issue3848    created  ionel.mc                  
                                                                               



Issues Now Closed (73)
______________________

readline configuration for shared libs w/o curses dependencies      0 days
       http://bugs.python.org/issue1204    gregory.p.smith           
       patch, 64bit                                                            

smtplib.SMTP docs                                                 319 days
       http://bugs.python.org/issue1317    akuchling                 
                                                                               

New SSL module doesn't seem to verify hostname against commonNam  275 days
       http://bugs.python.org/issue1589    janssen                   
                                                                               

Tools/i18n/msgfmt.py fixes for Python 3.0                         237 days
       http://bugs.python.org/issue1840    loewis                    
       patch                                                                   

ctypes.util.find_library(): posix .so without SONAME              202 days
       http://bugs.python.org/issue2145    theller                   
                                                                               

Faq 4.28 -- Trailing comas                                        172 days
       http://bugs.python.org/issue2420    akuchling                 
                                                                               

Cannot use non-ascii letters in disutils if setuptools is	used.   156 days
       http://bugs.python.org/issue2562    lemburg                   
       patch                                                                   

Documentation of new gobject types fails                          132 days
       http://bugs.python.org/issue2747    georg.brandl              
                                                                               

sphinx and virtualenv                                             118 days
       http://bugs.python.org/issue2859    georg.brandl              
                                                                               

optparse documentation: variable arguments example doesn't work    93 days
       http://bugs.python.org/issue3040    akuchling                 
                                                                               

ssl.SSLSocket implements methods that are overriden by socket.so   79 days
       http://bugs.python.org/issue3162    hodgestar                 
       patch                                                                   

import of site.py fails on startup                                 64 days
       http://bugs.python.org/issue3279    benjamin.peterson         
       patch, needs review                                                     

Documentation: timeit: "lower bound" should read "upper bound"     64 days
       http://bugs.python.org/issue3318    georg.brandl              
                                                                               

Use Python 3 lexer for 3.0 docs                                    55 days
       http://bugs.python.org/issue3376    georg.brandl              
       patch                                                                   

Updates to "Macintosh Library Modules" Section 1.1                 41 days
       http://bugs.python.org/issue3472    georg.brandl              
                                                                               

Zlib compress/decompress functions returning bytearray             37 days
       http://bugs.python.org/issue3492    pythonhacker              
       patch, easy, needs review                                               

zipfile has problem reading zip files over 2GB                     27 days
       http://bugs.python.org/issue3535    pitrou                    
       patch, needs review                                                     

test_unicode.test_raiseMemError fails in UCS4                      17 days
       http://bugs.python.org/issue3601    pitrou                    
       patch, needs review                                                     

broken link in curses module docs                                  18 days
       http://bugs.python.org/issue3604    akuchling                 
                                                                               

2to3: commands varible replaced by subprocess                      20 days
       http://bugs.python.org/issue3606    benjamin.peterson         
                                                                               

Python won't compile a regex that compiles with 2.5.2 and 30b2     20 days
       http://bugs.python.org/issue3629    gvanrossum                
       patch, needs review                                                     

invalid result value of _weakref.__init__()                        19 days
       http://bugs.python.org/issue3634    benjamin.peterson         
       patch                                                                   

test_cpickle crash on AMD64 Windows build                          21 days
       http://bugs.python.org/issue3640    amaury.forgeotdarc        
       patch, 64bit                                                            

Objects/obmalloc.c:529: warning: comparison is always false due    17 days
       http://bugs.python.org/issue3642    loewis                    
       patch, 64bit                                                            

readline module Crashs on OpenBSD/amd64                            16 days
       http://bugs.python.org/issue3645    gregory.p.smith           
       patch, 64bit, easy                                                      

fix for pychecker property complaints                              17 days
       http://bugs.python.org/issue3658    benjamin.peterson         
       patch, easy, needs review                                               

sqlite3.Connection.iterdump docs pythonicity                       13 days
       http://bugs.python.org/issue3669    akuchling                 
       patch                                                                   

os.urandom(1.1): infinite loop                                     12 days
       http://bugs.python.org/issue3708    benjamin.peterson         
       patch, easy                                                             

PY_FORMAT_SIZE_T is not for PyString_FromFormat                    10 days
       http://bugs.python.org/issue3743    benjamin.peterson         
       patch                                                                   

Sphinx producing duplicate id attributes, HTML fails validation.    9 days
       http://bugs.python.org/issue3746    georg.brandl              
                                                                               

re.escape() does not work with bytes()                              9 days
       http://bugs.python.org/issue3756    andrewmcnamara            
                                                                               

"make check" suggest a testing target under GNU coding standards    3 days
       http://bugs.python.org/issue3758    brett.cannon              
       patch                                                                   

asyncore differences between 2.x and 3.x                            0 days
       http://bugs.python.org/issue3764    giampaolo.rodola          
       easy                                                                    

Deprecate bsddb for removal in 3.0                                  2 days
       http://bugs.python.org/issue3769    brett.cannon              
       patch, patch, needs review                                              

deprecate bsddb/dbhash in 2.6 for removal in 3.0                    1 days
       http://bugs.python.org/issue3776    brett.cannon              
       patch, patch, needs review                                              

long(4.2) now returns an int                                        5 days
       http://bugs.python.org/issue3777    skip.montanaro            
       patch                                                                   

Incorrect compiler options used for cc of Sun Studio 12             3 days
       http://bugs.python.org/issue3784    loewis                    
                                                                               

Can't build ctypes of Python 2.5.2 with Sun Studio 12               0 days
       http://bugs.python.org/issue3785    theller                   
                                                                               

multiprocessing deadlocks when sending large data through Queue     0 days
       http://bugs.python.org/issue3789    jnoller                   
                                                                               

in zlib decompressor objects, unused_data and unconsumed_tail mu    1 days
       http://bugs.python.org/issue3790    gregory.p.smith           
       patch, patch, needs review                                              

Module variable overridden in child processes with multiprocessi    0 days
       http://bugs.python.org/issue3792    TarkaSteve                
                                                                               

Small RST fix in datamodel.rst                                      0 days
       http://bugs.python.org/issue3793    georg.brandl              
                                                                               

__div__ still documented in Python 3                                0 days
       http://bugs.python.org/issue3794    georg.brandl              
       patch                                                                   

wsgiref.simple_server fails to run demo_app                         0 days
       http://bugs.python.org/issue3795    pitrou                    
                                                                               

some tests are not run in test_float                                0 days
       http://bugs.python.org/issue3796    amaury.forgeotdarc        
       patch, patch, needs review                                              

mmap, dbm, ossaudiodev, marshal & winreg return bytearray instea    0 days
       http://bugs.python.org/issue3797    gregory.p.smith           
       patch, patch, easy, needs review                                        

Fix for formatter.py                                                2 days
       http://bugs.python.org/issue3800    georg.brandl              
       patch                                                                   

cgi.parse_qsl does not return list                                  0 days
       http://bugs.python.org/issue3801    facundobatista            
       patch                                                                   

Comparison operators - New rules undocumented in Python 3.0         2 days
       http://bugs.python.org/issue3803    georg.brandl              
       patch                                                                   

Test for issue2222 (r65745)                                         0 days
       http://bugs.python.org/issue3804    ocean-city                
       patch                                                                   

LockTests in test_imp should be skipped when thread is not avail    0 days
       http://bugs.python.org/issue3806    ocean-city                
       patch                                                                   

test_cgi is giving deprecation warnings                             0 days
       http://bugs.python.org/issue3808    facundobatista            
                                                                               

test_logging leaving a 'test.blah' file behind                      1 days
       http://bugs.python.org/issue3809    brett.cannon              
                                                                               

Update Unicode database to 5.1.0                                    2 days
       http://bugs.python.org/issue3811    loewis                    
       patch, needs review                                                     

py3k build fails if configure --without-threads                     0 days
       http://bugs.python.org/issue3812    ocean-city                
       patch                                                                   

cannot lanch python.exe via symbolic link if HAVE_BROKEN_MBSTOWC    0 days
       http://bugs.python.org/issue3813    ocean-city                
       patch                                                                   

Add VCS support                                                     0 days
       http://bugs.python.org/issue3814    pitrou                    
       patch                                                                   

Python 3.0b3 - Idle doesn't start on win XPh                        0 days
       http://bugs.python.org/issue3815    vbr                       
                                                                               

ftplib.FTP.abort() should consider "225" a positive response cod    0 days
       http://bugs.python.org/issue3818    georg.brandl              
       patch                                                                   

zfill doc string uses inconsistent variable names                   0 days
       http://bugs.python.org/issue3822    georg.brandl              
                                                                               

memoryview.size is redundant                                        1 days
       http://bugs.python.org/issue3827    amaury.forgeotdarc        
       patch, needs review                                                     

Bound methods compare 'successfully' with ints                      0 days
       http://bugs.python.org/issue3828    amaury.forgeotdarc        
                                                                               

Tarfile has incorrect USTAR "VERSION" field (should be 00; is 0     0 days
       http://bugs.python.org/issue3830    lars.gustaebel            
                                                                               

add force_shared Library option to create shared lib even with u    0 days
       http://bugs.python.org/issue3832    loewis                    
                                                                               

wsgiref.validator.InputWrapper readline method has wrong signatu    0 days
       http://bugs.python.org/issue3834    pje                       
                                                                               

2to3 broken due to mixed 2.5 and 3.0 syntax                         0 days
       http://bugs.python.org/issue3836    benjamin.peterson         
       patch                                                                   

Comment for html_logo setting is out of date                        0 days
       http://bugs.python.org/issue3837    georg.brandl              
                                                                               

hexadecimal, not decimal                                            0 days
       http://bugs.python.org/issue3843    benjamin.peterson         
                                                                               

-S hides standard dynamic modules                                2240 days
       http://bugs.python.org/issue586680  benjamin.peterson         
                                                                               

threading module can deadlock after fork                           20 days
       http://bugs.python.org/issue874900  gregory.p.smith           
       patch, needs review                                                     

SSLObject breaks read semantics                                  1087 days
       http://bugs.python.org/issue1291446 ellisj                    
                                                                               

Search is to long with regex like ^(.+|dontmatch)*$              1084 days
       http://bugs.python.org/issue1297193 pitrou                    
                                                                               

Add httponly to Cookie module                                     598 days
       http://bugs.python.org/issue1638033 benjamin.peterson         
       patch                                                                   



Top Issues Most Discussed (10)
______________________________

 31 warnings.catch_warnings fails gracelessly when recording warnin    3 days
open    http://bugs.python.org/issue3781   

 25 dbm.sqlite proof of concept                                        8 days
open    http://bugs.python.org/issue3783   

 11 long(4.2) now returns an int                                       5 days
closed  http://bugs.python.org/issue3777   

 10 Update Unicode database to 5.1.0                                   2 days
closed  http://bugs.python.org/issue3811   

 10 ssl.SSLSocket implements methods that are overriden by socket.s   79 days
closed  http://bugs.python.org/issue3162   

  9 tkinter Menu.delete bug                                            0 days
open    http://bugs.python.org/issue3774   

  9 socket.socket.recv broken (unbearably slow)                        9 days
open    http://bugs.python.org/issue3766   

  9 py3k fails under Windows if "-c" or "-m" is given a non-ascii v    3 days
open    http://bugs.python.org/issue3705   

  9 readline configuration for shared libs w/o curses dependencies     0 days
closed  http://bugs.python.org/issue1204   

  8 ssl.wrap_socket() is incompatible with servers that drop privil    3 days
open    http://bugs.python.org/issue3823   





More information about the Python-Dev mailing list