[Python-Dev] Summary of Tracker Issues

Tracker status at bugs.python.org
Fri Feb 15 18:06:11 CET 2008


ACTIVITY SUMMARY (02/08/08 - 02/15/08)
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.


 1720 open (+39) / 12232 closed (+13) / 13952 total (+52)

Open issues with patches:   449

Average duration of open issues: 745 days.
Median duration of open issues: 1081 days.

Open Issues Breakdown
   open  1695 (+37)
pending    25 ( +2)

Issues Created Or Reopened (53)
_______________________________

PYO file permission problem                                      02/08/08
       http://bugs.python.org/issue2051    created  stocker81                
                                                                               

Lack of difflib.HtmlDiff unicode support                         02/08/08
       http://bugs.python.org/issue2052    created  josephoenix              
                                                                               

IDLE - standardize dialogs                                       02/09/08
       http://bugs.python.org/issue2053    created  taleinat                 
       patch                                                                   

add ftp-tls support to ftplib - RFC 4217                         02/09/08
       http://bugs.python.org/issue2054    created  gregory.p.smith          
       easy                                                                    

test_fcntl.py converted to unittest                              02/09/08
       http://bugs.python.org/issue2055    created  giampaolo.rodola         
       patch                                                                   

install command rejects --compiler option                        02/10/08
CLOSED http://bugs.python.org/issue2056    created  kermode                  
                                                                               

difflib: add patch capability                                    02/10/08
       http://bugs.python.org/issue2057    created  techtonik                
                                                                               

reduce tarfile memory footprint                                  02/10/08
       http://bugs.python.org/issue2058    created  lars.gustaebel           
       patch                                                                   

OptionMenu class is defined both in Tkinter and Tix              02/10/08
       http://bugs.python.org/issue2059    created  isandler                 
                                                                               

python2.6 -3 gives "warning: callable() not supported in 3.x" on 02/10/08
       http://bugs.python.org/issue2060    created  eopadoan                 
                                                                               

IDLE - autocompletion to support alternate patch separators      02/10/08
       http://bugs.python.org/issue2061    created  taleinat                 
       patch                                                                   

IDLE - autocompletion logic optimization                         02/10/08
       http://bugs.python.org/issue2062    created  taleinat                 
       patch                                                                   

os.times() utime and stime exchanged on windows                  02/11/08
CLOSED http://bugs.python.org/issue2063    created  kcwu                     
       patch                                                                   

List of Dicts problem                                            02/11/08
CLOSED http://bugs.python.org/issue2064    created  sunaluak                 
                                                                               

trunk version does not compile with vs8 and vc6                  02/11/08
       http://bugs.python.org/issue2065    created  amaury.forgeotdarc       
                                                                               

Adding new CNS11643, a *huge* charset, support in cjkcodecs      02/11/08
       http://bugs.python.org/issue2066    created  hyeshik.chang            
                                                                               

file.__exit__ does not call subclass' close method               02/11/08
       http://bugs.python.org/issue2067    created  belopolsky               
                                                                               

SimpleXMLRPCServer documentation about  rpc_paths might be wrong 02/11/08
       http://bugs.python.org/issue2072    created  schwarz                  
                                                                               

asynchat push always sends 512 bytes (ignoring ac_out_buffer_siz 02/11/08
       http://bugs.python.org/issue2073    created  mkc                      
                                                                               

pprint._safe_repr() unsafe on ordering differently types objects 02/12/08
       http://bugs.python.org/issue2074    created  percivall                
                                                                               

Float number comparision problem                                 02/12/08
CLOSED http://bugs.python.org/issue2075    created  tsxy                     
                                                                               

xmlrpclib closes connection after each call                      02/12/08
       http://bugs.python.org/issue2076    created  erno                     
                                                                               

Interpreter crash on shutdown                                    02/12/08
       http://bugs.python.org/issue2077    created  rupert.summerton         
                                                                               

CSV Sniffer does not function properly on single column .csv fil 02/12/08
       http://bugs.python.org/issue2078    created  jplaverdure              
                                                                               

UserDict documentation typo                                      02/12/08
       http://bugs.python.org/issue2079    created  gsf                      
                                                                               

Syntax for property set method                                   02/12/08
CLOSED http://bugs.python.org/issue2085    created  LambertDW                
                                                                               

__import__ with fromlist=[''] causes double initialization of mo 02/12/08
       http://bugs.python.org/issue2090    created  hauser                   
                                                                               

file accepts 'rU+' as a mode                                     02/12/08
       http://bugs.python.org/issue2091    created  brett.cannon             
                                                                               

PEP-3100 should reflect removal of 'cmp' parameter in sort() and 02/13/08
CLOSED http://bugs.python.org/issue2092    created  kbk                      
                                                                               

Reporting bugs page refers to old site                           02/13/08
CLOSED http://bugs.python.org/issue2096    created  Yinon                    
                                                                               

typo in exception-handling tutorial                              02/13/08
CLOSED http://bugs.python.org/issue2097    created  Yinon                    
                                                                               

unclear error message on bug reporting                           02/13/08
CLOSED http://bugs.python.org/issue2099    created  Yinon                    
                                                                               

unit test UnicodeWarning                                         02/13/08
       http://bugs.python.org/issue2100    created  JosephArmbruster         
                                                                               

xml.dom documentation doesn't match implementation               02/13/08
       http://bugs.python.org/issue2101    created  stefan                   
                                                                               

New style vs. old style classes __ror__()  operator overloading  02/13/08
       http://bugs.python.org/issue2102    created  calvin                   
                                                                               

__x should be _x in documentation of property()                  02/13/08
CLOSED http://bugs.python.org/issue2103    created  bgailer                  
                                                                               

?                                                                02/14/08
CLOSED http://bugs.python.org/issue2109    created  susanna                  
                                                                               

Implement __format__ for Decimal                                 02/14/08
       http://bugs.python.org/issue2110    created  facundobatista           
                                                                               

mmap segfaults when trying to write a block opened with PROT_REA 02/14/08
       http://bugs.python.org/issue2111    created  therve                   
                                                                               

mmap.error should be a subclass of EnvironmentError and not a di 02/14/08
       http://bugs.python.org/issue2112    created  therve                   
       patch, easy                                                             

Bad interaction between signal and subprocess                    02/14/08
       http://bugs.python.org/issue2113    created  piro                     
                                                                               

test_decimal failure on OSX 10.3                                 02/14/08
CLOSED http://bugs.python.org/issue2114    created  ronaldoussoren           
                                                                               

__slots__ make attribute setting 10x slower                      02/14/08
       http://bugs.python.org/issue2115    created  jyasskin                 
                                                                               

weakref copy module interaction                                  02/14/08
       http://bugs.python.org/issue2116    created  rharris                  
                                                                               

smtplib.SMTP() raises socket.error rather than SMTPConnectError  02/14/08
       http://bugs.python.org/issue2118    created  stranger4good            
                                                                               

Empty test                                                       02/14/08
CLOSED http://bugs.python.org/issue2119    created  loewis                   
                                                                               

broken links in advocacy HOWTO                                   02/15/08
       http://bugs.python.org/issue2120    created  salty-horse              
                                                                               

complex constructor doesn't accept string with nan and inf       02/15/08
       http://bugs.python.org/issue2121    created  tiran                    
                                                                               

mmap.flush does not check for errors on windows                  02/15/08
       http://bugs.python.org/issue2122    created  schmir                   
                                                                               

ctypes pointer not always keeping target alive                   02/15/08
       http://bugs.python.org/issue2123    created  arigo                    
                                                                               

xml.sax and xml.dom fetch DTDs by default                        02/15/08
       http://bugs.python.org/issue2124    created  akuchling                
                                                                               

[patch] Read support for Records in msilib                       02/15/08
       http://bugs.python.org/issue2125    created  flub                     
                                                                               

test_sqlite fails on OSX G5 arch if test_ctypes is run           02/10/08
       http://bugs.python.org/issue1581906 reopened skip.montanaro           
                                                                               



Issues Now Closed (29)
______________________

Probable extra semicolon in Py_LeaveRecursiveCall macro            63 days
       http://bugs.python.org/issue1595    loewis                   
                                                                               

IDLE messes around with sys.exitfunc                               58 days
       http://bugs.python.org/issue1647    kbk                      
                                                                               

Force WINVER 0x0500 (Windows 2000)                                 43 days
       http://bugs.python.org/issue1706    tiran                    
                                                                               

Three bugs of FCICreate (PC/_msi.c)                                39 days
       http://bugs.python.org/issue1736    loewis                   
       patch                                                                   

IDLE fails to launch                                               39 days
       http://bugs.python.org/issue1743    kbk                      
                                                                               

infinite loop in httplib                                           14 days
       http://bugs.python.org/issue1966    loewis                   
       patch, easy                                                             

asyncore loop lacks timers and work tasks                          10 days
       http://bugs.python.org/issue2006    facundobatista           
                                                                               

Turn NamedTemporaryFile into a context manager                      5 days
       http://bugs.python.org/issue2021    ncoghlan                 
       patch                                                                   

Class instance attributes that are property() should appear in _    1 days
       http://bugs.python.org/issue2040    tiran                    
                                                                               

IDLE - Restart Shell & Run Module                                   3 days
       http://bugs.python.org/issue2049    taleinat                 
       patch                                                                   

install command rejects --compiler option                           0 days
       http://bugs.python.org/issue2056    loewis                   
                                                                               

os.times() utime and stime exchanged on windows                     2 days
       http://bugs.python.org/issue2063    georg.brandl             
       patch                                                                   

List of Dicts problem                                               0 days
       http://bugs.python.org/issue2064    tiran                    
                                                                               

Float number comparision problem                                    0 days
       http://bugs.python.org/issue2075    amaury.forgeotdarc       
                                                                               

Syntax for property set method                                      0 days
       http://bugs.python.org/issue2085    georg.brandl             
                                                                               

PEP-3100 should reflect removal of 'cmp' parameter in sort() and    1 days
       http://bugs.python.org/issue2092    kbk                      
                                                                               

Reporting bugs page refers to old site                              0 days
       http://bugs.python.org/issue2096    facundobatista           
                                                                               

typo in exception-handling tutorial                                 0 days
       http://bugs.python.org/issue2097    facundobatista           
                                                                               

unclear error message on bug reporting                              0 days
       http://bugs.python.org/issue2099    facundobatista           
                                                                               

__x should be _x in documentation of property()                     0 days
       http://bugs.python.org/issue2103    marketdickinson          
                                                                               

?                                                                   0 days
       http://bugs.python.org/issue2109    amaury.forgeotdarc       
                                                                               

test_decimal failure on OSX 10.3                                    1 days
       http://bugs.python.org/issue2114    ronaldoussoren           
                                                                               

Empty test                                                          0 days
       http://bugs.python.org/issue2119    loewis                   
                                                                               

virtual IO for embedding Py in server                            2358 days
       http://bugs.python.org/issue456086  draghuram                
                                                                               

Uninstall target in makefile                                     2112 days
       http://bugs.python.org/issue549764  draghuram                
                                                                               

Embedded python thread crashes                                   1018 days
       http://bugs.python.org/issue1193099 amaury.forgeotdarc       
                                                                               

Spurious Tabnanny error                                           511 days
       http://bugs.python.org/issue1562716 kbk                      
                                                                               

simple moves freeze IDLE                                          497 days
       http://bugs.python.org/issue1571112 kbk                      
                                                                               

0.0 and -0.0 identified, with surprising results                  339 days
       http://bugs.python.org/issue1678380 marketdickinson          
       patch                                                                   



Top Issues Most Discussed (10)
______________________________

 25 Move Demo/classes/Rat.py to Lib/fractions.py and fix it up.       56 days
open    http://bugs.python.org/issue1682   

 11 Adding new CNS11643, a *huge* charset, support in cjkcodecs        4 days
open    http://bugs.python.org/issue2066   

  9 Force WINVER 0x0500 (Windows 2000)                                43 days
closed  http://bugs.python.org/issue1706   

  8 trunk version does not compile with vs8 and vc6                    4 days
open    http://bugs.python.org/issue2065   

  7 __slots__ make attribute setting 10x slower                        1 days
open    http://bugs.python.org/issue2115   

  6 test_decimal failure on OSX 10.3                                   1 days
closed  http://bugs.python.org/issue2114   

  6 IDLE - autocompletion logic optimization                           5 days
open    http://bugs.python.org/issue2062   

  6 shutil.destinsrc returns wrong result when source path matches     7 days
open    http://bugs.python.org/issue2047   

  5 Inheriting from ABCs makes classes slower.                        38 days
open    http://bugs.python.org/issue1762   

  4 __x should be _x in documentation of property()                    0 days
closed  http://bugs.python.org/issue2103   





More information about the Python-Dev mailing list