[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Nov 22 18:07:42 CET 2013
ACTIVITY SUMMARY (2013-11-15 - 2013-11-22)
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 4280 (+15)
closed 27206 (+87)
total 31486 (+102)
Open issues with patches: 1972
Issues opened (81)
==================
#17134: Use Windows' certificate store for CA certs
http://bugs.python.org/issue17134 reopened by haypo
#19613: test_nntplib: sporadic failures, test_article_head_body()
http://bugs.python.org/issue19613 opened by haypo
#19614: support.temp_cwd should use support.rmtree
http://bugs.python.org/issue19614 opened by r.david.murray
#19615: "ImportError: dynamic module does not define init function" wh
http://bugs.python.org/issue19615 opened by ecatmur
#19616: Fix test.test_importlib.util.test_both() to set __module__
http://bugs.python.org/issue19616 opened by brett.cannon
#19618: test_sysconfig_module fails on Ubuntu 12.04
http://bugs.python.org/issue19618 opened by berker.peksag
#19619: Blacklist base64, hex, ... codecs from bytes.decode() and str.
http://bugs.python.org/issue19619 opened by haypo
#19620: tokenize documentation contains typos (argment instead of argu
http://bugs.python.org/issue19620 opened by cjwelborn
#19622: Default buffering for input and output pipes in subprocess mod
http://bugs.python.org/issue19622 opened by vadmium
#19623: Support for writing aifc to unseekable file
http://bugs.python.org/issue19623 opened by serhiy.storchaka
#19624: Switch constants in the errno module to IntEnum
http://bugs.python.org/issue19624 opened by serhiy.storchaka
#19626: test_email and Lib/email/_policybase.py failures with -OO
http://bugs.python.org/issue19626 opened by ezio.melotti
#19627: python open built-in function - "updating" is not defined
http://bugs.python.org/issue19627 opened by Bulwersator
#19628: maxlevels -1 on compileall for unlimited recursion
http://bugs.python.org/issue19628 opened by Sworddragon
#19629: support.rmtree fails on symlinks under Windows
http://bugs.python.org/issue19629 opened by pitrou
#19630: marshal.dump cannot write to temporary file
http://bugs.python.org/issue19630 opened by lm1
#19631: "exec" BNF in simple statements
http://bugs.python.org/issue19631 opened by grubert
#19632: doc build warning
http://bugs.python.org/issue19632 opened by pitrou
#19635: asyncio should not depend on concurrent.futures, it is not alw
http://bugs.python.org/issue19635 opened by haypo
#19636: Fix usage of MAX_PATH in posixmodule.c
http://bugs.python.org/issue19636 opened by haypo
#19638: dtoa: conversion from '__int64' to 'int', possible loss of dat
http://bugs.python.org/issue19638 opened by christian.heimes
#19639: Improve re match objects display
http://bugs.python.org/issue19639 opened by Claudiu.Popa
#19640: Drop _source attribute of namedtuple
http://bugs.python.org/issue19640 opened by haypo
#19641: Add audioop.byteswap()
http://bugs.python.org/issue19641 opened by serhiy.storchaka
#19642: shutil to support equivalent of: rm -f /dir/*
http://bugs.python.org/issue19642 opened by ivan.radic
#19643: shutil rmtree fails on readonly files in Windows
http://bugs.python.org/issue19643 opened by ivan.radic
#19645: decouple unittest assertions from the TestCase class
http://bugs.python.org/issue19645 opened by Gregory.Salvan
#19648: Empty tests in pickletester need to be implemented or removed
http://bugs.python.org/issue19648 opened by zach.ware
#19650: test_multiprocessing_spawn.test_mymanager_context() crashed wi
http://bugs.python.org/issue19650 opened by haypo
#19652: test_asyncio: test_subprocess_send_signal() hangs on buildbot
http://bugs.python.org/issue19652 opened by haypo
#19654: test_tkinter sporadic failures on "x86 Tiger 3.x" buildbot
http://bugs.python.org/issue19654 opened by haypo
#19655: Replace the ASDL parser carried with CPython
http://bugs.python.org/issue19655 opened by eli.bendersky
#19656: Add Py3k warning for non-ascii bytes literals
http://bugs.python.org/issue19656 opened by serhiy.storchaka
#19658: inspect.getsource weird case
http://bugs.python.org/issue19658 opened by Ronny.Pfannschmidt
#19659: Document Argument Clinic?
http://bugs.python.org/issue19659 opened by haypo
#19660: decorator syntax: allow testlist instead of just dotted_name
http://bugs.python.org/issue19660 opened by james
#19661: AIX: Python: RuntimeError "invalid slot offset when importing
http://bugs.python.org/issue19661 opened by dellair.jie
#19662: smtpd.py should not decode utf-8
http://bugs.python.org/issue19662 opened by lpolzer
#19663: Not so correct error message when initializing defaultdict
http://bugs.python.org/issue19663 opened by vajrasky
#19665: test_logging fails with SMTPHandler timeout
http://bugs.python.org/issue19665 opened by canisdirus
#19666: Format string for ASCII unicode or bytes-like object as readon
http://bugs.python.org/issue19666 opened by christian.heimes
#19667: Add the "htmlcharrefreplace" error handler
http://bugs.python.org/issue19667 opened by serhiy.storchaka
#19668: Add support of the cp1125 encoding
http://bugs.python.org/issue19668 opened by serhiy.storchaka
#19670: SimpleCookie Generates Non-RFC6265-Compliant Cookies
http://bugs.python.org/issue19670 opened by pdbogen
#19671: Option to select the optimization level on compileall
http://bugs.python.org/issue19671 opened by Sworddragon
#19674: Add introspection information for builtins
http://bugs.python.org/issue19674 opened by larry
#19675: Pool dies with excessive workers, but does not cleanup
http://bugs.python.org/issue19675 opened by dsoprea
#19676: Add the "namereplace" error handler
http://bugs.python.org/issue19676 opened by serhiy.storchaka
#19677: IDLE displaying a CoreAnimation warning
http://bugs.python.org/issue19677 opened by rhettinger
#19678: smtpd.py: channel should be passed to process_message
http://bugs.python.org/issue19678 opened by lpolzer
#19679: smtpd.py (SMTPChannel): get rid of "conn" attribute
http://bugs.python.org/issue19679 opened by lpolzer
#19680: Help missing for exec and print
http://bugs.python.org/issue19680 opened by bkabrda
#19681: test_repr (test.test_functools.TestPartialC) failures
http://bugs.python.org/issue19681 opened by christian.heimes
#19683: test_minidom has many empty tests
http://bugs.python.org/issue19683 opened by zach.ware
#19687: Fixes for elementtree integer overflow
http://bugs.python.org/issue19687 opened by christian.heimes
#19689: ssl.create_default_context()
http://bugs.python.org/issue19689 opened by christian.heimes
#19690: test_logging test_race failed with PermissionError
http://bugs.python.org/issue19690 opened by ned.deily
#19691: Weird wording in RuntimeError doc
http://bugs.python.org/issue19691 opened by pitrou
#19692: Rename Py_SAFE_DOWNCAST
http://bugs.python.org/issue19692 opened by pitrou
#19693: "make altinstall && make install" behaviour differs from "make
http://bugs.python.org/issue19693 opened by ncoghlan
#19694: test_venv failing on one of the Ubuntu buildbots
http://bugs.python.org/issue19694 opened by ncoghlan
#19695: Clarify how to use various import-related locks
http://bugs.python.org/issue19695 opened by brett.cannon
#19696: Merge all (non-syntactic) import-related tests into test_impor
http://bugs.python.org/issue19696 opened by brett.cannon
#19697: refactor pythonrun.c to make use of specs (__main__.__spec__)
http://bugs.python.org/issue19697 opened by brett.cannon
#19698: Implement _imp.exec_builtin and exec_dynamic
http://bugs.python.org/issue19698 opened by brett.cannon
#19699: Update zipimport for PEP 451
http://bugs.python.org/issue19699 opened by brett.cannon
#19700: Update runpy for PEP 451
http://bugs.python.org/issue19700 opened by brett.cannon
#19701: Update multiprocessing for PEP 451
http://bugs.python.org/issue19701 opened by brett.cannon
#19702: Update pickle to PEP 451
http://bugs.python.org/issue19702 opened by brett.cannon
#19703: Upate pydoc to PEP 451
http://bugs.python.org/issue19703 opened by brett.cannon
#19704: Update test.test_threaded_import to PEP 451
http://bugs.python.org/issue19704 opened by brett.cannon
#19705: Update test.test_namespace_pkgs to PEP 451
http://bugs.python.org/issue19705 opened by brett.cannon
#19706: Check if inspect needs updating for PEP 451
http://bugs.python.org/issue19706 opened by brett.cannon
#19707: Check if unittest.mock needs updating for PEP 451
http://bugs.python.org/issue19707 opened by brett.cannon
#19708: Check pkgutil for anything missing for PEP 451
http://bugs.python.org/issue19708 opened by brett.cannon
#19709: Check pythonrun.c is fully using PEP 451
http://bugs.python.org/issue19709 opened by brett.cannon
#19710: Make sure documentation for PEP 451 is finished
http://bugs.python.org/issue19710 opened by brett.cannon
#19711: add test for changed portions after reloading a namespace pack
http://bugs.python.org/issue19711 opened by brett.cannon
#19712: Make sure there are exec_module tests for _LoaderBasics subcla
http://bugs.python.org/issue19712 opened by brett.cannon
#19713: Deprecate various things in importlib thanks to PEP 451
http://bugs.python.org/issue19713 opened by brett.cannon
#19714: Add tests for importlib.machinery.WindowsRegistryFinder
http://bugs.python.org/issue19714 opened by brett.cannon
Most recent 15 issues with no replies (15)
==========================================
#19714: Add tests for importlib.machinery.WindowsRegistryFinder
http://bugs.python.org/issue19714
#19712: Make sure there are exec_module tests for _LoaderBasics subcla
http://bugs.python.org/issue19712
#19711: add test for changed portions after reloading a namespace pack
http://bugs.python.org/issue19711
#19710: Make sure documentation for PEP 451 is finished
http://bugs.python.org/issue19710
#19709: Check pythonrun.c is fully using PEP 451
http://bugs.python.org/issue19709
#19708: Check pkgutil for anything missing for PEP 451
http://bugs.python.org/issue19708
#19707: Check if unittest.mock needs updating for PEP 451
http://bugs.python.org/issue19707
#19706: Check if inspect needs updating for PEP 451
http://bugs.python.org/issue19706
#19705: Update test.test_namespace_pkgs to PEP 451
http://bugs.python.org/issue19705
#19704: Update test.test_threaded_import to PEP 451
http://bugs.python.org/issue19704
#19703: Upate pydoc to PEP 451
http://bugs.python.org/issue19703
#19702: Update pickle to PEP 451
http://bugs.python.org/issue19702
#19701: Update multiprocessing for PEP 451
http://bugs.python.org/issue19701
#19700: Update runpy for PEP 451
http://bugs.python.org/issue19700
#19699: Update zipimport for PEP 451
http://bugs.python.org/issue19699
Most recent 15 issues waiting for review (15)
=============================================
#19689: ssl.create_default_context()
http://bugs.python.org/issue19689
#19687: Fixes for elementtree integer overflow
http://bugs.python.org/issue19687
#19681: test_repr (test.test_functools.TestPartialC) failures
http://bugs.python.org/issue19681
#19676: Add the "namereplace" error handler
http://bugs.python.org/issue19676
#19675: Pool dies with excessive workers, but does not cleanup
http://bugs.python.org/issue19675
#19674: Add introspection information for builtins
http://bugs.python.org/issue19674
#19668: Add support of the cp1125 encoding
http://bugs.python.org/issue19668
#19667: Add the "htmlcharrefreplace" error handler
http://bugs.python.org/issue19667
#19665: test_logging fails with SMTPHandler timeout
http://bugs.python.org/issue19665
#19663: Not so correct error message when initializing defaultdict
http://bugs.python.org/issue19663
#19662: smtpd.py should not decode utf-8
http://bugs.python.org/issue19662
#19660: decorator syntax: allow testlist instead of just dotted_name
http://bugs.python.org/issue19660
#19656: Add Py3k warning for non-ascii bytes literals
http://bugs.python.org/issue19656
#19655: Replace the ASDL parser carried with CPython
http://bugs.python.org/issue19655
#19654: test_tkinter sporadic failures on "x86 Tiger 3.x" buildbot
http://bugs.python.org/issue19654
Top 10 most discussed issues (10)
=================================
#19619: Blacklist base64, hex, ... codecs from bytes.decode() and str.
http://bugs.python.org/issue19619 41 msgs
#18874: Add a new tracemalloc module to trace memory allocations
http://bugs.python.org/issue18874 16 msgs
#8813: SSLContext doesn't support loading a CRL
http://bugs.python.org/issue8813 13 msgs
#19518: Add new PyRun_xxx() functions to not encode the filename
http://bugs.python.org/issue19518 12 msgs
#19681: test_repr (test.test_functools.TestPartialC) failures
http://bugs.python.org/issue19681 11 msgs
#19674: Add introspection information for builtins
http://bugs.python.org/issue19674 10 msgs
#14455: plistlib unable to read json and binary plist files
http://bugs.python.org/issue14455 9 msgs
#19575: subprocess: on Windows, unwanted file handles are inherited by
http://bugs.python.org/issue19575 9 msgs
#19660: decorator syntax: allow testlist instead of just dotted_name
http://bugs.python.org/issue19660 9 msgs
#7105: weak dict iterators are fragile because of unpredictable GC ru
http://bugs.python.org/issue7105 8 msgs
Issues closed (79)
==================
#5202: wave.py cannot write wave files into a shell pipeline
http://bugs.python.org/issue5202 closed by serhiy.storchaka
#8311: wave module sets data subchunk size incorrectly when writing w
http://bugs.python.org/issue8311 closed by serhiy.storchaka
#10158: BadInternalCall running test_multiprocessing
http://bugs.python.org/issue10158 closed by haypo
#12853: global name 'r' is not defined in upload.py
http://bugs.python.org/issue12853 closed by jason.coombs
#12892: UTF-16 and UTF-32 codecs should reject (lone) surrogates
http://bugs.python.org/issue12892 closed by serhiy.storchaka
#16158: sporadic test_multiprocessing failure
http://bugs.python.org/issue16158 closed by haypo
#16596: Skip stack unwinding when "next", "until" and "return" pdb co
http://bugs.python.org/issue16596 closed by gvanrossum
#16632: Enable DEP and ASLR
http://bugs.python.org/issue16632 closed by christian.heimes
#16998: Lost updates with multiprocessing.Value
http://bugs.python.org/issue16998 closed by sbt
#17276: HMAC: deprecate default hash
http://bugs.python.org/issue17276 closed by christian.heimes
#17618: base85 encoding
http://bugs.python.org/issue17618 closed by pitrou
#17791: PC/pyconfig.h defines PREFIX macro
http://bugs.python.org/issue17791 closed by christian.heimes
#17806: Add keyword args support to str/bytes.expandtabs()
http://bugs.python.org/issue17806 closed by ezio.melotti
#17893: Refactor reduce protocol implementation
http://bugs.python.org/issue17893 closed by alexandre.vassalotti
#17916: Provide dis.Bytecode based equivalent of dis.distb
http://bugs.python.org/issue17916 closed by python-dev
#18294: zlib module is not completly 64-bit safe
http://bugs.python.org/issue18294 closed by python-dev
#18528: Possible fd leak in socketmodule
http://bugs.python.org/issue18528 closed by christian.heimes
#18775: name attribute for HMAC
http://bugs.python.org/issue18775 closed by christian.heimes
#19183: PEP 456 Secure and interchangeable hash algorithm
http://bugs.python.org/issue19183 closed by christian.heimes
#19282: dbm.open should be a context manager
http://bugs.python.org/issue19282 closed by python-dev
#19338: multiprocessing: sys.exit() from a child with a non-int exit c
http://bugs.python.org/issue19338 closed by sbt
#19371: timing test too tight
http://bugs.python.org/issue19371 closed by ezio.melotti
#19386: selectors test_interrupted_retry is flaky
http://bugs.python.org/issue19386 closed by r.david.murray
#19448: SSL: add OID / NID lookup
http://bugs.python.org/issue19448 closed by christian.heimes
#19449: csv.DictWriter can't handle extra non-string fields
http://bugs.python.org/issue19449 closed by r.david.murray
#19474: Argument Clinic causing compiler warnings about uninitialized
http://bugs.python.org/issue19474 closed by larry
#19507: ssl.wrap_socket() with server_hostname should imply match_host
http://bugs.python.org/issue19507 closed by christian.heimes
#19512: Avoid temporary Unicode strings, use identifiers to only creat
http://bugs.python.org/issue19512 closed by haypo
#19513: Use PyUnicodeWriter instead of PyAccu in repr(tuple) and repr(
http://bugs.python.org/issue19513 closed by haypo
#19520: Win32 compiler warning in _sha3
http://bugs.python.org/issue19520 closed by zach.ware
#19523: logging.FileHandler - using of delay argument case handle leak
http://bugs.python.org/issue19523 closed by python-dev
#19544: Port distutils as found in Python 2.7 to Python 3.x.
http://bugs.python.org/issue19544 closed by jason.coombs
#19550: PEP 453: Windows installer integration
http://bugs.python.org/issue19550 closed by loewis
#19552: PEP 453: venv module and pyvenv integration
http://bugs.python.org/issue19552 closed by python-dev
#19553: PEP 453: "make install" and "make altinstall" integration
http://bugs.python.org/issue19553 closed by ned.deily
#19555: "SO" config var not getting set
http://bugs.python.org/issue19555 closed by barry
#19565: test_multiprocessing_spawn: RuntimeError and assertion error o
http://bugs.python.org/issue19565 closed by haypo
#19568: bytearray_setslice_linear() leaves the bytearray in an inconsi
http://bugs.python.org/issue19568 closed by python-dev
#19578: del list[a:b:c] doesn't handle correctly list_resize() failure
http://bugs.python.org/issue19578 closed by python-dev
#19581: PyUnicodeWriter: change the overallocation factor for Windows
http://bugs.python.org/issue19581 closed by haypo
#19586: distutils: Remove assertEquals and assert_ deprecation warning
http://bugs.python.org/issue19586 closed by jason.coombs
#19590: Use specific asserts in test_email
http://bugs.python.org/issue19590 closed by serhiy.storchaka
#19591: Use specific asserts in ctype tests
http://bugs.python.org/issue19591 closed by serhiy.storchaka
#19594: Use specific asserts in unittest tests
http://bugs.python.org/issue19594 closed by ezio.melotti
#19596: Silently skipped tests in test_importlib
http://bugs.python.org/issue19596 closed by zach.ware
#19597: Add decorator for tests not yet implemented
http://bugs.python.org/issue19597 closed by zach.ware
#19599: Failure of test_async_timeout() of test_multiprocessing_spawn:
http://bugs.python.org/issue19599 closed by sbt
#19600: Use specific asserts in distutils tests
http://bugs.python.org/issue19600 closed by ezio.melotti
#19601: Use specific asserts in sqlite3 tests
http://bugs.python.org/issue19601 closed by serhiy.storchaka
#19602: Use specific asserts in tkinter tests
http://bugs.python.org/issue19602 closed by serhiy.storchaka
#19603: Use specific asserts in test_decr
http://bugs.python.org/issue19603 closed by serhiy.storchaka
#19604: Use specific asserts in array tests
http://bugs.python.org/issue19604 closed by serhiy.storchaka
#19605: Use specific asserts in datetime tests
http://bugs.python.org/issue19605 closed by serhiy.storchaka
#19606: Use specific asserts in http.cookiejar tests
http://bugs.python.org/issue19606 closed by serhiy.storchaka
#19607: Use specific asserts in weakref tests
http://bugs.python.org/issue19607 closed by serhiy.storchaka
#19617: Fix usage of Py_ssize_t type in Python/compile.c
http://bugs.python.org/issue19617 closed by haypo
#19621: Reimporting this and str.translate()
http://bugs.python.org/issue19621 closed by eric.snow
#19625: IDLE should use UTF-8 as it's default encoding
http://bugs.python.org/issue19625 closed by serhiy.storchaka
#19633: test_wave: failures on PPC64 buildbot
http://bugs.python.org/issue19633 closed by haypo
#19634: test_strftime.test_y_before_1900_nonwin() fails on AIX
http://bugs.python.org/issue19634 closed by haypo
#19637: test_subprocess.test_undecodable_env() failure on AIX
http://bugs.python.org/issue19637 closed by haypo
#19644: Failing of interpreter when slicing a string in MacOS X Maveri
http://bugs.python.org/issue19644 closed by ezio.melotti
#19646: Use PyUnicodeWriter in repr(dict)
http://bugs.python.org/issue19646 closed by haypo
#19647: unittest.TestSuite consumes tests
http://bugs.python.org/issue19647 closed by michael.foord
#19649: Clean up OS X framework and universal bin directories
http://bugs.python.org/issue19649 closed by ned.deily
#19651: Mac OSX 10.9 segmentation fault 11 with Python 3.3.3
http://bugs.python.org/issue19651 closed by johndobson
#19653: Generalize usage of _PyUnicodeWriter for repr(obj): add _PyObj
http://bugs.python.org/issue19653 closed by haypo
#19657: List comprehension conditional evaluation order seems backward
http://bugs.python.org/issue19657 closed by r.david.murray
#19664: UserDict test assumes ordered dict repr
http://bugs.python.org/issue19664 closed by christian.heimes
#19669: remove mention of the old LaTeX docs
http://bugs.python.org/issue19669 closed by pitrou
#19672: Listing of all exceptions for every function
http://bugs.python.org/issue19672 closed by r.david.murray
#19673: PEP 428 implementation
http://bugs.python.org/issue19673 closed by pitrou
#19682: _ssl won't compile with OSX 10.9 SDK
http://bugs.python.org/issue19682 closed by ronaldoussoren
#19684: IDLE on OS X 10.6.8 crashes when opening a file
http://bugs.python.org/issue19684 closed by ned.deily
#19685: pip: open() uses the locale encoding to parse Python script, i
http://bugs.python.org/issue19685 closed by ncoghlan
#19686: possible unnecessary memoryview copies?
http://bugs.python.org/issue19686 closed by skrah
#19688: pip install now fails with 'HTMLParser' object has no attribut
http://bugs.python.org/issue19688 closed by ezio.melotti
#1744456: Patch for feat. 1713877 Expose callbackAPI in readline module
http://bugs.python.org/issue1744456 closed by christian.heimes
#513840: entity unescape for sgml/htmllib
http://bugs.python.org/issue513840 closed by ezio.melotti
More information about the Python-Dev
mailing list