[Python-Dev] Summary of Tracker Issues

Tracker status at bugs.python.org
Fri Mar 21 18:06:17 CET 2008


ACTIVITY SUMMARY (03/14/08 - 03/21/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.


 1795 open (+106) / 12476 closed (+50) / 14271 total (+156)

Open issues with patches:   529

Average duration of open issues: 714 days.
Median duration of open issues: 1217 days.

Open Issues Breakdown
   open  1773 (+106)
pending    22 ( +0)

Issues Created Or Reopened (157)
________________________________

Add a factorial function                                         03/18/08
       http://bugs.python.org/issue2138    reopened rhettinger                
                                                                               

os.path.normpath over-normalizes                                 03/14/08
CLOSED http://bugs.python.org/issue2289    created  eljay451                  
                                                                               

[PATCH] Update Lib/distutils/sysconfig.py to handle x64 Windows  03/14/08
CLOSED http://bugs.python.org/issue2290    created  Trent.Nelson              
       patch                                                                   

Raise a Py3K warning for catching non-BaseException exceptions   03/14/08
CLOSED http://bugs.python.org/issue2291    created  zotbar1234                
                                                                               

Missing *-unpacking generalizations                              03/15/08
       http://bugs.python.org/issue2292    created  twouters                  
       patch, patch                                                            

Missing case / switch / evaluate                                 03/15/08
CLOSED http://bugs.python.org/issue2293    created  dbodin                    
                                                                               

Bug in Pickle protocol involving __setstate__                    03/15/08
CLOSED http://bugs.python.org/issue2294    created  gpk                       
                                                                               

cPickle corner case - docs or bug?                               03/15/08
       http://bugs.python.org/issue2295    created  gpk                       
                                                                               

[PATCH] Tcl/Tk 8.4.16 patches needed to get an x64 Windows build 03/15/08
       http://bugs.python.org/issue2296    created  Trent.Nelson              
       patch, 64bit                                                            

Patch for fatal stack overflow in Windows caused by -v           03/16/08
CLOSED http://bugs.python.org/issue2297    created  dgreiman                  
       patch                                                                   

Patch for "string without null bytes" check in getargs.c         03/16/08
       http://bugs.python.org/issue2298    created  dgreiman                  
       patch                                                                   

Minor typos in newtypes.rst                                      03/16/08
CLOSED http://bugs.python.org/issue2299    created  dgreiman                  
       patch                                                                   

make html fails                                                  03/16/08
       http://bugs.python.org/issue2300    created  tiran                     
                                                                               

[Py3k] No text shown when SyntaxError (when not UTF8)            03/16/08
CLOSED http://bugs.python.org/issue2301    created  ocean-city                
                                                                               

Uses of SocketServer.BaseServer.shutdown have a race             03/16/08
       http://bugs.python.org/issue2302    created  jyasskin                  
       patch, patch                                                            

isinstance is 4x as slow as in 2.5 because the common case raise 03/16/08
       http://bugs.python.org/issue2303    created  jyasskin                  
       patch                                                                   

subprocess under windows fails to quote properly when	shell=True 03/16/08
       http://bugs.python.org/issue2304    created  tim.golden                
       patch                                                                   

Update What's new in 2.6                                         03/16/08
       http://bugs.python.org/issue2305    created  gvanrossum                
                                                                               

Update What's new in 3.0                                         03/16/08
       http://bugs.python.org/issue2306    created  gvanrossum                
                                                                               

Decide what to do with bytes/str when transferring pickles betwe 03/16/08
CLOSED http://bugs.python.org/issue2307    created  gvanrossum                
                                                                               

Make structseq more like collections.namedtuple                  03/16/08
       http://bugs.python.org/issue2308    created  gvanrossum                
                                                                               

Add xturtle to the standard library?                             03/16/08
CLOSED http://bugs.python.org/issue2309    created  gvanrossum                
                                                                               

Reorganize the 3.0 Misc/NEWS file                                03/16/08
       http://bugs.python.org/issue2310    created  gvanrossum                
                                                                               

Update the ACKS file                                             03/16/08
       http://bugs.python.org/issue2311    created  gvanrossum                
                                                                               

Update PEP 3135 (super())                                        03/16/08
       http://bugs.python.org/issue2312    created  gvanrossum                
                                                                               

correct int / long object type casts                             03/16/08
CLOSED http://bugs.python.org/issue2313    created  JosephArmbruster          
       patch                                                                   

Test issue                                                       03/16/08
CLOSED http://bugs.python.org/issue2314    created  loewis                    
                                                                               

TimedRotatingFileHandler does not account for daylight savings t 03/17/08
       http://bugs.python.org/issue2315    created  ceder                     
                                                                               

TimedRotatingFileHandler names files incorrectly if nothing is l 03/17/08
       http://bugs.python.org/issue2316    created  ceder                     
                                                                               

TimedRotatingFileHandler logic for removing files wrong          03/17/08
       http://bugs.python.org/issue2317    created  ceder                     
                                                                               

TimedRotatingFileHandler: rotate every month, or every year      03/17/08
       http://bugs.python.org/issue2318    created  ceder                     
                                                                               

abc.py:ABCMeta.__instancecheck__ broken for old style classes    03/17/08
CLOSED http://bugs.python.org/issue2319    created  schmir                    
                                                                               

Race condition in subprocess using stdin                         03/17/08
       http://bugs.python.org/issue2320    created  Pankrat                   
                                                                               

return more memory from unicode objects to system                03/17/08
CLOSED http://bugs.python.org/issue2321    created  nnorwitz                  
       patch, patch                                                            

Clean up getargs.c and its formatting possibilities              03/17/08
       http://bugs.python.org/issue2322    created  brett.cannon              
                                                                               

Make structseq's API look more like a nametuple.                 03/17/08
CLOSED http://bugs.python.org/issue2323    created  brett.cannon              
                                                                               

Document that 2.6 pickles of strings turn into pickles of unicod 03/17/08
CLOSED http://bugs.python.org/issue2324    created  brett.cannon              
                                                                               

isinstance(anything, MetaclassThatDefinesInstancecheck) raises i 03/17/08
       http://bugs.python.org/issue2325    created  jyasskin                  
                                                                               

Doc isnumeric and isdecimal for the unicode object               03/17/08
CLOSED http://bugs.python.org/issue2326    created  brett.cannon              
       patch                                                                   

Backport keyword-only arguments to 2.6                           03/17/08
       http://bugs.python.org/issue2327    created  brett.cannon              
       26backport                                                              

Class **kwds broken (PEP 3115)                                   03/17/08
CLOSED http://bugs.python.org/issue2328    created  jackdied                  
                                                                               

ImportError: No module named _bsddb                              03/17/08
CLOSED http://bugs.python.org/issue2329    created  ddk                       
                                                                               

Update PEP 3000 with new release schedule                        03/17/08
       http://bugs.python.org/issue2330    created  gvanrossum                
                                                                               

Backport parameter annotations                                   03/17/08
       http://bugs.python.org/issue2331    created  brett.cannon              
       26backport                                                              

Renaming of attributes on functions need to be backported.       03/17/08
CLOSED http://bugs.python.org/issue2332    created  brett.cannon              
       26backport                                                              

Backport dict comprehensions                                     03/17/08
       http://bugs.python.org/issue2333    created  brett.cannon              
       26backport                                                              

Backport set comprehensions                                      03/17/08
       http://bugs.python.org/issue2334    created  brett.cannon              
       26backport                                                              

Backport set literals                                            03/17/08
       http://bugs.python.org/issue2335    created  brett.cannon              
       26backport                                                              

Backport PEP 3114 (__next__)                                     03/17/08
       http://bugs.python.org/issue2336    created  brett.cannon              
       26backport                                                              

Backport oct() and hex() to use __index__                        03/17/08
       http://bugs.python.org/issue2337    created  brett.cannon              
       26backport                                                              

Backport reload() moving to imp.reload()                         03/17/08
       http://bugs.python.org/issue2338    created  brett.cannon              
       26backport                                                              

Backport intern() -> sys.intern()                                03/17/08
CLOSED http://bugs.python.org/issue2339    created  brett.cannon              
       patch, 26backport                                                       

Backport PEP 3132 (extended iterable unpacking)                  03/17/08
       http://bugs.python.org/issue2340    created  brett.cannon              
       26backport                                                              

Raise a Py3K warning when raise non-BaseException exceptions     03/17/08
CLOSED http://bugs.python.org/issue2341    created  brett.cannon              
       patch, 26backport                                                       

Comparing between disparate types should raise a Py3K warning    03/17/08
CLOSED http://bugs.python.org/issue2342    created  brett.cannon              
       patch, 26backport                                                       

Raise a Py3K warning when using a float where an int is expected 03/17/08
       http://bugs.python.org/issue2343    created  brett.cannon              
       26backport                                                              

Using an iteration variable outside a list comprehension needs a 03/17/08
       http://bugs.python.org/issue2344    created  brett.cannon              
       26backport                                                              

Using an exception variable outside an 'except' clause should ra 03/17/08
       http://bugs.python.org/issue2345    created  brett.cannon              
       26backport                                                              

Py3K warn against using __members__                              03/17/08
       http://bugs.python.org/issue2346    created  brett.cannon              
       patch, 26backport                                                       

Py3K warn for using __methods__                                  03/17/08
       http://bugs.python.org/issue2347    created  brett.cannon              
       26backport                                                              

Py3K warn using file.softspace                                   03/17/08
       http://bugs.python.org/issue2348    created  brett.cannon              
       patch, 26backport                                                       

Py3K warn against assigning to True/False                        03/17/08
       http://bugs.python.org/issue2349    created  brett.cannon              
       patch, 26backport                                                       

Warn against importing 'exceptions'                              03/17/08
       http://bugs.python.org/issue2350    created  brett.cannon              
       26backport                                                              

Using __(get|set|del)slice__ needs a Py3K warning                03/17/08
       http://bugs.python.org/issue2351    created  brett.cannon              
       26backport                                                              

Use of __oct__/__hex__ should raise a Py3K warning               03/17/08
       http://bugs.python.org/issue2352    created  brett.cannon              
       26backport                                                              

Use of file.xreadlines() should raise a Py3K warning             03/17/08
       http://bugs.python.org/issue2353    created  brett.cannon              
       patch, 26backport                                                       

cmp argument to list.sort()/sorted() should raise a Py3K warning 03/19/08
       http://bugs.python.org/issue2354    reopened rhettinger                
       patch, 26backport                                                       

Using buffer() should raise a Py3K warning                       03/17/08
       http://bugs.python.org/issue2355    created  brett.cannon              
       patch, 26backport                                                       

sys.exitfunc should raise a Py3K warning                         03/17/08
       http://bugs.python.org/issue2356    created  brett.cannon              
       26backport                                                              

sys.exc_{type,values,traceback} should raise a Py3K warning      03/17/08
       http://bugs.python.org/issue2357    created  brett.cannon              
       patch, 26backport                                                       

Using sys.exc_clear should raise a Py3K warning                  03/17/08
       http://bugs.python.org/issue2358    created  brett.cannon              
       patch, 26backport                                                       

A Py3K warning for array.array.{read,write} is needed            03/17/08
       http://bugs.python.org/issue2359    created  brett.cannon              
       patch, 26backport                                                       

Fixer for itertools.imap() -> map()                              03/17/08
CLOSED http://bugs.python.org/issue2360    created  brett.cannon              
       26backport                                                              

Fixer for itertools.ifilter() -> filter()                        03/17/08
CLOSED http://bugs.python.org/issue2361    created  brett.cannon              
       26backport                                                              

Fixer for itertools.izip() -> zip()                              03/17/08
CLOSED http://bugs.python.org/issue2362    created  brett.cannon              
       26backport                                                              

Fixer for itertools.ifilterfalse() -> itertools.filterfalse()    03/17/08
CLOSED http://bugs.python.org/issue2363    created  brett.cannon              
       26backport                                                              

Patch to make 2to3 testing easier                                03/17/08
CLOSED http://bugs.python.org/issue2364    created  David Wolever             
       patch                                                                   

Fixer for filter(None, ...) -> filter(bool, ...)                 03/17/08
CLOSED http://bugs.python.org/issue2365    created  brett.cannon              
       26backport                                                              

Fixer for new metaclass syntax is needed                         03/17/08
       http://bugs.python.org/issue2366    created  brett.cannon              
       patch, 26backport                                                       

Fixer to handle new places where parentheses are needed          03/17/08
       http://bugs.python.org/issue2367    created  brett.cannon              
       patch, 26backport                                                       

Fixer needed to change __builtin__ -> builtins                   03/17/08
       http://bugs.python.org/issue2368    created  brett.cannon              
       26backport                                                              

Fixer for new integer literals are needed                        03/17/08
       http://bugs.python.org/issue2369    created  brett.cannon              
       26backport                                                              

operator.{isCallable,sequenceIncludes} needs a fixer             03/17/08
       http://bugs.python.org/issue2370    created  brett.cannon              
       patch, 26backport                                                       

Patch for catching exceptions that do not inherit from BaseExcep 03/17/08
CLOSED http://bugs.python.org/issue2371    created  taicki                    
       patch                                                                   

Pubkey                                                           03/17/08
CLOSED http://bugs.python.org/issue2372    created  David Wolever             
                                                                               

Raise Py3K warnings for comparisons that changed                 03/17/08
       http://bugs.python.org/issue2373    created  bethard                   
       patch, 26backport                                                       

Use of builtin file should give Py3k warning                     03/18/08
CLOSED http://bugs.python.org/issue2374    created  benjamin.peterson         
       patch                                                                   

PYTHON3PATH environment variable to supersede PYTHONPATH for mul 03/18/08
       http://bugs.python.org/issue2375    created  glyph                     
                                                                               

Set up "supported"-only buildbot waterfall view                  03/18/08
       http://bugs.python.org/issue2376    created  exarkun                   
                                                                               

Replace import.c with a pure Python implementation               03/18/08
       http://bugs.python.org/issue2377    created  brett.cannon              
                                                                               

UnboundLocalError when trying to raise exceptions inside execfil 03/18/08
       http://bugs.python.org/issue2378    created  jseutter                  
                                                                               

Raise a Py3K warning for __getitem__ or __getslice__ on exceptio 03/18/08
CLOSED http://bugs.python.org/issue2379    created  belopolsky                
       patch                                                                   

Raise a Py3K warning for catching nested tuples with non-BaseExc 03/18/08
       http://bugs.python.org/issue2380    created  belopolsky                
       patch, easy, 26backport                                                 

test_subprocess fails if your sys.executable is on a path with a 03/18/08
       http://bugs.python.org/issue2381    created  lanny                     
       patch, easy                                                             

[Py3k] SyntaxError cursor shifted if multibyte character is in l 03/18/08
       http://bugs.python.org/issue2382    created  ocean-city                
       patch                                                                   

Remove old XXX comment in stat.py                                03/18/08
CLOSED http://bugs.python.org/issue2383    created  jseutter                  
       patch                                                                   

[Py3k] line number is wrong after encoding declaration           03/18/08
       http://bugs.python.org/issue2384    created  ocean-city                
                                                                               

run_setup can fail if the setup script uses __file__             03/18/08
       http://bugs.python.org/issue2385    created  tarek                     
       patch                                                                   

os.strerror missing/HAVE_STRERROR not defined                    03/18/08
CLOSED http://bugs.python.org/issue2386    created  schmir                    
       patch                                                                   

cStringIO and unicode                                            03/18/08
CLOSED http://bugs.python.org/issue2387    created  vdupras                   
       patch                                                                   

Compiler warnings when using UCS4                                03/18/08
       http://bugs.python.org/issue2388    created  benjamin.peterson         
                                                                               

Array pickling exposes internal memory representation of element 03/18/08
       http://bugs.python.org/issue2389    created  hniksic                   
                                                                               

Merge 2.6 ACKS with 3.0 ACKS                                     03/18/08
       http://bugs.python.org/issue2390    created  gvanrossum                
       easy                                                                    

Sean is testing tracker bug.                                     03/18/08
CLOSED http://bugs.python.org/issue2392    created  jafo                      
                                                                               

Backport buffer interface in Python 3.0 to Python 2.6            03/18/08
       http://bugs.python.org/issue2393    created  teoliphant                
                                                                               

[Py3k] Finish the memoryview object implementation               03/18/08
       http://bugs.python.org/issue2394    created  teoliphant                
                                                                               

[Py3k] struct module changes of PEP 3118                         03/18/08
       http://bugs.python.org/issue2395    created  teoliphant                
                                                                               

Backport memoryview object to Python 2.6                         03/18/08
       http://bugs.python.org/issue2396    created  teoliphant                
                                                                               

Backport 3.0 struct module changes to 2.6                        03/18/08
       http://bugs.python.org/issue2397    created  teoliphant                
                                                                               

test_errno fails with unexpected error value EREMOTEIO           03/18/08
CLOSED http://bugs.python.org/issue2398    created  andybalaam                
       patch                                                                   

Patches for Tools/msi                                            03/18/08
       http://bugs.python.org/issue2399    created  teoliphant                
       patch                                                                   

from .foo import * should work                                   03/18/08
CLOSED http://bugs.python.org/issue2400    created  nnorwitz                  
                                                                               

Solaris: ctypes tests being skipped despite following #1516      03/18/08
       http://bugs.python.org/issue2401    created  jafo                      
                                                                               

get rid of warnings in regrtest with -3                          03/18/08
       http://bugs.python.org/issue2402    created  bethard                   
                                                                               

Add figleaf coverage metrics                                     03/18/08
       http://bugs.python.org/issue2403    created  jseutter                  
       patch, patch                                                            

Backport ctypes support for buffer protocol to Python 2.6 (ref i 03/18/08
       http://bugs.python.org/issue2404    created  teoliphant                
                                                                               

Drop w9xpopen and all dependencies                               03/18/08
       http://bugs.python.org/issue2405    created  Trent.Nelson              
                                                                               

Improvement suggestions for the gzip module documentation        03/18/08
       http://bugs.python.org/issue2406    created  madarche                  
                                                                               

warnings.filterwarnings() not isolated between tests             03/18/08
CLOSED http://bugs.python.org/issue2407    created  jseutter                  
       patch, patch                                                            

types module can be implemented only in Python                   03/18/08
       http://bugs.python.org/issue2408    created  benjamin.peterson         
       patch                                                                   

regrtest should not just skip imports that fail                  03/18/08
       http://bugs.python.org/issue2409    created  nnorwitz                  
       patch                                                                   

absolute import doesn't work for standard python modules         03/18/08
       http://bugs.python.org/issue2410    created  dangyogi                  
                                                                               

test_nis.py fails if NIS is not configured or used               03/18/08
CLOSED http://bugs.python.org/issue2411    created  MichaelBishop             
       patch                                                                   

Check 2to3 for support of print function.                        03/18/08
       http://bugs.python.org/issue2412    created  eric.smith                
                                                                               

os.strerror does not check for out of range argument             03/19/08
       http://bugs.python.org/issue2413    created  belopolsky                
       patch                                                                   

Fix implicit relative imports                                    03/19/08
CLOSED http://bugs.python.org/issue2414    created  loewis                    
                                                                               

bytes() should respect __bytes__                                 03/19/08
       http://bugs.python.org/issue2415    created  barry                     
                                                                               

% string formatting does not support %b                          03/19/08
       http://bugs.python.org/issue2416    created  eric.smith                
                                                                               

[py3k] Integer floor division (//): small int check omitted      03/19/08
       http://bugs.python.org/issue2417    created  tjreedy                   
       patch                                                                   

Incorrect LaTeX generated (Python 2.6a1)                         03/19/08
CLOSED http://bugs.python.org/issue2418    created  vmanis1                   
                                                                               

Remove all IRIX dependant modules from aifc module               03/19/08
       http://bugs.python.org/issue2419    created  MichaelBishop             
                                                                               

Faq 4.28 -- Trailing comas                                       03/19/08
       http://bugs.python.org/issue2420    created  dubiel                    
                                                                               

doc\make.bat fails for htmlhelp because of hardcoded filename    03/19/08
       http://bugs.python.org/issue2421    created  tim.golden                
       patch                                                                   

Automatically disable pymalloc when running under valgrind       03/19/08
       http://bugs.python.org/issue2422    created  jamesh                    
       patch                                                                   

test_smtplib.py no longer butt slow                              03/19/08
       http://bugs.python.org/issue2423    created  jseutter                  
       patch, patch                                                            

Logging module hides user code errors (bare except)              03/19/08
       http://bugs.python.org/issue2424    created  bradallen                 
                                                                               

test_py3kwarn doesn't use sys.py3kwarning                        03/19/08
CLOSED http://bugs.python.org/issue2425    created  jeff.balogh               
       patch                                                                   

pysqlite provides no interface for database SQL dump             03/19/08
       http://bugs.python.org/issue2426    created  kippesp                   
       patch                                                                   

2to3 should translate itertools.imap into generator expression,  03/19/08
CLOSED http://bugs.python.org/issue2427    created  dangyogi                  
                                                                               

2to3 deletes # comments before "from __future__ import with_stat 03/19/08
CLOSED http://bugs.python.org/issue2428    created  dangyogi                  
                                                                               

Patch for test_urllib2_net moving tests to use a local server    03/19/08
       http://bugs.python.org/issue2429    created  fuzzyman                  
       patch                                                                   

Stop test_format.py from executing as side effect of import      03/20/08
       http://bugs.python.org/issue2430    created  jseutter                  
       patch, patch                                                            

2to3 is rather slow                                              03/20/08
       http://bugs.python.org/issue2431    created  David Wolever             
       patch                                                                   

DictReader does not suport line_num                              03/20/08
       http://bugs.python.org/issue2432    created  ivanoe                    
                                                                               

Merge  audio modules                                             03/20/08
       http://bugs.python.org/issue2433    created  MichaelBishop             
                                                                               

Improve platform.win32_ver() support for Python installations wi 03/20/08
CLOSED http://bugs.python.org/issue2434    created  lemburg                   
                                                                               

pybench does not run anymore                                     03/20/08
CLOSED http://bugs.python.org/issue2435    created  pitrou                    
                                                                               

Should __future__ print_function be valid in 3.0?                03/20/08
CLOSED http://bugs.python.org/issue2436    created  eric.smith                
                                                                               

Distutils runtime_library_dirs broken on Windows                 03/20/08
       http://bugs.python.org/issue2437    created  janssen                   
                                                                               

subprocess.Popen with wildcard arguments                         03/20/08
CLOSED http://bugs.python.org/issue2438    created  pbrandt                   
                                                                               

Patch to add a get_data function to pkgutil                      03/20/08
       http://bugs.python.org/issue2439    created  pmoore                    
       patch                                                                   

Issues with getargs_n(), PyNumber_Index and PyLong_AsSize_t.     03/20/08
       http://bugs.python.org/issue2440    created  Trent.Nelson              
       patch, patch                                                            

Mac build_install.py script fetches unavailable SQLite version   03/20/08
       http://bugs.python.org/issue2441    created  carlosedp                 
       patch                                                                   

Undocumented features added to 2.6                               03/21/08
       http://bugs.python.org/issue2442    created  akuchling                 
                                                                               

uninitialized access to va_list                                  03/21/08
       http://bugs.python.org/issue2443    created  rolland                   
                                                                               

Adding __iter__ to class Values of module optparse               03/21/08
       http://bugs.python.org/issue2444    created  gpolo                     
       patch                                                                   

Use The CygwinCCompiler Under Cygwin                             03/21/08
       http://bugs.python.org/issue2445    created  dstanek                   
       patch                                                                   



Issues Now Closed (98)
______________________

zlib.crc32() and adler32() return value                           174 days
       http://bugs.python.org/issue1202    gregory.p.smith           
       64bit, easy                                                             

doctest EXCEPTION_RE can't handle preceding output                147 days
       http://bugs.python.org/issue1312    jafo                      
       patch                                                                   

XML codec                                                         132 days
       http://bugs.python.org/issue1399    jafo                      
       patch                                                                   

func alloca inside ctypes lib needs #include <alloca.h> on solar  112 days
       http://bugs.python.org/issue1506    theller                   
       patch                                                                   

os.system() fails for commands with multiple quoted file names    112 days
       http://bugs.python.org/issue1524    jafo                      
                                                                               

IDLE installation problems and no message errors                  106 days
       http://bugs.python.org/issue1544    jafo                      
                                                                               

Backport PEP 3141 to 2.6                                           85 days
       http://bugs.python.org/issue1689    jyasskin                  
                                                                               

VC6 build patch for release-maint25                                78 days
       http://bugs.python.org/issue1720    ocean-city                
       patch                                                                   

.pypirc not found on windows                                       74 days
       http://bugs.python.org/issue1741    jafo                      
       easy                                                                    

ZIP files with archive comments longer than 4k not recognized as   71 days
       http://bugs.python.org/issue1746    jafo                      
                                                                               

OptionMenu class is defined both in Tkinter and Tix                38 days
       http://bugs.python.org/issue2059    jafo                      
                                                                               

pprint._safe_repr() unsafe on ordering differently types objects   36 days
       http://bugs.python.org/issue2074    percivall                 
       patch                                                                   

__import__ with fromlist=[''] causes double initialization of mo   36 days
       http://bugs.python.org/issue2090    hauser                    
                                                                               

Blocking sockets take entirely too long to timeout                 31 days
       http://bugs.python.org/issue2132    jafo                      
                                                                               

Pydoc interactive browser misses some docs                         32 days
       http://bugs.python.org/issue2141    ping                      
                                                                               

smtplib.SSLFakeFile hangs forever if "\n" is not encountered       29 days
       http://bugs.python.org/issue2143    jafo                      
       patch                                                                   

pydistutils.cfg won't be found on Windows                          25 days
       http://bugs.python.org/issue2166    jafo                      
                                                                               

Add map, filter, zip to future_builtins                            24 days
       http://bugs.python.org/issue2171    David Wolever             
                                                                               

code objects should conserve memory                                20 days
       http://bugs.python.org/issue2185    nnorwitz                  
       patch, patch                                                            

[patch] urllib2 hint - disabled ProxyHandler()                     24 days
       http://bugs.python.org/issue2188    jafo                      
                                                                               

urllib.quote() throws KeyError when passed an iterator             24 days
       http://bugs.python.org/issue2189    jafo                      
                                                                               

Further simplify dict literal bytecode                             22 days
       http://bugs.python.org/issue2197    jafo                      
       patch                                                                   

code_hash() can be the same for different code objects             19 days
       http://bugs.python.org/issue2198    jyasskin                  
                                                                               

ssl module getpeercert returns empty dict when cert_reqs=ssl.CER   20 days
       http://bugs.python.org/issue2203    jafo                      
                                                                               

Problems using logging module with idle                            14 days
       http://bugs.python.org/issue2216    vsajip                    
       patch                                                                   

Py30a3: Possibly confusing message when module detection fails     18 days
       http://bugs.python.org/issue2219    jafo                      
                                                                               

Search in 2.6 docs does not work                                   17 days
       http://bugs.python.org/issue2229    jafo                      
                                                                               

TypeError instead of SyntaxError for syntactically invalid gen e   16 days
       http://bugs.python.org/issue2238    jafo                      
                                                                               

empty specifier for float.__format__ does not always print at le    7 days
       http://bugs.python.org/issue2264    eric.smith                
                                                                               

[Py30a3] xml.parsers.expat recognizes encoding="utf-8" but not e    5 days
       http://bugs.python.org/issue2278    georg.brandl              
                                                                               

TextIOWrapper.seekable() always returns False                       5 days
       http://bugs.python.org/issue2282    ping                      
       patch                                                                   

Stack overflow exception caused by test_marshal on Windows x64      4 days
       http://bugs.python.org/issue2286    Trent.Nelson              
       64bit                                                                   

Problems using logging module with logging.basicConfig(level=log    2 days
       http://bugs.python.org/issue2287    vsajip                    
                                                                               

Confusing documentation for urllib.urlopen                          0 days
       http://bugs.python.org/issue2288    georg.brandl              
                                                                               

os.path.normpath over-normalizes                                    2 days
       http://bugs.python.org/issue2289    georg.brandl              
                                                                               

[PATCH] Update Lib/distutils/sysconfig.py to handle x64 Windows     4 days
       http://bugs.python.org/issue2290    Trent.Nelson              
       patch                                                                   

Raise a Py3K warning for catching non-BaseException exceptions      3 days
       http://bugs.python.org/issue2291    gvanrossum                
                                                                               

Missing case / switch / evaluate                                    0 days
       http://bugs.python.org/issue2293    tiran                     
                                                                               

Bug in Pickle protocol involving __setstate__                       0 days
       http://bugs.python.org/issue2294    georg.brandl              
                                                                               

Patch for fatal stack overflow in Windows caused by -v              3 days
       http://bugs.python.org/issue2297    Trent.Nelson              
       patch                                                                   

Minor typos in newtypes.rst                                         0 days
       http://bugs.python.org/issue2299    georg.brandl              
       patch                                                                   

[Py3k] No text shown when SyntaxError (when not UTF8)               1 days
       http://bugs.python.org/issue2301    loewis                    
                                                                               

Decide what to do with bytes/str when transferring pickles betwe    1 days
       http://bugs.python.org/issue2307    gvanrossum                
                                                                               

Add xturtle to the standard library?                                1 days
       http://bugs.python.org/issue2309    georg.brandl              
                                                                               

correct int / long object type casts                                1 days
       http://bugs.python.org/issue2313    jyasskin                  
       patch                                                                   

Test issue                                                          1 days
       http://bugs.python.org/issue2314    loewis                    
                                                                               

abc.py:ABCMeta.__instancecheck__ broken for old style classes       0 days
       http://bugs.python.org/issue2319    jyasskin                  
                                                                               

return more memory from unicode objects to system                   1 days
       http://bugs.python.org/issue2321    nnorwitz                  
       patch, patch                                                            

Make structseq's API look more like a nametuple.                    0 days
       http://bugs.python.org/issue2323    rhettinger                
                                                                               

Document that 2.6 pickles of strings turn into pickles of unicod    0 days
       http://bugs.python.org/issue2324    gvanrossum                
                                                                               

Doc isnumeric and isdecimal for the unicode object                  0 days
       http://bugs.python.org/issue2326    bethard                   
       patch                                                                   

Class **kwds broken (PEP 3115)                                      0 days
       http://bugs.python.org/issue2328    jackdied                  
                                                                               

ImportError: No module named _bsddb                                 3 days
       http://bugs.python.org/issue2329    gregory.p.smith           
                                                                               

Renaming of attributes on functions need to be backported.          0 days
       http://bugs.python.org/issue2332    nnorwitz                  
       26backport                                                              

Backport intern() -> sys.intern()                                   0 days
       http://bugs.python.org/issue2339    rhettinger                
       patch, 26backport                                                       

Raise a Py3K warning when raise non-BaseException exceptions        0 days
       http://bugs.python.org/issue2341    gvanrossum                
       patch, 26backport                                                       

Comparing between disparate types should raise a Py3K warning       1 days
       http://bugs.python.org/issue2342    bethard                   
       patch, 26backport                                                       

Fixer for itertools.imap() -> map()                                 0 days
       http://bugs.python.org/issue2360    David Wolever             
       26backport                                                              

Fixer for itertools.ifilter() -> filter()                           0 days
       http://bugs.python.org/issue2361    David Wolever             
       26backport                                                              

Fixer for itertools.izip() -> zip()                                 0 days
       http://bugs.python.org/issue2362    David Wolever             
       26backport                                                              

Fixer for itertools.ifilterfalse() -> itertools.filterfalse()       0 days
       http://bugs.python.org/issue2363    David Wolever             
       26backport                                                              

Patch to make 2to3 testing easier                                   0 days
       http://bugs.python.org/issue2364    loewis                    
       patch                                                                   

Fixer for filter(None, ...) -> filter(bool, ...)                    0 days
       http://bugs.python.org/issue2365    rhettinger                
       26backport                                                              

Patch for catching exceptions that do not inherit from BaseExcep    0 days
       http://bugs.python.org/issue2371    belopolsky                
       patch                                                                   

Pubkey                                                              0 days
       http://bugs.python.org/issue2372    loewis                    
                                                                               

Use of builtin file should give Py3k warning                        0 days
       http://bugs.python.org/issue2374    benjamin.peterson         
       patch                                                                   

Raise a Py3K warning for __getitem__ or __getslice__ on exceptio    0 days
       http://bugs.python.org/issue2379    gvanrossum                
       patch                                                                   

Remove old XXX comment in stat.py                                   2 days
       http://bugs.python.org/issue2383    georg.brandl              
       patch                                                                   

os.strerror missing/HAVE_STRERROR not defined                       0 days
       http://bugs.python.org/issue2386    belopolsky                
       patch                                                                   

cStringIO and unicode                                               0 days
       http://bugs.python.org/issue2387    georg.brandl              
       patch                                                                   

Sean is testing tracker bug.                                        0 days
       http://bugs.python.org/issue2392    loewis                    
                                                                               

test_errno fails with unexpected error value EREMOTEIO              0 days
       http://bugs.python.org/issue2398    andybalaam                
       patch                                                                   

from .foo import * should work                                      0 days
       http://bugs.python.org/issue2400    loewis                    
                                                                               

warnings.filterwarnings() not isolated between tests                1 days
       http://bugs.python.org/issue2407    brett.cannon              
       patch, patch                                                            

test_nis.py fails if NIS is not configured or used                  1 days
       http://bugs.python.org/issue2411    brett.cannon              
       patch                                                                   

Fix implicit relative imports                                       1 days
       http://bugs.python.org/issue2414    David Wolever             
                                                                               

Incorrect LaTeX generated (Python 2.6a1)                            0 days
       http://bugs.python.org/issue2418    vmanis1                   
                                                                               

test_py3kwarn doesn't use sys.py3kwarning                           0 days
       http://bugs.python.org/issue2425    brett.cannon              
       patch                                                                   

2to3 should translate itertools.imap into generator expression,     0 days
       http://bugs.python.org/issue2427    rhettinger                
                                                                               

2to3 deletes # comments before "from __future__ import with_stat    0 days
       http://bugs.python.org/issue2428    David Wolever             
                                                                               

Improve platform.win32_ver() support for Python installations wi    0 days
       http://bugs.python.org/issue2434    lemburg                   
                                                                               

pybench does not run anymore                                        0 days
       http://bugs.python.org/issue2435    amaury.forgeotdarc        
                                                                               

Should __future__ print_function be valid in 3.0?                   0 days
       http://bugs.python.org/issue2436    eric.smith                
                                                                               

subprocess.Popen with wildcard arguments                            0 days
       http://bugs.python.org/issue2438    skip.montanaro            
                                                                               

pydoc needs readline completion                                  2414 days
       http://bugs.python.org/issue448736  georg.brandl              
                                                                               

long double causes compiler warnings                             2205 days
       http://bugs.python.org/issue525481  jyasskin                  
                                                                               

Deprecate PyNumber_Check                                         1973 days
       http://bugs.python.org/issue628842  nascheme                  
                                                                               

Mach-O gcc optimisation flag can boost performance up to 10%     1774 days
       http://bugs.python.org/issue735110  jvr                       
                                                                               

test_coercion failing on Panther                                 1700 days
       http://bugs.python.org/issue775892  jyasskin                  
                                                                               

sys.exec_prefix does not work                                    1529 days
       http://bugs.python.org/issue871747  georg.brandl              
                                                                               

TclError not a subclass of StandardError                         1218 days
       http://bugs.python.org/issue1068881 nnorwitz                  
                                                                               

add server.shutdown() method to SocketServer                     1050 days
       http://bugs.python.org/issue1193577 jyasskin                  
       patch                                                                   

Elemental Security contribution - pgen2 package                   874 days
       http://bugs.python.org/issue1337696 gvanrossum                
       patch                                                                   

Python build fails for gcc 4.x from Gnu                           730 days
       http://bugs.python.org/issue1450807 jyasskin                  
                                                                               

from __future__ import print_function                             432 days
       http://bugs.python.org/issue1633807 eric.smith                
       patch                                                                   

VC6 build patch for trunk                                         341 days
       http://bugs.python.org/issue1700463 ocean-city                
       patch                                                                   

chown broken on 64bit                                             258 days
       http://bugs.python.org/issue1747858 gregory.p.smith           
       64bit                                                                   

Make python build with gcc-4.2 on OS X 10.4.9                     208 days
       http://bugs.python.org/issue1779871 jyasskin                  
       patch                                                                   



Top Issues Most Discussed (10)
______________________________

 16 Py3K warn against assigning to True/False                          4 days
open    http://bugs.python.org/issue2349   

 15 tokenize module w/ coding cookie                                1806 days
open    http://bugs.python.org/issue719888 

 14 Raise a Py3K warning for catching non-BaseException exceptions     3 days
closed  http://bugs.python.org/issue2291   

 14 improved allocation of PyUnicode objects                          55 days
open    http://bugs.python.org/issue1943   

 12 Patch to add a get_data function to pkgutil                        1 days
open    http://bugs.python.org/issue2439   

  9 [py3k] Integer floor division (//): small int check omitted        3 days
open    http://bugs.python.org/issue2417   

  8 Raise Py3K warnings for comparisons that changed                   4 days
open    http://bugs.python.org/issue2373   

  8 [Py3k] No text shown when SyntaxError (when not UTF8)              1 days
closed  http://bugs.python.org/issue2301   

  8 Missing *-unpacking generalizations                                6 days
open    http://bugs.python.org/issue2292   

  8 Add a factorial function                                           4 days
open    http://bugs.python.org/issue2138   





More information about the Python-Dev mailing list