[Python-Dev] Summary of Tracker Issues (original) (raw)

Tracker status at bugs.python.org
Tue Nov 13 19:06:07 CET 2007


ACTIVITY SUMMARY (11/06/07 - 11/13/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.

1323 open (+17) / 11597 closed (+23) / 12920 total (+40)

Open issues with patches: 418

Average duration of open issues: 689 days. Median duration of open issues: 795 days.

Open Issues Breakdown open 1318 (+17) pending 5 ( +0)

Issues Created Or Reopened (41)


test_import breaks on Linux 11/09/07 http://bugs.python.org/issue1377 reopened gvanrossum
py3k

Can't pickle partial functions 11/07/07 CLOSED http://bugs.python.org/issue1398 created danhs

XML codec 11/07/07 http://bugs.python.org/issue1399 created doerwalter
patch

Py3k's print() flushing problem 11/07/07 http://bugs.python.org/issue1400 created wojtekwalczak
py3k

urllib2 302 POST 11/07/07 http://bugs.python.org/issue1401 created andresriancho

Interpreter cleanup: order of _PyGILState_Fini and PyInterpreter 11/07/07 http://bugs.python.org/issue1402 created ronaldoussoren

py_compile and compileall need unit tests 11/08/07 http://bugs.python.org/issue1403 created tiran
py3k

warnings module bug: BytesWarning: str() on a bytes instance 11/08/07 CLOSED http://bugs.python.org/issue1404 created tiran
patch

Garbage collection not working correctly in Python 2.3 11/09/07 CLOSED http://bugs.python.org/issue1405 reopened tiran

Use widechar api for os.environ 11/08/07 CLOSED http://bugs.python.org/issue1406 created theller
py3k, patch

[performance] Too many closed() checkings 11/08/07 http://bugs.python.org/issue1407 created wojtekwalczak
py3k

Inconsistence in multiply list 11/08/07 CLOSED http://bugs.python.org/issue1408 created beco

new keyword-only function parameters interact badly with nested 11/08/07 http://bugs.python.org/issue1409 created _doublep
py3k

BaseHTTPServer cannot accept Unicode data 11/08/07 CLOSED http://bugs.python.org/issue1410 created isonno

A typo in tutorial 11/09/07 CLOSED http://bugs.python.org/issue1411 created falsetru

test_subprocess fails on SuSE 10 11/09/07 http://bugs.python.org/issue1412 created dvadasz

int literal methods inaccessible 11/09/07 CLOSED http://bugs.python.org/issue1413 created mykhal

Fix for refleak tests 11/09/07 http://bugs.python.org/issue1414 created tiran
py3k, patch

py3k: pythonw.exe fails because std streams a missing 11/10/07 CLOSED http://bugs.python.org/issue1415 created tiran
py3k

@prop.setter decorators 11/10/07 CLOSED http://bugs.python.org/issue1416 created gvanrossum
patch

Weakref not working properly 11/10/07 CLOSED http://bugs.python.org/issue1417 created MHOOO

Python/hypot.c is never used 11/10/07 CLOSED http://bugs.python.org/issue1418 created marketdickinson

ssl module version 1.10 causes TypeError when accepting connecti 11/11/07 CLOSED http://bugs.python.org/issue1419 created complex

Unicode literals in tokenize.py and tests. 11/11/07 CLOSED http://bugs.python.org/issue1420 created ron_adam
py3k, patch

python.org: outdated and false information 11/11/07 CLOSED http://bugs.python.org/issue1421 created tiran

Writing to an invalid fd doesn't raise an exception 11/11/07 CLOSED http://bugs.python.org/issue1422 created tiran
py3k

wave sunau aifc 16bit errors 11/11/07 http://bugs.python.org/issue1423 created jeroen

py3k: readline and rlcompleter doesn't list choices 11/11/07 CLOSED http://bugs.python.org/issue1424 created tiran
py3k

readline: no display matches hook set 11/11/07 CLOSED http://bugs.python.org/issue1425 created tiran
py3k

readline module needs a review 11/11/07 CLOSED http://bugs.python.org/issue1426 created tiran
py3k

Error in standard module calendar 11/11/07 CLOSED http://bugs.python.org/issue1427 created gdamjan
patch

Update to property.doc 11/11/07 CLOSED http://bugs.python.org/issue1428 created tiran
patch

FD leak in SocketServer 11/12/07 http://bugs.python.org/issue1429 created luke-jr

Installing on Vista asks to close Explorer (and Nokia PC Suite) 11/12/07 CLOSED http://bugs.python.org/issue1430 created dabarlow

pth files not loaded at startup 11/12/07 http://bugs.python.org/issue1431 created gbloisi
patch

Strange behavior of urlparse.urljoin 11/13/07 http://bugs.python.org/issue1432 created yan

marshal roundtripping for unicode 11/13/07 http://bugs.python.org/issue1433 created cfbolz

SocketServer creates non-blocking files 11/13/07 http://bugs.python.org/issue1434 created luke-jr

Support for multiple handlers for the "with" statement 11/13/07 http://bugs.python.org/issue1435 created Stavros

logging.config.fileConfig, NameError: name 'RotatingFileHandler' 11/13/07 http://bugs.python.org/issue1436 created sebastian

List member inside a class is shared by all instances of the cla 11/13/07 CLOSED http://bugs.python.org/issue1437 created glubglub

Issues Now Closed (41)


test_glob fails with UnicodeDecodeError 72 days http://bugs.python.org/issue1042 tiran
rfe

py3k: corrections for test_subprocess on windows 72 days http://bugs.python.org/issue1047 tiran
patch

file.seek allows float arguments 68 days http://bugs.python.org/issue1081 tiran
py3k

test_email failed 67 days http://bugs.python.org/issue1086 tiran
rfe

py3k os.popen result is not iterable, patch attached 67 days http://bugs.python.org/issue1087 tiran
patch

Problems with the msi installer - python-3.0a1.msi 64 days http://bugs.python.org/issue1110 tiran

No tests for inspect.getfullargspec() 63 days http://bugs.python.org/issue1127 tiran
py3k, patch

test_urllib2net fails on test_ftp 57 days http://bugs.python.org/issue1157 tiran
py3k

Should itertools.count work for arbitrary integers? 53 days http://bugs.python.org/issue1165 rhettinger
py3k

pdb fails to launch some script. 33 days http://bugs.python.org/issue1254 tiran

pdb bug with "with" statement 33 days http://bugs.python.org/issue1265 amaury.forgeotdarc
py3k

Trailing slash in sys.path cause import failure 20 days http://bugs.python.org/issue1293 gvanrossum
patch

Add getsize() to io instances 13 days http://bugs.python.org/issue1351 loewis
py3k, patch

py3k-pep3137: patch for mailbox 0 days http://bugs.python.org/issue1396 gvanrossum
py3k, patch

Can't pickle partial functions 1 days http://bugs.python.org/issue1398 tiran

warnings module bug: BytesWarning: str() on a bytes instance 0 days http://bugs.python.org/issue1404 tiran
patch

Garbage collection not working correctly in Python 2.3 1 days http://bugs.python.org/issue1405 gvanrossum

Use widechar api for os.environ 0 days http://bugs.python.org/issue1406 theller
py3k, patch

Inconsistence in multiply list 1 days http://bugs.python.org/issue1408 georg.brandl

BaseHTTPServer cannot accept Unicode data 1 days http://bugs.python.org/issue1410 tiran

A typo in tutorial 0 days http://bugs.python.org/issue1411 georg.brandl

int literal methods inaccessible 0 days http://bugs.python.org/issue1413 loewis

py3k: pythonw.exe fails because std streams a missing 4 days http://bugs.python.org/issue1415 amaury.forgeotdarc
py3k

@prop.setter decorators 1 days http://bugs.python.org/issue1416 gvanrossum
patch

Weakref not working properly 1 days http://bugs.python.org/issue1417 MHOOO

Python/hypot.c is never used 2 days http://bugs.python.org/issue1418 loewis

ssl module version 1.10 causes TypeError when accepting connecti 3 days http://bugs.python.org/issue1419 janssen

Unicode literals in tokenize.py and tests. 1 days http://bugs.python.org/issue1420 gvanrossum
py3k, patch

python.org: outdated and false information 1 days http://bugs.python.org/issue1421 georg.brandl

Writing to an invalid fd doesn't raise an exception 1 days http://bugs.python.org/issue1422 gvanrossum
py3k

py3k: readline and rlcompleter doesn't list choices 1 days http://bugs.python.org/issue1424 tiran
py3k

readline: no display matches hook set 0 days http://bugs.python.org/issue1425 loewis
py3k

readline module needs a review 1 days http://bugs.python.org/issue1426 tiran
py3k

Error in standard module calendar 0 days http://bugs.python.org/issue1427 doerwalter
patch

Update to property.doc 0 days http://bugs.python.org/issue1428 tiran
patch

Installing on Vista asks to close Explorer (and Nokia PC Suite) 0 days http://bugs.python.org/issue1430 loewis

List member inside a class is shared by all instances of the cla 0 days http://bugs.python.org/issue1437 tiran

Error on handling nan 1637 days http://bugs.python.org/issue737648 mike.verdone

Intel icc build fails with optimizations -O2 227 days http://bugs.python.org/issue1689617 loewis

interpreter crash when multiplying large lists 206 days http://bugs.python.org/issue1704621 gvanrossum
patch

contextmanager eats StopIteration 199 days http://bugs.python.org/issue1705170 ncoghlan

Top Issues Most Discussed (10)


29 py3k: duplicated line endings when using read(1) 8 days open http://bugs.python.org/issue1395

25 py3k: pythonw.exe fails because std streams a missing 4 days closed http://bugs.python.org/issue1415

11 int literal methods inaccessible 0 days closed http://bugs.python.org/issue1413

9 toxml generates output that is not well formed 9 days open http://bugs.python.org/issue1390

9 Trailing slash in sys.path cause import failure 20 days closed http://bugs.python.org/issue1293

7 Unicode literals in tokenize.py and tests. 1 days closed http://bugs.python.org/issue1420

7 Fix for refleak tests 4 days open http://bugs.python.org/issue1414

7 urllib2 302 POST 6 days open http://bugs.python.org/issue1401

7 pdb bug with "with" statement 33 days closed http://bugs.python.org/issue1265

6 BaseHTTPServer cannot accept Unicode data 1 days closed http://bugs.python.org/issue1410



More information about the Python-Dev mailing list