[Python-Dev] Summary of Tracker Issues

Tracker status at bugs.python.org
Fri May 23 18:10:06 CEST 2008


ACTIVITY SUMMARY (05/16/08 - 05/23/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.


 1884 open (+40) / 12889 closed (+16) / 14773 total (+56)

Open issues with patches:   559

Average duration of open issues: 702 days.
Median duration of open issues: 1428 days.

Open Issues Breakdown
   open  1861 (+40)
pending    23 ( +0)

Issues Created Or Reopened (61)
_______________________________

Backport oct() and hex() to use __index__                        05/17/08
       http://bugs.python.org/issue2337    reopened benjamin.peterson         
       patch, 26backport                                                       

Moving lib-tk to tkinter package                                 05/20/08
CLOSED http://bugs.python.org/issue2839    reopened brett.cannon              
       patch                                                                   

Write UserDict fixer for 2to3                                    05/20/08
       http://bugs.python.org/issue2876    reopened brett.cannon              
                                                                               

Rename repr to reprlib                                           05/20/08
CLOSED http://bugs.python.org/issue2880    reopened brett.cannon              
                                                                               

Create the html package                                          05/20/08
CLOSED http://bugs.python.org/issue2882    reopened brett.cannon              
                                                                               

Crash in ParseTupleAndKeywords when passing byte string keywords 05/16/08
CLOSED http://bugs.python.org/issue2895    created  scoder                    
                                                                               

cmathmodule.c compilation error                                  05/16/08
CLOSED http://bugs.python.org/issue2896    created  Juno                      
                                                                               

include structmember.h in Python.h                               05/16/08
       http://bugs.python.org/issue2897    created  benjamin.peterson         
                                                                               

Add memory footprint query                                       05/17/08
       http://bugs.python.org/issue2898    created  okkoto                    
       patch                                                                   

Fixers find, rfind, etc in 'string' module                       05/17/08
       http://bugs.python.org/issue2899    created  bhy                       
                                                                               

math.copysign(1, float('nan'))                                   05/17/08
CLOSED http://bugs.python.org/issue2900    created  christian.heimes          
                                                                               

"error: can't allocate region" from mmap() when receiving big ch 05/18/08
       http://bugs.python.org/issue2901    created  hwaara                    
                                                                               

tkinter uses MacOS                                               05/18/08
       http://bugs.python.org/issue2902    created  benjamin.peterson         
                                                                               

Add __name__ in globals of generated namedtuple namespace        05/18/08
       http://bugs.python.org/issue2903    created  xilun                     
       patch                                                                   

Cross-referencing to a method using an alternate title don't wor 05/18/08
       http://bugs.python.org/issue2904    created  llucax                    
                                                                               

test_urllib.py crashes with bus error on Darwin                  05/18/08
CLOSED http://bugs.python.org/issue2905    created  cartman                   
                                                                               

tkinter, assorted fixes                                          05/18/08
       http://bugs.python.org/issue2906    created  gpolo                     
       patch, patch                                                            

ZeroDivisionError error message needs clarification              05/18/08
CLOSED http://bugs.python.org/issue2907    created  chester                   
                                                                               

fix_imports new entries for tkinter rename                       05/18/08
CLOSED http://bugs.python.org/issue2908    reopened gpolo                     
       patch                                                                   

struct.Struct.unpack to return a namedtuple for easier attribute 05/18/08
       http://bugs.python.org/issue2909    created  habnabit                  
       patch                                                                   

Remove plat-mac from 3.0                                         05/18/08
       http://bugs.python.org/issue2910    created  brett.cannon              
                                                                               

rewrite test_struct as a unittest                                05/18/08
       http://bugs.python.org/issue2911    created  benjamin.peterson         
       easy                                                                    

let platform.uname try harder                                    05/19/08
       http://bugs.python.org/issue2912    created  benjamin.peterson         
       easy                                                                    

idlelib/EditorWindow.py uses xrange()                            05/19/08
       http://bugs.python.org/issue2913    created  mark                      
                                                                               

Logging  TimedRotatingFileHandler Feature Request                05/19/08
CLOSED http://bugs.python.org/issue2914    created  vschmidt                  
                                                                               

PyObject_IsInstance() doesn't find bases named in type(name, bas 05/19/08
CLOSED http://bugs.python.org/issue2915    created  scoder                    
                                                                               

urlgrabber.grabber calls setdefaulttimeout                       05/19/08
       http://bugs.python.org/issue2916    created  kiilerix                  
                                                                               

merge pickle and cPickle in 3.0                                  05/19/08
       http://bugs.python.org/issue2917    created  brett.cannon              
                                                                               

Merge StringIO/cStringIO in 3.0                                  05/19/08
       http://bugs.python.org/issue2918    created  brett.cannon              
                                                                               

Merge profile/cProfile in 3.0                                    05/19/08
       http://bugs.python.org/issue2919    created  brett.cannon              
                                                                               

Patch to print symbolic value or errno in EnvironmentError.__str 05/19/08
       http://bugs.python.org/issue2920    created  ygingras                  
       patch                                                                   

enable embedding: declare/#define only py* symbols in #includes  05/19/08
       http://bugs.python.org/issue2921    created  hfuru                     
                                                                               

"No windows home dir" doc error                                  05/19/08
       http://bugs.python.org/issue2922    created  python at johnburnett.com    
                                                                               

Revert ConfigParser rename in 2.6                                05/20/08
       http://bugs.python.org/issue2923    created  brett.cannon              
                                                                               

Revert copy_reg rename in 2.6                                    05/20/08
CLOSED http://bugs.python.org/issue2924    created  brett.cannon              
                                                                               

Revert Queue rename in 2.6                                       05/20/08
       http://bugs.python.org/issue2925    created  brett.cannon              
                                                                               

Revert SocketServer rename in 2.6                                05/20/08
       http://bugs.python.org/issue2926    created  brett.cannon              
                                                                               

expose html.parser.unescape                                      05/20/08
       http://bugs.python.org/issue2927    created  thomaspinckney3           
       patch                                                                   

Allow set/frozenset for __all__                                  05/20/08
CLOSED http://bugs.python.org/issue2928    created  Rhamphoryncus             
       patch                                                                   

TimedRotatingFileHandler crashes on backup file deletion attempt 05/20/08
CLOSED http://bugs.python.org/issue2929    created  blocki                    
                                                                               

Cannot change variable defined in "__init__.py" after importing  05/20/08
CLOSED http://bugs.python.org/issue2930    created  crayor                    
                                                                               

optparse: various problems with unicode and gettext              05/20/08
       http://bugs.python.org/issue2931    created  ash                       
       patch                                                                   

Documenting Python: Syntax"                                      05/21/08
CLOSED http://bugs.python.org/issue2932    created  owen                      
                                                                               

"Documenting Python: Syntax" bug                                 05/21/08
CLOSED http://bugs.python.org/issue2933    created  owen                      
                                                                               

set() comparisons do not play well with others                   05/21/08
CLOSED http://bugs.python.org/issue2934    created  ncoghlan                  
                                                                               

rfc822.py line 395 strings connection                            05/21/08
       http://bugs.python.org/issue2935    created  erezbibi                  
                                                                               

ctypes.util.find_library() doesn't consult LD_LIBRARY_PATH       05/21/08
       http://bugs.python.org/issue2936    created  janssen                   
                                                                               

Incorrect rounding in floating-point operations with gcc/x87     05/21/08
       http://bugs.python.org/issue2937    created  marketdickinson           
                                                                               

Interactive help writes to the python install destination direct 05/22/08
       http://bugs.python.org/issue2938    created  r_mosaic                  
                                                                               

Apache mod_python python-func strftime                           05/22/08
       http://bugs.python.org/issue2939    created  raisachrisgun             
                                                                               

Building Python fails on SunOS                                   05/22/08
       http://bugs.python.org/issue2940    created  syraxes                   
                                                                               

Propagate define to resurce mingw32 compile                      05/22/08
       http://bugs.python.org/issue2941    created  shura_zam                 
       patch                                                                   

mingw/cygwin do not accept asm file as extension source          05/22/08
       http://bugs.python.org/issue2942    created  shura_zam                 
       patch                                                                   

Distutils should generate a better error message when the SDK is 05/22/08
       http://bugs.python.org/issue2943    created  cdavid                    
                                                                               

asyncore doesn't handle connection refused correctly             05/22/08
       http://bugs.python.org/issue2944    created  shigin                    
       patch                                                                   

bdist_rpm does not list dist files (should effect upload)        05/22/08
       http://bugs.python.org/issue2945    created  htgoebel                  
                                                                               

setuptools: bdist_wininst adds duplicate entry to dist_files     05/22/08
       http://bugs.python.org/issue2946    created  htgoebel                  
                                                                               

subprocess (Replacing popen) - add a warning / hint              05/22/08
       http://bugs.python.org/issue2947    created  HWJ                       
                                                                               

Unicode support for hashing algorithms                           05/23/08
CLOSED http://bugs.python.org/issue2948    created  vvro                      
                                                                               

Windows installer doesn't include OpenSSL license and	notice     05/23/08
       http://bugs.python.org/issue2949    created  lemburg                   
                                                                               

silly readline module problem                                    05/23/08
       http://bugs.python.org/issue2950    created  AndyNovo                  
                                                                               



Issues Now Closed (49)
______________________

merge urllib and urlparse functionality                           208 days
       http://bugs.python.org/issue1333    brett.cannon              
                                                                               

toxml generates output that is not well formed                    201 days
       http://bugs.python.org/issue1390    loewis                    
       patch                                                                   

ctypes.util.find_msvcrt() function                                126 days
       http://bugs.python.org/issue1793    theller                   
       patch                                                                   

Cant open python gui using VISTA                                  116 days
       http://bugs.python.org/issue1948    kbk                       
                                                                               

mmap segfaults when trying to write a block opened with PROT_REA   99 days
       http://bugs.python.org/issue2111    loewis                    
                                                                               

Use of file.xreadlines() should raise a Py3K warning               61 days
       http://bugs.python.org/issue2353    georg.brandl              
       patch, 26backport                                                       

test_subprocess fails if your sys.executable is on a path with a   60 days
       http://bugs.python.org/issue2381    gregory.p.smith           
       patch, easy                                                             

Backport sys.maxsize to Python 2.6                                 55 days
       http://bugs.python.org/issue2488    loewis                    
       patch, easy, 26backport                                                 

urlparse normalize URL path                                        42 days
       http://bugs.python.org/issue2583    facundobatista            
                                                                               

PyString_FromStringAndSize() to be considered unsafe               36 days
       http://bugs.python.org/issue2587    gregory.p.smith           
                                                                               

weakref.proxy fails to delegate tp_index slot                      42 days
       http://bugs.python.org/issue2592    georg.brandl              
       easy                                                                    

"{ +(}".format(**{' +(': 44}) should produce ValueError: invalid   42 days
       http://bugs.python.org/issue2598    eric.smith                
                                                                               

rename test_support to support                                     39 days
       http://bugs.python.org/issue2621    brett.cannon              
       patch, easy                                                             

Add simplejson to Python 2.6/3.0 standard library                  13 days
       http://bugs.python.org/issue2750    benjamin.peterson         
       patch                                                                   

ctypes.util.find_library() doesn't find OS X .bundle or .so libr   14 days
       http://bugs.python.org/issue2783    benjamin.peterson         
       easy                                                                    

Moving lib-tk to tkinter package                                    0 days
       http://bugs.python.org/issue2839    georg.brandl              
       patch                                                                   

int() lies about base parameter                                     8 days
       http://bugs.python.org/issue2844    rhettinger                
       patch                                                                   

bsddb.db.DBEnv.lock_get test_lock.test03_set_timeout crashes        2 days
       http://bugs.python.org/issue2858    gregory.p.smith           
                                                                               

2to3 fixer to rename markupbase to _markupbase                      7 days
       http://bugs.python.org/issue2861    quentin.gallet-gilles     
       patch                                                                   

Problem with urllib and urllib2 in urlopen?                         2 days
       http://bugs.python.org/issue2868    benjamin.peterson         
                                                                               

Rename repr to reprlib                                              3 days
       http://bugs.python.org/issue2880    brett.cannon              
                                                                               

Create the html package                                             0 days
       http://bugs.python.org/issue2882    brett.cannon              
                                                                               

Create the tkinter package                                          1 days
       http://bugs.python.org/issue2884    georg.brandl              
       patch                                                                   

dict.has_key() expected in h2py.py.                                 0 days
       http://bugs.python.org/issue2893    georg.brandl              
                                                                               

Crash in ParseTupleAndKeywords when passing byte string keywords    0 days
       http://bugs.python.org/issue2895    georg.brandl              
                                                                               

cmathmodule.c compilation error                                     1 days
       http://bugs.python.org/issue2896    georg.brandl              
                                                                               

math.copysign(1, float('nan'))                                      1 days
       http://bugs.python.org/issue2900    marketdickinson           
                                                                               

test_urllib.py crashes with bus error on Darwin                     0 days
       http://bugs.python.org/issue2905    georg.brandl              
                                                                               

ZeroDivisionError error message needs clarification                 0 days
       http://bugs.python.org/issue2907    georg.brandl              
                                                                               

fix_imports new entries for tkinter rename                          0 days
       http://bugs.python.org/issue2908    georg.brandl              
       patch                                                                   

Logging  TimedRotatingFileHandler Feature Request                   1 days
       http://bugs.python.org/issue2914    vsajip                    
                                                                               

PyObject_IsInstance() doesn't find bases named in type(name, bas    2 days
       http://bugs.python.org/issue2915    benjamin.peterson         
                                                                               

Revert copy_reg rename in 2.6                                       0 days
       http://bugs.python.org/issue2924    georg.brandl              
                                                                               

Allow set/frozenset for __all__                                     1 days
       http://bugs.python.org/issue2928    Rhamphoryncus             
       patch                                                                   

TimedRotatingFileHandler crashes on backup file deletion attempt    0 days
       http://bugs.python.org/issue2929    vsajip                    
                                                                               

Cannot change variable defined in "__init__.py" after importing     1 days
       http://bugs.python.org/issue2930    georg.brandl              
                                                                               

Documenting Python: Syntax"                                         0 days
       http://bugs.python.org/issue2932    benjamin.peterson         
                                                                               

"Documenting Python: Syntax" bug                                    0 days
       http://bugs.python.org/issue2933    georg.brandl              
                                                                               

set() comparisons do not play well with others                      0 days
       http://bugs.python.org/issue2934    ncoghlan                  
                                                                               

Unicode support for hashing algorithms                              0 days
       http://bugs.python.org/issue2948    lemburg                   
                                                                               

Tkinter.Misc has no __contains__ method                          2061 days
       http://bugs.python.org/issue615772  georg.brandl              
                                                                               

sendmsg operation for unix sockets                               1695 days
       http://bugs.python.org/issue814689  georg.brandl              
                                                                               

Text.edit_modified() fails                                       1451 days
       http://bugs.python.org/issue961805  georg.brandl              
       patch                                                                   

bsddb3 testsuite failure when running more than one time         1369 days
       http://bugs.python.org/issue1010645 gregory.p.smith           
                                                                               

bsddb dbobj.DB.associate doesn't accept dbobj.DB param           1077 days
       http://bugs.python.org/issue1215023 gregory.p.smith           
                                                                               

Text.edit_modified() doesn't work                                 909 days
       http://bugs.python.org/issue1362475 gpolo                     
       patch                                                                   

thread + import => crashes?                                        87 days
       http://bugs.python.org/issue1720705 Rhamphoryncus             
                                                                               

Build on QNX 6                                                    369 days
       http://bugs.python.org/issue1722225 loewis                    
       patch                                                                   

zipfile: Allow reading duplicate filenames                        278 days
       http://bugs.python.org/issue1775025 georg.brandl              
       patch                                                                   



Top Issues Most Discussed (10)
______________________________

 14 Full precision summation                                          12 days
open    http://bugs.python.org/issue2819   

 11 Add memory footprint query                                         6 days
open    http://bugs.python.org/issue2898   

 11 Add ctypes calling convention that allows safe access of errno   133 days
open    http://bugs.python.org/issue1798   

 10 New class special method lookup change                          2006 days
open    http://bugs.python.org/issue643841 

  8 Moving lib-tk to tkinter package                                   0 days
closed  http://bugs.python.org/issue2839   

  8 Implement PEP 3108                                                17 days
open    http://bugs.python.org/issue2775   

  5 Unicode support for hashing algorithms                             0 days
closed  http://bugs.python.org/issue2948   

  5 Allow set/frozenset for __all__                                    1 days
closed  http://bugs.python.org/issue2928   

  5 2to3 fixer to rename markupbase to _markupbase                     7 days
closed  http://bugs.python.org/issue2861   

  5 ctypes.util.find_library() doesn't find OS X .bundle or .so lib   14 days
closed  http://bugs.python.org/issue2783   





More information about the Python-Dev mailing list