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


 1266 open (+13) / 11396 closed (+11) / 12662 total (+24)

Open issues with patches:   408

Average duration of open issues: 678 days.
Median duration of open issues: 643 days.

Open Issues Breakdown
   open  1262 (+13)
pending     4 ( +0)

Issues Created Or Reopened (24)
_______________________________

Suggested change to _exit function description in os module docu 09/12/07
CLOSED http://bugs.python.org/issue1156    created  jtonsing                 
                                                                               

test_urllib2net fails on test_ftp                                09/12/07
       http://bugs.python.org/issue1157    created  gvanrossum               
                                                                               

%f format for datetime objects                                   09/13/07
       http://bugs.python.org/issue1158    created  skip.montanaro           
       py3k, patch                                                             

os.getenv() not updated after external module uses C putenv()    09/13/07
       http://bugs.python.org/issue1159    created  robert.ancell            
                                                                               

Medium size regexp crashes python                                09/13/07
       http://bugs.python.org/issue1160    created  ostkamp                  
                                                                               

Garbled chars in offending line of SyntaxError traceback         09/13/07
       http://bugs.python.org/issue1161    created  eopadoan                 
                                                                               

Python doesn't compile on Microsoft Visual Studio 2008 "Orcas" B 09/13/07
CLOSED http://bugs.python.org/issue1162    created  swaroopch                
                                                                               

Patch to make py3k/Lib/test/test_thread.py use unittest          09/13/07
       http://bugs.python.org/issue1163    created  JonoDiCarlo              
       patch                                                                   

tp_print slots don't release the GIL                             09/14/07
CLOSED http://bugs.python.org/issue1164    created  arigo                    
       patch                                                                   

Should itertools.count work for arbitrary integers?              09/15/07
       http://bugs.python.org/issue1165    created  eopadoan                 
       py3k                                                                    

NameError when calling malloc                                    09/15/07
CLOSED http://bugs.python.org/issue1166    created  esr                      
                                                                               

gdbm/ndbm 1.8.1+ needs libgdbm_compat.so                         09/16/07
       http://bugs.python.org/issue1167    created  ikelly                   
       patch                                                                   

complex arithmetic: strange results with "imag"                  09/16/07
CLOSED http://bugs.python.org/issue1168    created  newman                   
                                                                               

Option -OO doesn't remove docstrings from functions              09/16/07
CLOSED http://bugs.python.org/issue1169    created  piro                     
       patch                                                                   

shlex have problems with parsing unicode                         09/17/07
       http://bugs.python.org/issue1170    created  dexen                    
                                                                               

allow subclassing of bytes type                                  09/17/07
       http://bugs.python.org/issue1171    created  mfenniak                 
       py3k, patch                                                             

Documentation for done attribute of FieldStorage class           09/17/07
CLOSED http://bugs.python.org/issue1172    created  bkline                   
       patch                                                                   

yield expressions not documented in Language Reference           09/17/07
CLOSED http://bugs.python.org/issue1173    created  dangyogi                 
                                                                               

new generator methods not documented in Library Reference        09/17/07
CLOSED http://bugs.python.org/issue1174    created  dangyogi                 
                                                                               

.readline() has bug WRT nonblocking files                        09/18/07
CLOSED http://bugs.python.org/issue1175    created  ajb                      
                                                                               

str.split() takes no keyword arguments (Should this be expected? 09/18/07
       http://bugs.python.org/issue1176    created  sergioc                  
                                                                               

urllib* 20x responses not OK?                                    09/19/07
CLOSED http://bugs.python.org/issue1177    reopened jafo                     
       patch                                                                   

IDLE - add "paste code" functionality                            09/18/07
       http://bugs.python.org/issue1178    created  taleinat                 
       patch                                                                   

[CVE-2007-4965] Integer overflow in imageop module               09/19/07
       http://bugs.python.org/issue1179    created  cartman                  
                                                                               



Issues Now Closed (34)
______________________

cgi:  parse_qs and parse_qsl misbehave on empty strings            24 days
       http://bugs.python.org/issue1014    gvanrossum               
                                                                               

[py3k] pdb does not work in python 3000                            16 days
       http://bugs.python.org/issue1038    georg.brandl             
       py3k                                                                    

platform system may be Windows or Microsoft since Vista            17 days
       http://bugs.python.org/issue1082    [EMAIL PROTECTED]       
       patch                                                                   

"make altinstall" installs pydoc, idle, smtpd.py with broken she    6 days
       http://bugs.python.org/issue1120    georg.brandl             
                                                                               

Document inspect.getfullargspec()                                   6 days
       http://bugs.python.org/issue1121    georg.brandl             
       py3k                                                                    

split(None, maxsplit) does not strip whitespace correctly          12 days
       http://bugs.python.org/issue1123    nirs                     
                                                                               

file.fileno and file.isatty() should be implementable by any fil   11 days
       http://bugs.python.org/issue1126    jafo                     
                                                                               

Reference Manual: "for statement" links to "break statement"       10 days
       http://bugs.python.org/issue1131    georg.brandl             
                                                                               

re.sub returns str when processing empty unicode string             7 days
       http://bugs.python.org/issue1140    jafo                     
                                                                               

reading large files                                                 8 days
       http://bugs.python.org/issue1141    jafo                     
                                                                               

TypeError on join - httplib mixing str and bytes                    1 days
       http://bugs.python.org/issue1148    gvanrossum               
                                                                               

fdopen does not work as expected                                    6 days
       http://bugs.python.org/issue1149    jafo                     
                                                                               

Rename PyBUF_WRITEABLE to PyBUF_WRITABLE                            6 days
       http://bugs.python.org/issue1150    jafo                     
       patch                                                                   

help(pickle) fails: unorderable types: type() < type()              0 days
       http://bugs.python.org/issue1153    georg.brandl             
                                                                               

Carbon.CF memory leak                                               0 days
       http://bugs.python.org/issue1154    georg.brandl             
                                                                               

Suggested change to _exit function description in os module docu    2 days
       http://bugs.python.org/issue1156    jtonsing                 
                                                                               

Python doesn't compile on Microsoft Visual Studio 2008 "Orcas" B    1 days
       http://bugs.python.org/issue1162    georg.brandl             
                                                                               

tp_print slots don't release the GIL                                2 days
       http://bugs.python.org/issue1164    brett.cannon             
       patch                                                                   

NameError when calling malloc                                       0 days
       http://bugs.python.org/issue1166    loewis                   
                                                                               

complex arithmetic: strange results with "imag"                     0 days
       http://bugs.python.org/issue1168    georg.brandl             
                                                                               

Option -OO doesn't remove docstrings from functions                 3 days
       http://bugs.python.org/issue1169    georg.brandl             
       patch                                                                   

Documentation for done attribute of FieldStorage class              1 days
       http://bugs.python.org/issue1172    jafo                     
       patch                                                                   

yield expressions not documented in Language Reference              0 days
       http://bugs.python.org/issue1173    georg.brandl             
                                                                               

new generator methods not documented in Library Reference           0 days
       http://bugs.python.org/issue1174    georg.brandl             
                                                                               

.readline() has bug WRT nonblocking files                           1 days
       http://bugs.python.org/issue1175    gvanrossum               
                                                                               

urllib* 20x responses not OK?                                       0 days
       http://bugs.python.org/issue1177    facundobatista           
       patch                                                                   

time mod's timezone doesn't honor TZ var                         2114 days
       http://bugs.python.org/issue487331  brett.cannon             
                                                                               

asyncore file wrapper & os.error                                 1988 days
       http://bugs.python.org/issue539444  brett.cannon             
                                                                               

long file name support broken in windows                         1983 days
       http://bugs.python.org/issue542314  mhammond                 
                                                                               

urllib2 raises exception with non-200 success codes.             1193 days
       http://bugs.python.org/issue971965  georg.brandl             
                                                                               

class property fset not working                                   842 days
       http://bugs.python.org/issue1207379 georg.brandl             
                                                                               

Reading with bz2.BZ2File() returns one garbage character          306 days
       http://bugs.python.org/issue1597011 jafo                     
                                                                               

Decimal and long hash, compatibly and efficiently                  38 days
       http://bugs.python.org/issue1772851 facundobatista           
       patch                                                                   

ctypes on Solaris                                                  25 days
       http://bugs.python.org/issue1777530 theller                  
                                                                               



Top Issues Most Discussed (10)
______________________________

 12 platform system may be Windows or Microsoft since Vista           17 days
closed  http://bugs.python.org/issue1082   

  9 tp_print slots don't release the GIL                               2 days
closed  http://bugs.python.org/issue1164   

  9 os.getenv() not updated after external module uses C putenv()      6 days
open    http://bugs.python.org/issue1159   

  9 %f format for datetime objects                                     7 days
open    http://bugs.python.org/issue1158   

  7 urllib* 20x responses not OK?                                      0 days
closed  http://bugs.python.org/issue1177   

  6 Optimizations for cgi.FieldStorage methods                       399 days
open    http://bugs.python.org/issue1541463

  6 .readline() has bug WRT nonblocking files                          1 days
closed  http://bugs.python.org/issue1175   

  6 Allow str.join to join non-string types (as per PEP 3100)          8 days
open    http://bugs.python.org/issue1145   

  5 Decimal and long hash, compatibly and efficiently                 38 days
closed  http://bugs.python.org/issue1772851

  5 Documentation for done attribute of FieldStorage class             1 days
closed  http://bugs.python.org/issue1172   



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

Reply via email to