[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Jul 10 18:07:30 CEST 2009
ACTIVITY SUMMARY (07/03/09 - 07/10/09)
Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.
2245 open (+32) / 16035 closed (+17) / 18280 total (+49)
Open issues with patches: 894
Average duration of open issues: 660 days.
Median duration of open issues: 414 days.
Open Issues Breakdown
open 2215 (+32)
pending 30 ( +0)
Issues Created Or Reopened (52)
_______________________________
multiprocessing: BaseManager.from_address documented but doesn't 07/09/09
http://bugs.python.org/issue3518 reopened jnoller
logging.basicConfig(level='DEBUG', ... and setLevel("DEBUG") res 07/06/09
http://bugs.python.org/issue6314 reopened r.david.murray
patch
distutils compiler switch ignored 07/08/09
http://bugs.python.org/issue6377 reopened tarek
patch
Dictionaries should support __add__ 07/04/09
CLOSED http://bugs.python.org/issue6410 reopened ezio.melotti
3.1 not functional 07/03/09
CLOSED http://bugs.python.org/issue6411 created element.effect
Titlecase as defined in Unicode Case Mappings not followed 07/03/09
http://bugs.python.org/issue6412 created christoph
patch
incorrect log level in distutlis.dist for announce 07/04/09
CLOSED http://bugs.python.org/issue6413 created tarek
struct module : processor endianness descriptions misleading 07/04/09
http://bugs.python.org/issue6414 created kmag
easy
warnings.warn segfaults on bad formatted string 07/04/09
http://bugs.python.org/issue6415 created wiesenth
patch
Failed to compile selectmodule.c on windows (trunk) 07/04/09
CLOSED http://bugs.python.org/issue6416 created ocean-city
easy
multiprocessing Process examples: print and getppid 07/04/09
http://bugs.python.org/issue6417 created mnewman
unittest.TestProgram change breaks nose 07/04/09
http://bugs.python.org/issue6418 created jpellerin
patch
Broken test_kqueue.py on OpenBSD 07/04/09
http://bugs.python.org/issue6419 created henry.precheur
Fix warning in nismodule.c on OpenBSD 07/04/09
CLOSED http://bugs.python.org/issue6420 created henry.precheur
patch
errors in docs re module initialization vs self arg to functions 07/04/09
http://bugs.python.org/issue6421 created aleax
easy
timeit called from within Python should allow autoranging 07/05/09
http://bugs.python.org/issue6422 created scott_daniels
patch
The cgi docs should advertize using "in" instead of "has_key" 07/05/09
http://bugs.python.org/issue6423 created cito
patch
Idle3 crashing when using completion 07/05/09
CLOSED http://bugs.python.org/issue6424 created tcourbon
imaplib.IMAP4.fetch() is missing documentation for message_set p 07/06/09
CLOSED http://bugs.python.org/issue6425 created Sjoerder
imaplib.IMAP4 "command illegal in this state" is unhelpful error 07/06/09
http://bugs.python.org/issue6426 created Sjoerder
easy
Rename float*.[ch] to double.[ch] 07/06/09
CLOSED http://bugs.python.org/issue6427 created jackdied
TypeError: __bool__ should return bool or int, returned int 07/06/09
CLOSED http://bugs.python.org/issue6428 created SilentGhost
patch
2to3: fix_future conflicts with fix_print 07/06/09
http://bugs.python.org/issue6429 created alexandre.vassalotti
array.array falsely advertises support for 'w' in documentation 07/06/09
http://bugs.python.org/issue6430 created alexandre.vassalotti
Fraction fails equality test with a user-defined type 07/07/09
http://bugs.python.org/issue6431 created casevh
patch
ImageTk.PhotoImage 07/07/09
CLOSED http://bugs.python.org/issue6432 created jpmieville
multiprocessing: pool.map hangs on empty list 07/07/09
http://bugs.python.org/issue6433 created ede
patch
buffer overflow in Zipfile when wrinting more than 2gig file 07/07/09
http://bugs.python.org/issue6434 created segfault42
logging: cache the traceback text on formatter, instead of recor 07/08/09
CLOSED http://bugs.python.org/issue6435 created srid
trace module doesn't seem to produce .cover files for Py3 (but d 07/08/09
http://bugs.python.org/issue6436 created mark
Personal invitation from Manas 07/08/09
CLOSED http://bugs.python.org/issue6437 created gravitywarrior1
cygwincompiler regular expressions broken 07/08/09
http://bugs.python.org/issue6438 created tarek
Demo/embed/demo.c use of PySys_SetArgv() is invalid 07/08/09
http://bugs.python.org/issue6439 created ideasman42
2to3: convert deprecated string.maketrans to str.maketrans 07/08/09
CLOSED http://bugs.python.org/issue6440 created ede
Tkinter cannot find *64 bit* Tcl/Tk on Mac OS X 07/08/09
http://bugs.python.org/issue6441 created keflavich
Backwards __contains__/has_key in xml/sax/xmlreader.py 07/08/09
http://bugs.python.org/issue6442 created MostAwesomeDude
patch
_winreg.QueryValueEx confused on double null terminated strings 07/09/09
http://bugs.python.org/issue6443 created AndrewZiem
multiline exception logging via syslog handler 07/09/09
http://bugs.python.org/issue6444 created LwarX
Add check parameter to subprocess.Popen.communicate 07/09/09
http://bugs.python.org/issue6445 created OG7
import_spam() in extending python can fail without setting the e 07/09/09
http://bugs.python.org/issue6446 created jak
PATCH: typo (English) in subprocess module 07/09/09
http://bugs.python.org/issue6447 created Yinon
patch
imp.find_module() -- be explicity that 'path' must be a list 07/09/09
http://bugs.python.org/issue6448 created jordanb
Improve/update python.org/dev/ 07/09/09
http://bugs.python.org/issue6449 created ezio.melotti
easy
normpath() sometimes maps unicode to str 07/09/09
http://bugs.python.org/issue6450 created sandberg
2to3 adds spare brackets to print 07/09/09
CLOSED http://bugs.python.org/issue6451 created bazooka
urllib2.Request() will not work with long authorization headers 07/09/09
http://bugs.python.org/issue6452 created jamal
Improve bool TypeError message 07/10/09
CLOSED http://bugs.python.org/issue6453 reopened tjreedy
easy
Add "example" keyword argument to optparse constructor 07/09/09
http://bugs.python.org/issue6454 created waylonis
Lib/distutils/tests/test_build_ext.py fails on windows 07/10/09
CLOSED http://bugs.python.org/issue6455 created ocean-city
patch
locale.D_* and .T_* are int, not string 07/10/09
CLOSED http://bugs.python.org/issue6456 created dauerbaustelle
subprocess.Popen.communicate can lose data from output/error str 07/10/09
http://bugs.python.org/issue6457 created dwalczak
With logging.config.fileConfig can't create logger without handl 07/10/09
http://bugs.python.org/issue6458 created sean
Issues Now Closed (40)
______________________
xdrlib fails to detect overflow (struct bug?) 586 days
http://bugs.python.org/issue1523 marketdickinson
python2.6 -3 gives "warning: callable() not supported in 3.x" on 509 days
http://bugs.python.org/issue2060 ezio.melotti
operator.{isCallable,sequenceIncludes} needs a fixer 474 days
http://bugs.python.org/issue2370 alexandre.vassalotti
patch, 26backport, needs review
Regression for executing packages 432 days
http://bugs.python.org/issue2751 ncoghlan
truncation of text in tables in Library Reference PDF 407 days
http://bugs.python.org/issue2977 georg.brandl
datetime.time does not support arithmetic 370 days
http://bugs.python.org/issue3250 lemburg
patch
os.chdir() et al: is the path str or bytes? 298 days
http://bugs.python.org/issue3810 r.david.murray
pydoc in web server mode tails at initial request 277 days
http://bugs.python.org/issue4005 alexandre.vassalotti
patch, needs review
Tkinter cannot find Tcl/Tk on Mac OS X 279 days
http://bugs.python.org/issue4017 ronaldoussoren
Partial function application 'from the right' 150 days
http://bugs.python.org/issue5191 amaury.forgeotdarc
patch
Remove deprecated features from struct module 116 days
http://bugs.python.org/issue5463 marketdickinson
patch
SocketServer: TypeError: waitpid() takes no keyword arguments 76 days
http://bugs.python.org/issue5814 r.david.murray
format(1234.5, '.4') gives misleading result 70 days
http://bugs.python.org/issue5864 eric.smith
patch
Windows Installer Error 1722 when opting for compilation at inst 57 days
http://bugs.python.org/issue5960 keldonin
Py3.1 pdb doesn't deal well with syntax errors 17 days
http://bugs.python.org/issue6323 amaury.forgeotdarc
patch, needs review
logging: ValueError: I/O operation on closed file 16 days
http://bugs.python.org/issue6333 hpk
"L" integer suffix in Python 3.1 tutorial 5 days
http://bugs.python.org/issue6353 ezio.melotti
patch
README typo 2 days
http://bugs.python.org/issue6398 ezio.melotti
patch
Error reporting by logging.config.fileConfig() 7 days
http://bugs.python.org/issue6399 vsajip
Dictionaries should support __add__ 2 days
http://bugs.python.org/issue6410 exarkun
3.1 not functional 0 days
http://bugs.python.org/issue6411 element.effect
incorrect log level in distutlis.dist for announce 0 days
http://bugs.python.org/issue6413 tarek
Failed to compile selectmodule.c on windows (trunk) 5 days
http://bugs.python.org/issue6416 amaury.forgeotdarc
easy
Fix warning in nismodule.c on OpenBSD 2 days
http://bugs.python.org/issue6420 amaury.forgeotdarc
patch
Idle3 crashing when using completion 0 days
http://bugs.python.org/issue6424 amaury.forgeotdarc
imaplib.IMAP4.fetch() is missing documentation for message_set p 2 days
http://bugs.python.org/issue6425 Sjoerder
Rename float*.[ch] to double.[ch] 0 days
http://bugs.python.org/issue6427 loewis
TypeError: __bool__ should return bool or int, returned int 0 days
http://bugs.python.org/issue6428 amaury.forgeotdarc
patch
ImageTk.PhotoImage 0 days
http://bugs.python.org/issue6432 jpmieville
logging: cache the traceback text on formatter, instead of recor 2 days
http://bugs.python.org/issue6435 vsajip
Personal invitation from Manas 0 days
http://bugs.python.org/issue6437 marketdickinson
2to3: convert deprecated string.maketrans to str.maketrans 0 days
http://bugs.python.org/issue6440 r.david.murray
2to3 adds spare brackets to print 0 days
http://bugs.python.org/issue6451 r.david.murray
Improve bool TypeError message 0 days
http://bugs.python.org/issue6453 amaury.forgeotdarc
easy
Lib/distutils/tests/test_build_ext.py fails on windows 0 days
http://bugs.python.org/issue6455 tarek
patch
locale.D_* and .T_* are int, not string 0 days
http://bugs.python.org/issue6456 amaury.forgeotdarc
win32 os.path.normpath not correct for leading slash cases 2371 days
http://bugs.python.org/issue665336 amaury.forgeotdarc
ntpath.expandvars doesn't expand Windows-style variables. 2091 days
http://bugs.python.org/issue824371 amaury.forgeotdarc
easy
struct.pack raises TypeError where it used to convert 1073 days
http://bugs.python.org/issue1530559 marketdickinson
patch
struct.pack("I", "foo"); struct.pack("L", "foo") should fail 745 days
http://bugs.python.org/issue1741130 marketdickinson
patch
Top Issues Most Discussed (10)
______________________________
23 distutils compiler switch ignored 2 days
open http://bugs.python.org/issue6377
18 logging: ValueError: I/O operation on closed file 16 days
closed http://bugs.python.org/issue6333
14 Dictionaries should support __add__ 2 days
closed http://bugs.python.org/issue6410
12 platform.version() don't work as expected in Vista in portugues 357 days
open http://bugs.python.org/issue3410
10 OS X: python3 from python-3.1.dmg crashes at startup 9 days
open http://bugs.python.org/issue6393
9 logging: cache the traceback text on formatter, instead of reco 2 days
closed http://bugs.python.org/issue6435
7 _winreg.QueryValueEx confused on double null terminated strings 2 days
open http://bugs.python.org/issue6443
7 test_socketserver fails on trunk in test_ForkingTCPServer 11 days
open http://bugs.python.org/issue6382
6 3.1 not functional 0 days
closed http://bugs.python.org/issue6411
5 Fraction fails equality test with a user-defined type 3 days
open http://bugs.python.org/issue6431
More information about the Python-Dev
mailing list