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

Python tracker status at bugs.python.org
Fri Dec 11 18:07:17 CET 2009


ACTIVITY SUMMARY (12/04/09 - 12/11/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.

2526 open (+34) / 16775 closed (+11) / 19301 total (+45)

Open issues with patches: 1007

Average duration of open issues: 694 days. Median duration of open issues: 450 days.

Open Issues Breakdown open 2492 (+34) pending 33 ( +0)

Issues Created Or Reopened (45)


Int/Long: some tests are duplicate and error messages refer to " 12/04/09 CLOSED http://bugs.python.org/issue7435 created flox
patch

Define 'object with assignable attributes' 12/04/09 http://bugs.python.org/issue7436 created tjreedy

OS X 2.6.4 installer fails on 10.3 with two corrupted file names 12/05/09 http://bugs.python.org/issue7437 created ned.deily

Allow to use a part of subprocess module during building Python 12/05/09 http://bugs.python.org/issue7438 created Arfrever
patch, needs review

Bug or expected behavior? I cannot tell. 12/05/09 CLOSED http://bugs.python.org/issue7439 created LambertDW

distutils shows incorrect Python version in MSI installers 12/05/09 http://bugs.python.org/issue7440 created MarioVilas

Py3.1: Fatal Python Error: Py_Initialize...unknown encoding: chc 12/05/09 http://bugs.python.org/issue7441 created lieryan

decimal.py: format failure with locale specifier 12/05/09 http://bugs.python.org/issue7442 created skrah

test.support.unlink issue on Windows platform 12/05/09 http://bugs.python.org/issue7443 created asvetlov
patch, needs review

Allow for a default method in the JSON decoder 12/05/09 CLOSED http://bugs.python.org/issue7444 created dhgoldman

urllib2 (and urllib) should raise error for incomplete response 12/05/09 http://bugs.python.org/issue7445 created gotgenes

http.cookies.BaseCookie (and SimpleCookie) can't be load from di 12/05/09 CLOSED http://bugs.python.org/issue7446 created tcourbon

Sum() doc and behavior mismatch 12/06/09 http://bugs.python.org/issue7447 created tjreedy

when piping output between subprocesses some fd is left open blo 12/06/09 http://bugs.python.org/issue7448 created nosklo

A number tests "crash" if python is compiled --without-threads 12/06/09 http://bugs.python.org/issue7449 created r.david.murray
patch, easy

document that os.chmod accepts an octal digit mode 12/07/09 http://bugs.python.org/issue7450 created clutchski

improve json decoding performance 12/07/09 http://bugs.python.org/issue7451 created pitrou
patch

Invalid mnemonic 'fnstcw' 12/07/09 CLOSED http://bugs.python.org/issue7452 created srid

HPUX 11.00: socketmodule.c -- error 1588: "AI_PASSIVE" undefined 12/08/09 http://bugs.python.org/issue7453 created srid

Solaris SPARC: _multiprocessing.so: symbol sem_timedwait: refere 12/08/09 http://bugs.python.org/issue7454 created srid

cPickle: stack underflow in load_pop() 12/08/09 http://bugs.python.org/issue7455 created haypo
patch

rfc822.Message.getheaders undocumented 12/08/09 CLOSED http://bugs.python.org/issue7456 created tarek

Adding a read_pkg_file to DistributionMetadata 12/08/09 CLOSED http://bugs.python.org/issue7457 created tarek

crash in str.rfind() with an invalid start value 12/08/09 http://bugs.python.org/issue7458 created haypo
patch

Magic word incorrect in Python 3 12/08/09 CLOSED http://bugs.python.org/issue7459 created Arfrever
patch

extended slicing not sufficiently covered in docs 12/08/09 http://bugs.python.org/issue7460 created donlorenzo

os.popen() objects don't support the context manager protocol 12/08/09 CLOSED http://bugs.python.org/issue7461 created pitrou
patch

Implement fastsearch algorithm for rfind/rindex 12/08/09 http://bugs.python.org/issue7462 created flox
patch

PyDateTime_IMPORT() causes compiler warnings 12/09/09 http://bugs.python.org/issue7463 created murrayc

circular reference in HTTPResponse by urllib2 12/09/09 http://bugs.python.org/issue7464 created krisvale
patch

Call to another class's constructor in unittest.TestCase.setUp r 12/10/09 CLOSED http://bugs.python.org/issue7465 created awaltman

Segmentation fault after about 20 seconds on lenovo T500 12/10/09 http://bugs.python.org/issue7466 created LambertDW
patch

The zipfile module does not check files' CRCs, including in ZipF 12/10/09 http://bugs.python.org/issue7467 created dougturk

PyErr_Format documentation doesn't mention all format codes 12/10/09 http://bugs.python.org/issue7468 created ronaldoussoren

Design and History FAQ entry on Floating Point does not mention 12/10/09 http://bugs.python.org/issue7469 created r.david.murray
easy

logger.StreamHandler emit encoding fallback is wrong 12/10/09 CLOSED http://bugs.python.org/issue7470 created cboos
patch

GZipFile.readline too slow 12/10/09 http://bugs.python.org/issue7471 created asnakelover

email.encoders.encode_7or8bit(): typo "iso-2202". "iso-2022" is 12/10/09 http://bugs.python.org/issue7472 created ynkdir

Compile error when building a 3-way universal framework when a 2 12/10/09 http://bugs.python.org/issue7473 created prniii

multiprocessing.managers.SyncManager managed object creation fai 12/10/09 http://bugs.python.org/issue7474 created etzool

codecs missing: base64 bz2 hex zlib ... 12/11/09 http://bugs.python.org/issue7475 reopened flox
patch

pipes.quote does not handle zero-length args correctly 12/10/09 http://bugs.python.org/issue7476 created jjwiseman

kqueue timers don't work properly 12/11/09 http://bugs.python.org/issue7477 created hasan

_sqlite3 doesn't catch PyDict_SetItem error 12/11/09 http://bugs.python.org/issue7478 created haypo
patch

os.lchmod is not present 12/11/09 http://bugs.python.org/issue7479 created bluegeek

Issues Now Closed (24)


Update to latest ElementTree in Python 2.7 818 days http://bugs.python.org/issue1143 pitrou
patch

Can't pickle partial functions 483 days http://bugs.python.org/issue1398 alexandre.vassalotti

Remove cmp parameter to list.sort() and builtin.sorted() 699 days http://bugs.python.org/issue1771 gvanrossum

meaningful whitespace can be lost in rfc822_escape 682 days http://bugs.python.org/issue1923 tarek
easy

add ftp-tls support to ftplib - RFC 4217 667 days http://bugs.python.org/issue2054 pitrou
patch

I/O operation on closed socket: improve the error message 339 days http://bugs.python.org/issue4853 haypo
patch

cPickle - module object has no attribute 262 days http://bugs.python.org/issue5509 rb

Implement a way to change the python process name 249 days http://bugs.python.org/issue5672 loewis
patch

_json crash on scanner/encoder initialization error 75 days http://bugs.python.org/issue6986 pitrou
patch

Problems running threaded Tkinter program under OS X IDLE 46 days http://bugs.python.org/issue7190 ronaldoussoren

StringIO and with statement 1 days http://bugs.python.org/issue7426 alexandre.vassalotti

Int/Long: some tests are duplicate and error messages refer to " 1 days http://bugs.python.org/issue7435 mark.dickinson
patch

Bug or expected behavior? I cannot tell. 1 days http://bugs.python.org/issue7439 brett.cannon

Allow for a default method in the JSON decoder 0 days http://bugs.python.org/issue7444 bob.ippolito

http.cookies.BaseCookie (and SimpleCookie) can't be load from di 0 days http://bugs.python.org/issue7446 amaury.forgeotdarc

Invalid mnemonic 'fnstcw' 4 days http://bugs.python.org/issue7452 ronaldoussoren

rfc822.Message.getheaders undocumented 0 days http://bugs.python.org/issue7456 tarek

Adding a read_pkg_file to DistributionMetadata 0 days http://bugs.python.org/issue7457 tarek

Magic word incorrect in Python 3 1 days http://bugs.python.org/issue7459 benjamin.peterson
patch

os.popen() objects don't support the context manager protocol 0 days http://bugs.python.org/issue7461 pitrou
patch

Call to another class's constructor in unittest.TestCase.setUp r 0 days http://bugs.python.org/issue7465 r.david.murray

logger.StreamHandler emit encoding fallback is wrong 1 days http://bugs.python.org/issue7470 vinay.sajip
patch

add support for thread function result storage 1438 days http://bugs.python.org/issue1395552 mykhal
patch

sys.getfilesystemencoding 1293 days http://bugs.python.org/issue1495089 r.david.murray

Top Issues Most Discussed (10)


27 IMAP4_SSL spin because of SSLSocket.suppress_ragged_eofs 219 days open http://bugs.python.org/issue5949

18 Invalid mnemonic 'fnstcw' 4 days closed http://bugs.python.org/issue7452

12 codecs missing: base64 bz2 hex zlib ... 0 days open http://bugs.python.org/issue7475

12 json C serializer performance tied to structure depth on some s 136 days open http://bugs.python.org/issue6594

11 crash in str.rfind() with an invalid start value 3 days open http://bugs.python.org/issue7458

9 Segmentation fault after about 20 seconds on lenovo T500 2 days open http://bugs.python.org/issue7466

9 Implement a way to change the python process name 249 days closed http://bugs.python.org/issue5672

9 csv module: add header row to DictWriter 1220 days open http://bugs.python.org/issue1537721

8 GZipFile.readline too slow 1 days open http://bugs.python.org/issue7471

8 Remove cmp parameter to list.sort() and builtin.sorted() 699 days closed http://bugs.python.org/issue1771



More information about the Python-Dev mailing list