[Python-Dev] Summary of Tracker Issues
Tracker
status at bugs.python.org
Fri Dec 7 19:06:06 CET 2007
ACTIVITY SUMMARY (11/30/07 - 12/07/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.
1324 open (+22) / 11727 closed (+19) / 13051 total (+41)
Open issues with patches: 417
Average duration of open issues: 700 days.
Median duration of open issues: 858 days.
Open Issues Breakdown
open 1317 (+22)
pending 7 ( +0)
Issues Created Or Reopened (42)
_______________________________
Management of KeyboardInterrupt in cmd.py 12/04/07
http://bugs.python.org/issue1294 reopened gvanrossum
patch
Add os.fchmod 11/30/07
CLOSED http://bugs.python.org/issue1528 created gvanrossum
Error when passing a file object to tarfile.open() 11/30/07
CLOSED http://bugs.python.org/issue1529 created GeorgeNotaras
doctest should return error if not all tests passed 11/30/07
http://bugs.python.org/issue1530 created tebeka
tarfile.open(fileobj=f) and bad metadata of the first file withi 11/30/07
CLOSED http://bugs.python.org/issue1531 created GeorgeNotaras
Refleak run of test_tcl fails 11/30/07
http://bugs.python.org/issue1532 created tiran
py3k
Bug in range() function for large values 12/01/07
http://bugs.python.org/issue1533 created robertwb
sys.maxfloat patch 12/01/07
CLOSED http://bugs.python.org/issue1534 created tiran
py3k, patch
Rename __builtin__ to builtins 12/01/07
CLOSED http://bugs.python.org/issue1535 created georg.brandl
py3k, patch
pickle's documentation is severely outdated 12/01/07
http://bugs.python.org/issue1536 created alexandre.vassalotti
Change GeneratorExit's base class from Exception to BaseExceptio 12/02/07
CLOSED http://bugs.python.org/issue1537 created aegis
patch
Avoid string copy when split char doesn't match 12/02/07
http://bugs.python.org/issue1538 created skip.montanaro
patch
test_collections: failing refleak test 12/02/07
CLOSED http://bugs.python.org/issue1539 created tiran
py3k
Refleak tests: test_doctest and test_gc are failing 12/02/07
http://bugs.python.org/issue1540 created tiran
py3k
Bad OOB data management when using asyncore with select.poll() 12/02/07
http://bugs.python.org/issue1541 created billiejoex
Ship 32 and 64bit libs with MSI installer 12/02/07
http://bugs.python.org/issue1542 created tiran
MSI installer needs to be updated to install x86 and x64 version 12/02/07
CLOSED http://bugs.python.org/issue1543 created Dude-X
IDLE installation problems and no message errors 12/03/07
http://bugs.python.org/issue1544 created danicyber
shutil fails when copying to NTFS in Linux 12/03/07
http://bugs.python.org/issue1545 reopened gvanrossum
patch
Win32 Platform SDK conflict 12/03/07
CLOSED http://bugs.python.org/issue1546 created adal
Minor typos in whatsnew26 12/03/07
CLOSED http://bugs.python.org/issue1547 created tim.golden
patch
Tiny typo in doc\using\cmdline.rst 12/03/07
CLOSED http://bugs.python.org/issue1548 created tim.golden
patch
Regression with __hash__ definition and rich comparison operator 12/03/07
http://bugs.python.org/issue1549 created therve
help('modules') broken by several 3rd party libraries (svn patch 12/03/07
http://bugs.python.org/issue1550 created benjhayden
Port Python/import.c to py3k branch 12/03/07
CLOSED http://bugs.python.org/issue1551 created tiran
py3k
fromfd() and socketpair() should return wrapped sockets 12/04/07
http://bugs.python.org/issue1552 created ts1
An errornous __length_hint__ can make list() raise a SystemError 12/04/07
CLOSED http://bugs.python.org/issue1553 created alexandre.vassalotti
[patch] socketmodule cleanups: allow the use of keywords in sock 12/04/07
http://bugs.python.org/issue1554 created therve
Print-media stylesheet for sphinx docs incomplete 12/04/07
CLOSED http://bugs.python.org/issue1555 created tim.golden
Failure when calling __str__ for MIMEBase(message, rfc822) objec 12/05/07
http://bugs.python.org/issue1556 created hsp
import distutils.msvccompiler hangs when the environment is too 12/05/07
CLOSED http://bugs.python.org/issue1557 created theller
py3k
x64 platform doesn't define _WIN64 12/05/07
CLOSED http://bugs.python.org/issue1558 created tiran
py3k, 64bit
round() does not 12/05/07
CLOSED http://bugs.python.org/issue1559 created travelgirl
PATCH: Attribute lookup caching 12/05/07
http://bugs.python.org/issue1560 created ntoronto
patch
py3k: test_mailbox fails on Windows 12/06/07
http://bugs.python.org/issue1561 created amaury.forgeotdarc
Decimal can't be subclassed useful 12/06/07
http://bugs.python.org/issue1562 created poelzi
asyncore and asynchat incompatible with Py3k str and bytes 12/06/07
http://bugs.python.org/issue1563 created djarb
py3k
The set implementation should special-case PyUnicode instead of 12/06/07
http://bugs.python.org/issue1564 created gvanrossum
py3k
round(x,y) doesn't behave as expected, round error 12/07/07
CLOSED http://bugs.python.org/issue1565 created shlomoa
sock_type doesn't have GC although it can contain a PyObject* 12/07/07
CLOSED http://bugs.python.org/issue1566 created tiran
Patch for new API method _PyImport_ImportModuleNoLock(char *name 12/07/07
http://bugs.python.org/issue1567 created tiran
PATCH: Armin's attribute lookup caching for 3.0 12/07/07
http://bugs.python.org/issue1568 created ntoronto
py3k, patch
Issues Now Closed (41)
______________________
test_smtplib failures (caused by asyncore) 96 days
http://bugs.python.org/issue1067 georg.brandl
py3k, patch
''.find() gives wrong result in Python built with ICC 94 days
http://bugs.python.org/issue1084 sanders_muc
Document PySys_* API functions 56 days
http://bugs.python.org/issue1245 georg.brandl
PyBytes (buffer) .extend method needs to accept any iterable of 49 days
http://bugs.python.org/issue1283 alexandre.vassalotti
py3k, patch
Compile error on OS X 10.5 33 days
http://bugs.python.org/issue1358 ronaldoussoren
Py3k's print() flushing problem 28 days
http://bugs.python.org/issue1400 gvanrossum
py3k
Fix for refleak tests 21 days
http://bugs.python.org/issue1414 tiran
py3k, patch
Calling base class methods is slow due to __instancecheck__ over 18 days
http://bugs.python.org/issue1438 tiran
py3k
VS2008, quick hack for distutils.msvccompiler 16 days
http://bugs.python.org/issue1455 tiran
py3k, patch
PEP 366 implementation 11 days
http://bugs.python.org/issue1487 ncoghlan
patch
Rename __builtins__ to __root_namespace__? 5 days
http://bugs.python.org/issue1498 tiran
py3k
'without make' documentation build anomaly 4 days
http://bugs.python.org/issue1520 georg.brandl
string.decode() fails on long strings 1 days
http://bugs.python.org/issue1521 amaury.forgeotdarc
Add os.fchmod 0 days
http://bugs.python.org/issue1528 tiran
Error when passing a file object to tarfile.open() 0 days
http://bugs.python.org/issue1529 amaury.forgeotdarc
tarfile.open(fileobj=f) and bad metadata of the first file withi 1 days
http://bugs.python.org/issue1531 GeorgeNotaras
sys.maxfloat patch 1 days
http://bugs.python.org/issue1534 marketdickinson
py3k, patch
Rename __builtin__ to builtins 1 days
http://bugs.python.org/issue1535 georg.brandl
py3k, patch
Change GeneratorExit's base class from Exception to BaseExceptio 2 days
http://bugs.python.org/issue1537 aegis
patch
test_collections: failing refleak test 3 days
http://bugs.python.org/issue1539 tiran
py3k
MSI installer needs to be updated to install x86 and x64 version 0 days
http://bugs.python.org/issue1543 loewis
Win32 Platform SDK conflict 0 days
http://bugs.python.org/issue1546 tiran
Minor typos in whatsnew26 0 days
http://bugs.python.org/issue1547 facundobatista
patch
Tiny typo in doc\using\cmdline.rst 0 days
http://bugs.python.org/issue1548 georg.brandl
patch
Port Python/import.c to py3k branch 1 days
http://bugs.python.org/issue1551 tiran
py3k
An errornous __length_hint__ can make list() raise a SystemError 1 days
http://bugs.python.org/issue1553 tiran
Print-media stylesheet for sphinx docs incomplete 0 days
http://bugs.python.org/issue1555 georg.brandl
import distutils.msvccompiler hangs when the environment is too 0 days
http://bugs.python.org/issue1557 tiran
py3k
x64 platform doesn't define _WIN64 0 days
http://bugs.python.org/issue1558 tiran
py3k, 64bit
round() does not 0 days
http://bugs.python.org/issue1559 gvanrossum
round(x,y) doesn't behave as expected, round error 0 days
http://bugs.python.org/issue1565 amaury.forgeotdarc
sock_type doesn't have GC although it can contain a PyObject* 0 days
http://bugs.python.org/issue1566 tiran
Write 'Using Python on Platform X' documents 2246 days
http://bugs.python.org/issue469773 georg.brandl
cPickle.Pickler: in list mode, no way to set protocol 1319 days
http://bugs.python.org/issue939395 georg.brandl
socket intial recv() latency 818 days
http://bugs.python.org/issue1285940 arigo
add os.chflags() and os.lchflags() where available 566 days
http://bugs.python.org/issue1490190 loewis
patch
Absolute/relative import not working? 530 days
http://bugs.python.org/issue1510172 ncoghlan
String methods don't support explicit None arguments 465 days
http://bugs.python.org/issue1546585 ncoghlan
Py_signal_pipe 439 days
http://bugs.python.org/issue1564547 gustavo
patch
No docs for PyEval_EvalCode and related functions 200 days
http://bugs.python.org/issue1719933 georg.brandl
64/32-bit issue when unpickling random.Random 188 days
http://bugs.python.org/issue1727780 loewis
patch
Top Issues Most Discussed (10)
______________________________
26 shutil fails when copying to NTFS in Linux 4 days
open http://bugs.python.org/issue1545
14 SSL tests leak memory 18 days
open http://bugs.python.org/issue1469
12 'without make' documentation build anomaly 4 days
closed http://bugs.python.org/issue1520
10 Regression with __hash__ definition and rich comparison operato 4 days
open http://bugs.python.org/issue1549
10 Change GeneratorExit's base class from Exception to BaseExcepti 2 days
closed http://bugs.python.org/issue1537
9 Add 2to3 fixer for (un)bound methods 10 days
open http://bugs.python.org/issue1504
8 sys.maxfloat patch 1 days
closed http://bugs.python.org/issue1534
8 missing constants in socket module 9 days
open http://bugs.python.org/issue1514
8 PyBytes (buffer) .extend method needs to accept any iterable of 49 days
closed http://bugs.python.org/issue1283
6 Rename __builtin__ to builtins 1 days
closed http://bugs.python.org/issue1535
More information about the Python-Dev
mailing list