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

Python tracker status at bugs.python.org
Fri Jul 26 18:07:38 CEST 2013


ACTIVITY SUMMARY (2013-07-19 - 2013-07-26) Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message.

Issues counts and deltas: open 4114 (+22) closed 26220 (+35) total 30334 (+57)

Open issues with patches: 1856

Issues opened (37)

#18505: Duplicate function names in test_email.py http://bugs.python.org/issue18505 opened by vajrasky

#18507: import_init() should not use Py_FatalError() but return an err http://bugs.python.org/issue18507 opened by haypo

#18509: CJK decoders should return MBERR_EXCEPTION on PyUnicodeWriter http://bugs.python.org/issue18509 opened by haypo

#18512: sys.stdout.write does not allow bytes in Python 3.x http://bugs.python.org/issue18512 opened by ntrrgc

#18515: zipfile._ZipDecryptor generates wasteful crc32 table on import http://bugs.python.org/issue18515 opened by dholth

#18516: Typos in Lib/email/generator.py and Lib/email/architecture.rst http://bugs.python.org/issue18516 opened by vajrasky

#18517: "xxlimited" extension declared incorrectly in setup.py http://bugs.python.org/issue18517 opened by ned.deily

#18518: return-ing within code timed with timeit.timeit causes wrong r http://bugs.python.org/issue18518 opened by icedream91

#18519: test_sqlite crashes on OS X tiger 3.x buildbot http://bugs.python.org/issue18519 opened by ned.deily

#18521: [cppcheck] Full report http://bugs.python.org/issue18521 opened by serval2412

#18526: Add resource management/guarding to unittest http://bugs.python.org/issue18526 opened by zach.ware

#18527: Upgrade Modules/zlib to 1.2.8 http://bugs.python.org/issue18527 opened by christian.heimes

#18528: Possible fd leak in socketmodule http://bugs.python.org/issue18528 opened by christian.heimes

#18529: Use long dash http://bugs.python.org/issue18529 opened by serhiy.storchaka

#18530: posixpath.ismount performs extra lstat calls http://bugs.python.org/issue18530 opened by alex

#18531: Undocumented different between METH_KEYWORDS and **kws http://bugs.python.org/issue18531 opened by barry

#18532: hashlib.HASH objects should officially expose the hash name http://bugs.python.org/issue18532 opened by jason.coombs

#18533: Avoid error from repr() of recursive dictview http://bugs.python.org/issue18533 opened by bennorth

#18534: State clearly that open() 'file' param is "name" attr of the r http://bugs.python.org/issue18534 opened by ncoghlan

#18535: termios.tcgetattr should return namedtuple http://bugs.python.org/issue18535 opened by techtonik

#18538: python -m dis relying on argparse http://bugs.python.org/issue18538 opened by maker

#18539: Arguments tooltip wrong if def contains fractional default val http://bugs.python.org/issue18539 opened by ariel_bruner

#18540: imaplib.IMAP4() ends with "Name or service not known" on Fedor http://bugs.python.org/issue18540 opened by sYnfo

#18543: urllib.parse.urlopen shouldn't ignore installed opener when ca http://bugs.python.org/issue18543 opened by moritzs

#18544: subprocess.Popen support for redirection of arbitrary file des http://bugs.python.org/issue18544 opened by ropoctorix

#18546: ssl.get_server_certificate like addition for cert chain http://bugs.python.org/issue18546 opened by underrun

#18548: In unittest doc change WidgetTestCase to SimpleWidgetTestCase http://bugs.python.org/issue18548 opened by py.user

#18550: internal_setblocking() doesn't check return value of fcntl() http://bugs.python.org/issue18550 opened by christian.heimes

#18551: child_exec() doesn't check return value of fcntl() http://bugs.python.org/issue18551 opened by christian.heimes

#18552: obj2ast_object() doesn't check return value of PyArena_AddPyOb http://bugs.python.org/issue18552 opened by christian.heimes

#18553: os.isatty() is not Unix only http://bugs.python.org/issue18553 opened by techtonik

#18554: os.all is incomplete http://bugs.python.org/issue18554 opened by ronaldoussoren

#18555: type_set_bases() doesn't check return value of PyArg_UnpackTu http://bugs.python.org/issue18555 opened by christian.heimes

#18558: Iterable glossary entry needs clarification http://bugs.python.org/issue18558 opened by Zero

#18559: _pickle: NULL ptr dereference when PyLong_FromSsize_t() fails http://bugs.python.org/issue18559 opened by christian.heimes

#18560: builtin_sum() doesn't check return value of PyLong_FromLong() http://bugs.python.org/issue18560 opened by christian.heimes

#18561: ctypes _build_callargs() doesn't check name for NULL http://bugs.python.org/issue18561 opened by christian.heimes

Most recent 15 issues with no replies (15)

#18561: ctypes _build_callargs() doesn't check name for NULL http://bugs.python.org/issue18561

#18560: builtin_sum() doesn't check return value of PyLong_FromLong() http://bugs.python.org/issue18560

#18559: _pickle: NULL ptr dereference when PyLong_FromSsize_t() fails http://bugs.python.org/issue18559

#18554: os.all is incomplete http://bugs.python.org/issue18554

#18553: os.isatty() is not Unix only http://bugs.python.org/issue18553

#18552: obj2ast_object() doesn't check return value of PyArena_AddPyOb http://bugs.python.org/issue18552

#18551: child_exec() doesn't check return value of fcntl() http://bugs.python.org/issue18551

#18550: internal_setblocking() doesn't check return value of fcntl() http://bugs.python.org/issue18550

#18548: In unittest doc change WidgetTestCase to SimpleWidgetTestCase http://bugs.python.org/issue18548

#18544: subprocess.Popen support for redirection of arbitrary file des http://bugs.python.org/issue18544

#18543: urllib.parse.urlopen shouldn't ignore installed opener when ca http://bugs.python.org/issue18543

#18539: Arguments tooltip wrong if def contains fractional default val http://bugs.python.org/issue18539

#18527: Upgrade Modules/zlib to 1.2.8 http://bugs.python.org/issue18527

#18509: CJK decoders should return MBERR_EXCEPTION on PyUnicodeWriter http://bugs.python.org/issue18509

#18507: import_init() should not use Py_FatalError() but return an err http://bugs.python.org/issue18507

Most recent 15 issues waiting for review (15)

#18560: builtin_sum() doesn't check return value of PyLong_FromLong() http://bugs.python.org/issue18560

#18559: _pickle: NULL ptr dereference when PyLong_FromSsize_t() fails http://bugs.python.org/issue18559

#18554: os.all is incomplete http://bugs.python.org/issue18554

#18552: obj2ast_object() doesn't check return value of PyArena_AddPyOb http://bugs.python.org/issue18552

#18548: In unittest doc change WidgetTestCase to SimpleWidgetTestCase http://bugs.python.org/issue18548

#18540: imaplib.IMAP4() ends with "Name or service not known" on Fedor http://bugs.python.org/issue18540

#18538: python -m dis relying on argparse http://bugs.python.org/issue18538

#18533: Avoid error from repr() of recursive dictview http://bugs.python.org/issue18533

#18530: posixpath.ismount performs extra lstat calls http://bugs.python.org/issue18530

#18529: Use long dash http://bugs.python.org/issue18529

#18528: Possible fd leak in socketmodule http://bugs.python.org/issue18528

#18526: Add resource management/guarding to unittest http://bugs.python.org/issue18526

#18519: test_sqlite crashes on OS X tiger 3.x buildbot http://bugs.python.org/issue18519

#18517: "xxlimited" extension declared incorrectly in setup.py http://bugs.python.org/issue18517

#18515: zipfile._ZipDecryptor generates wasteful crc32 table on import http://bugs.python.org/issue18515

Top 10 most discussed issues (10)

#15805: Add stdout redirection tool to contextlib http://bugs.python.org/issue15805 24 msgs

#17899: os.listdir() leaks FDs if invoked on FD pointing to a non-dire http://bugs.python.org/issue17899 13 msgs

#18535: termios.tcgetattr should return namedtuple http://bugs.python.org/issue18535 8 msgs

#18519: test_sqlite crashes on OS X tiger 3.x buildbot http://bugs.python.org/issue18519 7 msgs

#18530: posixpath.ismount performs extra lstat calls http://bugs.python.org/issue18530 7 msgs

#18441: Idle: Make test.support.requires('gui') skip when it should. http://bugs.python.org/issue18441 6 msgs

#18533: Avoid error from repr() of recursive dictview http://bugs.python.org/issue18533 6 msgs

#18078: threading.Condition to allow notify on a specific waiter http://bugs.python.org/issue18078 5 msgs

#18324: set_payload does not handle binary payloads correctly http://bugs.python.org/issue18324 5 msgs

#18408: Fixes crashes found by pyfailmalloc http://bugs.python.org/issue18408 5 msgs

Issues closed (34)

#8079: make install fails with -j8 with python2.6/config on FreeBSD http://bugs.python.org/issue8079 closed by christian.heimes

#9177: ssl.read/write on closed socket raises AttributeError http://bugs.python.org/issue9177 closed by pitrou

#14853: test_file.py depends on sys.stdin being unseekable http://bugs.python.org/issue14853 closed by ezio.melotti

#15130: remove redundant paragraph in socket howto http://bugs.python.org/issue15130 closed by r.david.murray

#15905: Copy to fixed size buffer w/o check in sys_update_path http://bugs.python.org/issue15905 closed by christian.heimes

#16937: -u (unbuffered I/O) command line option documentation mismatch http://bugs.python.org/issue16937 closed by ezio.melotti

#17818: aifc.Aifc_read/Aifc_write.getparams can return a namedtuple http://bugs.python.org/issue17818 closed by r.david.murray

#17944: Refactor test_zipfile http://bugs.python.org/issue17944 closed by serhiy.storchaka

#18327: swapped arguments in compatible_for_assignment()? http://bugs.python.org/issue18327 closed by christian.heimes

#18439: Patchcheck for ACKS, NEWS does not work on Windows. http://bugs.python.org/issue18439 closed by terry.reedy

#18460: .chm documentation files advertised in download.html but not t http://bugs.python.org/issue18460 closed by loewis

#18488: sqlite: finalize() method of user function may be called with http://bugs.python.org/issue18488 closed by haypo

#18491: Add "exe wrapper" functionality to Windows launcher http://bugs.python.org/issue18491 closed by python-dev

#18503: No assertion in test_del_param_on_nonexistent_header function http://bugs.python.org/issue18503 closed by r.david.murray

#18506: DISABLEd Tkinter.Listbox still fires <> for mou http://bugs.python.org/issue18506 closed by ned.deily

#18508: enum.Enum population of _value2member_map does not match fallb http://bugs.python.org/issue18508 closed by python-dev

#18510: dict.contains and dict.keys().contains raises exceptio http://bugs.python.org/issue18510 closed by ronaldoussoren

#18511: random.shuffle could be faster http://bugs.python.org/issue18511 closed by rhettinger

#18513: test.cmath fails on OS/X with gcc-4.8 in non-debug build http://bugs.python.org/issue18513 closed by mark.dickinson

#18514: Unreachable Py_DECREF() in ctypes's PyCData_FromBaseObj() http://bugs.python.org/issue18514 closed by christian.heimes

#18520: Fixes bugs found by pyfailmalloc during Python initialization http://bugs.python.org/issue18520 closed by haypo

#18522: Error creating a raw string of r'\?' http://bugs.python.org/issue18522 closed by pitrou

#18523: test_signal failure under Windows http://bugs.python.org/issue18523 closed by haypo

#18524: BufferedReader.read1() documentation/implementation difference http://bugs.python.org/issue18524 closed by pitrou

#18525: Shutil cannot import WindowsError on windows http://bugs.python.org/issue18525 closed by ronaldoussoren

#18536: 李浩在 Google+ 上分享了一条信息 http://bugs.python.org/issue18536 closed by pitrou

#18537: bool.toggle() http://bugs.python.org/issue18537 closed by eric.smith

#18541: LoggerAdapter example is counter-productive http://bugs.python.org/issue18541 closed by python-dev

#18542: httpd memory consuption increasing continously due to mod_pyth http://bugs.python.org/issue18542 closed by ronaldoussoren

#18545: enum always runs member_type when use_args is True http://bugs.python.org/issue18545 closed by python-dev

#18547: os.path.dirname() does not behave as expected for path without http://bugs.python.org/issue18547 closed by r.david.murray

#18549: Dead code in socket_ntohl() http://bugs.python.org/issue18549 closed by christian.heimes

#18556: ctypes' U_set() doesn't check return value of PyUnicode_AsWide http://bugs.python.org/issue18556 closed by brett.cannon

#18557: email address parser desired http://bugs.python.org/issue18557 closed by r.david.murray



More information about the Python-Dev mailing list