[Python-Dev] Summary of Python tracker Issues

2016年8月19日 09:11:25 -0700

ACTIVITY SUMMARY (2016年08月12日 - 2016年08月19日)
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 5594 ( -1)
 closed 33965 (+56)
 total 39559 (+55)
Open issues with patches: 2438 
Issues opened (34)
==================
#26988: Add AutoNumberedEnum to stdlib
http://bugs.python.org/issue26988 reopened by rhettinger
#27611: test_tix cannot import _default_root after test_idle
http://bugs.python.org/issue27611 reopened by serhiy.storchaka
#27748: Simplify test_winsound
http://bugs.python.org/issue27748 opened by zach.ware
#27749: multprocessing errors on Windows: WriteFile() argument 1 must 
http://bugs.python.org/issue27749 opened by wevsty
#27752: CSV DictReader default dialect name 'excel' is misleading, as 
http://bugs.python.org/issue27752 opened by lockywolf
#27755: Retire DynOptionMenu with a ttk Combobox
http://bugs.python.org/issue27755 opened by jfoo
#27756: Add pyd icon for 3.6
http://bugs.python.org/issue27756 opened by Decorater
#27759: selectors incorrectly retain invalid file descriptors
http://bugs.python.org/issue27759 opened by Mark.Williams
#27761: Private _nth_root function loses accuracy
http://bugs.python.org/issue27761 opened by steven.daprano
#27763: Add complex case to test_builtin abs()
http://bugs.python.org/issue27763 opened by Evelyn Mitchell
#27764: [Patch] Complete bits necessary for making fcntl's file lockin
http://bugs.python.org/issue27764 opened by EdSchouten
#27766: Add ChaCha20 Poly1305 to SSL ciphers
http://bugs.python.org/issue27766 opened by christian.heimes
#27768: ssl: add public API for IA-32 processor capabilities vector
http://bugs.python.org/issue27768 opened by christian.heimes
#27769: IDLE: Replace All up, no wrap replaces one up, all down
http://bugs.python.org/issue27769 opened by Qwert225
#27772: Refer to actual format string when creating “zero padding”
http://bugs.python.org/issue27772 opened by bignose
#27776: PEP 524: Make os.urandom() blocking on Linux
http://bugs.python.org/issue27776 opened by haypo
#27777: cgi.FieldStorage can't parse simple body with Content-Length a
http://bugs.python.org/issue27777 opened by rr-
#27778: PEP 524: Add os.getrandom()
http://bugs.python.org/issue27778 opened by haypo
#27779: Sync-up docstrings in C version of the the decimal module
http://bugs.python.org/issue27779 opened by rhettinger
#27780: memory leaks in pgen build step abort build with address sanit
http://bugs.python.org/issue27780 opened by geeknik
#27781: Change sys.getfilesystemencoding() on Windows to UTF-8
http://bugs.python.org/issue27781 opened by steve.dower
#27782: Multi-phase extension module initialization, inconsistent exce
http://bugs.python.org/issue27782 opened by xiang.zhang
#27784: Random failure of test_TCPServer() of test.test_socketserver.S
http://bugs.python.org/issue27784 opened by haypo
#27787: Avoid test_main() in test_httplib; gc.collect() dangling threa
http://bugs.python.org/issue27787 opened by martin.panter
#27788: platform module's version number doesn't match its docstring
http://bugs.python.org/issue27788 opened by brett.cannon
#27790: test_distutils spews linker messages on Windows
http://bugs.python.org/issue27790 opened by terry.reedy
#27791: test_threading: test_threads_join_2() failed with "Fatal Pytho
http://bugs.python.org/issue27791 opened by haypo
#27792: bool % int has inconsistent return type.
http://bugs.python.org/issue27792 opened by mark.dickinson
#27794: setattr a read-only property; the AttributeError should show t
http://bugs.python.org/issue27794 opened by ztane
#27796: Expose DirEntry constructor
http://bugs.python.org/issue27796 opened by moloney
#27797: ASCII file with UNIX line conventions and enough lines throws 
http://bugs.python.org/issue27797 opened by mjpieters
#27799: Fix base64-codec and bz2-codec incremental decoders
http://bugs.python.org/issue27799 opened by martin.panter
#27800: Regular expressions with multiple repeat codes
http://bugs.python.org/issue27800 opened by martin.panter
#27802: Add __eq__ and __ne__ to collections.abc.Sequence.
http://bugs.python.org/issue27802 opened by neil.g
Most recent 15 issues with no replies (15)
==========================================
#27799: Fix base64-codec and bz2-codec incremental decoders
http://bugs.python.org/issue27799
#27796: Expose DirEntry constructor
http://bugs.python.org/issue27796
#27772: Refer to actual format string when creating “zero padding”
http://bugs.python.org/issue27772
#27764: [Patch] Complete bits necessary for making fcntl's file lockin
http://bugs.python.org/issue27764
#27748: Simplify test_winsound
http://bugs.python.org/issue27748
#27741: datetime.datetime.strptime functionality description incorrect
http://bugs.python.org/issue27741
#27737: email.header.Header.encode() crashes with IndexError on spaces
http://bugs.python.org/issue27737
#27733: Test that self.bell is called in IDLE classes when intended.
http://bugs.python.org/issue27733
#27713: Spurious "platform dependent libraries" warnings when running 
http://bugs.python.org/issue27713
#27705: Updating old C:/Windows/System32/ucrtbased.dll
http://bugs.python.org/issue27705
#27701: [posixmodule] [Refactoring patch] Simply call into *at() funct
http://bugs.python.org/issue27701
#27696: win_add2path.py does not add user site directory
http://bugs.python.org/issue27696
#27691: X509 cert with GEN_RID subject alt name causes SytemError
http://bugs.python.org/issue27691
#27679: set_bitfields() unused in _ctypes_test
http://bugs.python.org/issue27679
#27666: "stack smashing detected" in PyCursesWindow_Box
http://bugs.python.org/issue27666
Most recent 15 issues waiting for review (15)
=============================================
#27802: Add __eq__ and __ne__ to collections.abc.Sequence.
http://bugs.python.org/issue27802
#27799: Fix base64-codec and bz2-codec incremental decoders
http://bugs.python.org/issue27799
#27787: Avoid test_main() in test_httplib; gc.collect() dangling threa
http://bugs.python.org/issue27787
#27782: Multi-phase extension module initialization, inconsistent exce
http://bugs.python.org/issue27782
#27781: Change sys.getfilesystemencoding() on Windows to UTF-8
http://bugs.python.org/issue27781
#27778: PEP 524: Add os.getrandom()
http://bugs.python.org/issue27778
#27776: PEP 524: Make os.urandom() blocking on Linux
http://bugs.python.org/issue27776
#27766: Add ChaCha20 Poly1305 to SSL ciphers
http://bugs.python.org/issue27766
#27759: selectors incorrectly retain invalid file descriptors
http://bugs.python.org/issue27759
#27756: Add pyd icon for 3.6
http://bugs.python.org/issue27756
#27755: Retire DynOptionMenu with a ttk Combobox
http://bugs.python.org/issue27755
#27748: Simplify test_winsound
http://bugs.python.org/issue27748
#27746: ResourceWarnings in test_asyncio
http://bugs.python.org/issue27746
#27744: Add AF_ALG (Linux Kernel crypto) to socket module
http://bugs.python.org/issue27744
#27740: Fix doc of Py_CompileStringExFlags
http://bugs.python.org/issue27740
Top 10 most discussed issues (10)
=================================
#26988: Add AutoNumberedEnum to stdlib
http://bugs.python.org/issue26988 27 msgs
#27761: Private _nth_root function loses accuracy
http://bugs.python.org/issue27761 22 msgs
#23591: enum: Add Flags and IntFlags
http://bugs.python.org/issue23591 19 msgs
#27749: multprocessing errors on Windows: WriteFile() argument 1 must 
http://bugs.python.org/issue27749 11 msgs
#27598: Add Collection to collections.abc and typing
http://bugs.python.org/issue27598 10 msgs
#27766: Add ChaCha20 Poly1305 to SSL ciphers
http://bugs.python.org/issue27766 10 msgs
#27781: Change sys.getfilesystemencoding() on Windows to UTF-8
http://bugs.python.org/issue27781 9 msgs
#1602: windows console doesn't print or input Unicode
http://bugs.python.org/issue1602 8 msgs
#27181: Add geometric mean to `statistics` module
http://bugs.python.org/issue27181 8 msgs
#16764: Make zlib accept keyword-arguments
http://bugs.python.org/issue16764 7 msgs
Issues closed (53)
==================
#9998: ctypes find_library should search LD_LIBRARY_PATH on Linux
http://bugs.python.org/issue9998 closed by python-dev
#10910: pyport.h FreeBSD/Mac OS X "fix" causes errors in C++ compilati
http://bugs.python.org/issue10910 closed by ned.deily
#12713: argparse: allow abbreviation of sub commands by users
http://bugs.python.org/issue12713 closed by python-dev
#12946: PyModule_GetDict() claims it can never fail, but it can
http://bugs.python.org/issue12946 closed by berker.peksag
#22395: test_pathlib error for complex symlinks on Windows
http://bugs.python.org/issue22395 closed by jfoo
#24637: locals dictionary in PyRun_String
http://bugs.python.org/issue24637 closed by berker.peksag
#24853: Py_Finalize doesn't clean up PyImport_Inittab
http://bugs.python.org/issue24853 closed by haypo
#25628: Make namedtuple "verbose" and "rename" parameters into keyword
http://bugs.python.org/issue25628 closed by rhettinger
#25805: Failure in test_pkgutil run from command-line
http://bugs.python.org/issue25805 closed by brett.cannon
#25958: Implicit ABCs have no means of "anti-registration"
http://bugs.python.org/issue25958 closed by gvanrossum
#26200: SETREF adds unnecessary work in some cases
http://bugs.python.org/issue26200 closed by serhiy.storchaka
#26754: PyUnicode_FSDecoder() accepts arbitrary iterable
http://bugs.python.org/issue26754 closed by serhiy.storchaka
#26800: Don't accept bytearray as filenames part 2
http://bugs.python.org/issue26800 closed by serhiy.storchaka
#26823: Shrink recursive tracebacks
http://bugs.python.org/issue26823 closed by ncoghlan
#27173: Modern Unix key bindings for IDLE
http://bugs.python.org/issue27173 closed by terry.reedy
#27558: SystemError with bare `raise` in threading or multiprocessing
http://bugs.python.org/issue27558 closed by haypo
#27573: code.interact() should print an exit message
http://bugs.python.org/issue27573 closed by steven.daprano
#27594: Assertion failure when running "test_ast" tests with coverage.
http://bugs.python.org/issue27594 closed by ned.deily
#27698: socketpair not in socket.__all__ on Windows
http://bugs.python.org/issue27698 closed by haypo
#27704: bytes(x) is slow when x is bytearray
http://bugs.python.org/issue27704 closed by serhiy.storchaka
#27712: Tiny typos in import.rst
http://bugs.python.org/issue27712 closed by brett.cannon
#27719: Misleading note about "args" attribute in "User-defined Except
http://bugs.python.org/issue27719 closed by rhettinger
#27720: decimal.Context.to_eng_string wrong docstring
http://bugs.python.org/issue27720 closed by rhettinger
#27723: Document typing.Text and typing.AnyStr
http://bugs.python.org/issue27723 closed by gvanrossum
#27725: Use Py_SIZE(x) instead of x->ob_size
http://bugs.python.org/issue27725 closed by skrah
#27726: ctags -t does not exists in Makefile.pre.in
http://bugs.python.org/issue27726 closed by haypo
#27734: Memory leaks at Python35-32
http://bugs.python.org/issue27734 closed by r.david.murray
#27736: repeated Py_Initialize/PyRun_SimpleString/Py_Finalize segfault
http://bugs.python.org/issue27736 closed by ned.deily
#27742: Random.randint generates different values in Python2 and Pytho
http://bugs.python.org/issue27742 closed by rhettinger
#27747: Broken example in the queue module documentation
http://bugs.python.org/issue27747 closed by Paulo Gabriel Poiati
#27750: Idle Shell freezes when printing 100000+ char lines.
http://bugs.python.org/issue27750 closed by terry.reedy
#27751: Itertools -> Recipes -> pairwise()
http://bugs.python.org/issue27751 closed by YoSTEALTH
#27753: py_compile.compile() does not specify if it can accept a file 
http://bugs.python.org/issue27753 closed by r.david.murray
#27754: Changing the meaning of bool.__invert__
http://bugs.python.org/issue27754 closed by benjamin.peterson
#27757: eval() does not allow import statements to run.
http://bugs.python.org/issue27757 closed by steven.daprano
#27758: integer overflow in the _csv module's join_append_data functio
http://bugs.python.org/issue27758 closed by python-dev
#27760: integer overflow in binascii.b2a_qp
http://bugs.python.org/issue27760 closed by python-dev
#27762: ConfigParser ignores in-line comments for lines with semi-colo
http://bugs.python.org/issue27762 closed by lukasz.langa
#27765: Accept UTF-8 encoded bytes as input to json.loads()
http://bugs.python.org/issue27765 closed by haypo
#27767: Receive "A required privilege is not held by the Client" error
http://bugs.python.org/issue27767 closed by ebarry
#27770: remove run_until_complete
http://bugs.python.org/issue27770 closed by gvanrossum
#27771: Add a clear screen button or menu choice for IDLE
http://bugs.python.org/issue27771 closed by terry.reedy
#27773: Excessive Py_XDECREF in the ssl module:
http://bugs.python.org/issue27773 closed by python-dev
#27774: Py_DECREF on a non-owned object in _sre
http://bugs.python.org/issue27774 closed by python-dev
#27775: `shlex.split(None)` causes infinite loop
http://bugs.python.org/issue27775 closed by r.david.murray
#27783: potential use of unitialized memory in operator.methodcaller
http://bugs.python.org/issue27783 closed by python-dev
#27785: Module platform: Versions of Windows
http://bugs.python.org/issue27785 closed by steve.dower
#27786: longobject.c: simplify x_sub(), inline _PyLong_Negate()
http://bugs.python.org/issue27786 closed by haypo
#27789: test_asyncio Resource Warnings
http://bugs.python.org/issue27789 closed by berker.peksag
#27793: Double underscore variables in module are mangled when used in
http://bugs.python.org/issue27793 closed by r.david.murray
#27795: Cygwin compile errors
http://bugs.python.org/issue27795 closed by r.david.murray
#27798: test_sysconfig: test_srcdir() fails on "x86 Gentoo Installed w
http://bugs.python.org/issue27798 closed by zach.ware
#27801: test_update_lines_cols from test.test_curses.MiscTests fails o
http://bugs.python.org/issue27801 closed by berker.peksag
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to