Mailing List Archive

1 ... 12 13 14 15 16 17 18 19 20  View All
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-10-14 - 2016-10-21)
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 5524 ( -3)
closed 34728 (+55)
total 40252 (+52)

Open issues with patches: 2398


Issues opened (28)
==================

#28404: Logging SyslogHandler not appending '\n' to the end
http://bugs.python.org/issue28404 reopened by elelement

#28437: Documentation for handling of non-type metaclass hints is uncl
http://bugs.python.org/issue28437 reopened by ncoghlan

#28445: Wrong documentation for GzipFile.peek
http://bugs.python.org/issue28445 opened by abacabadabacaba

#28446: pyvenv generates malformed hashbangs for scripts
http://bugs.python.org/issue28446 opened by alexreg

#28449: tarfile.open(mode = 'r:*', ignore_zeros = True) has 50% chance
http://bugs.python.org/issue28449 opened by Silver Fox

#28450: Misleading/inaccurate documentation about unknown escape seque
http://bugs.python.org/issue28450 opened by lelit

#28451: pydoc.safeimport() raises ErrorDuringImport() if __builtin__._
http://bugs.python.org/issue28451 opened by segfault87

#28453: SSLObject.selected_alpn_protocol() not documented
http://bugs.python.org/issue28453 opened by alex.gronholm

#28457: Make public the current private known hash functions in the C-
http://bugs.python.org/issue28457 opened by rhettinger

#28459: _pyio module broken on Cygwin / setmode not usable
http://bugs.python.org/issue28459 opened by erik.bray

#28460: Minidom, order of attributes, datachars
http://bugs.python.org/issue28460 opened by Petr Pulc

#28462: subprocess pipe can't see EOF from a child in case of a few ch
http://bugs.python.org/issue28462 opened by Vyacheslav Grigoryev

#28463: Email long headers parsing/serialization
http://bugs.python.org/issue28463 opened by Константин Волков

#28464: BaseEventLoop.close should shutdown executor before marking it
http://bugs.python.org/issue28464 opened by cmeyer

#28465: python 3.5 magic number
http://bugs.python.org/issue28465 opened by 曹忠

#28469: timeit: use powers of 2 in autorange(), instead of powers of 1
http://bugs.python.org/issue28469 opened by haypo

#28470: configure.ac -g debug compiler option when not Py_DEBUG
http://bugs.python.org/issue28470 opened by Chris Byers

#28474: WinError(): Python int too large to convert to C long
http://bugs.python.org/issue28474 opened by Kelvin You

#28475: Misleading error on random.sample when k < 0
http://bugs.python.org/issue28475 opened by franciscouzo

#28477: Add optional user argument to pathlib.Path.home()
http://bugs.python.org/issue28477 opened by josh.r

#28478: Built-in module 'time' does not enable functions if -Werror sp
http://bugs.python.org/issue28478 opened by toast12

#28482: test_typing fails if asyncio unavailable
http://bugs.python.org/issue28482 opened by martin.panter

#28485: compileall.compile_dir(workers=<negative>) does not raise Valu
http://bugs.python.org/issue28485 opened by martin.panter

#28488: shutil.make_archive (xxx, zip, root_dir) is adding './' entry
http://bugs.python.org/issue28488 opened by bialix

#28489: Fix comment in tokenizer.c
http://bugs.python.org/issue28489 opened by Ryan.Gonzalez

#28491: Remove bundled libffi for OSX
http://bugs.python.org/issue28491 opened by zach.ware

#28494: is_zipfile false positives
http://bugs.python.org/issue28494 opened by Thomas.Waldmann

#28496: Mark up constants 0, 1, -1 in C API docs
http://bugs.python.org/issue28496 opened by serhiy.storchaka



Most recent 15 issues with no replies (15)
==========================================

#28485: compileall.compile_dir(workers=<negative>) does not raise Valu
http://bugs.python.org/issue28485

#28470: configure.ac -g debug compiler option when not Py_DEBUG
http://bugs.python.org/issue28470

#28464: BaseEventLoop.close should shutdown executor before marking it
http://bugs.python.org/issue28464

#28460: Minidom, order of attributes, datachars
http://bugs.python.org/issue28460

#28457: Make public the current private known hash functions in the C-
http://bugs.python.org/issue28457

#28446: pyvenv generates malformed hashbangs for scripts
http://bugs.python.org/issue28446

#28439: Remove redundant checks in PyUnicode_EncodeLocale and PyUnicod
http://bugs.python.org/issue28439

#28429: ctypes fails to import with grsecurity's TPE
http://bugs.python.org/issue28429

#28422: multiprocessing Manager mutable type member access failure
http://bugs.python.org/issue28422

#28416: defining persistent_id in _pickle.Pickler subclass causes refe
http://bugs.python.org/issue28416

#28412: os.path.splitdrive documentation out of date
http://bugs.python.org/issue28412

#28408: Fix redundant code and memory leak in _PyUnicodeWriter_Finish
http://bugs.python.org/issue28408

#28407: Improve coverage of email.utils.make_msgid()
http://bugs.python.org/issue28407

#28401: Don't support the PEP384 stable ABI in pydebug builds
http://bugs.python.org/issue28401

#28396: Remove *.pyo references from man page
http://bugs.python.org/issue28396



Most recent 15 issues waiting for review (15)
=============================================

#28496: Mark up constants 0, 1, -1 in C API docs
http://bugs.python.org/issue28496

#28494: is_zipfile false positives
http://bugs.python.org/issue28494

#28491: Remove bundled libffi for OSX
http://bugs.python.org/issue28491

#28489: Fix comment in tokenizer.c
http://bugs.python.org/issue28489

#28488: shutil.make_archive (xxx, zip, root_dir) is adding './' entry
http://bugs.python.org/issue28488

#28485: compileall.compile_dir(workers=<negative>) does not raise Valu
http://bugs.python.org/issue28485

#28482: test_typing fails if asyncio unavailable
http://bugs.python.org/issue28482

#28475: Misleading error on random.sample when k < 0
http://bugs.python.org/issue28475

#28469: timeit: use powers of 2 in autorange(), instead of powers of 1
http://bugs.python.org/issue28469

#28459: _pyio module broken on Cygwin / setmode not usable
http://bugs.python.org/issue28459

#28451: pydoc.safeimport() raises ErrorDuringImport() if __builtin__._
http://bugs.python.org/issue28451

#28449: tarfile.open(mode = 'r:*', ignore_zeros = True) has 50% chance
http://bugs.python.org/issue28449

#28444: Missing extensions modules when cross compiling python 3.5.2 f
http://bugs.python.org/issue28444

#28443: Logger methods never use kwargs
http://bugs.python.org/issue28443

#28441: Change sys.executable to include executable suffix
http://bugs.python.org/issue28441



Top 10 most discussed issues (10)
=================================

#28444: Missing extensions modules when cross compiling python 3.5.2 f
http://bugs.python.org/issue28444 25 msgs

#28437: Documentation for handling of non-type metaclass hints is uncl
http://bugs.python.org/issue28437 12 msgs

#19795: Formatting of True/False/None in docs
http://bugs.python.org/issue19795 10 msgs

#26240: Docstring of the subprocess module should be cleaned up
http://bugs.python.org/issue26240 8 msgs

#28463: Email long headers parsing/serialization
http://bugs.python.org/issue28463 6 msgs

#28489: Fix comment in tokenizer.c
http://bugs.python.org/issue28489 6 msgs

#28491: Remove bundled libffi for OSX
http://bugs.python.org/issue28491 6 msgs

#23214: BufferedReader.read1(size) signature incompatible with Buffere
http://bugs.python.org/issue23214 5 msgs

#28474: WinError(): Python int too large to convert to C long
http://bugs.python.org/issue28474 5 msgs

#14991: Option for regex groupdict() to show only matching names
http://bugs.python.org/issue14991 4 msgs



Issues closed (54)
==================

#16007: Improved Error message for failing re expressions
http://bugs.python.org/issue16007 closed by serhiy.storchaka

#18219: csv.DictWriter is slow when writing files with large number of
http://bugs.python.org/issue18219 closed by inada.naoki

#21955: ceval.c: implement fast path for integers with a single digit
http://bugs.python.org/issue21955 closed by haypo

#23231: Fix codecs.iterencode/decode() by allowing data parameter to b
http://bugs.python.org/issue23231 closed by martin.panter

#23782: Leak in _PyTraceback_Add
http://bugs.python.org/issue23782 closed by serhiy.storchaka

#24381: Got warning when compiling ffi.c on Mac
http://bugs.python.org/issue24381 closed by ned.deily

#25550: RecursionError in re with '(' * 500
http://bugs.python.org/issue25550 closed by serhiy.storchaka

#26010: document CO_* constants
http://bugs.python.org/issue26010 closed by matrixise

#26436: Add the regex-dna benchmark
http://bugs.python.org/issue26436 closed by haypo

#26942: android: test_ctypes crashes on armv7 and aarch64
http://bugs.python.org/issue26942 closed by xdegaye

#26944: test_posix: Android 'id -G' is entirely wrong or missing the e
http://bugs.python.org/issue26944 closed by xdegaye

#27471: sre_constants.error: bad escape \d
http://bugs.python.org/issue27471 closed by serhiy.storchaka

#27627: clang fails to build ctypes on Android armv7
http://bugs.python.org/issue27627 closed by xdegaye

#27800: Regular expressions with multiple repeat codes
http://bugs.python.org/issue27800 closed by martin.panter

#27844: Python-3.6a4 build messages to stderr (on AIX and xlc compiler
http://bugs.python.org/issue27844 closed by martin.panter

#27896: Allow passing sphinx options to Doc/Makefile
http://bugs.python.org/issue27896 closed by haypo

#28092: Build failure for 3.6 on Centos 5.11
http://bugs.python.org/issue28092 closed by benjamin.peterson

#28099: Drop Mac OS X Tiger support in Python 3.6
http://bugs.python.org/issue28099 closed by ned.deily

#28214: Improve exception reporting for problematic __set_name__ attri
http://bugs.python.org/issue28214 closed by serhiy.storchaka

#28240: Enhance the timeit module: display average +- std dev instead
http://bugs.python.org/issue28240 closed by haypo

#28256: Cleanup Modules/_math.c
http://bugs.python.org/issue28256 closed by haypo

#28409: test.regrtest does not support multiple -x flags
http://bugs.python.org/issue28409 closed by haypo

#28410: Add convenient C API for "raise ... from ..."
http://bugs.python.org/issue28410 closed by serhiy.storchaka

#28425: Python3 ignores __init__.py that are links to /dev/null
http://bugs.python.org/issue28425 closed by brett.cannon

#28428: Rename _futures module to _asyncio
http://bugs.python.org/issue28428 closed by inada.naoki

#28432: Fix doc of PyUnicode_EncodeLocale
http://bugs.python.org/issue28432 closed by berker.peksag

#28442: tuple(a list subclass) does not iterate through the list
http://bugs.python.org/issue28442 closed by siming85

#28447: socket.getpeername() failure on broken TCP/IP connection
http://bugs.python.org/issue28447 closed by martin.panter

#28448: C implemented Future doesn't work on Windows
http://bugs.python.org/issue28448 closed by inada.naoki

#28452: Remove _asyncio._init_module function
http://bugs.python.org/issue28452 closed by inada.naoki

#28454: Spurious arguments to PyErr_Format in unicodeobject.c
http://bugs.python.org/issue28454 closed by python-dev

#28455: argparse: convert_arg_line_to_args does not actually expect se
http://bugs.python.org/issue28455 closed by berker.peksag

#28456: Test failures under macOS 10.12 Sierra
http://bugs.python.org/issue28456 closed by ned.deily

#28458: from __future__ import print_function does not emulate the flu
http://bugs.python.org/issue28458 closed by berker.peksag

#28461: Replacement of re with the regex package
http://bugs.python.org/issue28461 closed by serhiy.storchaka

#28466: SIGALRM fails to interrupt time.sleep() call on Python 3.5
http://bugs.python.org/issue28466 closed by martin.panter

#28467: Installer should be a 64-bit executable
http://bugs.python.org/issue28467 closed by steve.dower

#28468: Add platform.linux_os_release()
http://bugs.python.org/issue28468 closed by christian.heimes

#28471: Python 3.6b2 crashes with "Python memory allocator called with
http://bugs.python.org/issue28471 closed by yselivanov

#28472: SystemTap usage examples in docs are incorrect
http://bugs.python.org/issue28472 closed by python-dev

#28473: mailbox.MH crashes on certain Claws Mail .mh_sequences files
http://bugs.python.org/issue28473 closed by r.david.murray

#28476: Remove redundant definition of factorial on test_random
http://bugs.python.org/issue28476 closed by python-dev

#28479: Missing indentation in using/windows.rst
http://bugs.python.org/issue28479 closed by python-dev

#28480: Compile error on Modules/socketmodule.c
http://bugs.python.org/issue28480 closed by martin.panter

#28481: Weird string comparison bug
http://bugs.python.org/issue28481 closed by eryksun

#28483: python --version prints output to stderr
http://bugs.python.org/issue28483 closed by SilentGhost

#28484: test_capi, test_regrtest fail when multithreading disabled
http://bugs.python.org/issue28484 closed by martin.panter

#28486: Wrong end index and subgroup for group match
http://bugs.python.org/issue28486 closed by serhiy.storchaka

#28487: missing _math.o target in 2.7 Makefile
http://bugs.python.org/issue28487 closed by haypo

#28490: inappropriate OS.Error "Invalid cross-device link"
http://bugs.python.org/issue28490 closed by steve.newcomb

#28492: C implementation of asyncio.Future doesn't set value of StopIt
http://bugs.python.org/issue28492 closed by yselivanov

#28493: Typo in _asynciomodule.c
http://bugs.python.org/issue28493 closed by yselivanov

#28495: MagickMock created by patсh annotation refuses to apply funct
http://bugs.python.org/issue28495 closed by r.david.murray

#1520879: make install change: Allow $DESTDIR to be relative
http://bugs.python.org/issue1520879 closed by dgreiman
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-10-21 - 2016-10-28)
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 5525 ( +1)
closed 34779 (+51)
total 40304 (+52)

Open issues with patches: 2398


Issues opened (36)
==================

#5830: heapq item comparison problematic with sched's events
http://bugs.python.org/issue5830 reopened by serhiy.storchaka

#5996: abstract class instantiable when subclassing dict
http://bugs.python.org/issue5996 reopened by gvanrossum

#25002: Deprecate asyncore/asynchat
http://bugs.python.org/issue25002 reopened by serhiy.storchaka

#25152: venv documentation doesn't tell you how to specify a particula
http://bugs.python.org/issue25152 reopened by serhiy.storchaka

#28498: tk busy command
http://bugs.python.org/issue28498 opened by tkinter

#28499: Logging module documentation needs a rework.
http://bugs.python.org/issue28499 opened by Pierre Bousquie

#28501: [Patch] Make os.umask() optional
http://bugs.python.org/issue28501 opened by EdSchouten

#28502: [Patch] Make os.chdir() optional
http://bugs.python.org/issue28502 opened by EdSchouten

#28503: [Patch] '_crypt' module: fix implicit declaration of crypt(),
http://bugs.python.org/issue28503 opened by EdSchouten

#28506: Multiprocessing Pool starmap - struct.error: 'i' format requir
http://bugs.python.org/issue28506 opened by Justin Ting

#28512: PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject() alwa
http://bugs.python.org/issue28512 opened by serhiy.storchaka

#28513: Document zipfile CLI
http://bugs.python.org/issue28513 opened by serhiy.storchaka

#28516: contextlib.ExitStack.__enter__ has trivial but undocumented be
http://bugs.python.org/issue28516 opened by walker.hale.iv

#28518: execute("begin immediate") throwing OperationalError
http://bugs.python.org/issue28518 opened by fschulze

#28519: Update pydoc tool to support generic types
http://bugs.python.org/issue28519 opened by levkivskyi

#28521: _PyEval_RequestCodeExtraIndex should return a globally valid i
http://bugs.python.org/issue28521 opened by jpe

#28522: can't make IDLEX work with python._pth and python-3.6.0b2
http://bugs.python.org/issue28522 opened by Big Stone

#28523: Idlelib.configdialog: use 'color' insteadof 'colour'
http://bugs.python.org/issue28523 opened by terry.reedy

#28524: Set default argument of logging.disable() to logging.CRITICAL
http://bugs.python.org/issue28524 opened by Al.Sweigart

#28528: Pdb.checkline()
http://bugs.python.org/issue28528 opened by takluyver

#28530: Howto detect if an object is of type os.DirEntry
http://bugs.python.org/issue28530 opened by stephan

#28531: Improve utf7 encoder memory usage
http://bugs.python.org/issue28531 opened by xiang.zhang

#28532: Show sys.version when -V option is supplied twice.
http://bugs.python.org/issue28532 opened by inada.naoki

#28533: Replace asyncore
http://bugs.python.org/issue28533 opened by Mariatta

#28534: Replace asynchat
http://bugs.python.org/issue28534 opened by Mariatta

#28536: Show the qualified name when a call fails
http://bugs.python.org/issue28536 opened by Ryan.Gonzalez

#28538: _socket module cross-compilation error on android-24
http://bugs.python.org/issue28538 opened by xdegaye

#28539: httplib/http.client HTTPConnection._set_hostport() regression
http://bugs.python.org/issue28539 opened by cfs-pure

#28540: math.degrees(sys.float_info.max) should throw an OverflowError
http://bugs.python.org/issue28540 opened by franciscouzo

#28541: Improve test coverage for json library - loading bytes
http://bugs.python.org/issue28541 opened by Eric Appelt

#28542: document cross compilation
http://bugs.python.org/issue28542 opened by xdegaye

#28543: Incomplete fast path codecs aliases in codecs doc
http://bugs.python.org/issue28543 opened by xiang.zhang

#28544: Implement asyncio.Task in C
http://bugs.python.org/issue28544 opened by yselivanov

#28546: Better explain setting pdb breakpoints
http://bugs.python.org/issue28546 opened by iank

#28547: Python to use Windows Certificate Store
http://bugs.python.org/issue28547 opened by Jean-Philippe Landry

#28548: http.server parse_request() bug and error reporting
http://bugs.python.org/issue28548 opened by barry



Most recent 15 issues with no replies (15)
==========================================

#28548: http.server parse_request() bug and error reporting
http://bugs.python.org/issue28548

#28546: Better explain setting pdb breakpoints
http://bugs.python.org/issue28546

#28543: Incomplete fast path codecs aliases in codecs doc
http://bugs.python.org/issue28543

#28542: document cross compilation
http://bugs.python.org/issue28542

#28538: _socket module cross-compilation error on android-24
http://bugs.python.org/issue28538

#28534: Replace asynchat
http://bugs.python.org/issue28534

#28533: Replace asyncore
http://bugs.python.org/issue28533

#28532: Show sys.version when -V option is supplied twice.
http://bugs.python.org/issue28532

#28528: Pdb.checkline()
http://bugs.python.org/issue28528

#28521: _PyEval_RequestCodeExtraIndex should return a globally valid i
http://bugs.python.org/issue28521

#28519: Update pydoc tool to support generic types
http://bugs.python.org/issue28519

#28512: PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject() alwa
http://bugs.python.org/issue28512

#28503: [Patch] '_crypt' module: fix implicit declaration of crypt(),
http://bugs.python.org/issue28503

#28502: [Patch] Make os.chdir() optional
http://bugs.python.org/issue28502

#28501: [Patch] Make os.umask() optional
http://bugs.python.org/issue28501



Most recent 15 issues waiting for review (15)
=============================================

#28546: Better explain setting pdb breakpoints
http://bugs.python.org/issue28546

#28544: Implement asyncio.Task in C
http://bugs.python.org/issue28544

#28543: Incomplete fast path codecs aliases in codecs doc
http://bugs.python.org/issue28543

#28542: document cross compilation
http://bugs.python.org/issue28542

#28541: Improve test coverage for json library - loading bytes
http://bugs.python.org/issue28541

#28540: math.degrees(sys.float_info.max) should throw an OverflowError
http://bugs.python.org/issue28540

#28539: httplib/http.client HTTPConnection._set_hostport() regression
http://bugs.python.org/issue28539

#28536: Show the qualified name when a call fails
http://bugs.python.org/issue28536

#28532: Show sys.version when -V option is supplied twice.
http://bugs.python.org/issue28532

#28531: Improve utf7 encoder memory usage
http://bugs.python.org/issue28531

#28528: Pdb.checkline()
http://bugs.python.org/issue28528

#28524: Set default argument of logging.disable() to logging.CRITICAL
http://bugs.python.org/issue28524

#28523: Idlelib.configdialog: use 'color' insteadof 'colour'
http://bugs.python.org/issue28523

#28516: contextlib.ExitStack.__enter__ has trivial but undocumented be
http://bugs.python.org/issue28516

#28513: Document zipfile CLI
http://bugs.python.org/issue28513



Top 10 most discussed issues (10)
=================================

#28498: tk busy command
http://bugs.python.org/issue28498 36 msgs

#28522: can't make IDLEX work with python._pth and python-3.6.0b2
http://bugs.python.org/issue28522 18 msgs

#25002: Deprecate asyncore/asynchat
http://bugs.python.org/issue25002 16 msgs

#23262: webbrowser module broken with Firefox 36+
http://bugs.python.org/issue23262 14 msgs

#28544: Implement asyncio.Task in C
http://bugs.python.org/issue28544 12 msgs

#28539: httplib/http.client HTTPConnection._set_hostport() regression
http://bugs.python.org/issue28539 9 msgs

#28199: Compact dict resizing is doing too much work
http://bugs.python.org/issue28199 7 msgs

#28524: Set default argument of logging.disable() to logging.CRITICAL
http://bugs.python.org/issue28524 7 msgs

#27275: KeyError thrown by optimised collections.OrderedDict.popitem()
http://bugs.python.org/issue27275 6 msgs

#5996: abstract class instantiable when subclassing dict
http://bugs.python.org/issue5996 5 msgs



Issues closed (53)
==================

#3015: tkinter with wantobjects=False has been broken for some time
http://bugs.python.org/issue3015 closed by serhiy.storchaka

#17711: Persistent id in pickle with protocol version 0
http://bugs.python.org/issue17711 closed by serhiy.storchaka

#20357: Mention buildbots in the core dev section of the devguide
http://bugs.python.org/issue20357 closed by berker.peksag

#20491: textwrap: Non-breaking space not honored
http://bugs.python.org/issue20491 closed by serhiy.storchaka

#22757: TclStackFree: incorrect freePtr. Call out of sequence?
http://bugs.python.org/issue22757 closed by serhiy.storchaka

#22949: fnmatch.translate doesn't add ^ at the beginning
http://bugs.python.org/issue22949 closed by serhiy.storchaka

#23214: BufferedReader.read1(size) signature incompatible with Buffere
http://bugs.python.org/issue23214 closed by martin.panter

#25464: Tix HList header_exists should be "exist"
http://bugs.python.org/issue25464 closed by serhiy.storchaka

#25953: re fails to identify invalid numeric group references in repla
http://bugs.python.org/issue25953 closed by serhiy.storchaka

#26240: Docstring of the subprocess module should be cleaned up
http://bugs.python.org/issue26240 closed by martin.panter

#26682: Ttk Notebook tabs do not show with 1-2 char names
http://bugs.python.org/issue26682 closed by ned.deily

#26796: BaseEventLoop.run_in_executor shouldn't specify max_workers fo
http://bugs.python.org/issue26796 closed by yselivanov

#26923: asyncio.gather drops cancellation
http://bugs.python.org/issue26923 closed by yselivanov

#27025: More human readable generated widget names
http://bugs.python.org/issue27025 closed by serhiy.storchaka

#27989: incomplete signature with help function using typing
http://bugs.python.org/issue27989 closed by gvanrossum

#28107: Update typing module documentation for NamedTuple
http://bugs.python.org/issue28107 closed by gvanrossum

#28213: asyncio SSLProtocol _app_transport is private
http://bugs.python.org/issue28213 closed by yselivanov

#28255: TextCalendar.prweek/month/year outputs an extra whitespace cha
http://bugs.python.org/issue28255 closed by serhiy.storchaka

#28314: ElementTree: Element.getiterator(tag) broken in 3.6
http://bugs.python.org/issue28314 closed by serhiy.storchaka

#28330: Use simpler and faster sched.Event definition
http://bugs.python.org/issue28330 closed by rhettinger

#28333: input() with Unicode prompt produces mojibake on Windows
http://bugs.python.org/issue28333 closed by steve.dower

#28353: os.fwalk() unhandled exception when error occurs accessing sym
http://bugs.python.org/issue28353 closed by serhiy.storchaka

#28396: Remove *.pyo references from man page
http://bugs.python.org/issue28396 closed by brett.cannon

#28408: Fix redundant code and memory leak in _PyUnicodeWriter_Finish
http://bugs.python.org/issue28408 closed by serhiy.storchaka

#28426: PyUnicode_AsDecodedObject can only return unicode now
http://bugs.python.org/issue28426 closed by serhiy.storchaka

#28430: asyncio: C implemeted Future cause Tornado test fail
http://bugs.python.org/issue28430 closed by inada.naoki

#28435: test_urllib2_localnet.ProxyAuthTests fails with no_proxy and N
http://bugs.python.org/issue28435 closed by martin.panter

#28439: Remove redundant checks in PyUnicode_EncodeLocale and PyUnicod
http://bugs.python.org/issue28439 closed by serhiy.storchaka

#28465: python 3.5 magic number
http://bugs.python.org/issue28465 closed by brett.cannon

#28469: timeit: use powers of 2 in autorange(), instead of powers of 1
http://bugs.python.org/issue28469 closed by serhiy.storchaka

#28482: test_typing fails if asyncio unavailable
http://bugs.python.org/issue28482 closed by gvanrossum

#28488: shutil.make_archive (xxx, zip, root_dir) is adding './' entry
http://bugs.python.org/issue28488 closed by serhiy.storchaka

#28496: Mark up constants 0, 1, -1 in C API docs
http://bugs.python.org/issue28496 closed by serhiy.storchaka

#28497: future in tkinter
http://bugs.python.org/issue28497 closed by serhiy.storchaka

#28500: pep 525/asyncio: Handle when async generators are GCed from an
http://bugs.python.org/issue28500 closed by yselivanov

#28504: Cleanup unicode_decode_call_errorhandler_wchar/writer
http://bugs.python.org/issue28504 closed by serhiy.storchaka

#28505: pip installation issues with default path on Windows
http://bugs.python.org/issue28505 closed by eryksun

#28507: Regenerate ./configure on the default branch
http://bugs.python.org/issue28507 closed by ned.deily

#28508: Need way to expose incremental size of key sharing dicts
http://bugs.python.org/issue28508 closed by rhettinger

#28509: dict.update allocates too much
http://bugs.python.org/issue28509 closed by inada.naoki

#28510: PyUnicodeDecodeError_GetObject always return bytes
http://bugs.python.org/issue28510 closed by serhiy.storchaka

#28511: Use the "U" format for parsing Unicode object arg in PyArg_Par
http://bugs.python.org/issue28511 closed by xiang.zhang

#28514: Python (IDLE?) freezes on file save on Windows
http://bugs.python.org/issue28514 closed by SilentGhost

#28515: Py3k warnings in Python 2.7 tests
http://bugs.python.org/issue28515 closed by serhiy.storchaka

#28517: Dead code in wordcode
http://bugs.python.org/issue28517 closed by serhiy.storchaka

#28520: Failed to install Python 3.3.5 on OSX 10.11.6
http://bugs.python.org/issue28520 closed by ned.deily

#28525: Incorrect documented parameter for gc.collect
http://bugs.python.org/issue28525 closed by python-dev

#28526: Use PyUnicode_AsEncodedString instead of PyUnicode_AsEncodedOb
http://bugs.python.org/issue28526 closed by serhiy.storchaka

#28527: Hack in `genericpath.commonprefix()` crashes if `m` argument i
http://bugs.python.org/issue28527 closed by christian.heimes

#28529: 0 ** 0 should raise ArithmeticError
http://bugs.python.org/issue28529 closed by tim.peters

#28535: round seems to provide floor, not proper rounding
http://bugs.python.org/issue28535 closed by r.david.murray

#28537: abc module fails to reject instantiation of some multiply-inhe
http://bugs.python.org/issue28537 closed by r.david.murray

#28545: socket.bind to AF_PACKET should use passed interface name
http://bugs.python.org/issue28545 closed by mturon
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-10-28 - 2016-11-04)
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 5547 (+23)
closed 34821 (+41)
total 40368 (+64)

Open issues with patches: 2405


Issues opened (43)
==================

#28199: Compact dict resizing is doing too much work
http://bugs.python.org/issue28199 reopened by ned.deily

#28473: mailbox.MH crashes on certain Claws Mail .mh_sequences files
http://bugs.python.org/issue28473 reopened by r.david.murray

#28551: sysconfig.py wrong _PROJECT_BASE for Py2.7 Windows 64bit PC/VS
http://bugs.python.org/issue28551 opened by anselm.kruis

#28552: Distutils fail if sys.executable is None
http://bugs.python.org/issue28552 opened by iamale

#28554: Windows: _socket module fails to compile on "AMD64 Windows7 SP
http://bugs.python.org/issue28554 opened by haypo

#28555: provid also sha-1 and sha-256 also on download links
http://bugs.python.org/issue28555 opened by Big Stone

#28556: typing.py upgrades
http://bugs.python.org/issue28556 opened by gvanrossum

#28557: error message for bad raw readinto
http://bugs.python.org/issue28557 opened by davidszotten

#28559: Unclear error message when raising wrong type of exceptions
http://bugs.python.org/issue28559 opened by Dimitri Merejkowsky

#28562: test_asyncio fails on Android upon calling getaddrinfo()
http://bugs.python.org/issue28562 opened by xdegaye

#28563: Arbitrary code execution in gettext.c2py
http://bugs.python.org/issue28563 opened by Carl Ekerot

#28564: shutil.rmtree is inefficient due to listdir() instead of scand
http://bugs.python.org/issue28564 opened by enkore

#28565: datetime.strptime %Z doesn't produce aware object
http://bugs.python.org/issue28565 opened by lilydjwg

#28567: Bus error / segmentation fault on macOS debug build when using
http://bugs.python.org/issue28567 opened by Alex Croitor

#28569: mock.attach_mock should work with any return value of patch()
http://bugs.python.org/issue28569 opened by anfedorov

#28570: httplib mishandles unknown 1XX status codes
http://bugs.python.org/issue28570 opened by Lukasa

#28571: llist and scipy.stats conflicts, python segfault
http://bugs.python.org/issue28571 opened by Lluís

#28572: IDLE: add tests for config dialog.
http://bugs.python.org/issue28572 opened by terry.reedy

#28573: Python 3.6.0b3 64-bit has no sys._mercurial info
http://bugs.python.org/issue28573 opened by steve.dower

#28574: Update bundled pip
http://bugs.python.org/issue28574 opened by steve.dower

#28576: Uninstalling Py352 x86 with /uninstall option does not remove
http://bugs.python.org/issue28576 opened by jcrmatos

#28577: ipaddress.ip_network(...).hosts() returns nothing for an IPv4
http://bugs.python.org/issue28577 opened by era

#28584: ICC compiler check is too permissive
http://bugs.python.org/issue28584 opened by struktured

#28585: Restore docstring of os._isdir
http://bugs.python.org/issue28585 opened by serhiy.storchaka

#28586: Convert os.scandir to Argument Clinic
http://bugs.python.org/issue28586 opened by serhiy.storchaka

#28587: list.index documentation missing start and stop arguments
http://bugs.python.org/issue28587 opened by ChrisRands

#28588: Memory leak in OpenSSL thread state
http://bugs.python.org/issue28588 opened by christian.heimes

#28590: fstring's '{' from escape sequences does not start an expressi
http://bugs.python.org/issue28590 opened by afg984

#28591: imghdr doesn't recognize some jpeg formats
http://bugs.python.org/issue28591 opened by 4simple-org

#28592: Installation freezes on C Runtime Install
http://bugs.python.org/issue28592 opened by Ex Tracheese

#28593: Inconsistent itertools' predicate behaviour
http://bugs.python.org/issue28593 opened by franciscouzo

#28595: shlex.shlex should not augment wordchars
http://bugs.python.org/issue28595 opened by evan_

#28596: on Android _bootlocale on startup relies on too many library m
http://bugs.python.org/issue28596 opened by xdegaye

#28598: RHS not consulted in `str % subclass_of_str` case.
http://bugs.python.org/issue28598 opened by mjpieters

#28601: Ambiguous datetime comparisons should use == rather than 'is'
http://bugs.python.org/issue28601 opened by p-ganssle

#28602: `tzinfo.fromutc()` fails when used for a fold-aware tzinfo imp
http://bugs.python.org/issue28602 opened by p-ganssle

#28603: traceback module can't format/print unhashable exceptions
http://bugs.python.org/issue28603 opened by Trundle

#28604: Exception raised by python3.5 when using en_GB locale
http://bugs.python.org/issue28604 opened by Guillaume Pasquet (Etenil)

#28607: C implementation of parts of copy.deepcopy
http://bugs.python.org/issue28607 opened by villemoes

#28608: Support creating hardlink using `pathlib`
http://bugs.python.org/issue28608 opened by cool-RR

#28609: argparse claims '*' positional argument is required in error o
http://bugs.python.org/issue28609 opened by rrt

#28610: Provide PDB hook to customize how to find source files
http://bugs.python.org/issue28610 opened by Pinku Surana

#28612: str.translate needs a mapping example
http://bugs.python.org/issue28612 opened by Jim.Jewett



Most recent 15 issues with no replies (15)
==========================================

#28612: str.translate needs a mapping example
http://bugs.python.org/issue28612

#28610: Provide PDB hook to customize how to find source files
http://bugs.python.org/issue28610

#28609: argparse claims '*' positional argument is required in error o
http://bugs.python.org/issue28609

#28608: Support creating hardlink using `pathlib`
http://bugs.python.org/issue28608

#28607: C implementation of parts of copy.deepcopy
http://bugs.python.org/issue28607

#28603: traceback module can't format/print unhashable exceptions
http://bugs.python.org/issue28603

#28596: on Android _bootlocale on startup relies on too many library m
http://bugs.python.org/issue28596

#28595: shlex.shlex should not augment wordchars
http://bugs.python.org/issue28595

#28593: Inconsistent itertools' predicate behaviour
http://bugs.python.org/issue28593

#28588: Memory leak in OpenSSL thread state
http://bugs.python.org/issue28588

#28586: Convert os.scandir to Argument Clinic
http://bugs.python.org/issue28586

#28585: Restore docstring of os._isdir
http://bugs.python.org/issue28585

#28569: mock.attach_mock should work with any return value of patch()
http://bugs.python.org/issue28569

#28567: Bus error / segmentation fault on macOS debug build when using
http://bugs.python.org/issue28567

#28562: test_asyncio fails on Android upon calling getaddrinfo()
http://bugs.python.org/issue28562



Most recent 15 issues waiting for review (15)
=============================================

#28607: C implementation of parts of copy.deepcopy
http://bugs.python.org/issue28607

#28603: traceback module can't format/print unhashable exceptions
http://bugs.python.org/issue28603

#28598: RHS not consulted in `str % subclass_of_str` case.
http://bugs.python.org/issue28598

#28595: shlex.shlex should not augment wordchars
http://bugs.python.org/issue28595

#28591: imghdr doesn't recognize some jpeg formats
http://bugs.python.org/issue28591

#28587: list.index documentation missing start and stop arguments
http://bugs.python.org/issue28587

#28586: Convert os.scandir to Argument Clinic
http://bugs.python.org/issue28586

#28585: Restore docstring of os._isdir
http://bugs.python.org/issue28585

#28584: ICC compiler check is too permissive
http://bugs.python.org/issue28584

#28572: IDLE: add tests for config dialog.
http://bugs.python.org/issue28572

#28570: httplib mishandles unknown 1XX status codes
http://bugs.python.org/issue28570

#28563: Arbitrary code execution in gettext.c2py
http://bugs.python.org/issue28563

#28562: test_asyncio fails on Android upon calling getaddrinfo()
http://bugs.python.org/issue28562

#28559: Unclear error message when raising wrong type of exceptions
http://bugs.python.org/issue28559

#28557: error message for bad raw readinto
http://bugs.python.org/issue28557



Top 10 most discussed issues (10)
=================================

#28199: Compact dict resizing is doing too much work
http://bugs.python.org/issue28199 16 msgs

#28542: document cross compilation
http://bugs.python.org/issue28542 9 msgs

#28591: imghdr doesn't recognize some jpeg formats
http://bugs.python.org/issue28591 9 msgs

#26163: FAIL: test_hash_effectiveness (test.test_set.TestFrozenSet)
http://bugs.python.org/issue26163 8 msgs

#28577: ipaddress.ip_network(...).hosts() returns nothing for an IPv4
http://bugs.python.org/issue28577 7 msgs

#28123: _PyDict_GetItem_KnownHash ignores DKIX_ERROR return
http://bugs.python.org/issue28123 6 msgs

#28499: Logging module documentation needs a rework.
http://bugs.python.org/issue28499 6 msgs

#28532: Show sys.version when -V option is supplied twice.
http://bugs.python.org/issue28532 6 msgs

#28548: http.server parse_request() bug and error reporting
http://bugs.python.org/issue28548 6 msgs

#19899: No test for thread.interrupt_main()
http://bugs.python.org/issue19899 5 msgs



Issues closed (41)
==================

#23693: timeit accuracy could be better
http://bugs.python.org/issue23693 closed by haypo

#25264: test_marshal always crashs on "AMD64 Windows10 2.7" buildbot
http://bugs.python.org/issue25264 closed by serhiy.storchaka

#26638: Avoid warnings about missing CLI options when building documen
http://bugs.python.org/issue26638 closed by martin.panter

#26980: The path argument of asyncio.BaseEventLoop.create_unix_connect
http://bugs.python.org/issue26980 closed by gvanrossum

#27517: LZMACompressor and LZMADecompressor raise exceptions if given
http://bugs.python.org/issue27517 closed by serhiy.storchaka

#27939: Tkinter mainloop raises when setting the value of ttk.LabeledS
http://bugs.python.org/issue27939 closed by serhiy.storchaka

#28088: Document Transport.set_protocol and get_protocol
http://bugs.python.org/issue28088 closed by inada.naoki

#28128: Improve the warning message for invalid escape sequences
http://bugs.python.org/issue28128 closed by eric.smith

#28208: update sqlite to 3.14.2
http://bugs.python.org/issue28208 closed by ned.deily

#28248: Upgrade installers to OpenSSL 1.0.2j
http://bugs.python.org/issue28248 closed by ned.deily

#28385: Bytes objects should reject all formatting codes with an error
http://bugs.python.org/issue28385 closed by serhiy.storchaka

#28387: double free in io.TextIOWrapper
http://bugs.python.org/issue28387 closed by serhiy.storchaka

#28444: Missing extensions modules when cross compiling python 3.5.2 f
http://bugs.python.org/issue28444 closed by xdegaye

#28449: tarfile.open(mode = 'r:*', ignore_zeros = True) has 50% chance
http://bugs.python.org/issue28449 closed by serhiy.storchaka

#28513: Document zipfile CLI
http://bugs.python.org/issue28513 closed by serhiy.storchaka

#28522: can't make IDLEX work with python._pth and python-3.6.0b2
http://bugs.python.org/issue28522 closed by steve.dower

#28530: Howto detect if an object is of type os.DirEntry
http://bugs.python.org/issue28530 closed by brett.cannon

#28541: Improve test coverage for json library - loading bytes
http://bugs.python.org/issue28541 closed by serhiy.storchaka

#28549: curses: calling addch() with an 1-length str segfaults with nc
http://bugs.python.org/issue28549 closed by serhiy.storchaka

#28550: if inline statement does not work with multiple assignment.
http://bugs.python.org/issue28550 closed by eric.snow

#28553: int.to_bytes docs logic error
http://bugs.python.org/issue28553 closed by inada.naoki

#28558: argparse Incorrect Handling of Store Actions
http://bugs.python.org/issue28558 closed by xiang.zhang

#28560: Implement `PurePath.startswith` and `PurePath.endswith`
http://bugs.python.org/issue28560 closed by cool-RR

#28561: Report surrogate characters range in utf8_encoder
http://bugs.python.org/issue28561 closed by serhiy.storchaka

#28566: Python installation fails on Windows because of pip feature
http://bugs.python.org/issue28566 closed by steve.dower

#28568: Build files in PC/VS9.0 contain an outdated sqlite version num
http://bugs.python.org/issue28568 closed by python-dev

#28575: Error 0x80070643 While installing in Win 10 32 Bit
http://bugs.python.org/issue28575 closed by steve.dower

#28578: '\n' escape character print before the Py_GetCompiler version
http://bugs.python.org/issue28578 closed by SilentGhost

#28579: nan != nan
http://bugs.python.org/issue28579 closed by SilentGhost

#28580: Optimize iterating split table values
http://bugs.python.org/issue28580 closed by inada.naoki

#28581: Allow running code without explicitly saving the file.
http://bugs.python.org/issue28581 closed by terry.reedy

#28582: Invalid backslash syntax errors are not always accurate as to
http://bugs.python.org/issue28582 closed by eric.smith

#28583: PyDict_SetDefault doesn't combine split table when needed
http://bugs.python.org/issue28583 closed by inada.naoki

#28589: get error when compile .py file during install stage if cross
http://bugs.python.org/issue28589 closed by xdegaye

#28594: List define and Change result
http://bugs.python.org/issue28594 closed by martin.panter

#28597: f-string behavior is conflicting with its documentation
http://bugs.python.org/issue28597 closed by eric.smith

#28599: AboutDialog set_name is ignored
http://bugs.python.org/issue28599 closed by zach.ware

#28600: asyncio: Optimize loop.call_soon
http://bugs.python.org/issue28600 closed by yselivanov

#28605: Remove mention of LTO when referencing --with-optimization in
http://bugs.python.org/issue28605 closed by brett.cannon

#28606: Suspected bug in python optimizer with decorators
http://bugs.python.org/issue28606 closed by r.david.murray

#28611: Syntax error when using raw strings ending with a backslash.
http://bugs.python.org/issue28611 closed by ebarry
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-11-04 - 2016-11-11)
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 5559 (+12)
closed 34866 (+45)
total 40425 (+57)

Open issues with patches: 2418


Issues opened (37)
==================

#4347: Circular dependency causes SystemError when adding new syntax
http://bugs.python.org/issue4347 reopened by martin.panter

#28614: Slice limit documentation is incorrect
http://bugs.python.org/issue28614 opened by airwin

#28615: Document clarification: Section 5.4 Complex Number
http://bugs.python.org/issue28615 opened by David.Johnston

#28617: Why isn't "in" called a comparison operation?
http://bugs.python.org/issue28617 opened by wim.glenn

#28618: Decorate hot functions using __attribute__((hot)) to optimize
http://bugs.python.org/issue28618 opened by haypo

#28619: [Patch] Stop using inet_ntoa() when possible.
http://bugs.python.org/issue28619 opened by EdSchouten

#28624: Make the `cwd` argument to `subprocess.Popen` accept a `PathLi
http://bugs.python.org/issue28624 opened by cool-RR

#28625: multiprocessing.Pool.imap swallows exceptions thrown by genera
http://bugs.python.org/issue28625 opened by elias

#28626: Tutorial: rearrange discussion of output formatting to encoura
http://bugs.python.org/issue28626 opened by akuchling

#28627: [alpine] shutil.copytree fail to copy a direcotry with broken
http://bugs.python.org/issue28627 opened by fruch

#28628: Failure to add signal handlers for any signal but SIGINT
http://bugs.python.org/issue28628 opened by brotherBox

#28629: Emit ResourceWarning when implicitly terminating a suspended f
http://bugs.python.org/issue28629 opened by ncoghlan

#28631: [2.7/3.5/3.6 Regression] crash using ctypes
http://bugs.python.org/issue28631 opened by doko

#28632: configparser does not close files in read
http://bugs.python.org/issue28632 opened by PetrPy

#28635: Update What's New for 3.6
http://bugs.python.org/issue28635 opened by Elvis.Pranskevichus

#28637: Python startup performance regression
http://bugs.python.org/issue28637 opened by haypo

#28643: Broken makefile depends for profile-opt target
http://bugs.python.org/issue28643 opened by nascheme

#28644: Document recent changes in typing.py
http://bugs.python.org/issue28644 opened by levkivskyi

#28645: Drop __aiter__ compatibility layer from 3.7
http://bugs.python.org/issue28645 opened by yselivanov

#28646: Using a read-only buffer.
http://bugs.python.org/issue28646 opened by mrolle

#28647: python --help: -u is misdocumented as binary mode
http://bugs.python.org/issue28647 opened by arigo

#28648: False assert in _Py_DecodeUTF8_surrogateescape
http://bugs.python.org/issue28648 opened by xiang.zhang

#28650: concurrent.futures.ThreadPoolExecutor: tasks in queue not mark
http://bugs.python.org/issue28650 opened by pyfm

#28651: Make objects with empty __slots__ GC types
http://bugs.python.org/issue28651 opened by yselivanov

#28654: sys.stdout.isatty() returns True even if redirected to NUL
http://bugs.python.org/issue28654 opened by kmeyer

#28655: Tests altered the execution environment in isolated mode
http://bugs.python.org/issue28655 opened by serhiy.storchaka

#28657: cmd.Cmd.get_help() implementation can't see do_*() methods add
http://bugs.python.org/issue28657 opened by Błażej Michalik

#28658: MacOsX idle don't run
http://bugs.python.org/issue28658 opened by Andrew Kontokanis

#28660: TextWrapper break_long_words=True, break_on_hyphens=True on lo
http://bugs.python.org/issue28660 opened by maubp

#28661: Fix code example in Python 3.5 telnetlib documentation
http://bugs.python.org/issue28661 opened by tiabc

#28662: catch also PermissionError in tests when spawning a non existe
http://bugs.python.org/issue28662 opened by xdegaye

#28663: Higher virtual memory usage on recent Linux versions
http://bugs.python.org/issue28663 opened by Valentin.Lorentz

#28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF
http://bugs.python.org/issue28665 opened by rhettinger

#28666: Make test.support.rmtree() able to remove non-writable directo
http://bugs.python.org/issue28666 opened by serhiy.storchaka

#28667: FD_SETSIZE is unsigned on FreeBSD
http://bugs.python.org/issue28667 opened by serhiy.storchaka

#28668: instanciation of multiprocessing.Queue raises ImportError in t
http://bugs.python.org/issue28668 opened by xdegaye

#28669: Math Library Dos Attack
http://bugs.python.org/issue28669 opened by Stone



Most recent 15 issues with no replies (15)
==========================================

#28667: FD_SETSIZE is unsigned on FreeBSD
http://bugs.python.org/issue28667

#28666: Make test.support.rmtree() able to remove non-writable directo
http://bugs.python.org/issue28666

#28663: Higher virtual memory usage on recent Linux versions
http://bugs.python.org/issue28663

#28660: TextWrapper break_long_words=True, break_on_hyphens=True on lo
http://bugs.python.org/issue28660

#28658: MacOsX idle don't run
http://bugs.python.org/issue28658

#28657: cmd.Cmd.get_help() implementation can't see do_*() methods add
http://bugs.python.org/issue28657

#28655: Tests altered the execution environment in isolated mode
http://bugs.python.org/issue28655

#28650: concurrent.futures.ThreadPoolExecutor: tasks in queue not mark
http://bugs.python.org/issue28650

#28648: False assert in _Py_DecodeUTF8_surrogateescape
http://bugs.python.org/issue28648

#28646: Using a read-only buffer.
http://bugs.python.org/issue28646

#28625: multiprocessing.Pool.imap swallows exceptions thrown by genera
http://bugs.python.org/issue28625

#28624: Make the `cwd` argument to `subprocess.Popen` accept a `PathLi
http://bugs.python.org/issue28624

#28619: [Patch] Stop using inet_ntoa() when possible.
http://bugs.python.org/issue28619

#28608: Support creating hardlink using `pathlib`
http://bugs.python.org/issue28608

#28596: on Android _bootlocale on startup relies on too many library m
http://bugs.python.org/issue28596



Most recent 15 issues waiting for review (15)
=============================================

#28668: instanciation of multiprocessing.Queue raises ImportError in t
http://bugs.python.org/issue28668

#28667: FD_SETSIZE is unsigned on FreeBSD
http://bugs.python.org/issue28667

#28666: Make test.support.rmtree() able to remove non-writable directo
http://bugs.python.org/issue28666

#28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF
http://bugs.python.org/issue28665

#28662: catch also PermissionError in tests when spawning a non existe
http://bugs.python.org/issue28662

#28651: Make objects with empty __slots__ GC types
http://bugs.python.org/issue28651

#28650: concurrent.futures.ThreadPoolExecutor: tasks in queue not mark
http://bugs.python.org/issue28650

#28648: False assert in _Py_DecodeUTF8_surrogateescape
http://bugs.python.org/issue28648

#28645: Drop __aiter__ compatibility layer from 3.7
http://bugs.python.org/issue28645

#28644: Document recent changes in typing.py
http://bugs.python.org/issue28644

#28643: Broken makefile depends for profile-opt target
http://bugs.python.org/issue28643

#28637: Python startup performance regression
http://bugs.python.org/issue28637

#28635: Update What's New for 3.6
http://bugs.python.org/issue28635

#28626: Tutorial: rearrange discussion of output formatting to encoura
http://bugs.python.org/issue28626

#28619: [Patch] Stop using inet_ntoa() when possible.
http://bugs.python.org/issue28619



Top 10 most discussed issues (10)
=================================

#28637: Python startup performance regression
http://bugs.python.org/issue28637 32 msgs

#28635: Update What's New for 3.6
http://bugs.python.org/issue28635 15 msgs

#28618: Decorate hot functions using __attribute__((hot)) to optimize
http://bugs.python.org/issue28618 11 msgs

#19569: Use __attribute__((deprecated)) to warn usage of deprecated fu
http://bugs.python.org/issue19569 9 msgs

#24329: __qualname__ and __slots__
http://bugs.python.org/issue24329 9 msgs

#26934: android: test_faulthandler fails
http://bugs.python.org/issue26934 8 msgs

#28609: argparse claims '*' positional argument is required in error o
http://bugs.python.org/issue28609 8 msgs

#19717: resolve() fails when the path doesn't exist
http://bugs.python.org/issue19717 7 msgs

#27854: Installed 2.7: IDLE Help disabled because help.html is missing
http://bugs.python.org/issue27854 7 msgs

#28617: Why isn't "in" called a comparison operation?
http://bugs.python.org/issue28617 7 msgs



Issues closed (42)
==================

#1778: SyntaxError.offset sometimes wrong
http://bugs.python.org/issue1778 closed by akuchling

#4713: Installing sgmlop causes xmlrpclib error
http://bugs.python.org/issue4713 closed by akuchling

#10605: ElementTree documentation
http://bugs.python.org/issue10605 closed by akuchling

#18317: gettext: DoS via crafted Plural-Forms
http://bugs.python.org/issue18317 closed by serhiy.storchaka

#19398: test_trace fails with -S
http://bugs.python.org/issue19398 closed by serhiy.storchaka

#20629: Python ctypes BigEndianStructure bitfield assignment misbehavi
http://bugs.python.org/issue20629 closed by xiang.zhang

#21590: Systemtap and DTrace support
http://bugs.python.org/issue21590 closed by lukasz.langa

#21864: Error in documentation of point 9.8 'Exceptions are classes to
http://bugs.python.org/issue21864 closed by berker.peksag

#23839: Clear caches after every test
http://bugs.python.org/issue23839 closed by serhiy.storchaka

#26969: ascynio should provide a policy to address pass-loop-everywher
http://bugs.python.org/issue26969 closed by yselivanov

#27781: Change sys.getfilesystemencoding() on Windows to UTF-8
http://bugs.python.org/issue27781 closed by python-dev

#28123: _PyDict_GetItem_KnownHash ignores DKIX_ERROR return
http://bugs.python.org/issue28123 closed by serhiy.storchaka

#28485: compileall.compile_dir(workers=<negative>) does not raise Valu
http://bugs.python.org/issue28485 closed by martin.panter

#28543: Incomplete fast path codecs aliases in codecs doc
http://bugs.python.org/issue28543 closed by berker.peksag

#28555: provid also sha-1 and sha-256 also on download links
http://bugs.python.org/issue28555 closed by benjamin.peterson

#28563: Arbitrary code execution in gettext.c2py
http://bugs.python.org/issue28563 closed by serhiy.storchaka

#28574: Update bundled pip
http://bugs.python.org/issue28574 closed by berker.peksag

#28585: Restore docstring of os._isdir
http://bugs.python.org/issue28585 closed by serhiy.storchaka

#28586: Convert os.scandir to Argument Clinic
http://bugs.python.org/issue28586 closed by serhiy.storchaka

#28590: fstring's '{' from escape sequences does not start an expressi
http://bugs.python.org/issue28590 closed by eric.smith

#28593: Inconsistent itertools' predicate behaviour
http://bugs.python.org/issue28593 closed by rhettinger

#28613: Make get_event_loop() return the current loop if called from c
http://bugs.python.org/issue28613 closed by yselivanov

#28616: sys.version_info.releaselevel - 'final' or 'release'
http://bugs.python.org/issue28616 closed by ned.deily

#28620: Build Memory Leak
http://bugs.python.org/issue28620 closed by r.david.murray

#28621: Refactor duplicate code calculating digit's bit length
http://bugs.python.org/issue28621 closed by serhiy.storchaka

#28622: Remove redundant variable annotation test from test_grammar
http://bugs.python.org/issue28622 closed by gvanrossum

#28623: Let `shlex.quote` accept a `PathLike` object
http://bugs.python.org/issue28623 closed by berker.peksag

#28630: setup.py bdist_egg --without-source-files does not allow conso
http://bugs.python.org/issue28630 closed by berker.peksag

#28633: Concatenating bytes literal and f-string causes segmentation f
http://bugs.python.org/issue28633 closed by eric.smith

#28634: asyncio.isfuture() should support Mocks
http://bugs.python.org/issue28634 closed by yselivanov

#28636: strange issue with Pandas-0.19.1 on Python-3.6.0b3
http://bugs.python.org/issue28636 closed by Big Stone

#28638: Creating namedtuple is too slow to be used in common stdlib (e
http://bugs.python.org/issue28638 closed by rhettinger

#28639: inspect.isawaitable(native_coro) returns int
http://bugs.python.org/issue28639 closed by yselivanov

#28640: UnicodeDecodeError: 'cp949'
http://bugs.python.org/issue28640 closed by steve.dower

#28641: Describe PEP 495 features in "What's New in Python 3.6" docume
http://bugs.python.org/issue28641 closed by yselivanov

#28642: csv reader losing rows with big files and tab delimiter
http://bugs.python.org/issue28642 closed by datapythonista

#28649: refleak in typing.py
http://bugs.python.org/issue28649 closed by yselivanov

#28652: Make loop methods reject socket kinds they do not support.
http://bugs.python.org/issue28652 closed by yselivanov

#28653: refleak in C functools.lru_cache
http://bugs.python.org/issue28653 closed by yselivanov

#28656: build error in cygwin64 ,because pthread_key_t
http://bugs.python.org/issue28656 closed by serhiy.storchaka

#28659: xml.etree.cElementTree.write misses opening tag
http://bugs.python.org/issue28659 closed by xiang.zhang

#28664: test_bz2 fails with BrokenPipeError when bunzip2 is missing
http://bugs.python.org/issue28664 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-11-11 - 2016-11-18)
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 5584 (+25)
closed 34909 (+43)
total 40493 (+68)

Open issues with patches: 2421


Issues opened (51)
==================

#28032: --with-lto builds segfault in many situations
http://bugs.python.org/issue28032 reopened by koobs

#28671: SSL server requesting client certificates should send CA list
http://bugs.python.org/issue28671 opened by kchen

#28672: Explain in the "Data Model" document why arguments to __init__
http://bugs.python.org/issue28672 opened by João.Sebastião.de.Oliveira.Bueno

#28673: When using pyro4 with more than 15 threads, python 2.7.12 core
http://bugs.python.org/issue28673 opened by pwp333

#28675: about PEP 528 / PEP 529
http://bugs.python.org/issue28675 opened by Big Stone

#28677: difficult to parse sentence structure in "When an instance att
http://bugs.python.org/issue28677 opened by viorel

#28680: bdist_wininst generated 64-bit executable looks for 3.5-32
http://bugs.python.org/issue28680 opened by Timothy Widrick

#28681: About function renaming in the tutorial
http://bugs.python.org/issue28681 opened by xfq

#28682: Bytes support in os.fwalk()
http://bugs.python.org/issue28682 opened by serhiy.storchaka

#28683: bind() on a unix socket raises PermissionError on Android for
http://bugs.python.org/issue28683 opened by xdegaye

#28684: [asyncio] bind() on a unix socket raises PermissionError on An
http://bugs.python.org/issue28684 opened by xdegaye

#28685: Optimizing list.sort() by performing safety checks in advance
http://bugs.python.org/issue28685 opened by elliot.gorokhovsky

#28686: py.exe ignored PATH when using python3 shebang
http://bugs.python.org/issue28686 opened by wdhwg001

#28687: Python 2.7.12 windows x64 installer fails after previous bad u
http://bugs.python.org/issue28687 opened by Igor.Skochinsky

#28688: Warning -- warnings.filters was modified by test_warnings
http://bugs.python.org/issue28688 opened by haypo

#28689: OpenSSL 1.1.0c test failures
http://bugs.python.org/issue28689 opened by christian.heimes

#28692: gettext: deprecate selecting plural form by fractional numbers
http://bugs.python.org/issue28692 opened by serhiy.storchaka

#28693: No HKSCS support in Windows cp950
http://bugs.python.org/issue28693 opened by Artoria2e5

#28694: tkinter interface to fontchooser
http://bugs.python.org/issue28694 opened by Lance Ware

#28695: Add SSL_CTX_set_client_cert_engine
http://bugs.python.org/issue28695 opened by christian.heimes

#28696: imap from ThreadPool hangs by an exception in a generator func
http://bugs.python.org/issue28696 opened by lev-veshnyakov

#28697: asyncio.Lock, Condition, Semaphore docs don't mention `async w
http://bugs.python.org/issue28697 opened by ulope

#28698: Python 3.x ctypes c_wchar_p return is different from official
http://bugs.python.org/issue28698 opened by Alex Wang

#28699: Imap from ThreadPool behaves unexpectedly
http://bugs.python.org/issue28699 opened by lev-veshnyakov

#28700: test_dbm failure: KeyError: b'0' (intermittent in 3.5, reliabl
http://bugs.python.org/issue28700 opened by gward

#28702: Confusing error message when None used in expressions, eg. "'N
http://bugs.python.org/issue28702 opened by gward

#28705: Clean up design FAQ question about compiling to C
http://bugs.python.org/issue28705 opened by brett.cannon

#28706: msvc9compiler does not find a vcvarsall.bat of Visual C++ for
http://bugs.python.org/issue28706 opened by jyrkih

#28707: add 'directory' option to the http.server module
http://bugs.python.org/issue28707 opened by matrixise

#28708: Low FD_SETSIZE limit on Windows
http://bugs.python.org/issue28708 opened by David Hirschfeld

#28709: PyStructSequence_NewType is broken; makes GC type without sett
http://bugs.python.org/issue28709 opened by josh.r

#28710: Sphinx incompatible markup in configparser.ConfigParser.
http://bugs.python.org/issue28710 opened by Patrick Lehmann

#28711: IDLE doesn't open
http://bugs.python.org/issue28711 opened by bg90299

#28712: Non-Windows mappings for a couple of Windows code pages
http://bugs.python.org/issue28712 opened by Artoria2e5

#28714: Addition to Documentation of configparser.ConfigParser.write()
http://bugs.python.org/issue28714 opened by georgefischhof

#28715: Check result of PyUnicode_AsUTF8
http://bugs.python.org/issue28715 opened by serhiy.storchaka

#28716: Fractions instantiation revisited
http://bugs.python.org/issue28716 opened by wolma

#28718: '*' matches entire path in fnmatch.translate
http://bugs.python.org/issue28718 opened by Jim Nasby

#28719: zipfile increase in size
http://bugs.python.org/issue28719 opened by X-Istence

#28722: doctest example exit status
http://bugs.python.org/issue28722 opened by Brainix

#28724: Add method send_io, recv_io to the socket module.
http://bugs.python.org/issue28724 opened by tokibito

#28727: Implement comparison (x==y and x!=y) for _sre.SRE_Pattern
http://bugs.python.org/issue28727 opened by haypo

#28728: test_host_resolution in test_socket fails on duplicate assert
http://bugs.python.org/issue28728 opened by SilentGhost

#28729: Exception from sqlite3 adapter masked by sqlite3.InterfaceErro
http://bugs.python.org/issue28729 opened by inglesp

#28730: __reduce__ not being called in dervied extension class from da
http://bugs.python.org/issue28730 opened by Jeff Reback

#28731: _PyDict_NewPresized() creates too small dict
http://bugs.python.org/issue28731 opened by inada.naoki

#28732: spawnl crash on windows7
http://bugs.python.org/issue28732 opened by srinim

#28733: Show how to use mock_open in modules other that __main__
http://bugs.python.org/issue28733 opened by butla

#28735: Mock is equal to ANY but MagicMock is not
http://bugs.python.org/issue28735 opened by rafael.fonseca

#28736: multiprocessing.Lock() no longer has .acquire()
http://bugs.python.org/issue28736 opened by Eric Leadbetter

#28737: Document that tp_dealloc handler must call PyObject_GC_UnTrack
http://bugs.python.org/issue28737 opened by colesbury



Most recent 15 issues with no replies (15)
==========================================

#28737: Document that tp_dealloc handler must call PyObject_GC_UnTrack
http://bugs.python.org/issue28737

#28736: multiprocessing.Lock() no longer has .acquire()
http://bugs.python.org/issue28736

#28735: Mock is equal to ANY but MagicMock is not
http://bugs.python.org/issue28735

#28733: Show how to use mock_open in modules other that __main__
http://bugs.python.org/issue28733

#28722: doctest example exit status
http://bugs.python.org/issue28722

#28714: Addition to Documentation of configparser.ConfigParser.write()
http://bugs.python.org/issue28714

#28706: msvc9compiler does not find a vcvarsall.bat of Visual C++ for
http://bugs.python.org/issue28706

#28705: Clean up design FAQ question about compiling to C
http://bugs.python.org/issue28705

#28697: asyncio.Lock, Condition, Semaphore docs don't mention `async w
http://bugs.python.org/issue28697

#28695: Add SSL_CTX_set_client_cert_engine
http://bugs.python.org/issue28695

#28687: Python 2.7.12 windows x64 installer fails after previous bad u
http://bugs.python.org/issue28687

#28683: bind() on a unix socket raises PermissionError on Android for
http://bugs.python.org/issue28683

#28682: Bytes support in os.fwalk()
http://bugs.python.org/issue28682

#28680: bdist_wininst generated 64-bit executable looks for 3.5-32
http://bugs.python.org/issue28680

#28672: Explain in the "Data Model" document why arguments to __init__
http://bugs.python.org/issue28672



Most recent 15 issues waiting for review (15)
=============================================

#28733: Show how to use mock_open in modules other that __main__
http://bugs.python.org/issue28733

#28731: _PyDict_NewPresized() creates too small dict
http://bugs.python.org/issue28731

#28728: test_host_resolution in test_socket fails on duplicate assert
http://bugs.python.org/issue28728

#28727: Implement comparison (x==y and x!=y) for _sre.SRE_Pattern
http://bugs.python.org/issue28727

#28724: Add method send_io, recv_io to the socket module.
http://bugs.python.org/issue28724

#28716: Fractions instantiation revisited
http://bugs.python.org/issue28716

#28715: Check result of PyUnicode_AsUTF8
http://bugs.python.org/issue28715

#28710: Sphinx incompatible markup in configparser.ConfigParser.
http://bugs.python.org/issue28710

#28707: add 'directory' option to the http.server module
http://bugs.python.org/issue28707

#28699: Imap from ThreadPool behaves unexpectedly
http://bugs.python.org/issue28699

#28692: gettext: deprecate selecting plural form by fractional numbers
http://bugs.python.org/issue28692

#28688: Warning -- warnings.filters was modified by test_warnings
http://bugs.python.org/issue28688

#28685: Optimizing list.sort() by performing safety checks in advance
http://bugs.python.org/issue28685

#28684: [asyncio] bind() on a unix socket raises PermissionError on An
http://bugs.python.org/issue28684

#28683: bind() on a unix socket raises PermissionError on Android for
http://bugs.python.org/issue28683



Top 10 most discussed issues (10)
=================================

#28712: Non-Windows mappings for a couple of Windows code pages
http://bugs.python.org/issue28712 22 msgs

#28618: Decorate hot functions using __attribute__((hot)) to optimize
http://bugs.python.org/issue28618 15 msgs

#28731: _PyDict_NewPresized() creates too small dict
http://bugs.python.org/issue28731 15 msgs

#24379: Add operator.subscript as a convenience for creating slices
http://bugs.python.org/issue24379 11 msgs

#28688: Warning -- warnings.filters was modified by test_warnings
http://bugs.python.org/issue28688 11 msgs

#28727: Implement comparison (x==y and x!=y) for _sre.SRE_Pattern
http://bugs.python.org/issue28727 11 msgs

#24339: iso6937 encoding missing
http://bugs.python.org/issue24339 10 msgs

#21145: Add the @cached_property decorator
http://bugs.python.org/issue21145 9 msgs

#27945: Various segfaults with dict
http://bugs.python.org/issue27945 9 msgs

#28673: When using pyro4 with more than 15 threads, python 2.7.12 core
http://bugs.python.org/issue28673 9 msgs



Issues closed (43)
==================

#19717: resolve() fails when the path doesn't exist
http://bugs.python.org/issue19717 closed by steve.dower

#21449: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIII
http://bugs.python.org/issue21449 closed by serhiy.storchaka

#22495: merge large parts of test_binop.py and test_fractions.py
http://bugs.python.org/issue22495 closed by haypo

#26920: android: test_sys fails
http://bugs.python.org/issue26920 closed by xdegaye

#26926: test_io large file test failure on 32 bits Android platforms
http://bugs.python.org/issue26926 closed by xdegaye

#26929: android: test_strptime fails
http://bugs.python.org/issue26929 closed by xdegaye

#26931: android: test_distutils fails
http://bugs.python.org/issue26931 closed by xdegaye

#26934: android: test_faulthandler fails
http://bugs.python.org/issue26934 closed by xdegaye

#26935: android: test_os fails
http://bugs.python.org/issue26935 closed by xdegaye

#27854: Installed 2.7: IDLE Help disabled because help.html is missing
http://bugs.python.org/issue27854 closed by steve.dower

#28000: Build fails on AIX with _LINUX_SOURCE_COMPAT flag
http://bugs.python.org/issue28000 closed by martin.panter

#28016: test_fileio fails on AIX
http://bugs.python.org/issue28016 closed by martin.panter

#28531: Improve utf7 encoder memory usage
http://bugs.python.org/issue28531 closed by haypo

#28573: Python 3.6.0b3 64-bit has no sys._mercurial info
http://bugs.python.org/issue28573 closed by steve.dower

#28614: Slice limit documentation could be misinterpreted in Python 2.
http://bugs.python.org/issue28614 closed by rhettinger

#28631: [2.7/3.5/3.6 Regression] crash using ctypes
http://bugs.python.org/issue28631 closed by doko

#28632: configparser does not close files in read
http://bugs.python.org/issue28632 closed by PetrPy

#28637: Python startup performance regression
http://bugs.python.org/issue28637 closed by haypo

#28644: Document recent changes in typing.py
http://bugs.python.org/issue28644 closed by gvanrossum

#28648: False assert in _Py_DecodeUTF8_surrogateescape
http://bugs.python.org/issue28648 closed by serhiy.storchaka

#28658: IDLE: catch user cfg file error and improve error message
http://bugs.python.org/issue28658 closed by terry.reedy

#28662: catch also PermissionError in tests when spawning a non existe
http://bugs.python.org/issue28662 closed by xdegaye

#28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF
http://bugs.python.org/issue28665 closed by rhettinger

#28668: instanciation of multiprocessing.Queue raises ImportError in t
http://bugs.python.org/issue28668 closed by xdegaye

#28669: Math Library Dos Attack
http://bugs.python.org/issue28669 closed by haypo

#28670: PEP 235: Implement on every POSIX system, and clean up the C c
http://bugs.python.org/issue28670 closed by brett.cannon

#28674: Spam
http://bugs.python.org/issue28674 closed by zach.ware

#28676: On macOS Sierra, warning: implicit declaration of function 'ge
http://bugs.python.org/issue28676 closed by ned.deily

#28678: tarfile extract docs inconsistent naming of parameter numeric_
http://bugs.python.org/issue28678 closed by martin.panter

#28679: CGIHTTPServer displays raw python code when the url contains '
http://bugs.python.org/issue28679 closed by Yudai Fujiwara

#28690: Loop in re (regular expression) processing
http://bugs.python.org/issue28690 closed by haypo

#28691: python3.6 -Werror -c '"\c"' fails with an assertion error
http://bugs.python.org/issue28691 closed by haypo

#28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_Equal
http://bugs.python.org/issue28701 closed by serhiy.storchaka

#28703: Fix asyncio.iscoroutinefunction to handle Mock objects
http://bugs.python.org/issue28703 closed by yselivanov

#28704: Fix create_unix_server to support Path-like objects (PEP 519)
http://bugs.python.org/issue28704 closed by yselivanov

#28713: Recent tutorial for recent Python3 still uses IOError.
http://bugs.python.org/issue28713 closed by python-dev

#28717: rounding error in % operator
http://bugs.python.org/issue28717 closed by mark.dickinson

#28720: Add collections.abc.AsyncGenerator
http://bugs.python.org/issue28720 closed by yselivanov

#28721: Fix asynchronous generators athrow() and aclose() to handle St
http://bugs.python.org/issue28721 closed by yselivanov

#28723: tkinter, radiobutton, indicatoron=0 has no effect.
http://bugs.python.org/issue28723 closed by serhiy.storchaka

#28725: Awaiting an awaitable returned from an async function does not
http://bugs.python.org/issue28725 closed by yselivanov

#28726: py.exe launches wrong version
http://bugs.python.org/issue28726 closed by pravic

#28734: argparse: successive parsing wipes out nargs=? values
http://bugs.python.org/issue28734 closed by ajstewart
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-11-18 - 2016-11-25)
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 5588 ( +4)
closed 34971 (+62)
total 40559 (+66)

Open issues with patches: 2421


Issues opened (40)
==================

#10414: Python does not work on an IPv6 only host
http://bugs.python.org/issue10414 reopened by gregory.p.smith

#27100: Attempting to use class with both __enter__ & __exit__ undefin
http://bugs.python.org/issue27100 reopened by martin.panter

#28739: PEP 498: docstrings as f-strings
http://bugs.python.org/issue28739 opened by yselivanov

#28740: Add sys.getandroidapilevel()
http://bugs.python.org/issue28740 opened by haypo

#28742: argparse.ArgumentDefaultsHelpFormatter sometimes provides inac
http://bugs.python.org/issue28742 opened by pde

#28747: Expose SSL_CTX_set_cert_verify_callback
http://bugs.python.org/issue28747 opened by steve.dower

#28749: Fixed the documentation of the mapping codec APIs
http://bugs.python.org/issue28749 opened by serhiy.storchaka

#28753: Clinic: Converting Your First Function is not up to date
http://bugs.python.org/issue28753 opened by mdk

#28754: Argument Clinic for bisect.bisect_left
http://bugs.python.org/issue28754 opened by mdk

#28755: Rework syntax highlighing in howto/clinic.rst
http://bugs.python.org/issue28755 opened by mdk

#28758: UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in posi
http://bugs.python.org/issue28758 opened by dontbugme

#28759: access to mkfifo, mknod and hard links is controled by SELinux
http://bugs.python.org/issue28759 opened by xdegaye

#28762: configure links with lockf and F_LOCK is not declared in Andro
http://bugs.python.org/issue28762 opened by xdegaye

#28763: Use en-dashes for ranges in docs
http://bugs.python.org/issue28763 opened by serhiy.storchaka

#28764: test_mailbox fails when run as a non-root user on Android API
http://bugs.python.org/issue28764 opened by xdegaye

#28765: _sre.compile(): be more strict on types of indexgroup and grou
http://bugs.python.org/issue28765 opened by haypo

#28767: Readd __index__ support on ipaddress objects
http://bugs.python.org/issue28767 opened by josh.r

#28768: Warning: implicit declaration of function '_setmode'
http://bugs.python.org/issue28768 opened by masamoto

#28769: Make PyUnicode_AsUTF8 returning "const char *" rather of "char
http://bugs.python.org/issue28769 opened by serhiy.storchaka

#28770: Update python-gdb.py for fastcalls
http://bugs.python.org/issue28770 opened by haypo

#28771: Update documented signatures of tp_get/setattr
http://bugs.python.org/issue28771 opened by martin.panter

#28775: Option to set startup directory in IDLE
http://bugs.python.org/issue28775 opened by rhettinger

#28777: asinc iter queue
http://bugs.python.org/issue28777 opened by RekGRpth

#28778: wsgiref HTTP Response Header Injection: CRLF Injection
http://bugs.python.org/issue28778 opened by RAUSHAN RAJ

#28779: set_forkserver_preload() can crash the forkserver if preloaded
http://bugs.python.org/issue28779 opened by pitrou

#28780: netrc throws NetrcParseError for record without 'password'
http://bugs.python.org/issue28780 opened by Mark Wood

#28781: On Installation of 3.5 Python get error message
http://bugs.python.org/issue28781 opened by Marcopolo

#28784: shlex.shlex punctuation_chars documentation should use posix=T
http://bugs.python.org/issue28784 opened by evan_

#28785: Clarify the behavior of NotImplemented
http://bugs.python.org/issue28785 opened by max

#28787: Out of tree --with--dtrace builds fail with a traceback
http://bugs.python.org/issue28787 opened by cstratak

#28788: Feature request: ConfigParser should be able to write config t
http://bugs.python.org/issue28788 opened by georgefischhof

#28789: valgrind shows "invalid file descriptor" when calling platform
http://bugs.python.org/issue28789 opened by Mathieu_Du

#28790: Error when using Generic and __slots__
http://bugs.python.org/issue28790 opened by gvanrossum

#28791: update sqlite to 3.15.2
http://bugs.python.org/issue28791 opened by Big Stone

#28794: inspect.isasyncgen and inspect.isasyncgenfunction aren't docum
http://bugs.python.org/issue28794 opened by njs

#28795: Misleading stating, that SIGINT handler is installed by defaul
http://bugs.python.org/issue28795 opened by Jan Velecký

#28797: Modifying class __dict__ inside __set_name__
http://bugs.python.org/issue28797 opened by Wombatz

#28799: Drop CALL_PROFILE special build?
http://bugs.python.org/issue28799 opened by haypo

#28800: Add RETURN_NONE bytecode instruction
http://bugs.python.org/issue28800 opened by haypo

#28802: Python 3.6.0b4 Reports ncurses present in Cygwin but fails to
http://bugs.python.org/issue28802 opened by eclectic9509



Most recent 15 issues with no replies (15)
==========================================

#28802: Python 3.6.0b4 Reports ncurses present in Cygwin but fails to
http://bugs.python.org/issue28802

#28799: Drop CALL_PROFILE special build?
http://bugs.python.org/issue28799

#28791: update sqlite to 3.15.2
http://bugs.python.org/issue28791

#28790: Error when using Generic and __slots__
http://bugs.python.org/issue28790

#28789: valgrind shows "invalid file descriptor" when calling platform
http://bugs.python.org/issue28789

#28788: Feature request: ConfigParser should be able to write config t
http://bugs.python.org/issue28788

#28787: Out of tree --with--dtrace builds fail with a traceback
http://bugs.python.org/issue28787

#28784: shlex.shlex punctuation_chars documentation should use posix=T
http://bugs.python.org/issue28784

#28780: netrc throws NetrcParseError for record without 'password'
http://bugs.python.org/issue28780

#28778: wsgiref HTTP Response Header Injection: CRLF Injection
http://bugs.python.org/issue28778

#28777: asinc iter queue
http://bugs.python.org/issue28777

#28762: configure links with lockf and F_LOCK is not declared in Andro
http://bugs.python.org/issue28762

#28759: access to mkfifo, mknod and hard links is controled by SELinux
http://bugs.python.org/issue28759

#28758: UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in posi
http://bugs.python.org/issue28758

#28755: Rework syntax highlighing in howto/clinic.rst
http://bugs.python.org/issue28755



Most recent 15 issues waiting for review (15)
=============================================

#28800: Add RETURN_NONE bytecode instruction
http://bugs.python.org/issue28800

#28799: Drop CALL_PROFILE special build?
http://bugs.python.org/issue28799

#28797: Modifying class __dict__ inside __set_name__
http://bugs.python.org/issue28797

#28794: inspect.isasyncgen and inspect.isasyncgenfunction aren't docum
http://bugs.python.org/issue28794

#28787: Out of tree --with--dtrace builds fail with a traceback
http://bugs.python.org/issue28787

#28779: set_forkserver_preload() can crash the forkserver if preloaded
http://bugs.python.org/issue28779

#28771: Update documented signatures of tp_get/setattr
http://bugs.python.org/issue28771

#28770: Update python-gdb.py for fastcalls
http://bugs.python.org/issue28770

#28769: Make PyUnicode_AsUTF8 returning "const char *" rather of "char
http://bugs.python.org/issue28769

#28768: Warning: implicit declaration of function '_setmode'
http://bugs.python.org/issue28768

#28765: _sre.compile(): be more strict on types of indexgroup and grou
http://bugs.python.org/issue28765

#28764: test_mailbox fails when run as a non-root user on Android API
http://bugs.python.org/issue28764

#28763: Use en-dashes for ranges in docs
http://bugs.python.org/issue28763

#28762: configure links with lockf and F_LOCK is not declared in Andro
http://bugs.python.org/issue28762

#28759: access to mkfifo, mknod and hard links is controled by SELinux
http://bugs.python.org/issue28759



Top 10 most discussed issues (10)
=================================

#28765: _sre.compile(): be more strict on types of indexgroup and grou
http://bugs.python.org/issue28765 15 msgs

#28747: Expose SSL_CTX_set_cert_verify_callback
http://bugs.python.org/issue28747 13 msgs

#27100: Attempting to use class with both __enter__ & __exit__ undefin
http://bugs.python.org/issue27100 12 msgs

#28740: Add sys.getandroidapilevel()
http://bugs.python.org/issue28740 12 msgs

#28754: Argument Clinic for bisect.bisect_left
http://bugs.python.org/issue28754 11 msgs

#28763: Use en-dashes for ranges in docs
http://bugs.python.org/issue28763 11 msgs

#28753: Clinic: Converting Your First Function is not up to date
http://bugs.python.org/issue28753 10 msgs

#28518: execute("begin immediate") throwing OperationalError
http://bugs.python.org/issue28518 9 msgs

#28728: test_host_resolution in test_socket fails
http://bugs.python.org/issue28728 8 msgs

#28739: PEP 498: docstrings as f-strings
http://bugs.python.org/issue28739 8 msgs



Issues closed (57)
==================

#5384: mmap and exception type
http://bugs.python.org/issue5384 closed by rhettinger

#10656: "Out of tree" build fails on AIX
http://bugs.python.org/issue10656 closed by martin.panter

#17528: Implement dumps/loads for lru_cache
http://bugs.python.org/issue17528 closed by rhettinger

#17577: Add lookahead/peek wrapper to itertools
http://bugs.python.org/issue17577 closed by rhettinger

#22298: Lib/warnings.py _show_warning does not protect against being c
http://bugs.python.org/issue22298 closed by terry.reedy

#23106: Remove smalltable from set objects
http://bugs.python.org/issue23106 closed by rhettinger

#25659: ctypes.Array.from_buffer segmentation fault when trying to cre
http://bugs.python.org/issue25659 closed by martin.panter

#26530: tracemalloc: add C API to manually track/untrack memory alloca
http://bugs.python.org/issue26530 closed by haypo

#26647: ceval: use Wordcode, 16-bit bytecode
http://bugs.python.org/issue26647 closed by haypo

#27414: http.server.BaseHTTPRequestHandler inconsistence with Content-
http://bugs.python.org/issue27414 closed by haypo

#27825: Make the documentation for statistics' data argument clearer.
http://bugs.python.org/issue27825 closed by rhettinger

#28004: Optimize bytes.join(sequence)
http://bugs.python.org/issue28004 closed by haypo

#28023: python-gdb.py must be updated for the new Python 3.6 compact d
http://bugs.python.org/issue28023 closed by inada.naoki

#28082: re: convert re flags to (much friendlier) IntFlag constants
http://bugs.python.org/issue28082 closed by python-dev

#28172: Upper-case all example enum members
http://bugs.python.org/issue28172 closed by python-dev

#28475: Misleading error on random.sample when k < 0
http://bugs.python.org/issue28475 closed by rhettinger

#28532: Show sys.version when -V option is supplied twice.
http://bugs.python.org/issue28532 closed by inada.naoki

#28548: http.server parse_request() bug and error reporting
http://bugs.python.org/issue28548 closed by martin.panter

#28587: list.index documentation missing start and stop arguments
http://bugs.python.org/issue28587 closed by rhettinger

#28666: Make test.support.rmtree() able to remove non-writable directo
http://bugs.python.org/issue28666 closed by serhiy.storchaka

#28687: Python 2.7.12 windows x64 installer fails after previous bad u
http://bugs.python.org/issue28687 closed by steve.dower

#28688: Warning -- warnings.filters was modified by test_warnings
http://bugs.python.org/issue28688 closed by martin.panter

#28705: Clean up design FAQ question about compiling to C
http://bugs.python.org/issue28705 closed by brett.cannon

#28714: Addition to Documentation of configparser.ConfigParser.write()
http://bugs.python.org/issue28714 closed by georgefischhof

#28715: Check result of PyUnicode_AsUTF8
http://bugs.python.org/issue28715 closed by serhiy.storchaka

#28722: doctest example exit status
http://bugs.python.org/issue28722 closed by berker.peksag

#28727: Implement comparison (x==y and x!=y) for _sre.SRE_Pattern
http://bugs.python.org/issue28727 closed by haypo

#28732: spawnl crash on windows7
http://bugs.python.org/issue28732 closed by steve.dower

#28736: multiprocessing.Lock() no longer has .acquire()
http://bugs.python.org/issue28736 closed by Eric Leadbetter

#28738: Document SIGBREAK as argument for signal() under Windows.
http://bugs.python.org/issue28738 closed by berker.peksag

#28741: PEP 498: single '}' is not allowed
http://bugs.python.org/issue28741 closed by eric.smith

#28743: test_choices_algorithms() in test_random uses lots of memory
http://bugs.python.org/issue28743 closed by rhettinger

#28744: Basic precision calc error
http://bugs.python.org/issue28744 closed by zach.ware

#28745: Python 3.5.2 "from ... import" statement is different from off
http://bugs.python.org/issue28745 closed by eric.smith

#28746: cannot set_inheritable() for a file descriptor on Android
http://bugs.python.org/issue28746 closed by xdegaye

#28748: Make _Py_PackageContext of type "const char *"
http://bugs.python.org/issue28748 closed by serhiy.storchaka

#28750: Replace string with bytes in doc of unicode-escape an raw-unic
http://bugs.python.org/issue28750 closed by serhiy.storchaka

#28751: Fix comments in code.h
http://bugs.python.org/issue28751 closed by rhettinger

#28752: datetime object fails to restore from reduction
http://bugs.python.org/issue28752 closed by belopolsky

#28756: robotfileparser always uses default Python user-agent
http://bugs.python.org/issue28756 closed by xiang.zhang

#28757: Installation Failure
http://bugs.python.org/issue28757 closed by eric.smith

#28760: Cleanup PyUnicode_AsUnicodeEscapeString
http://bugs.python.org/issue28760 closed by serhiy.storchaka

#28761: Add the const qualifier to fields name and doc of public struc
http://bugs.python.org/issue28761 closed by serhiy.storchaka

#28766: Remove the semicolon in source code
http://bugs.python.org/issue28766 closed by martin.panter

#28772: Bus error in Python 3.6.0beta
http://bugs.python.org/issue28772 closed by Stefan Scherfke

#28773: typing.FrozenSet missing in documentation.
http://bugs.python.org/issue28773 closed by gvanrossum

#28774: Better start and end position for unicodeerror in unicode_enco
http://bugs.python.org/issue28774 closed by serhiy.storchaka

#28776: Duplicate method names should be an error
http://bugs.python.org/issue28776 closed by rhettinger

#28782: SEGFAULT when running a given coroutine
http://bugs.python.org/issue28782 closed by haypo

#28783: Embedded/nuget packages incorrectly reference bdist_wininst
http://bugs.python.org/issue28783 closed by steve.dower

#28786: Warnings in Misc/NEWS
http://bugs.python.org/issue28786 closed by SilentGhost

#28792: bisect: implement aliases in Python, remove C aliases
http://bugs.python.org/issue28792 closed by haypo

#28793: Copy-paste error in collections.abc docs for AsyncGenerator
http://bugs.python.org/issue28793 closed by berker.peksag

#28796: FIX warnings in documentation build
http://bugs.python.org/issue28796 closed by berker.peksag

#28798: Describe character as a string of length one instead of size o
http://bugs.python.org/issue28798 closed by rhettinger

#28801: configparser: before_get() method of class Interpolation has p
http://bugs.python.org/issue28801 closed by r.david.murray

#28803: Python 3.6.0b4 Reports ncurses present in Cygwin but fails to
http://bugs.python.org/issue28803 closed by berker.peksag
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-11-25 - 2016-12-02)
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 5613 (+25)
closed 35002 (+31)
total 40615 (+56)

Open issues with patches: 2435


Issues opened (44)
==================

#5225: OS X "Update Shell Profile" may not update $PATH if run more t
http://bugs.python.org/issue5225 reopened by ned.deily

#23507: Tuple creation is too slow
http://bugs.python.org/issue23507 reopened by serhiy.storchaka

#23722: During metaclass.__init__, super() of the constructed class do
http://bugs.python.org/issue23722 reopened by ncoghlan

#28638: Creating namedtuple is too slow to be used in common stdlib (e
http://bugs.python.org/issue28638 reopened by inada.naoki

#28805: Add documentation for METH_FASTCALL
http://bugs.python.org/issue28805 opened by skrah

#28806: Improve the netrc library
http://bugs.python.org/issue28806 opened by xiang.zhang

#28808: Make PyUnicode_CompareWithASCIIString() never failing
http://bugs.python.org/issue28808 opened by serhiy.storchaka

#28809: mention asyncio.gather non-deterministic task starting order
http://bugs.python.org/issue28809 opened by Soren Solari

#28810: Document bytecode changes in 3.6
http://bugs.python.org/issue28810 opened by serhiy.storchaka

#28812: Deadlock between GIL and pystate head_mutex.
http://bugs.python.org/issue28812 opened by inada.naoki

#28813: Remove unneeded folded consts after peephole
http://bugs.python.org/issue28813 opened by Adrian Wielgosik

#28814: Deprecation notice on inspect.getargvalues() is incorrect
http://bugs.python.org/issue28814 opened by ncoghlan

#28815: test_socket fails if /proc/modules is existent but not readabl
http://bugs.python.org/issue28815 opened by patrila

#28816: Document if zipimport can respect import hooks to load custom
http://bugs.python.org/issue28816 opened by Decorater

#28818: simplify lookdict functions
http://bugs.python.org/issue28818 opened by inada.naoki

#28820: Typo in section 6 of the Python 3.4 documentation
http://bugs.python.org/issue28820 opened by Rares Aioanei

#28822: Fix indices handling in PyUnicode_FindChar
http://bugs.python.org/issue28822 opened by xiang.zhang

#28824: os.environ should preserve the case of the OS keys ?
http://bugs.python.org/issue28824 opened by tzickel

#28826: Programming with Python 3.6
http://bugs.python.org/issue28826 opened by ADFGUR

#28827: f-strings: format spec should not accept unicode escapes
http://bugs.python.org/issue28827 opened by yselivanov

#28829: Tkinter messagebox cx_freeze Python 3.4
http://bugs.python.org/issue28829 opened by ParvizKarimli

#28832: Reduce memset in dict creation
http://bugs.python.org/issue28832 opened by inada.naoki

#28833: cross compilation of third-party extension modules
http://bugs.python.org/issue28833 opened by xdegaye

#28835: Change in behavior when overriding warnings.showwarning and wi
http://bugs.python.org/issue28835 opened by Thomas.Robitaille

#28837: 2to3 does not wrap zip correctly
http://bugs.python.org/issue28837 opened by cvk

#28838: Uniformize argument names of "call" functions (C API)
http://bugs.python.org/issue28838 opened by haypo

#28839: _PyFunction_FastCallDict(): replace PyTuple_New() with PyMem_M
http://bugs.python.org/issue28839 opened by haypo

#28840: IDLE: Document tk's long line display limitation
http://bugs.python.org/issue28840 opened by piotr.sk

#28841: urlparse.urlparse() parses invalid URI without generating an e
http://bugs.python.org/issue28841 opened by amrith

#28842: PyInstanceMethod_Type isn't hashable
http://bugs.python.org/issue28842 opened by wolever

#28845: Clean up known issues for AIX
http://bugs.python.org/issue28845 opened by ericvw

#28846: Add a ProviderKey to the installer bundle
http://bugs.python.org/issue28846 opened by steve.dower

#28847: dumbdbm should not commit if in read mode
http://bugs.python.org/issue28847 opened by Jonathan Ng

#28848: Add CopyingMock to mock.py
http://bugs.python.org/issue28848 opened by wim.glenn

#28849: do not define sys.implementation._multiarch on Android
http://bugs.python.org/issue28849 opened by xdegaye

#28850: Regression in Python 3: Subclassing PrettyPrinter.format doesn
http://bugs.python.org/issue28850 opened by mic_e

#28851: namedtuples field_names sequence preferred
http://bugs.python.org/issue28851 opened by peentoon

#28852: sorted(range(1000)) is slower in Python 3.7 compared to Python
http://bugs.python.org/issue28852 opened by haypo

#28853: locals() and free variables
http://bugs.python.org/issue28853 opened by marco.buttu

#28854: FIPS mode causes dead-lock in ssl module
http://bugs.python.org/issue28854 opened by christian.heimes

#28856: %b format for bytes does not support objects that follow the b
http://bugs.python.org/issue28856 opened by belopolsky

#28857: SyncManager and Main Process fail to communicate after reboot
http://bugs.python.org/issue28857 opened by Nagarjuna Arigapudi

#28858: Fastcall uses more C stack
http://bugs.python.org/issue28858 opened by haypo

#28859: os.path.mount sometimes raises FileNotFoundError on Windows
http://bugs.python.org/issue28859 opened by lazka



Most recent 15 issues with no replies (15)
==========================================

#28859: os.path.mount sometimes raises FileNotFoundError on Windows
http://bugs.python.org/issue28859

#28856: %b format for bytes does not support objects that follow the b
http://bugs.python.org/issue28856

#28850: Regression in Python 3: Subclassing PrettyPrinter.format doesn
http://bugs.python.org/issue28850

#28837: 2to3 does not wrap zip correctly
http://bugs.python.org/issue28837

#28829: Tkinter messagebox cx_freeze Python 3.4
http://bugs.python.org/issue28829

#28816: Document if zipimport can respect import hooks to load custom
http://bugs.python.org/issue28816

#28814: Deprecation notice on inspect.getargvalues() is incorrect
http://bugs.python.org/issue28814

#28812: Deadlock between GIL and pystate head_mutex.
http://bugs.python.org/issue28812

#28809: mention asyncio.gather non-deterministic task starting order
http://bugs.python.org/issue28809

#28806: Improve the netrc library
http://bugs.python.org/issue28806

#28789: valgrind shows "invalid file descriptor" when calling platform
http://bugs.python.org/issue28789

#28788: ConfigParser should be able to write config to a given filenam
http://bugs.python.org/issue28788

#28787: Out of tree --with--dtrace builds fail with a traceback
http://bugs.python.org/issue28787

#28784: shlex.shlex punctuation_chars documentation should use posix=T
http://bugs.python.org/issue28784

#28780: netrc throws NetrcParseError for record without 'password'
http://bugs.python.org/issue28780



Most recent 15 issues waiting for review (15)
=============================================

#28853: locals() and free variables
http://bugs.python.org/issue28853

#28849: do not define sys.implementation._multiarch on Android
http://bugs.python.org/issue28849

#28848: Add CopyingMock to mock.py
http://bugs.python.org/issue28848

#28847: dumbdbm should not commit if in read mode
http://bugs.python.org/issue28847

#28845: Clean up known issues for AIX
http://bugs.python.org/issue28845

#28839: _PyFunction_FastCallDict(): replace PyTuple_New() with PyMem_M
http://bugs.python.org/issue28839

#28838: Uniformize argument names of "call" functions (C API)
http://bugs.python.org/issue28838

#28833: cross compilation of third-party extension modules
http://bugs.python.org/issue28833

#28832: Reduce memset in dict creation
http://bugs.python.org/issue28832

#28822: Fix indices handling in PyUnicode_FindChar
http://bugs.python.org/issue28822

#28820: Typo in section 6 of the Python 3.4 documentation
http://bugs.python.org/issue28820

#28818: simplify lookdict functions
http://bugs.python.org/issue28818

#28815: test_socket fails if /proc/modules is existent but not readabl
http://bugs.python.org/issue28815

#28813: Remove unneeded folded consts after peephole
http://bugs.python.org/issue28813

#28808: Make PyUnicode_CompareWithASCIIString() never failing
http://bugs.python.org/issue28808



Top 10 most discussed issues (10)
=================================

#28754: Argument Clinic for bisect.bisect_left
http://bugs.python.org/issue28754 26 msgs

#28781: On Installation of 3.5 Python get error message
http://bugs.python.org/issue28781 18 msgs

#28839: _PyFunction_FastCallDict(): replace PyTuple_New() with PyMem_M
http://bugs.python.org/issue28839 12 msgs

#26273: Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket modul
http://bugs.python.org/issue26273 11 msgs

#28797: Modifying class __dict__ inside __set_name__
http://bugs.python.org/issue28797 11 msgs

#23507: Tuple creation is too slow
http://bugs.python.org/issue23507 10 msgs

#28739: PEP 498: docstrings as f-strings
http://bugs.python.org/issue28739 10 msgs

#28833: cross compilation of third-party extension modules
http://bugs.python.org/issue28833 10 msgs

#28288: Expose environment variable for Py_Py3kWarningFlag
http://bugs.python.org/issue28288 9 msgs

#28820: Typo in section 6 of the Python 3.4 documentation
http://bugs.python.org/issue28820 9 msgs



Issues closed (34)
==================

#10444: A mechanism is needed to override waiting for Python threads t
http://bugs.python.org/issue10444 closed by ebarry

#11145: '%o' % user-defined instance
http://bugs.python.org/issue11145 closed by serhiy.storchaka

#12844: Support more than 255 arguments
http://bugs.python.org/issue12844 closed by serhiy.storchaka

#20767: Some python extensions can't be compiled with clang 3.4
http://bugs.python.org/issue20767 closed by skrah

#24015: timeit should start with 1 loop, not 10
http://bugs.python.org/issue24015 closed by serhiy.storchaka

#24142: ConfigParser._read doesn't join multi-line values collected wh
http://bugs.python.org/issue24142 closed by lukasz.langa

#24469: Py2.x int free list can grow without bounds
http://bugs.python.org/issue24469 closed by serhiy.storchaka

#25701: Document that tp_setattro and tp_setattr are used for deleting
http://bugs.python.org/issue25701 closed by martin.panter

#28625: multiprocessing.Pool.imap swallows exceptions thrown by genera
http://bugs.python.org/issue28625 closed by davin

#28696: imap from ThreadPool hangs by an exception in a generator func
http://bugs.python.org/issue28696 closed by davin

#28733: Show how to use mock_open in modules other that __main__
http://bugs.python.org/issue28733 closed by butla

#28740: Add sys.getandroidapilevel()
http://bugs.python.org/issue28740 closed by haypo

#28758: UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in posi
http://bugs.python.org/issue28758 closed by steve.dower

#28763: Use en-dashes for ranges in docs
http://bugs.python.org/issue28763 closed by serhiy.storchaka

#28790: Error when using Generic and __slots__
http://bugs.python.org/issue28790 closed by gvanrossum

#28799: Drop CALL_PROFILE special build?
http://bugs.python.org/issue28799 closed by haypo

#28800: Add RETURN_NONE bytecode instruction
http://bugs.python.org/issue28800 closed by haypo

#28802: Python 3.6.0b4 Reports ncurses present in Cygwin but fails to
http://bugs.python.org/issue28802 closed by berker.peksag

#28804: file tell() report incorrect file position on Windows (but Lin
http://bugs.python.org/issue28804 closed by eric.smith

#28807: [NetBSD] interpreter hangs on exit after call to subprocess.Po
http://bugs.python.org/issue28807 closed by oskog97

#28811: Make pathlib.PurePath.__str__ use shlex.quote
http://bugs.python.org/issue28811 closed by serhiy.storchaka

#28817: Provide method PurePath.quote() that calls shlex.quote
http://bugs.python.org/issue28817 closed by zach.ware

#28819: tzinfo class spacing bug
http://bugs.python.org/issue28819 closed by bzliu94

#28821: generate_opcode_h.py crash when run with python2
http://bugs.python.org/issue28821 closed by haypo

#28823: Simplify compiling to BUILD_MAP_UNPACK
http://bugs.python.org/issue28823 closed by serhiy.storchaka

#28825: socket.SO_KEEPALIVE does not work on FreeBSD
http://bugs.python.org/issue28825 closed by benjamin.peterson

#28828: Connection reset by peer error when installing python packages
http://bugs.python.org/issue28828 closed by ebarry

#28830: Typo in whatsnew entry for 3.6
http://bugs.python.org/issue28830 closed by SilentGhost

#28831: Python 3's shutil.make_archive is truncating filenames
http://bugs.python.org/issue28831 closed by serhiy.storchaka

#28834: Type checking in set comparisons.
http://bugs.python.org/issue28834 closed by SilentGhost

#28836: Throw concurrent.futures.TimeoutError instead of concurrent.fu
http://bugs.python.org/issue28836 closed by gvanrossum

#28843: asyncio.Task implemented in C loses __traceback__ for exceptio
http://bugs.python.org/issue28843 closed by yselivanov

#28844: Pickling units
http://bugs.python.org/issue28844 closed by r.david.murray

#28855: Compiler warnings in _PyObject_CallArg1()
http://bugs.python.org/issue28855 closed by python-dev
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-12-02 - 2016-12-09)
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 5621 ( +8)
closed 35057 (+55)
total 40678 (+63)

Open issues with patches: 2440


Issues opened (40)
==================

#28864: Add devnull file-like object
http://bugs.python.org/issue28864 opened by rhettinger

#28866: Type cache is not correctly invalidated on a class defining mr
http://bugs.python.org/issue28866 opened by sjpalt

#28867: NamedTemporaryFile does not generate a ResourceWarning for unc
http://bugs.python.org/issue28867 opened by jdufresne

#28869: __module__ attribute is not set correctly for a class created
http://bugs.python.org/issue28869 opened by levkivskyi

#28870: Refactor PyObject_CallFunctionObjArgs() and like
http://bugs.python.org/issue28870 opened by serhiy.storchaka

#28871: Destructor of ElementTree.Element is recursive
http://bugs.python.org/issue28871 opened by serhiy.storchaka

#28874: test_logging fails and freezes
http://bugs.python.org/issue28874 opened by Whitequill Riclo

#28876: bool of large range raises OverflowError
http://bugs.python.org/issue28876 opened by mark.dickinson

#28877: Cannot compile _ssl.o on HP-UX
http://bugs.python.org/issue28877 opened by James Matthews

#28879: smtplib send_message should add Date header if it is missing,
http://bugs.python.org/issue28879 opened by Henning.von.Bargen

#28881: int no attribute 'lower' iterating email.Message
http://bugs.python.org/issue28881 opened by Vitold S

#28882: RFC: Slice confusing with negative strides and the 0th element
http://bugs.python.org/issue28882 opened by hardkrash

#28883: Python 3.5.2 crashers (from PyPy)
http://bugs.python.org/issue28883 opened by arigo

#28884: Python 3.5.2 non-segfaulting bugs (from PyPy)
http://bugs.python.org/issue28884 opened by arigo

#28885: Python 3.5.2 strange-behavior issues (from PyPy)
http://bugs.python.org/issue28885 opened by arigo

#28886: Move deprecated abc module decorators to separate section in d
http://bugs.python.org/issue28886 opened by John Hagen

#28888: Installer fails when newer version of CRT is pending installat
http://bugs.python.org/issue28888 opened by steve.dower

#28889: IDLE needs the ability to pass in command-line arguments
http://bugs.python.org/issue28889 opened by rhettinger

#28890: logging.handlers: Document that QueueListener is a daemon thre
http://bugs.python.org/issue28890 opened by Julien Castiaux

#28891: Standardise more behaviours for zero-argument super() __class_
http://bugs.python.org/issue28891 opened by ncoghlan

#28893: Make sure exceptions raised in __aiter__ are properly chained
http://bugs.python.org/issue28893 opened by yselivanov

#28895: Two suggestions for windows.html
http://bugs.python.org/issue28895 opened by mark

#28896: Embeddable zip allows Windows registry to override module loca
http://bugs.python.org/issue28896 opened by izbyshev

#28898: Can't compile gdb with Python 3.6
http://bugs.python.org/issue28898 opened by cstratak

#28900: update 'docs for other versions'
http://bugs.python.org/issue28900 opened by Matthias v/d Meent

#28901: Windows: document that site is not imported by default by embe
http://bugs.python.org/issue28901 opened by Matthias v/d Meent

#28902: 3.6.0rc1 installer fails to install / uninstall.
http://bugs.python.org/issue28902 opened by Decorater

#28907: test_pydoc fails if build is in sub-directory
http://bugs.python.org/issue28907 opened by nascheme

#28908: pydoc getdocloc() is broken
http://bugs.python.org/issue28908 opened by nascheme

#28909: Adding LTTng-UST tracing support
http://bugs.python.org/issue28909 opened by Francis Deslauriers

#28911: Clarify the behaviour of assert_called_once_with
http://bugs.python.org/issue28911 opened by 153957

#28912: collections.abc.OrderedMapping
http://bugs.python.org/issue28912 opened by jab

#28913: "Fatal Python error: Cannot recover from stack overflow." from
http://bugs.python.org/issue28913 opened by Richard Eames

#28914: selectmodule build fails
http://bugs.python.org/issue28914 opened by sxsns243

#28916: Not matched behavior of modulo operator % with the description
http://bugs.python.org/issue28916 opened by woo yoo

#28918: cross compiling xxlimited fails with "Py_LIMITED_API is incomp
http://bugs.python.org/issue28918 opened by xdegaye

#28919: Simplify `_copy_func_details` in unittest.mock
http://bugs.python.org/issue28919 opened by Jiajun Huang

#28920: Dangerous usage of "O" format string in _asynciomodule.c
http://bugs.python.org/issue28920 opened by haypo

#28921: Make str.count one character for latin1 string faster
http://bugs.python.org/issue28921 opened by xiang.zhang

#28922: Add fixer for "import exceptions"
http://bugs.python.org/issue28922 opened by Valentin.Lorentz



Most recent 15 issues with no replies (15)
==========================================

#28922: Add fixer for "import exceptions"
http://bugs.python.org/issue28922

#28919: Simplify `_copy_func_details` in unittest.mock
http://bugs.python.org/issue28919

#28913: "Fatal Python error: Cannot recover from stack overflow." from
http://bugs.python.org/issue28913

#28911: Clarify the behaviour of assert_called_once_with
http://bugs.python.org/issue28911

#28909: Adding LTTng-UST tracing support
http://bugs.python.org/issue28909

#28907: test_pydoc fails if build is in sub-directory
http://bugs.python.org/issue28907

#28895: Two suggestions for windows.html
http://bugs.python.org/issue28895

#28890: logging.handlers: Document that QueueListener is a daemon thre
http://bugs.python.org/issue28890

#28889: IDLE needs the ability to pass in command-line arguments
http://bugs.python.org/issue28889

#28888: Installer fails when newer version of CRT is pending installat
http://bugs.python.org/issue28888

#28877: Cannot compile _ssl.o on HP-UX
http://bugs.python.org/issue28877

#28871: Destructor of ElementTree.Element is recursive
http://bugs.python.org/issue28871

#28859: os.path.ismount sometimes raises FileNotFoundError on Windows
http://bugs.python.org/issue28859

#28856: %b format for bytes does not support objects that follow the b
http://bugs.python.org/issue28856

#28850: Regression in Python 3: Subclassing PrettyPrinter.format doesn
http://bugs.python.org/issue28850



Most recent 15 issues waiting for review (15)
=============================================

#28921: Make str.count one character for latin1 string faster
http://bugs.python.org/issue28921

#28920: Dangerous usage of "O" format string in _asynciomodule.c
http://bugs.python.org/issue28920

#28919: Simplify `_copy_func_details` in unittest.mock
http://bugs.python.org/issue28919

#28918: cross compiling xxlimited fails with "Py_LIMITED_API is incomp
http://bugs.python.org/issue28918

#28914: selectmodule build fails
http://bugs.python.org/issue28914

#28912: collections.abc.OrderedMapping
http://bugs.python.org/issue28912

#28911: Clarify the behaviour of assert_called_once_with
http://bugs.python.org/issue28911

#28909: Adding LTTng-UST tracing support
http://bugs.python.org/issue28909

#28907: test_pydoc fails if build is in sub-directory
http://bugs.python.org/issue28907

#28896: Embeddable zip allows Windows registry to override module loca
http://bugs.python.org/issue28896

#28893: Make sure exceptions raised in __aiter__ are properly chained
http://bugs.python.org/issue28893

#28885: Python 3.5.2 strange-behavior issues (from PyPy)
http://bugs.python.org/issue28885

#28876: bool of large range raises OverflowError
http://bugs.python.org/issue28876

#28870: Refactor PyObject_CallFunctionObjArgs() and like
http://bugs.python.org/issue28870

#28867: NamedTemporaryFile does not generate a ResourceWarning for unc
http://bugs.python.org/issue28867



Top 10 most discussed issues (10)
=================================

#28838: Using consistent naming for arguments of "call" functions (C A
http://bugs.python.org/issue28838 14 msgs

#28884: Python 3.5.2 non-segfaulting bugs (from PyPy)
http://bugs.python.org/issue28884 14 msgs

#28885: Python 3.5.2 strange-behavior issues (from PyPy)
http://bugs.python.org/issue28885 14 msgs

#28147: Unbounded memory growth resizing split-table dicts
http://bugs.python.org/issue28147 11 msgs

#28866: Type cache is not correctly invalidated on a class defining mr
http://bugs.python.org/issue28866 10 msgs

#28089: asyncio: Document that TCP_NODELAY is now used by default
http://bugs.python.org/issue28089 9 msgs

#28896: Embeddable zip allows Windows registry to override module loca
http://bugs.python.org/issue28896 9 msgs

#28867: NamedTemporaryFile does not generate a ResourceWarning for unc
http://bugs.python.org/issue28867 8 msgs

#28900: update 'docs for other versions'
http://bugs.python.org/issue28900 8 msgs

#28091: Document PEP 525
http://bugs.python.org/issue28091 7 msgs



Issues closed (52)
==================

#12660: test_gdb fails when installed
http://bugs.python.org/issue12660 closed by inada.naoki

#26566: Failures on FreeBSD CURRENT buildbot
http://bugs.python.org/issue26566 closed by haypo

#26769: Python 2.7: make private file descriptors non inheritable
http://bugs.python.org/issue26769 closed by haypo

#26937: the chown() method of the tarfile.TarFile class fails on Andro
http://bugs.python.org/issue26937 closed by xdegaye

#26939: android: test_functools hangs on armv7
http://bugs.python.org/issue26939 closed by xdegaye

#26940: android: test_importlib hangs on armv7
http://bugs.python.org/issue26940 closed by xdegaye

#26941: android: test_threading hangs on armv7
http://bugs.python.org/issue26941 closed by xdegaye

#27050: Demote run() below the high level APIs in subprocess docs
http://bugs.python.org/issue27050 closed by ncoghlan

#27367: Windows buildbot: random timeout failure on test_threading
http://bugs.python.org/issue27367 closed by haypo

#27784: Random failure of test_TCPServer() of test.test_socketserver.S
http://bugs.python.org/issue27784 closed by haypo

#27791: test_threading: test_threads_join_2() failed with "Fatal Pytho
http://bugs.python.org/issue27791 closed by haypo

#27829: test.regrtest: changed environment variables are not logged
http://bugs.python.org/issue27829 closed by haypo

#27864: test_socket: unknown thread blocks forever on "AMD64 FreeBSD 9
http://bugs.python.org/issue27864 closed by haypo

#27971: utf-16 decoding can't handle lone surrogates
http://bugs.python.org/issue27971 closed by lazka

#28050: test_traceback is broken by new CALL_FUNCTION* opcodes
http://bugs.python.org/issue28050 closed by haypo

#28152: Clang warnings: code will never be executed
http://bugs.python.org/issue28152 closed by haypo

#28731: _PyDict_NewPresized() creates too small dict
http://bugs.python.org/issue28731 closed by inada.naoki

#28770: Update python-gdb.py for fastcalls
http://bugs.python.org/issue28770 closed by haypo

#28797: Modifying class __dict__ inside __set_name__
http://bugs.python.org/issue28797 closed by ncoghlan

#28808: Make PyUnicode_CompareWithASCIIString() never failing
http://bugs.python.org/issue28808 closed by serhiy.storchaka

#28818: simplify lookdict functions
http://bugs.python.org/issue28818 closed by inada.naoki

#28829: Tkinter messagebox cx_freeze Python 3.4
http://bugs.python.org/issue28829 closed by terry.reedy

#28835: Change in behavior when overriding warnings.showwarning and wi
http://bugs.python.org/issue28835 closed by ned.deily

#28846: Add a ProviderKey to the installer bundle
http://bugs.python.org/issue28846 closed by steve.dower

#28847: dumbdbm should not commit if in read mode
http://bugs.python.org/issue28847 closed by serhiy.storchaka

#28852: sorted(range(1000)) is slower in Python 3.7 than in 3.5
http://bugs.python.org/issue28852 closed by haypo

#28853: locals() and free variables
http://bugs.python.org/issue28853 closed by marco.buttu

#28854: FIPS mode causes dead-lock in ssl module
http://bugs.python.org/issue28854 closed by christian.heimes

#28858: Fastcall uses more C stack
http://bugs.python.org/issue28858 closed by haypo

#28860: Fixed all the doctest failures in Doc/library/configparser.rst
http://bugs.python.org/issue28860 closed by marco.buttu

#28861: Type Hints Syntax
http://bugs.python.org/issue28861 closed by YoSTEALTH

#28862: test_import.py leaks on 2.7
http://bugs.python.org/issue28862 closed by python-dev

#28863: Doc/includes/*.py files and doctests
http://bugs.python.org/issue28863 closed by marco.buttu

#28865: [MinGW32-x64]-PyList_Check PyDict_Check does not work
http://bugs.python.org/issue28865 closed by mifik

#28868: Python advertising BeOpen.com domain
http://bugs.python.org/issue28868 closed by ebarry

#28872: test_builtin failures when refleak hunting
http://bugs.python.org/issue28872 closed by ned.deily

#28873: test_unittest failures when refleak hunting
http://bugs.python.org/issue28873 closed by berker.peksag

#28875: test fails and freezes
http://bugs.python.org/issue28875 closed by martin.panter

#28878: datetime should not be a subclass of date
http://bugs.python.org/issue28878 closed by r.david.murray

#28880: range(i, j) doesn't work
http://bugs.python.org/issue28880 closed by r.david.murray

#28887: Login with Google not working on PyPi site
http://bugs.python.org/issue28887 closed by SilentGhost

#28892: pandas.to_datetime crashes in 3.6b4
http://bugs.python.org/issue28892 closed by ned.deily

#28894: Memory leak in dict.pop()
http://bugs.python.org/issue28894 closed by xiang.zhang

#28897: Python 3.6.0rc1 breaks NumPy tests.
http://bugs.python.org/issue28897 closed by ncoghlan

#28899: Symbols doesn't match in VS for python.exe and python35.dll
http://bugs.python.org/issue28899 closed by Arkady “KindDragon” Shapkin

#28903: Windows Embeddable Python exit not defined
http://bugs.python.org/issue28903 closed by zach.ware

#28904: add more format conversion flags eg. "len" and "id"
http://bugs.python.org/issue28904 closed by Samuel Colvin

#28905: re.sub appears not to check count optional argument for intege
http://bugs.python.org/issue28905 closed by r.david.murray

#28906: Can't inherit sockets with multiprocessing on Windows
http://bugs.python.org/issue28906 closed by planders

#28910: Async generator does not raise RuntimeError if finalizer not s
http://bugs.python.org/issue28910 closed by yselivanov

#28915: Modify PyObject_CallFunction() to use fast call internally
http://bugs.python.org/issue28915 closed by haypo

#28917: Docs: Add missing protocol to pickle
http://bugs.python.org/issue28917 closed by ChillarAnand
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-12-09 - 2016-12-16)
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 5639 (+18)
closed 35107 (+50)
total 40746 (+68)

Open issues with patches: 2443


Issues opened (53)
==================

#20754: Distribution.parse_config_files uses interpolation since Pytho
http://bugs.python.org/issue20754 reopened by jason.coombs

#28770: Update python-gdb.py for fastcalls
http://bugs.python.org/issue28770 reopened by ned.deily

#28923: Nonexisting encoding specified in Tix.py
http://bugs.python.org/issue28923 opened by Ivan.Pozdeev

#28926: subprocess.Popen + Sqlalchemy doesn't wait for process
http://bugs.python.org/issue28926 opened by s1113950

#28927: bytes.fromhex should ignore all whitespace
http://bugs.python.org/issue28927 opened by nneonneo

#28929: Provide a link from documentation back to its source file
http://bugs.python.org/issue28929 opened by brett.cannon

#28931: urllib ignores FTP 226 response, breaking further FTP requests
http://bugs.python.org/issue28931 opened by Ivan.Pozdeev

#28932: Fail compile Python 3.6.0rc1 on OpenBSD 6.0
http://bugs.python.org/issue28932 opened by shadchin

#28934: _mboxMMDF#get_message should delegate to get_bytes
http://bugs.python.org/issue28934 opened by bpoaugust

#28936: test_global_err_then_warn in test_syntax is no longer valid
http://bugs.python.org/issue28936 opened by serhiy.storchaka

#28937: str.split(): remove empty strings when sep is not None
http://bugs.python.org/issue28937 opened by barry

#28938: match_hostname treats SAN IP address as DNS name and fails to
http://bugs.python.org/issue28938 opened by noxxi

#28940: __length_hint__ isn't a hint for list()
http://bugs.python.org/issue28940 opened by ronaldoussoren

#28941: Update the link to Source Code in Python Docs from hg to githu
http://bugs.python.org/issue28941 opened by Mariatta

#28942: await expressions in f-strings
http://bugs.python.org/issue28942 opened by Adam Gregory

#28945: get_boundary invokes unquote twice
http://bugs.python.org/issue28945 opened by bpoaugust

#28948: Facing issue while running Python 3.6.0rc1 windows x86-64 web
http://bugs.python.org/issue28948 opened by arpit arora

#28949: Stdlib modules disappear from file system
http://bugs.python.org/issue28949 opened by jason.coombs

#28950: regrtest: -j0 fails the check -j is not allowed together with
http://bugs.python.org/issue28950 opened by xiang.zhang

#28951: re.flags not documented in Module Contents as promised.
http://bugs.python.org/issue28951 opened by 4Dummies

#28952: csv.Sniffer().sniff(0 returns a value without the "strict" att
http://bugs.python.org/issue28952 opened by 4Dummies

#28953: Use `raise from` when raising new IncompleteRead
http://bugs.python.org/issue28953 opened by cool-RR

#28954: Incorrect EBNF rule of keywords_arguments
http://bugs.python.org/issue28954 opened by woo yoo

#28955: Not matched behavior of numeric comparison with the documentat
http://bugs.python.org/issue28955 opened by woo yoo

#28956: return minimum of modes for a multimodal distribution instead
http://bugs.python.org/issue28956 opened by sria91

#28957: undefined symbol: PyUnicodeUCS2_FromUnicode when executing any
http://bugs.python.org/issue28957 opened by rkommine

#28958: Python should return comperhansive error when SSLContext canno
http://bugs.python.org/issue28958 opened by Ilya.Kulakov

#28960: Small typo in Thread.join docs
http://bugs.python.org/issue28960 opened by rcorre

#28961: unittest.mock._Call ignores `name` parameter
http://bugs.python.org/issue28961 opened by Jiajun Huang

#28962: Crash when throwing an exception with a malicious __hash__ ove
http://bugs.python.org/issue28962 opened by Jelle Zijlstra

#28963: Use-after-free in _asyncio_Future_remove_done_callback() of _a
http://bugs.python.org/issue28963 opened by Ned Williamson

#28964: AST literal_eval exceptions provide no information about line
http://bugs.python.org/issue28964 opened by stevemerritt

#28965: Multiprocessing spawn/forkserver fails to pass Queues
http://bugs.python.org/issue28965 opened by Sean Murphy

#28967: copy.copy fails on threading.local subclass
http://bugs.python.org/issue28967 opened by Jelle Zijlstra

#28968: xml rpc server fails with connection reset by peer error no 10
http://bugs.python.org/issue28968 opened by manu

#28969: lru_cache is not threadsafe
http://bugs.python.org/issue28969 opened by Nicolas Savoire

#28970: ctypes.from_buffer counterpart to actively remove the mapping
http://bugs.python.org/issue28970 opened by frispete

#28971: nntplib is broken when responses are longer than _MAXLINE
http://bugs.python.org/issue28971 opened by xdegaye

#28972: Document all "python -m" utilities
http://bugs.python.org/issue28972 opened by tebeka

#28973: The fact that multiprocess.Queue uses serialization should be
http://bugs.python.org/issue28973 opened by Bernhard10

#28974: Make default __format__ be equivalent to __str__
http://bugs.python.org/issue28974 opened by serhiy.storchaka

#28977: Document PyObject_CallFunction() special case more explicitly
http://bugs.python.org/issue28977 opened by haypo

#28978: a redundant right parentheses in the EBNF rules of parameter_
http://bugs.python.org/issue28978 opened by woo yoo

#28980: ResourceWarning when imorting antigravity in 3.6
http://bugs.python.org/issue28980 opened by levkivskyi

#28981: distutils/check.py overzealous catch block hides errors
http://bugs.python.org/issue28981 opened by posita

#28982: multiprocessing.Queue.get(block=True, timeout=0) always raises
http://bugs.python.org/issue28982 opened by Ryan Brindley

#28983: Python 3.5.2 won't install on my computer
http://bugs.python.org/issue28983 opened by Rhesa Browning

#28985: sqlite3 authorizer codes constants not up to date
http://bugs.python.org/issue28985 opened by gumblex

#28986: Docs should say set.update takes iterable
http://bugs.python.org/issue28986 opened by nre3976

#28987: Remove typo in whats new entry on Descriptor Protocol Enhancem
http://bugs.python.org/issue28987 opened by Jim Fasarakis-Hilliard

#28988: Switch dict and set structures to PyVarObject
http://bugs.python.org/issue28988 opened by serhiy.storchaka

#28989: .dll files missing
http://bugs.python.org/issue28989 opened by Gabriel Lopez

#28990: asyncio SSL hangs if connection is closed before handshake com
http://bugs.python.org/issue28990 opened by yselivanov



Most recent 15 issues with no replies (15)
==========================================

#28987: Remove typo in whats new entry on Descriptor Protocol Enhancem
http://bugs.python.org/issue28987

#28981: distutils/check.py overzealous catch block hides errors
http://bugs.python.org/issue28981

#28974: Make default __format__ be equivalent to __str__
http://bugs.python.org/issue28974

#28970: ctypes.from_buffer counterpart to actively remove the mapping
http://bugs.python.org/issue28970

#28964: AST literal_eval exceptions provide no information about line
http://bugs.python.org/issue28964

#28958: Python should return comperhansive error when SSLContext canno
http://bugs.python.org/issue28958

#28957: undefined symbol: PyUnicodeUCS2_FromUnicode when executing any
http://bugs.python.org/issue28957

#28954: Incorrect EBNF rule of keywords_arguments
http://bugs.python.org/issue28954

#28953: Use `raise from` when raising new IncompleteRead
http://bugs.python.org/issue28953

#28952: csv.Sniffer().sniff(0 returns a value without the "strict" att
http://bugs.python.org/issue28952

#28945: get_boundary invokes unquote twice
http://bugs.python.org/issue28945

#28940: __length_hint__ isn't a hint for list()
http://bugs.python.org/issue28940

#28932: Fail compile Python 3.6.0rc1 on OpenBSD 6.0
http://bugs.python.org/issue28932

#28926: subprocess.Popen + Sqlalchemy doesn't wait for process
http://bugs.python.org/issue28926

#28913: "Fatal Python error: Cannot recover from stack overflow." from
http://bugs.python.org/issue28913



Most recent 15 issues waiting for review (15)
=============================================

#28988: Switch dict and set structures to PyVarObject
http://bugs.python.org/issue28988

#28987: Remove typo in whats new entry on Descriptor Protocol Enhancem
http://bugs.python.org/issue28987

#28985: sqlite3 authorizer codes constants not up to date
http://bugs.python.org/issue28985

#28977: Document PyObject_CallFunction() special case more explicitly
http://bugs.python.org/issue28977

#28974: Make default __format__ be equivalent to __str__
http://bugs.python.org/issue28974

#28971: nntplib is broken when responses are longer than _MAXLINE
http://bugs.python.org/issue28971

#28969: lru_cache is not threadsafe
http://bugs.python.org/issue28969

#28964: AST literal_eval exceptions provide no information about line
http://bugs.python.org/issue28964

#28963: Use-after-free in _asyncio_Future_remove_done_callback() of _a
http://bugs.python.org/issue28963

#28961: unittest.mock._Call ignores `name` parameter
http://bugs.python.org/issue28961

#28960: Small typo in Thread.join docs
http://bugs.python.org/issue28960

#28953: Use `raise from` when raising new IncompleteRead
http://bugs.python.org/issue28953

#28950: regrtest: -j0 fails the check -j is not allowed together with
http://bugs.python.org/issue28950

#28941: Update the link to Source Code in Python Docs from hg to githu
http://bugs.python.org/issue28941

#28937: str.split(): remove empty strings when sep is not None
http://bugs.python.org/issue28937



Top 10 most discussed issues (10)
=================================

#28937: str.split(): remove empty strings when sep is not None
http://bugs.python.org/issue28937 22 msgs

#28949: Stdlib modules disappear from file system
http://bugs.python.org/issue28949 20 msgs

#28147: Unbounded memory growth resizing split-table dicts
http://bugs.python.org/issue28147 15 msgs

#5322: Python 2.6 object.__new__ argument calling autodetection fault
http://bugs.python.org/issue5322 12 msgs

#26110: Speedup method calls 1.2x
http://bugs.python.org/issue26110 12 msgs

#28180: sys.getfilesystemencoding() should default to utf-8
http://bugs.python.org/issue28180 11 msgs

#28190: Cross-build _curses failed if host ncurses headers and target
http://bugs.python.org/issue28190 11 msgs

#28754: Argument Clinic for bisect.bisect_left
http://bugs.python.org/issue28754 10 msgs

#28971: nntplib is broken when responses are longer than _MAXLINE
http://bugs.python.org/issue28971 10 msgs

#25458: ftplib: command response shift - mismatch
http://bugs.python.org/issue25458 9 msgs



Issues closed (50)
==================

#16255: subrocess.Popen needs /bin/sh but Android only has /system/bin
http://bugs.python.org/issue16255 closed by xdegaye

#17430: missed peephole optimization
http://bugs.python.org/issue17430 closed by serhiy.storchaka

#21368: Check for systemd locale on startup if current locale is set t
http://bugs.python.org/issue21368 closed by ncoghlan

#23971: dict(list) and dict.fromkeys() doesn't account for 2/3 fill ra
http://bugs.python.org/issue23971 closed by inada.naoki

#26483: docs unclear on difference between str.isdigit() and str.isdec
http://bugs.python.org/issue26483 closed by martin.panter

#26856: android does not have pwd.getpwall()
http://bugs.python.org/issue26856 closed by xdegaye

#26919: on Android python fails to decode/encode command line argument
http://bugs.python.org/issue26919 closed by xdegaye

#26936: android: test_socket fails
http://bugs.python.org/issue26936 closed by xdegaye

#28089: asyncio: Document that TCP_NODELAY is now used by default
http://bugs.python.org/issue28089 closed by yselivanov

#28090: Document PEP 530
http://bugs.python.org/issue28090 closed by yselivanov

#28091: Document PEP 525 & 530
http://bugs.python.org/issue28091 closed by yselivanov

#28424: pkgutil.get_data() doesn't work with namespace packages
http://bugs.python.org/issue28424 closed by brett.cannon

#28680: bdist_wininst generated 64-bit executable looks for 3.5-32
http://bugs.python.org/issue28680 closed by steve.dower

#28683: bind() on a unix socket raises PermissionError on Android for
http://bugs.python.org/issue28683 closed by xdegaye

#28689: OpenSSL 1.1.0c test failures
http://bugs.python.org/issue28689 closed by ned.deily

#28755: Rework syntax highlighing in howto/clinic.rst
http://bugs.python.org/issue28755 closed by martin.panter

#28759: access to mkfifo, mknod and hard links is controled by SELinux
http://bugs.python.org/issue28759 closed by xdegaye

#28764: test_mailbox fails when run as a non-root user on Android API
http://bugs.python.org/issue28764 closed by xdegaye

#28771: Update documented signatures of tp_get/setattr
http://bugs.python.org/issue28771 closed by martin.panter

#28779: set_forkserver_preload() can crash the forkserver if preloaded
http://bugs.python.org/issue28779 closed by pitrou

#28794: inspect.isasyncgen and inspect.isasyncgenfunction aren't docum
http://bugs.python.org/issue28794 closed by berker.peksag

#28820: Typo in section 6 of the Python 3.4 documentation
http://bugs.python.org/issue28820 closed by martin.panter

#28838: Using consistent naming for arguments of "call" functions (C A
http://bugs.python.org/issue28838 closed by haypo

#28849: do not define sys.implementation._multiarch on Android
http://bugs.python.org/issue28849 closed by xdegaye

#28896: Embeddable zip allows Windows registry to override module loca
http://bugs.python.org/issue28896 closed by steve.dower

#28898: Can't compile gdb with Python 3.6
http://bugs.python.org/issue28898 closed by ned.deily

#28900: update 'docs for other versions'
http://bugs.python.org/issue28900 closed by ned.deily

#28912: collections.abc.OrderedMapping
http://bugs.python.org/issue28912 closed by rhettinger

#28916: Not matched behavior of modulo operator % with the description
http://bugs.python.org/issue28916 closed by martin.panter

#28918: cross compiling xxlimited fails with "Py_LIMITED_API is incomp
http://bugs.python.org/issue28918 closed by xdegaye

#28919: Simplify `_copy_func_details` in unittest.mock
http://bugs.python.org/issue28919 closed by berker.peksag

#28920: Dangerous usage of "O" format string in _asynciomodule.c
http://bugs.python.org/issue28920 closed by haypo

#28922: Add fixer for "import exceptions"
http://bugs.python.org/issue28922 closed by berker.peksag

#28924: Inline PyEval_EvalFrameEx() in callers
http://bugs.python.org/issue28924 closed by haypo

#28925: Confusing exception from cPickle on reduce failure
http://bugs.python.org/issue28925 closed by serhiy.storchaka

#28928: IDLE crashes when opening .py file from Finder
http://bugs.python.org/issue28928 closed by ned.deily

#28930: bytes_methods.c won't recompile if related stringlib/* changed
http://bugs.python.org/issue28930 closed by xiang.zhang

#28933: AC: Accept None as a Py_ssize_t default value
http://bugs.python.org/issue28933 closed by mdk

#28935: distutils use ConfigParser in Python 3.x and fails to parse se
http://bugs.python.org/issue28935 closed by jason.coombs

#28939: Groupby Is Roughly Equivalent To ...
http://bugs.python.org/issue28939 closed by greg.solomon

#28943: Use PyUnicode_MAX_CHAR_VALUE instead of PyUnicode_KIND in some
http://bugs.python.org/issue28943 closed by xiang.zhang

#28944: A lack of line 6
http://bugs.python.org/issue28944 closed by berker.peksag

#28946: AttributeError: module 'signal' has no attribute 'SIGALRM'
http://bugs.python.org/issue28946 closed by dd

#28947: Facing issue while running Python 3.6.0rc1 windows x86-64 web
http://bugs.python.org/issue28947 closed by steve.dower

#28959: Add a macro for dict size
http://bugs.python.org/issue28959 closed by serhiy.storchaka

#28966: Menu.add_checkbutton has no checkmark on OS X
http://bugs.python.org/issue28966 closed by ned.deily

#28975: os.walk generator giving inconsistent results
http://bugs.python.org/issue28975 closed by Colin David Chen

#28976: incorrect description that dose not conform to the actual beha
http://bugs.python.org/issue28976 closed by r.david.murray

#28979: What's New entry on compact dict mentions "faster" implementat
http://bugs.python.org/issue28979 closed by ned.deily

#28984: json.dump + indent creates trailing extra spaces
http://bugs.python.org/issue28984 closed by ned.deily
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-12-16 - 2016-12-23)
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 5652 (+13)
closed 35159 (+52)
total 40811 (+65)

Open issues with patches: 2439


Issues opened (42)
==================

#28994: Misc fixes and cleanups in error handling C code
http://bugs.python.org/issue28994 opened by serhiy.storchaka

#28995: pathlib.WindowsPath.resolve() test expects short path
http://bugs.python.org/issue28995 opened by steve.dower

#28997: test_readline.test_nonascii fails on Android
http://bugs.python.org/issue28997 opened by xdegaye

#28998: Unifying Long Integers and Integers in 2.7
http://bugs.python.org/issue28998 opened by serhiy.storchaka

#28999: Use Py_RETURN_NONE and like
http://bugs.python.org/issue28999 opened by serhiy.storchaka

#29001: logging.handlers.RotatingFileHandler rotation broken under gun
http://bugs.python.org/issue29001 opened by Bruce Edge

#29002: typing.AnyStr doc is unclear about python2 unicode support
http://bugs.python.org/issue29002 opened by aj

#29003: sqlite3: can't run VACUUM on Python 3.6
http://bugs.python.org/issue29003 opened by Ma Lin

#29004: binascii.crc_hqx() implements CRC-CCITT
http://bugs.python.org/issue29004 opened by martin.panter

#29006: 2.7.13 _sqlite more prone to "database table is locked"
http://bugs.python.org/issue29006 opened by arigo

#29010: Incorrect description about scope related with inheritance
http://bugs.python.org/issue29010 opened by woo yoo

#29011: No entry Deque in typing.py
http://bugs.python.org/issue29011 opened by rhettinger

#29012: __bases__ is a tuple (possibly empty or a singleton)
http://bugs.python.org/issue29012 opened by Jim Fasarakis-Hilliard

#29013: zipfile: inconsistent doc for ZIP64 file size
http://bugs.python.org/issue29013 opened by mndavidoff

#29014: Python 3.5.2 installer doesn't register IDLE .py extensions on
http://bugs.python.org/issue29014 opened by frostyelsa

#29017: Docs: PySide is provided by 'The Qt Company' and not by 'Nokia
http://bugs.python.org/issue29017 opened by Ettore Atalan

#29020: collapse_rfc2231_value has inconsistent unquoting
http://bugs.python.org/issue29020 opened by bpoaugust

#29021: Custom functions in sqlite receive None on invalid UTF-8
http://bugs.python.org/issue29021 opened by Ingo Ruhnke

#29023: Results of random.seed() call with integer argument should be
http://bugs.python.org/issue29023 opened by Jakub.Mateusz.Kowalski

#29024: Add Kivy entry to Graphic User Interface FAQ
http://bugs.python.org/issue29024 opened by inclement

#29025: random.seed() relation to hash() function and its determinism
http://bugs.python.org/issue29025 opened by Jakub.Mateusz.Kowalski

#29026: time.time() documentation should mention UTC timezone
http://bugs.python.org/issue29026 opened by haypo

#29028: Use-After-Free in PyString_FromStringAndSize() of stringobject
http://bugs.python.org/issue29028 opened by dyjakan

#29029: Faster positional arguments parsing in PyArg_ParseTupleAndKeyw
http://bugs.python.org/issue29029 opened by serhiy.storchaka

#29030: argparse: choices override metavar
http://bugs.python.org/issue29030 opened by cykerway

#29033: Windows Python installer rolls back when run under SYSTEM acco
http://bugs.python.org/issue29033 opened by Mr B Jones

#29034: Fix memory leak in path_converter
http://bugs.python.org/issue29034 opened by xiang.zhang

#29035: regrtest: simplify regex to match test names for the --fromfil
http://bugs.python.org/issue29035 opened by haypo

#29036: logging module: Add `full_module_name` to LogRecord details
http://bugs.python.org/issue29036 opened by cool-RR

#29037: Python 2.7.13 prints version header and exits immediately on W
http://bugs.python.org/issue29037 opened by abkhd

#29040: building Android with android-ndk-r14
http://bugs.python.org/issue29040 opened by xdegaye

#29041: Reference leaks on Windows
http://bugs.python.org/issue29041 opened by zach.ware

#29042: os.path.exists should not throw "Embedded NUL character" excep
http://bugs.python.org/issue29042 opened by Dolda2000

#29045: Outdated C api doc about Windows error
http://bugs.python.org/issue29045 opened by xiang.zhang

#29047: Where are the test results stored?
http://bugs.python.org/issue29047 opened by patriki

#29048: Coverage influence tests, make some of them fail
http://bugs.python.org/issue29048 opened by patriki

#29049: Lazy GC tracking frame
http://bugs.python.org/issue29049 opened by inada.naoki

#29050: xml.etree.ElementTree in Python 3.6 is incompatible with defus
http://bugs.python.org/issue29050 opened by adamwill

#29051: Improve error reporting involving f-strings (PEP 498)
http://bugs.python.org/issue29051 opened by Chi Hsuan Yen

#29053: Implement >From_ decoding on input from mbox
http://bugs.python.org/issue29053 opened by bpoaugust

#29054: pty.py: pty.spawn hangs after client disconnect over nc (netca
http://bugs.python.org/issue29054 opened by Cornelius Diekmann

#29055: random.choice on empty sequence should hide previous exception
http://bugs.python.org/issue29055 opened by then0rTh



Most recent 15 issues with no replies (15)
==========================================

#29054: pty.py: pty.spawn hangs after client disconnect over nc (netca
http://bugs.python.org/issue29054

#29041: Reference leaks on Windows
http://bugs.python.org/issue29041

#29037: Python 2.7.13 prints version header and exits immediately on W
http://bugs.python.org/issue29037

#29036: logging module: Add `full_module_name` to LogRecord details
http://bugs.python.org/issue29036

#29033: Windows Python installer rolls back when run under SYSTEM acco
http://bugs.python.org/issue29033

#29029: Faster positional arguments parsing in PyArg_ParseTupleAndKeyw
http://bugs.python.org/issue29029

#29028: Use-After-Free in PyString_FromStringAndSize() of stringobject
http://bugs.python.org/issue29028

#29024: Add Kivy entry to Graphic User Interface FAQ
http://bugs.python.org/issue29024

#29023: Results of random.seed() call with integer argument should be
http://bugs.python.org/issue29023

#29021: Custom functions in sqlite receive None on invalid UTF-8
http://bugs.python.org/issue29021

#29020: collapse_rfc2231_value has inconsistent unquoting
http://bugs.python.org/issue29020

#29017: Docs: PySide is provided by 'The Qt Company' and not by 'Nokia
http://bugs.python.org/issue29017

#29013: zipfile: inconsistent doc for ZIP64 file size
http://bugs.python.org/issue29013

#29003: sqlite3: can't run VACUUM on Python 3.6
http://bugs.python.org/issue29003

#29001: logging.handlers.RotatingFileHandler rotation broken under gun
http://bugs.python.org/issue29001



Most recent 15 issues waiting for review (15)
=============================================

#29055: random.choice on empty sequence should hide previous exception
http://bugs.python.org/issue29055

#29054: pty.py: pty.spawn hangs after client disconnect over nc (netca
http://bugs.python.org/issue29054

#29049: Lazy GC tracking frame
http://bugs.python.org/issue29049

#29048: Coverage influence tests, make some of them fail
http://bugs.python.org/issue29048

#29035: regrtest: simplify regex to match test names for the --fromfil
http://bugs.python.org/issue29035

#29034: Fix memory leak in path_converter
http://bugs.python.org/issue29034

#29029: Faster positional arguments parsing in PyArg_ParseTupleAndKeyw
http://bugs.python.org/issue29029

#29026: time.time() documentation should mention UTC timezone
http://bugs.python.org/issue29026

#29024: Add Kivy entry to Graphic User Interface FAQ
http://bugs.python.org/issue29024

#29012: __bases__ is a tuple (possibly empty or a singleton)
http://bugs.python.org/issue29012

#29011: No entry Deque in typing.py
http://bugs.python.org/issue29011

#29004: binascii.crc_hqx() implements CRC-CCITT
http://bugs.python.org/issue29004

#28999: Use Py_RETURN_NONE and like
http://bugs.python.org/issue28999

#28998: Unifying Long Integers and Integers in 2.7
http://bugs.python.org/issue28998

#28997: test_readline.test_nonascii fails on Android
http://bugs.python.org/issue28997



Top 10 most discussed issues (10)
=================================

#29014: Python 3.5.2 installer doesn't register IDLE .py extensions on
http://bugs.python.org/issue29014 31 msgs

#28971: nntplib is broken when responses are longer than _MAXLINE
http://bugs.python.org/issue28971 13 msgs

#28945: get_boundary (and get_filename) invokes unquote twice
http://bugs.python.org/issue28945 12 msgs

#28879: smtplib send_message should add Date header if it is missing,
http://bugs.python.org/issue28879 11 msgs

#29010: Incorrect description about scope related with inheritance
http://bugs.python.org/issue29010 11 msgs

#29050: xml.etree.ElementTree in Python 3.6 is incompatible with defus
http://bugs.python.org/issue29050 9 msgs

#29034: Fix memory leak in path_converter
http://bugs.python.org/issue29034 8 msgs

#28180: sys.getfilesystemencoding() should default to utf-8
http://bugs.python.org/issue28180 7 msgs

#28968: xml rpc server fails with connection reset by peer error no 10
http://bugs.python.org/issue28968 7 msgs

#27584: New addition of vSockets to the python socket module
http://bugs.python.org/issue27584 6 msgs



Issues closed (49)
==================

#14061: Misc fixes and cleanups in archiving code in shutil and test_s
http://bugs.python.org/issue14061 closed by serhiy.storchaka

#18896: Remove namedtuple 255 arguments restriction
http://bugs.python.org/issue18896 closed by serhiy.storchaka

#19542: WeakValueDictionary bug in setdefault()&pop()
http://bugs.python.org/issue19542 closed by pitrou

#20191: resource.prlimit(int, int, str) crashs
http://bugs.python.org/issue20191 closed by serhiy.storchaka

#24383: consider implementing __await__ on concurrent.futures.Future
http://bugs.python.org/issue24383 closed by yselivanov

#25677: Syntax error caret confused by indentation
http://bugs.python.org/issue25677 closed by martin.panter

#26342: Faster bit ops for single-digit positive longs
http://bugs.python.org/issue26342 closed by yselivanov

#26928: _bootlocale imports locale at startup on Android, causing test
http://bugs.python.org/issue26928 closed by xdegaye

#27574: Faster parsing keyword arguments
http://bugs.python.org/issue27574 closed by serhiy.storchaka

#28147: Unbounded memory growth resizing split-table dicts
http://bugs.python.org/issue28147 closed by inada.naoki

#28383: __hash__ documentation recommends naive XOR to combine but thi
http://bugs.python.org/issue28383 closed by haypo

#28407: Improve coverage of email.utils.make_msgid()
http://bugs.python.org/issue28407 closed by r.david.murray

#28512: PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject() alwa
http://bugs.python.org/issue28512 closed by serhiy.storchaka

#28538: _socket module cross-compilation error on android-24
http://bugs.python.org/issue28538 closed by xdegaye

#28596: on Android _bootlocale on startup relies on too many library m
http://bugs.python.org/issue28596 closed by xdegaye

#28762: lockf() is available now on Android API level 24, but the F_LO
http://bugs.python.org/issue28762 closed by xdegaye

#28822: Fix indices handling in PyUnicode_FindChar
http://bugs.python.org/issue28822 closed by xiang.zhang

#28871: Destructor of ElementTree.Element is recursive
http://bugs.python.org/issue28871 closed by serhiy.storchaka

#28923: Nonexisting encoding specified in Tix.py
http://bugs.python.org/issue28923 closed by terry.reedy

#28927: bytes.fromhex should ignore all whitespace
http://bugs.python.org/issue28927 closed by serhiy.storchaka

#28932: Fail compile Python 3.6.0rc1 on OpenBSD 6.0
http://bugs.python.org/issue28932 closed by python-dev

#28950: regrtest: -j0 fails the check -j is not allowed together with
http://bugs.python.org/issue28950 closed by xiang.zhang

#28957: undefined symbol: PyUnicodeUCS2_FromUnicode when executing any
http://bugs.python.org/issue28957 closed by berker.peksag

#28986: Docs should say set.update takes iterable
http://bugs.python.org/issue28986 closed by rhettinger

#28987: Remove typo in whats new entry on Descriptor Protocol Enhancem
http://bugs.python.org/issue28987 closed by martin.panter

#28990: asyncio SSL hangs if connection is closed before handshake com
http://bugs.python.org/issue28990 closed by ned.deily

#28991: Fix obscure lru_cache reentrancy bug
http://bugs.python.org/issue28991 closed by rhettinger

#28992: Use bytes.fromhex()
http://bugs.python.org/issue28992 closed by serhiy.storchaka

#28993: math.ceil() python 2.7
http://bugs.python.org/issue28993 closed by zach.ware

#28996: wcscoll is broken on Android and test_locale fails
http://bugs.python.org/issue28996 closed by xdegaye

#29000: Not matched behavior within printf style bytes formatting
http://bugs.python.org/issue29000 closed by serhiy.storchaka

#29005: Possibly incorrect description about method objects
http://bugs.python.org/issue29005 closed by r.david.murray

#29007: Virus detected when attempting to download numpy-1.11.3-cp35-
http://bugs.python.org/issue29007 closed by berker.peksag

#29008: Can't do dict comp from previously defined dict in the outermo
http://bugs.python.org/issue29008 closed by xiang.zhang

#29009: Outdated part in the doc of PyUnicode_RichCompare
http://bugs.python.org/issue29009 closed by xiang.zhang

#29015: re slashes
http://bugs.python.org/issue29015 closed by serhiy.storchaka

#29016: negative numbers raised to power zero should be 1, not -1
http://bugs.python.org/issue29016 closed by tim.peters

#29018: Misinformation when showing how slices work in The Tutorial
http://bugs.python.org/issue29018 closed by steven.daprano

#29019: dict.fromkeys overallocates when given a sparse dict
http://bugs.python.org/issue29019 closed by inada.naoki

#29022: Aritmetic error
http://bugs.python.org/issue29022 closed by berker.peksag

#29027: 3.5.2 compile error from ssl related.
http://bugs.python.org/issue29027 closed by christian.heimes

#29031: 'from module import *' and __all__
http://bugs.python.org/issue29031 closed by eryksun

#29032: How does the __self__ attribute of method become a class rathe
http://bugs.python.org/issue29032 closed by woo yoo

#29038: Duplicate entry for SSLContext.get_ca_certs() in ssl
http://bugs.python.org/issue29038 closed by xiang.zhang

#29039: Segmentation fault when using PyUnicode_FromString
http://bugs.python.org/issue29039 closed by xiang.zhang

#29043: dict view string representations are misleading
http://bugs.python.org/issue29043 closed by rhettinger

#29044: Use after free in string '%c' formater
http://bugs.python.org/issue29044 closed by xiang.zhang

#29046: Coverage related documentation missing
http://bugs.python.org/issue29046 closed by patriki

#29052: Detect Windows platform 32bit/64bit automatically
http://bugs.python.org/issue29052 closed by berker.peksag
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-12-23 - 2016-12-30)
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 5663 (+11)
closed 35208 (+49)
total 40871 (+60)

Open issues with patches: 2449


Issues opened (32)
==================

#28871: Destructor of ElementTree.Element is recursive
http://bugs.python.org/issue28871 reopened by haypo

#29057: Compiler failure on Mac OS X - sys/random.h
http://bugs.python.org/issue29057 opened by Pam.McANulty

#29058: Mark new limited C API
http://bugs.python.org/issue29058 opened by serhiy.storchaka

#29059: Windows: Python not using ANSI compatible console
http://bugs.python.org/issue29059 opened by joseph.hackman

#29062: hashlib documentation link error
http://bugs.python.org/issue29062 opened by frankmillman

#29063: Fixed timemodule compile warnings.
http://bugs.python.org/issue29063 opened by Decorater

#29067: Source archive: wrong directory attributes
http://bugs.python.org/issue29067 opened by amig

#29070: Integration tests for pty.spawn on Linux and all other platfor
http://bugs.python.org/issue29070 opened by Cornelius Diekmann

#29075: Remove Windows Vista support
http://bugs.python.org/issue29075 opened by steve.dower

#29076: Python 3.6 installer doesn't update "python3" shell command
http://bugs.python.org/issue29076 opened by elias

#29077: build failure when enabling dtrace on FreeBSD
http://bugs.python.org/issue29077 opened by swills

#29081: time.strptime() return wrong result
http://bugs.python.org/issue29081 opened by hywl51

#29082: In 2.7.13, _ctypes.LoadLibrary no longer accepts Unicode objec
http://bugs.python.org/issue29082 opened by Chi Hsuan Yen

#29083: Readd PyArg_VaParse to the stable API
http://bugs.python.org/issue29083 opened by serhiy.storchaka

#29084: C API of OrderedDict
http://bugs.python.org/issue29084 opened by serhiy.storchaka

#29086: Document C API that is not part of the limited API
http://bugs.python.org/issue29086 opened by serhiy.storchaka

#29090: python34.dll crash
http://bugs.python.org/issue29090 opened by MikeH

#29092: Sync os.stat's doc and doc string
http://bugs.python.org/issue29092 opened by xiang.zhang

#29093: Windows launcher breaks history in Git Bash
http://bugs.python.org/issue29093 opened by evan_

#29094: Regression in zipfile writing in 2.7.13
http://bugs.python.org/issue29094 opened by Peter Ebden

#29096: Signal Handlers reliably cause UnboundLocalErrors
http://bugs.python.org/issue29096 opened by Ted Meyer

#29097: datetime.fromtimestamp(t) when 0 <= t <= 86399 fails on Python
http://bugs.python.org/issue29097 opened by pekka.klarck

#29098: document minimum sqlite version
http://bugs.python.org/issue29098 opened by carlwgeorge

#29099: sqlite3 timestamp converter cannot handle timezone
http://bugs.python.org/issue29099 opened by bozo.kopic

#29100: Core dump / OverflowError for datetime.fromtimestamp with over
http://bugs.python.org/issue29100 opened by Jordon Phillips

#29102: Add an id field to PyInterpreterState.
http://bugs.python.org/issue29102 opened by eric.snow

#29104: Left bracket remains in format string result when '\' preceeds
http://bugs.python.org/issue29104 opened by Jim Fasarakis-Hilliard

#29105: code or doc improvement for logging.handlers.RotatingFileHandl
http://bugs.python.org/issue29105 opened by redstone-cold

#29107: traceback module incorrectly formats args-less syntax errors
http://bugs.python.org/issue29107 opened by Naftali.Harris

#29108: Python 3.6.0 multiprocessing map_async callback
http://bugs.python.org/issue29108 opened by Jose Miguel Colella

#29110: [patch] Fix file object leak in `aifc.open` when given invalid
http://bugs.python.org/issue29110 opened by azhang

#29113: modulefinder no longer finds all required modules for Python i
http://bugs.python.org/issue29113 opened by adamwill



Most recent 15 issues with no replies (15)
==========================================

#29113: modulefinder no longer finds all required modules for Python i
http://bugs.python.org/issue29113

#29110: [patch] Fix file object leak in `aifc.open` when given invalid
http://bugs.python.org/issue29110

#29107: traceback module incorrectly formats args-less syntax errors
http://bugs.python.org/issue29107

#29105: code or doc improvement for logging.handlers.RotatingFileHandl
http://bugs.python.org/issue29105

#29100: Core dump / OverflowError for datetime.fromtimestamp with over
http://bugs.python.org/issue29100

#29098: document minimum sqlite version
http://bugs.python.org/issue29098

#29094: Regression in zipfile writing in 2.7.13
http://bugs.python.org/issue29094

#29092: Sync os.stat's doc and doc string
http://bugs.python.org/issue29092

#29086: Document C API that is not part of the limited API
http://bugs.python.org/issue29086

#29083: Readd PyArg_VaParse to the stable API
http://bugs.python.org/issue29083

#29081: time.strptime() return wrong result
http://bugs.python.org/issue29081

#29075: Remove Windows Vista support
http://bugs.python.org/issue29075

#29070: Integration tests for pty.spawn on Linux and all other platfor
http://bugs.python.org/issue29070

#29067: Source archive: wrong directory attributes
http://bugs.python.org/issue29067

#29063: Fixed timemodule compile warnings.
http://bugs.python.org/issue29063



Most recent 15 issues waiting for review (15)
=============================================

#29110: [patch] Fix file object leak in `aifc.open` when given invalid
http://bugs.python.org/issue29110

#29104: Left bracket remains in format string result when '\' preceeds
http://bugs.python.org/issue29104

#29102: Add an id field to PyInterpreterState.
http://bugs.python.org/issue29102

#29099: sqlite3 timestamp converter cannot handle timezone
http://bugs.python.org/issue29099

#29097: datetime.fromtimestamp(t) when 0 <= t <= 86399 fails on Python
http://bugs.python.org/issue29097

#29092: Sync os.stat's doc and doc string
http://bugs.python.org/issue29092

#29086: Document C API that is not part of the limited API
http://bugs.python.org/issue29086

#29082: In 2.7.13, _ctypes.LoadLibrary no longer accepts Unicode objec
http://bugs.python.org/issue29082

#29070: Integration tests for pty.spawn on Linux and all other platfor
http://bugs.python.org/issue29070

#29063: Fixed timemodule compile warnings.
http://bugs.python.org/issue29063

#29062: hashlib documentation link error
http://bugs.python.org/issue29062

#29059: Windows: Python not using ANSI compatible console
http://bugs.python.org/issue29059

#29058: Mark new limited C API
http://bugs.python.org/issue29058

#29057: Compiler failure on Mac OS X - sys/random.h
http://bugs.python.org/issue29057

#29054: pty.py: pty.spawn hangs after client disconnect over nc (netca
http://bugs.python.org/issue29054



Top 10 most discussed issues (10)
=================================

#23903: Generate PC/python3.def by scraping headers
http://bugs.python.org/issue23903 15 msgs

#29048: Coverage influence tests, make some of them fail
http://bugs.python.org/issue29048 14 msgs

#29062: hashlib documentation link error
http://bugs.python.org/issue29062 13 msgs

#29102: Add an id field to PyInterpreterState.
http://bugs.python.org/issue29102 13 msgs

#29058: Mark new limited C API
http://bugs.python.org/issue29058 10 msgs

#29057: Compiler failure on Mac OS X - sys/random.h
http://bugs.python.org/issue29057 9 msgs

#29104: Left bracket remains in format string result when '\' preceeds
http://bugs.python.org/issue29104 9 msgs

#29097: datetime.fromtimestamp(t) when 0 <= t <= 86399 fails on Python
http://bugs.python.org/issue29097 8 msgs

#29099: sqlite3 timestamp converter cannot handle timezone
http://bugs.python.org/issue29099 8 msgs

#26382: List object memory allocator
http://bugs.python.org/issue26382 7 msgs



Issues closed (49)
==================

#9770: curses.ascii.isblank() function is broken. It confuses backspa
http://bugs.python.org/issue9770 closed by serhiy.storchaka

#13051: Infinite recursion in curses.textpad.Textbox
http://bugs.python.org/issue13051 closed by serhiy.storchaka

#14483: inspect.getsource fails to read a file of only comments
http://bugs.python.org/issue14483 closed by r.david.murray

#25778: winreg.EnumValue does not truncate strings correctly
http://bugs.python.org/issue25778 closed by steve.dower

#26758: Unnecessary format string handling for no argument slot wrappe
http://bugs.python.org/issue26758 closed by inada.naoki

#28427: WeakValueDictionary next bug (with multithreading)
http://bugs.python.org/issue28427 closed by pitrou

#28446: pyvenv generates malformed hashbangs for scripts
http://bugs.python.org/issue28446 closed by vinay.sajip

#28675: about PEP 528 / PEP 529
http://bugs.python.org/issue28675 closed by steve.dower

#28902: 3.6.0rc1 installer fails to install / uninstall.
http://bugs.python.org/issue28902 closed by steve.dower

#28954: Incorrect EBNF rule of keywords_arguments
http://bugs.python.org/issue28954 closed by martin.panter

#28960: Small typo in Thread.join docs
http://bugs.python.org/issue28960 closed by martin.panter

#28998: Unifying Long Integers and Integers in 2.7
http://bugs.python.org/issue28998 closed by serhiy.storchaka

#29003: sqlite3: can't run VACUUM on Python 3.6
http://bugs.python.org/issue29003 closed by berker.peksag

#29004: binascii.crc_hqx() implements CRC-CCITT
http://bugs.python.org/issue29004 closed by martin.panter

#29025: random.seed() relation to hash() function and its determinism
http://bugs.python.org/issue29025 closed by rhettinger

#29037: Python 2.7.13 prints version header and exits immediately on W
http://bugs.python.org/issue29037 closed by steve.dower

#29047: Where are the test results stored?
http://bugs.python.org/issue29047 closed by patriki

#29049: Lazy GC tracking frame
http://bugs.python.org/issue29049 closed by inada.naoki

#29055: random.choice on empty sequence should hide previous exception
http://bugs.python.org/issue29055 closed by rhettinger

#29056: logging.Formatter doesn't respect more than one formatExceptio
http://bugs.python.org/issue29056 closed by vinay.sajip

#29060: Changing the installation location still adds AppData filepath
http://bugs.python.org/issue29060 closed by steve.dower

#29061: secrets.randbelow(-1) hangs
http://bugs.python.org/issue29061 closed by rhettinger

#29064: Package numpy can't be used normally
http://bugs.python.org/issue29064 closed by xiang.zhang

#29065: SSL module problem on Python 3.6.0 and macOS Sierra
http://bugs.python.org/issue29065 closed by ned.deily

#29066: PIP doesn't honor --trusted-host or --cert options
http://bugs.python.org/issue29066 closed by ned.deily

#29068: Fix example code for PyErr_Fetch
http://bugs.python.org/issue29068 closed by serhiy.storchaka

#29069: Default PyPI URL in docs is not what is really in code
http://bugs.python.org/issue29069 closed by berker.peksag

#29071: IDLE doesn't highlight f-strings properly
http://bugs.python.org/issue29071 closed by terry.reedy

#29072: the message of help(os.environ.setdefault) have some error
http://bugs.python.org/issue29072 closed by r.david.murray

#29073: bytearray.__mod__() truncates on first \x00
http://bugs.python.org/issue29073 closed by serhiy.storchaka

#29074: repr doesn't give full result for this re math result
http://bugs.python.org/issue29074 closed by mrabarnett

#29078: Example in Section 8.1.5 time Objects is broken
http://bugs.python.org/issue29078 closed by xiang.zhang

#29079: pathlib.resolve() causes infinite loop on Windows
http://bugs.python.org/issue29079 closed by steve.dower

#29080: unnecessary hg required for build version 3.6 on Windows
http://bugs.python.org/issue29080 closed by steve.dower

#29085: Python 3.6 on Windows doesn't seed Random() well enough
http://bugs.python.org/issue29085 closed by python-dev

#29087: UCS4 support functions are not implemented
http://bugs.python.org/issue29087 closed by serhiy.storchaka

#29088: Inconsistent use of underscore in names that start with "is"
http://bugs.python.org/issue29088 closed by r.david.murray

#29089: dictionary keys described incorrectly in tutorial
http://bugs.python.org/issue29089 closed by rhettinger

#29091: Python 3.5+ socket.socketpair fallback incorrectly implemented
http://bugs.python.org/issue29091 closed by benjamin.peterson

#29095: Compiling Python 3.6 from source on MacOS X Sierra
http://bugs.python.org/issue29095 closed by ned.deily

#29101: Nested lambdas in setattr() lose context in Python 2.7
http://bugs.python.org/issue29101 closed by benjamin.peterson

#29103: Make enum.py pep8 compliant
http://bugs.python.org/issue29103 closed by rhettinger

#29106: get-pip.py fails with Python 3.6 embed Windows
http://bugs.python.org/issue29106 closed by ammar2

#29109: Small doc improvements for tracemalloc
http://bugs.python.org/issue29109 closed by haypo

#29111: Strange signature for memoryview constructor
http://bugs.python.org/issue29111 closed by skrah

#29112: questionable wording in sequences documentation
http://bugs.python.org/issue29112 closed by xiang.zhang

#29114: __class__ not exists in the method which bounded by types.Meth
http://bugs.python.org/issue29114 closed by ncoghlan

#29115: distutils.core.setup does not let people set 'bugtrack_url'.
http://bugs.python.org/issue29115 closed by berker.peksag

#1446619: extended slice behavior inconsistent with docs
http://bugs.python.org/issue1446619 closed by martin.panter
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2016-12-30 - 2017-01-06)
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 5685 (+22)
closed 35253 (+45)
total 40938 (+67)

Open issues with patches: 2460


Issues opened (44)
==================

#24725: test_socket testFDPassEmpty fails on OS X 10.11+ with "Cannot
http://bugs.python.org/issue24725 reopened by ned.deily

#29013: zipfile: inconsistent doc for ZIP64 file size
http://bugs.python.org/issue29013 reopened by serhiy.storchaka

#29116: Make str and bytes error messages on concatenation conform wit
http://bugs.python.org/issue29116 opened by Jim Fasarakis-Hilliard

#29117: dir(<bound method>) should include dunder attributes of the un
http://bugs.python.org/issue29117 opened by Antony.Lee

#29120: Move hash randomisation initialisation out of Python/random.c
http://bugs.python.org/issue29120 opened by ncoghlan

#29121: sqlite3 Controlling Transactions documentation not updated
http://bugs.python.org/issue29121 opened by palaviv

#29124: Freeze fails to compile on windows
http://bugs.python.org/issue29124 opened by Liran Ringel

#29125: Shell injection via TIX_LIBRARY when using tkinter.tix
http://bugs.python.org/issue29125 opened by symphorien

#29126: Fix comments about _PyThreadState_Current
http://bugs.python.org/issue29126 opened by Jim Nasby

#29127: Incorrect reference names in asyncio.subprocess documentation
http://bugs.python.org/issue29127 opened by Eric Ahn

#29132: shlex.shlex with punctuation_chars and posix doesn't handle pu
http://bugs.python.org/issue29132 opened by evan_

#29133: Minor inaccuracy in shlex.shlex punctuation_chars example
http://bugs.python.org/issue29133 opened by evan_

#29136: Add OP_NO_TLSv1_3
http://bugs.python.org/issue29136 opened by christian.heimes

#29137: Fix fpectl-induced ABI breakage
http://bugs.python.org/issue29137 opened by njs

#29139: operator.concat/iconcat could only work if left operand is a s
http://bugs.python.org/issue29139 opened by xiang.zhang

#29140: time_hash() reads the wrong bytes to get microseconds
http://bugs.python.org/issue29140 opened by haypo

#29141: error in 2to3
http://bugs.python.org/issue29141 opened by Sandeep Srinivasa

#29142: urllib: no_proxy variable values with leading dot not properly
http://bugs.python.org/issue29142 opened by tloetzer

#29143: Logger should ignore propagate property for disabled handlers.
http://bugs.python.org/issue29143 opened by Oleg Serov

#29144: Implicit namespace packages in Python 3.6
http://bugs.python.org/issue29144 opened by frenzy

#29145: failing overflow checks in replace_*
http://bugs.python.org/issue29145 opened by matejcik

#29147: registry value to be cleared when python is uninstalled
http://bugs.python.org/issue29147 opened by jha.amit6666

#29151: test_asyncore.TestAPI_UseIPv4Select / test_asyncore.TestAPI_Us
http://bugs.python.org/issue29151 opened by patrila

#29152: unittest subTest does not call addFailure
http://bugs.python.org/issue29152 opened by kristall

#29153: Test test.test_asynchat.TestAsynchat / test.test_asynchat.Test
http://bugs.python.org/issue29153 opened by patrila

#29154: 5 failures in test_doctest: ModuleNotFoundError: No module nam
http://bugs.python.org/issue29154 opened by Gerrit.Holl

#29155: test.test_spwd.TestSpwdNonRoot failure with FileNotFoundError
http://bugs.python.org/issue29155 opened by Gerrit.Holl

#29157: random.c: Prefer getrandom() over getentropy(), handle ENOSYS
http://bugs.python.org/issue29157 opened by haypo

#29158: Possible glitch in the interaction of a thread and a multiproc
http://bugs.python.org/issue29158 opened by luke_16

#29164: make test always fail at 218/405 ( AssertionError: ',' not fou
http://bugs.python.org/issue29164 opened by OO O

#29165: Use forward compatible macro in example code for creating new
http://bugs.python.org/issue29165 opened by inada.naoki

#29167: Race condition in enum.py:_decompose()
http://bugs.python.org/issue29167 opened by simon.percivall

#29169: update zlib to 1.2.10
http://bugs.python.org/issue29169 opened by doko

#29171: blake2: Remove unused function to avoid undefined references
http://bugs.python.org/issue29171 opened by ericvw

#29172: blake2: Use lowest-common denominator signature of #pragma pac
http://bugs.python.org/issue29172 opened by ericvw

#29174: 'NoneType' object is not callable in subprocess.py
http://bugs.python.org/issue29174 opened by ita1024

#29175: Tutorial links to file object methods are broken.
http://bugs.python.org/issue29175 opened by jonroach@icloud.com

#29176: /tmp does not exist on Android and is used by curses.window.pu
http://bugs.python.org/issue29176 opened by xdegaye

#29177: skip tests using socketserver.UnixStreamServer when bind() rai
http://bugs.python.org/issue29177 opened by xdegaye

#29178: Adding bytes.frombuffer(byteslike) constructor
http://bugs.python.org/issue29178 opened by inada.naoki

#29179: Py_UNUSED is not documented
http://bugs.python.org/issue29179 opened by encukou

#29180: skip tests that raise PermissionError in test_os (non-root use
http://bugs.python.org/issue29180 opened by xdegaye

#29181: skip tests that raise PermissionError in test_tarfile (non-roo
http://bugs.python.org/issue29181 opened by xdegaye

#29182: Remove the warning in urllib docs that it doesn't do certifica
http://bugs.python.org/issue29182 opened by orsenthil



Most recent 15 issues with no replies (15)
==========================================

#29182: Remove the warning in urllib docs that it doesn't do certifica
http://bugs.python.org/issue29182

#29181: skip tests that raise PermissionError in test_tarfile (non-roo
http://bugs.python.org/issue29181

#29180: skip tests that raise PermissionError in test_os (non-root use
http://bugs.python.org/issue29180

#29179: Py_UNUSED is not documented
http://bugs.python.org/issue29179

#29171: blake2: Remove unused function to avoid undefined references
http://bugs.python.org/issue29171

#29165: Use forward compatible macro in example code for creating new
http://bugs.python.org/issue29165

#29153: Test test.test_asynchat.TestAsynchat / test.test_asynchat.Test
http://bugs.python.org/issue29153

#29151: test_asyncore.TestAPI_UseIPv4Select / test_asyncore.TestAPI_Us
http://bugs.python.org/issue29151

#29144: Implicit namespace packages in Python 3.6
http://bugs.python.org/issue29144

#29127: Incorrect reference names in asyncio.subprocess documentation
http://bugs.python.org/issue29127

#29126: Fix comments about _PyThreadState_Current
http://bugs.python.org/issue29126

#29121: sqlite3 Controlling Transactions documentation not updated
http://bugs.python.org/issue29121

#29117: dir(<bound method>) should include dunder attributes of the un
http://bugs.python.org/issue29117

#29113: modulefinder no longer finds all required modules for Python i
http://bugs.python.org/issue29113

#29098: document minimum sqlite version
http://bugs.python.org/issue29098



Most recent 15 issues waiting for review (15)
=============================================

#29182: Remove the warning in urllib docs that it doesn't do certifica
http://bugs.python.org/issue29182

#29178: Adding bytes.frombuffer(byteslike) constructor
http://bugs.python.org/issue29178

#29176: /tmp does not exist on Android and is used by curses.window.pu
http://bugs.python.org/issue29176

#29172: blake2: Use lowest-common denominator signature of #pragma pac
http://bugs.python.org/issue29172

#29171: blake2: Remove unused function to avoid undefined references
http://bugs.python.org/issue29171

#29169: update zlib to 1.2.10
http://bugs.python.org/issue29169

#29157: random.c: Prefer getrandom() over getentropy(), handle ENOSYS
http://bugs.python.org/issue29157

#29153: Test test.test_asynchat.TestAsynchat / test.test_asynchat.Test
http://bugs.python.org/issue29153

#29145: failing overflow checks in replace_*
http://bugs.python.org/issue29145

#29142: urllib: no_proxy variable values with leading dot not properly
http://bugs.python.org/issue29142

#29140: time_hash() reads the wrong bytes to get microseconds
http://bugs.python.org/issue29140

#29133: Minor inaccuracy in shlex.shlex punctuation_chars example
http://bugs.python.org/issue29133

#29132: shlex.shlex with punctuation_chars and posix doesn't handle pu
http://bugs.python.org/issue29132

#29126: Fix comments about _PyThreadState_Current
http://bugs.python.org/issue29126

#29125: Shell injection via TIX_LIBRARY when using tkinter.tix
http://bugs.python.org/issue29125



Top 10 most discussed issues (10)
=================================

#28180: sys.getfilesystemencoding() should default to utf-8
http://bugs.python.org/issue28180 23 msgs

#29145: failing overflow checks in replace_*
http://bugs.python.org/issue29145 12 msgs

#29057: Compiler failure on Mac OS X - sys/random.h
http://bugs.python.org/issue29057 11 msgs

#29102: Add an id field to PyInterpreterState.
http://bugs.python.org/issue29102 9 msgs

#29157: random.c: Prefer getrandom() over getentropy(), handle ENOSYS
http://bugs.python.org/issue29157 9 msgs

#25750: tp_descr_get(self, obj, type) is called without owning a refer
http://bugs.python.org/issue25750 6 msgs

#29120: Move hash randomisation initialisation out of Python/random.c
http://bugs.python.org/issue29120 6 msgs

#27200: make doctest in CPython has failures
http://bugs.python.org/issue27200 5 msgs

#28518: execute("begin immediate") throwing OperationalError
http://bugs.python.org/issue28518 5 msgs

#28961: unittest.mock._Call ignores `name` parameter
http://bugs.python.org/issue28961 5 msgs



Issues closed (45)
==================

#15812: inspect.getframeinfo() cannot show first line
http://bugs.python.org/issue15812 closed by berker.peksag

#24932: Use proper command line parsing in _testembed
http://bugs.python.org/issue24932 closed by steve.dower

#26267: UUID docs should say how to get "standard form"
http://bugs.python.org/issue26267 closed by berker.peksag

#26851: android compilation and link flags
http://bugs.python.org/issue26851 closed by xdegaye

#28443: Logger methods never use kwargs
http://bugs.python.org/issue28443 closed by vinay.sajip

#28524: Set default argument of logging.disable() to logging.CRITICAL
http://bugs.python.org/issue28524 closed by python-dev

#28592: Installation freezes on C Runtime Install
http://bugs.python.org/issue28592 closed by steve.dower

#28768: Warning: implicit declaration of function '_setmode'
http://bugs.python.org/issue28768 closed by haypo

#28781: On Installation of 3.5 Python get error message
http://bugs.python.org/issue28781 closed by steve.dower

#28848: Add CopyingMock to mock.py
http://bugs.python.org/issue28848 closed by berker.peksag

#28985: sqlite3 authorizer codes constants not up to date
http://bugs.python.org/issue28985 closed by berker.peksag

#29012: __bases__ is a tuple (possibly empty or a singleton)
http://bugs.python.org/issue29012 closed by berker.peksag

#29014: Python 3.5.2 installer doesn't register IDLE .py extensions on
http://bugs.python.org/issue29014 closed by steve.dower

#29024: Add Kivy entry to Graphic User Interface FAQ
http://bugs.python.org/issue29024 closed by berker.peksag

#29035: regrtest: simplify regex to match test names for the --fromfil
http://bugs.python.org/issue29035 closed by haypo

#29059: Windows: Python not using ANSI compatible console
http://bugs.python.org/issue29059 closed by steve.dower

#29090: PySerial crash on Windows XP and Python 3.4
http://bugs.python.org/issue29090 closed by haypo

#29093: Windows launcher breaks history in Git Bash
http://bugs.python.org/issue29093 closed by evan_

#29094: Regression in zipfile writing in 2.7.13
http://bugs.python.org/issue29094 closed by serhiy.storchaka

#29105: code or doc improvement for logging.handlers.RotatingFileHandl
http://bugs.python.org/issue29105 closed by python-dev

#29118: Randit
http://bugs.python.org/issue29118 closed by terry.reedy

#29119: Unintentional hard reference assignment in Python version of O
http://bugs.python.org/issue29119 closed by rhettinger

#29122: set() bug
http://bugs.python.org/issue29122 closed by rhettinger

#29123: CheckSqlTimestamp is fragile
http://bugs.python.org/issue29123 closed by berker.peksag

#29128: No way to instsall win32com on python 3.6
http://bugs.python.org/issue29128 closed by zach.ware

#29129: Copy/paste error in "8.13.14.1.1. Using auto"
http://bugs.python.org/issue29129 closed by berker.peksag

#29130: Exit code 120 returned from Python unit test testing SystemExi
http://bugs.python.org/issue29130 closed by r.david.murray

#29131: Calling printf from the cdll does not print the full string
http://bugs.python.org/issue29131 closed by r.david.murray

#29134: contextlib doc bug
http://bugs.python.org/issue29134 closed by orsenthil

#29135: run_proces logs the command without escaping parmaeters such t
http://bugs.python.org/issue29135 closed by wgianopoulos

#29138: No __hash__() inheritance warning with -Werror
http://bugs.python.org/issue29138 closed by martin.panter

#29146: Confusing "invalid token" exception when integers have leading
http://bugs.python.org/issue29146 closed by berker.peksag

#29148: Inheritance behaviour ambiguos
http://bugs.python.org/issue29148 closed by xiang.zhang

#29149: SSL.py recursion limit crash
http://bugs.python.org/issue29149 closed by r.david.murray

#29150: Bad cast@ _mysql_ResultObject_Initialize() result in code exec
http://bugs.python.org/issue29150 closed by christian.heimes

#29156: remove superfluous pow test for (nonexistent) long
http://bugs.python.org/issue29156 closed by serhiy.storchaka

#29159: Regression in bytes constructor
http://bugs.python.org/issue29159 closed by inada.naoki

#29160: pow with three int arguments works like it had two arguments
http://bugs.python.org/issue29160 closed by mark.dickinson

#29161: random.SystemRandom(seed) documentation issue
http://bugs.python.org/issue29161 closed by rhettinger

#29162: pyshell.py: name 'sys' is not defined
http://bugs.python.org/issue29162 closed by OO O

#29163: shlex error in posix mode and empty quotes
http://bugs.python.org/issue29163 closed by berker.peksag

#29166: Spam
http://bugs.python.org/issue29166 closed by xiang.zhang

#29168: multiprocessing pickle error
http://bugs.python.org/issue29168 closed by vinay.sajip

#29170: Curses Module should check for is_keypad and not window flags
http://bugs.python.org/issue29170 closed by Roy Marples

#29173: Python 3.6 on Windows wastes a lot of CPU cycles in a while lo
http://bugs.python.org/issue29173 closed by prahladyeri
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-01-06 - 2017-01-13)
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 5719 (+34)
closed 35300 (+47)
total 41019 (+81)

Open issues with patches: 2474


Issues opened (53)
==================

#10513: sqlite3.InterfaceError after commit
http://bugs.python.org/issue10513 reopened by benjamin.peterson

#26858: android: setting SO_REUSEPORT fails
http://bugs.python.org/issue26858 reopened by xdegaye

#28759: access to mkfifo, mknod and hard links is controled by SELinux
http://bugs.python.org/issue28759 reopened by xdegaye

#29183: Unintuitive error handling in wsgiref when a crash happens in
http://bugs.python.org/issue29183 opened by jleclanche

#29184: skip tests of test_socketserver when bind() raises PermissionE
http://bugs.python.org/issue29184 opened by xdegaye

#29185: test_distutils fails on Android API level 24
http://bugs.python.org/issue29185 opened by xdegaye

#29187: Pickle failure is raising AttributeError and not PicklingError
http://bugs.python.org/issue29187 opened by Matt.Dodge

#29191: liblzma is missing from pcbuild.sln
http://bugs.python.org/issue29191 opened by Segev Finer

#29196: Remove old-deprecated plistlib features
http://bugs.python.org/issue29196 opened by serhiy.storchaka

#29197: Remove os.path.splitunc()
http://bugs.python.org/issue29197 opened by serhiy.storchaka

#29198: AsyncGenerator is missing from typing
http://bugs.python.org/issue29198 opened by Jelle Zijlstra

#29199: test_regrtest fails if PCBuild directory doesn't exist
http://bugs.python.org/issue29199 opened by ppperry

#29202: Improve dict iteration
http://bugs.python.org/issue29202 opened by rhettinger

#29204: Add code deprecations in ElementTree
http://bugs.python.org/issue29204 opened by serhiy.storchaka

#29205: col_offset for AsyncFunctionDef AST nodes is wrong
http://bugs.python.org/issue29205 opened by Jelle Zijlstra

#29207: make install fails on ARM
http://bugs.python.org/issue29207 opened by petevine

#29209: Remove old-deprecated ElementTree features
http://bugs.python.org/issue29209 opened by serhiy.storchaka

#29211: assertRaises with exceptions re-raised from a generator kills
http://bugs.python.org/issue29211 opened by dalke

#29212: Python 3.6 logging thread name regression with concurrent.futu
http://bugs.python.org/issue29212 opened by desbma

#29213: python -m venv activate.bat has weird mix of line endings
http://bugs.python.org/issue29213 opened by Josh Wilson

#29216: Space saving step for the LRU cache
http://bugs.python.org/issue29216 opened by rhettinger

#29218: distutils: Remove unused install_misc class
http://bugs.python.org/issue29218 opened by ericvw

#29221: ABC Recursion Error on isinstance() with less than recursion l
http://bugs.python.org/issue29221 opened by Anthony Scopatz

#29225: distutils.command.install_lib.get_outputs() wrong with extensi
http://bugs.python.org/issue29225 opened by Elvis Stansvik

#29227: Reduce C stack consumption in function calls
http://bugs.python.org/issue29227 opened by haypo

#29230: Segfault in sqlite3
http://bugs.python.org/issue29230 opened by intchanter

#29232: Quiet Install
http://bugs.python.org/issue29232 opened by earl.maier

#29234: Disable inlining of _PyStack_AsTuple() to reduce the stack con
http://bugs.python.org/issue29234 opened by haypo

#29235: Allow profile/cProfile to be used as context managers
http://bugs.python.org/issue29235 opened by Thane Brimhall

#29236: 'an ASCII string of one or more PEM-encoded certificates' need
http://bugs.python.org/issue29236 opened by uzytkownik

#29237: Create enum for pstats sorting options
http://bugs.python.org/issue29237 opened by Thane Brimhall

#29238: Add more kwargs to cProfile's print_stats
http://bugs.python.org/issue29238 opened by Thane Brimhall

#29240: Implementation of the PEP 540: Add a new UTF-8 mode
http://bugs.python.org/issue29240 opened by haypo

#29241: sys._enablelegacywindowsfsencoding() don't apply to os.fsencod
http://bugs.python.org/issue29241 opened by JGoutin

#29242: Crash on GC when compiling PyPy
http://bugs.python.org/issue29242 opened by gumblex

#29243: --enable-optimizations makes common build commands always need
http://bugs.python.org/issue29243 opened by xiang.zhang

#29246: typing.Union raises RecursionError when comparing Union to oth
http://bugs.python.org/issue29246 opened by spiside

#29247: Document return value of epoll.poll
http://bugs.python.org/issue29247 opened by njs

#29248: os.readlink fails on Windows
http://bugs.python.org/issue29248 opened by eryksun

#29249: Pathlib glob ** bug
http://bugs.python.org/issue29249 opened by Jon Walsh

#29250: islink and stat follow_symlinks are inconsistent on Windows
http://bugs.python.org/issue29250 opened by eryksun

#29251: Class __dict__ is only a mapping proxy
http://bugs.python.org/issue29251 opened by martin.panter

#29252: self in classes missinterpreted as a string.
http://bugs.python.org/issue29252 opened by Decorater

#29253: Fix test_asyncore tests on Cygwin
http://bugs.python.org/issue29253 opened by erik.bray

#29255: selects.KqueueSelector behaves incorrectly when no fds are reg
http://bugs.python.org/issue29255 opened by njs

#29256: Windows select() errors out when given no fds to select on, wh
http://bugs.python.org/issue29256 opened by njs

#29257: Possible error in discussion of Abstract Base Classes and abst
http://bugs.python.org/issue29257 opened by gbritton

#29258: __init__.py required for pkgutil.walk_packages in python3
http://bugs.python.org/issue29258 opened by Anthony Sottile

#29259: Add tp_fastcall to PyTypeObject: support FASTCALL calling conv
http://bugs.python.org/issue29259 opened by haypo

#29260: Use designated initializers to define PyTypeObject types
http://bugs.python.org/issue29260 opened by haypo

#29261: Missing venv/scripts/common after "make install"
http://bugs.python.org/issue29261 opened by Dave Jones

#29262: Provide a way to check for *real* typing.Union instances
http://bugs.python.org/issue29262 opened by flying sheep

#29263: Implement LOAD_METHOD/CALL_METHOD for C functions
http://bugs.python.org/issue29263 opened by haypo



Most recent 15 issues with no replies (15)
==========================================

#29263: Implement LOAD_METHOD/CALL_METHOD for C functions
http://bugs.python.org/issue29263

#29262: Provide a way to check for *real* typing.Union instances
http://bugs.python.org/issue29262

#29261: Missing venv/scripts/common after "make install"
http://bugs.python.org/issue29261

#29258: __init__.py required for pkgutil.walk_packages in python3
http://bugs.python.org/issue29258

#29257: Possible error in discussion of Abstract Base Classes and abst
http://bugs.python.org/issue29257

#29256: Windows select() errors out when given no fds to select on, wh
http://bugs.python.org/issue29256

#29255: selects.KqueueSelector behaves incorrectly when no fds are reg
http://bugs.python.org/issue29255

#29253: Fix test_asyncore tests on Cygwin
http://bugs.python.org/issue29253

#29251: Class __dict__ is only a mapping proxy
http://bugs.python.org/issue29251

#29250: islink and stat follow_symlinks are inconsistent on Windows
http://bugs.python.org/issue29250

#29248: os.readlink fails on Windows
http://bugs.python.org/issue29248

#29247: Document return value of epoll.poll
http://bugs.python.org/issue29247

#29242: Crash on GC when compiling PyPy
http://bugs.python.org/issue29242

#29238: Add more kwargs to cProfile's print_stats
http://bugs.python.org/issue29238

#29236: 'an ASCII string of one or more PEM-encoded certificates' need
http://bugs.python.org/issue29236



Most recent 15 issues waiting for review (15)
=============================================

#29261: Missing venv/scripts/common after "make install"
http://bugs.python.org/issue29261

#29259: Add tp_fastcall to PyTypeObject: support FASTCALL calling conv
http://bugs.python.org/issue29259

#29253: Fix test_asyncore tests on Cygwin
http://bugs.python.org/issue29253

#29251: Class __dict__ is only a mapping proxy
http://bugs.python.org/issue29251

#29246: typing.Union raises RecursionError when comparing Union to oth
http://bugs.python.org/issue29246

#29240: Implementation of the PEP 540: Add a new UTF-8 mode
http://bugs.python.org/issue29240

#29234: Disable inlining of _PyStack_AsTuple() to reduce the stack con
http://bugs.python.org/issue29234

#29227: Reduce C stack consumption in function calls
http://bugs.python.org/issue29227

#29225: distutils.command.install_lib.get_outputs() wrong with extensi
http://bugs.python.org/issue29225

#29218: distutils: Remove unused install_misc class
http://bugs.python.org/issue29218

#29216: Space saving step for the LRU cache
http://bugs.python.org/issue29216

#29213: python -m venv activate.bat has weird mix of line endings
http://bugs.python.org/issue29213

#29212: Python 3.6 logging thread name regression with concurrent.futu
http://bugs.python.org/issue29212

#29209: Remove old-deprecated ElementTree features
http://bugs.python.org/issue29209

#29205: col_offset for AsyncFunctionDef AST nodes is wrong
http://bugs.python.org/issue29205



Top 10 most discussed issues (10)
=================================

#28870: Reduce stack consumption of PyObject_CallFunctionObjArgs() and
http://bugs.python.org/issue28870 20 msgs

#29099: sqlite3 timestamp converter cannot handle timezone
http://bugs.python.org/issue29099 18 msgs

#29240: Implementation of the PEP 540: Add a new UTF-8 mode
http://bugs.python.org/issue29240 13 msgs

#24875: pyvenv doesn´t install PIP inside a new venv with --system-si
http://bugs.python.org/issue24875 9 msgs

#28759: access to mkfifo, mknod and hard links is controled by SELinux
http://bugs.python.org/issue28759 9 msgs

#29259: Add tp_fastcall to PyTypeObject: support FASTCALL calling conv
http://bugs.python.org/issue29259 9 msgs

#28180: sys.getfilesystemencoding() should default to utf-8
http://bugs.python.org/issue28180 8 msgs

#29006: 2.7.13 _sqlite more prone to "database table is locked"
http://bugs.python.org/issue29006 8 msgs

#29178: Adding bytes.frombuffer(byteslike) constructor
http://bugs.python.org/issue29178 8 msgs

#15216: Support setting the encoding on a text stream after creation
http://bugs.python.org/issue15216 7 msgs



Issues closed (48)
==================

#16026: csv.DictReader argument names documented incorrectly
http://bugs.python.org/issue16026 closed by berker.peksag

#20804: Sentinels identity lost when pickled (unittest.mock)
http://bugs.python.org/issue20804 closed by serhiy.storchaka

#22343: Install bash activate script on Windows when using venv
http://bugs.python.org/issue22343 closed by vinay.sajip

#24699: TemporaryDirectory is cleaned up twice
http://bugs.python.org/issue24699 closed by Ilya.Kulakov

#28130: Document that time.tzset updates time module globals
http://bugs.python.org/issue28130 closed by python-dev

#28815: test_socket fails if /proc/modules is existent but not readabl
http://bugs.python.org/issue28815 closed by martin.panter

#28839: _PyFunction_FastCallDict(): replace PyTuple_New() with PyMem_M
http://bugs.python.org/issue28839 closed by haypo

#28969: lru_cache is not threadsafe
http://bugs.python.org/issue28969 closed by serhiy.storchaka

#29002: typing.AnyStr doc is unclear about python2 unicode support
http://bugs.python.org/issue29002 closed by gvanrossum

#29023: Results of random.seed() call with integer argument should be
http://bugs.python.org/issue29023 closed by rhettinger

#29034: Fix memory leak and use-after-free in path_converter
http://bugs.python.org/issue29034 closed by xiang.zhang

#29050: xml.etree.ElementTree in Python 3.6 is incompatible with defus
http://bugs.python.org/issue29050 closed by serhiy.storchaka

#29082: In 2.7.13, _ctypes.LoadLibrary no longer accepts Unicode objec
http://bugs.python.org/issue29082 closed by serhiy.storchaka

#29133: Minor inaccuracy in shlex.shlex punctuation_chars example
http://bugs.python.org/issue29133 closed by python-dev

#29142: urllib: no_proxy variable values with leading dot not properly
http://bugs.python.org/issue29142 closed by xiang.zhang

#29145: failing overflow checks in replace_*
http://bugs.python.org/issue29145 closed by xiang.zhang

#29177: skip tests of test_logging when bind() raises PermissionError
http://bugs.python.org/issue29177 closed by python-dev

#29186: TimeoutError isn't being raised?
http://bugs.python.org/issue29186 closed by YoSTEALTH

#29188: Backport random.c from Python 3.5 to Python 2.7
http://bugs.python.org/issue29188 closed by haypo

#29189: Broken indentation in FancyURLopener documentation
http://bugs.python.org/issue29189 closed by berker.peksag

#29190: Avoid possible errors in comparing strings
http://bugs.python.org/issue29190 closed by serhiy.storchaka

#29192: Remove deprecated features from http.cookies
http://bugs.python.org/issue29192 closed by serhiy.storchaka

#29193: Remove support of format_string as keyword argument in string.
http://bugs.python.org/issue29193 closed by serhiy.storchaka

#29194: importlib reload fails for module supplied as argument to comm
http://bugs.python.org/issue29194 closed by brett.cannon

#29195: Get rid of supporting outdated wrong keyword arguments in re m
http://bugs.python.org/issue29195 closed by serhiy.storchaka

#29200: is it a bug in `functools._HashedSeq`
http://bugs.python.org/issue29200 closed by rhettinger

#29201: Python 3.6 not working within VS 2015
http://bugs.python.org/issue29201 closed by steve.dower

#29203: With PEP 468, the lru cache not longer needs to sort keyword a
http://bugs.python.org/issue29203 closed by rhettinger

#29206: importlib reload fails for module supplied as argument to comm
http://bugs.python.org/issue29206 closed by brett.cannon

#29208: BlockingIOError during system startup
http://bugs.python.org/issue29208 closed by martin.panter

#29210: Remove the support of the exclude argument in tarfile.TarFile.
http://bugs.python.org/issue29210 closed by serhiy.storchaka

#29214: Standard open() does not allow to specify file permissions.
http://bugs.python.org/issue29214 closed by haypo

#29215: pyport.h uses non C90-style comment
http://bugs.python.org/issue29215 closed by benjamin.peterson

#29217: Documentation for uuid has wrong description for variant
http://bugs.python.org/issue29217 closed by xiang.zhang

#29219: TracebackException(capture_locals=True) may fail with Recursio
http://bugs.python.org/issue29219 closed by serhiy.storchaka

#29220: Python 3.6 regression/change using logging.addLevelName() to c
http://bugs.python.org/issue29220 closed by vinay.sajip

#29222: Python3 interactive shell hangs on
http://bugs.python.org/issue29222 closed by eryksun

#29223: Settable defaulting to decimal instead of float
http://bugs.python.org/issue29223 closed by haypo

#29224: OS related file operations (copy, move, delete, rename...) sho
http://bugs.python.org/issue29224 closed by haypo

#29226: Comment generates syntax error
http://bugs.python.org/issue29226 closed by ammar2

#29228: sqlite3 OperationalError on changing into WAL transaction mode
http://bugs.python.org/issue29228 closed by berker.peksag

#29229: incompatible: unittest.mock.sentinel and multiprocessing.Pool.
http://bugs.python.org/issue29229 closed by Jason Curtis

#29231: Broken MSIs in Python 3.5+
http://bugs.python.org/issue29231 closed by steve.dower

#29233: call_method(): call _PyObject_FastCall() rather than _PyObject
http://bugs.python.org/issue29233 closed by haypo

#29239: Fix wrong issue number in what's new entry
http://bugs.python.org/issue29239 closed by martin.panter

#29244: Python 3.6 unnecessarily requires inttypes.h
http://bugs.python.org/issue29244 closed by brett.cannon

#29245: Can't write to NamedTemporaryFile
http://bugs.python.org/issue29245 closed by r.david.murray

#29254: Documentation Error
http://bugs.python.org/issue29254 closed by ammar2
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-01-13 - 2017-01-20)
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 5755 (+36)
closed 35335 (+35)
total 41090 (+71)

Open issues with patches: 2484


Issues opened (49)
==================

#16623: argparse help formatter does not honor non-breaking space
http://bugs.python.org/issue16623 reopened by xiang.zhang

#29264: sparc/ffi.c:440 error: 'asm' undeclared
http://bugs.python.org/issue29264 opened by phantal

#29265: os.cpu_count is problematic on sparc/solaris
http://bugs.python.org/issue29265 opened by phantal

#29266: test_create_connection_service_name fails if "http" isn't list
http://bugs.python.org/issue29266 opened by phantal

#29267: Cannot override some flags in CFLAGS from the command-line
http://bugs.python.org/issue29267 opened by phantal

#29268: test_spwd fails on solaris using NIS users
http://bugs.python.org/issue29268 opened by phantal

#29269: test_socket failing in solaris
http://bugs.python.org/issue29269 opened by phantal

#29270: super call in ctypes sub-class fails in 3.6
http://bugs.python.org/issue29270 opened by Dave Jones

#29271: Task.current_task(None) returns unexpected result
http://bugs.python.org/issue29271 opened by yselivanov

#29272: test_logging hangs if /etc/hosts only aliases "localhost" to :
http://bugs.python.org/issue29272 opened by phantal

#29273: test___all__ alters utf8 locale setting
http://bugs.python.org/issue29273 opened by martin.panter

#29275: time module still has Y2K issues note
http://bugs.python.org/issue29275 opened by Elizacat

#29278: Python 3.6 build fails with parallel make
http://bugs.python.org/issue29278 opened by ugultopu

#29282: Fused multiply-add: proposal to add math.fma()
http://bugs.python.org/issue29282 opened by juraj.sukop

#29283: duplicate README in site-packages
http://bugs.python.org/issue29283 opened by matejcik

#29284: Include thread_name_prefix in the concurrent.futures.ThreadPo
http://bugs.python.org/issue29284 opened by jftuga

#29286: Use METH_FASTCALL in str methods
http://bugs.python.org/issue29286 opened by haypo

#29287: IDLE needs syntax highlighting for f-strings
http://bugs.python.org/issue29287 opened by rhettinger

#29288: Lookup Error while importing idna from a worker thread
http://bugs.python.org/issue29288 opened by Ilya.Kulakov

#29289: Convert OrderedDict methods to Argument Clinic
http://bugs.python.org/issue29289 opened by haypo

#29290: argparse breaks long lines on NO-BREAK SPACE
http://bugs.python.org/issue29290 opened by steven.daprano

#29293: Missing parameter "n" on multiprocessing.Condition.notify()
http://bugs.python.org/issue29293 opened by Victor de la Fuente

#29298: argparse fails with required subparsers, un-named dest, and em
http://bugs.python.org/issue29298 opened by zachrahan

#29299: Argument Clinic: Fix signature of optional positional-only arg
http://bugs.python.org/issue29299 opened by haypo

#29300: Modify the _struct module to use FASTCALL and Argument Clinic
http://bugs.python.org/issue29300 opened by haypo

#29302: add contextlib.AsyncExitStack
http://bugs.python.org/issue29302 opened by thehesiod

#29304: dict: simplify lookup function
http://bugs.python.org/issue29304 opened by inada.naoki

#29306: Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCa
http://bugs.python.org/issue29306 opened by haypo

#29308: venv should match virtualenv VIRTUAL_ENV_DISABLE_PROMPT config
http://bugs.python.org/issue29308 opened by Jack Bennett

#29309: Interpreter hang when interrupting a loop.run_in_executor() fu
http://bugs.python.org/issue29309 opened by rsebille

#29310: Document typing.NamedTuple default argument syntax
http://bugs.python.org/issue29310 opened by Jelle Zijlstra

#29311: Argument Clinic: convert dict methods
http://bugs.python.org/issue29311 opened by haypo

#29313: msi by bdist_msi will fail execute install-scripts if space in
http://bugs.python.org/issue29313 opened by eszense

#29314: asyncio.async deprecation warning is missing stacklevel=2
http://bugs.python.org/issue29314 opened by r.david.murray

#29317: test_copyxattr_symlinks fails
http://bugs.python.org/issue29317 opened by marktay

#29318: Optimize _PyFunction_FastCallDict() for **kwargs
http://bugs.python.org/issue29318 opened by haypo

#29319: Embedded 3.6.0 distribution cannot run pyz files
http://bugs.python.org/issue29319 opened by paul.moore

#29320: bdist_msi install_script fail to execute if alt python locatio
http://bugs.python.org/issue29320 opened by eszense

#29321: Wrong documentation (Language Ref) for unicode and str compari
http://bugs.python.org/issue29321 opened by RK-5wWm9h

#29323: Wrong documentation (Library) for unicode and str comparison
http://bugs.python.org/issue29323 opened by RK-5wWm9h

#29324: test_aead_aes_gcm fails on Kernel 4.9
http://bugs.python.org/issue29324 opened by christian.heimes

#29326: Blank lines in ._pth file are not ignored
http://bugs.python.org/issue29326 opened by steve.dower

#29328: struct module should support variable-length strings
http://bugs.python.org/issue29328 opened by Elizacat

#29329: Incorrect documentation for custom `hex()` support on Python 2
http://bugs.python.org/issue29329 opened by pekka.klarck

#29330: __slots__ needs documentation
http://bugs.python.org/issue29330 opened by saumitra1978

#29331: Simplify argument parsing in sorted() and list.sort()
http://bugs.python.org/issue29331 opened by serhiy.storchaka

#29332: Uniform SelectSelector._select behavior
http://bugs.python.org/issue29332 opened by Wen Adam

#29333: ConfigParser calls Interpolation.before_read after reading
http://bugs.python.org/issue29333 opened by Anaphory

#29334: ssl.SSLObject method getpeercert() is buggy, do_handshake() is
http://bugs.python.org/issue29334 opened by Greg Stark



Most recent 15 issues with no replies (15)
==========================================

#29333: ConfigParser calls Interpolation.before_read after reading
http://bugs.python.org/issue29333

#29332: Uniform SelectSelector._select behavior
http://bugs.python.org/issue29332

#29326: Blank lines in ._pth file are not ignored
http://bugs.python.org/issue29326

#29320: bdist_msi install_script fail to execute if alt python locatio
http://bugs.python.org/issue29320

#29317: test_copyxattr_symlinks fails
http://bugs.python.org/issue29317

#29314: asyncio.async deprecation warning is missing stacklevel=2
http://bugs.python.org/issue29314

#29310: Document typing.NamedTuple default argument syntax
http://bugs.python.org/issue29310

#29308: venv should match virtualenv VIRTUAL_ENV_DISABLE_PROMPT config
http://bugs.python.org/issue29308

#29302: add contextlib.AsyncExitStack
http://bugs.python.org/issue29302

#29288: Lookup Error while importing idna from a worker thread
http://bugs.python.org/issue29288

#29287: IDLE needs syntax highlighting for f-strings
http://bugs.python.org/issue29287

#29284: Include thread_name_prefix in the concurrent.futures.ThreadPo
http://bugs.python.org/issue29284

#29283: duplicate README in site-packages
http://bugs.python.org/issue29283

#29273: test___all__ alters utf8 locale setting
http://bugs.python.org/issue29273

#29272: test_logging hangs if /etc/hosts only aliases "localhost" to :
http://bugs.python.org/issue29272



Most recent 15 issues waiting for review (15)
=============================================

#29332: Uniform SelectSelector._select behavior
http://bugs.python.org/issue29332

#29331: Simplify argument parsing in sorted() and list.sort()
http://bugs.python.org/issue29331

#29313: msi by bdist_msi will fail execute install-scripts if space in
http://bugs.python.org/issue29313

#29311: Argument Clinic: convert dict methods
http://bugs.python.org/issue29311

#29306: Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCa
http://bugs.python.org/issue29306

#29304: dict: simplify lookup function
http://bugs.python.org/issue29304

#29300: Modify the _struct module to use FASTCALL and Argument Clinic
http://bugs.python.org/issue29300

#29299: Argument Clinic: Fix signature of optional positional-only arg
http://bugs.python.org/issue29299

#29290: argparse breaks long lines on NO-BREAK SPACE
http://bugs.python.org/issue29290

#29289: Convert OrderedDict methods to Argument Clinic
http://bugs.python.org/issue29289

#29286: Use METH_FASTCALL in str methods
http://bugs.python.org/issue29286

#29282: Fused multiply-add: proposal to add math.fma()
http://bugs.python.org/issue29282

#29273: test___all__ alters utf8 locale setting
http://bugs.python.org/issue29273

#29271: Task.current_task(None) returns unexpected result
http://bugs.python.org/issue29271

#29270: super call in ctypes sub-class fails in 3.6
http://bugs.python.org/issue29270



Top 10 most discussed issues (10)
=================================

#29259: Add tp_fastcall to PyTypeObject: support FASTCALL calling conv
http://bugs.python.org/issue29259 26 msgs

#29282: Fused multiply-add: proposal to add math.fma()
http://bugs.python.org/issue29282 19 msgs

#29262: Provide a way to check for *real* typing.Union instances
http://bugs.python.org/issue29262 15 msgs

#9216: FIPS support for hashlib
http://bugs.python.org/issue9216 13 msgs

#29286: Use METH_FASTCALL in str methods
http://bugs.python.org/issue29286 13 msgs

#20180: Derby #11: Convert 50 sites to Argument Clinic across 9 files
http://bugs.python.org/issue20180 10 msgs

#20186: Derby #18: Convert 31 sites to Argument Clinic across 23 files
http://bugs.python.org/issue20186 9 msgs

#29289: Convert OrderedDict methods to Argument Clinic
http://bugs.python.org/issue29289 9 msgs

#29311: Argument Clinic: convert dict methods
http://bugs.python.org/issue29311 9 msgs

#29319: Embedded 3.6.0 distribution cannot run pyz files
http://bugs.python.org/issue29319 9 msgs



Issues closed (33)
==================

#26110: Speedup method calls 1.2x
http://bugs.python.org/issue26110 closed by inada.naoki

#26296: colorsys rgb_to_hls algorithm error
http://bugs.python.org/issue26296 closed by serhiy.storchaka

#27596: Build failure with Xcode 8 beta on OSX 10.11
http://bugs.python.org/issue27596 closed by ned.deily

#29011: No entry Deque in typing.py
http://bugs.python.org/issue29011 closed by rhettinger

#29029: Faster positional arguments parsing in PyArg_ParseTupleAndKeyw
http://bugs.python.org/issue29029 closed by serhiy.storchaka

#29057: Compiler failure on Mac OS X - sys/random.h
http://bugs.python.org/issue29057 closed by ned.deily

#29132: shlex.shlex with punctuation_chars and posix doesn't handle pu
http://bugs.python.org/issue29132 closed by python-dev

#29197: Remove os.path.splitunc()
http://bugs.python.org/issue29197 closed by serhiy.storchaka

#29246: typing.Union raises RecursionError when comparing Union to oth
http://bugs.python.org/issue29246 closed by gvanrossum

#29261: Missing venv/scripts/common after "make install"
http://bugs.python.org/issue29261 closed by python-dev

#29274: Change “tests cases” ? “test cases”
http://bugs.python.org/issue29274 closed by martin.panter

#29276: HTMLParser in Python 2.7 doesn't recognize image tags wrapped
http://bugs.python.org/issue29276 closed by Ari

#29277: os.getcwd failing on LOFS share
http://bugs.python.org/issue29277 closed by haypo

#29279: --with-pydebug optimizes too much
http://bugs.python.org/issue29279 closed by rhettinger

#29280: gdbm & ndbm support missing in Windows
http://bugs.python.org/issue29280 closed by r.david.murray

#29281: json.loads documentation missing "versionchanged" statement
http://bugs.python.org/issue29281 closed by rhettinger

#29285: Unicode errors occur inside of multi-line comments
http://bugs.python.org/issue29285 closed by zach.ware

#29291: Misleading text in the documentation of re library for non-gre
http://bugs.python.org/issue29291 closed by rhettinger

#29292: Missing a parameter in PyEval_EvalCodeEx doc
http://bugs.python.org/issue29292 closed by xiang.zhang

#29294: ctypes.windll.LoadLibrary refuses unicode argument
http://bugs.python.org/issue29294 closed by theller

#29295: dict: Optimize PyDict_GetItemString()
http://bugs.python.org/issue29295 closed by inada.naoki

#29296: convert print() to METH_FASTCALL
http://bugs.python.org/issue29296 closed by inada.naoki

#29297: python3 open() does not check argument type before attempting
http://bugs.python.org/issue29297 closed by serhiy.storchaka

#29301: decimal: Use FASTCALL and/or Argument Clinic
http://bugs.python.org/issue29301 closed by haypo

#29303: asyncio.Lock.acquire() does not always yield
http://bugs.python.org/issue29303 closed by gvanrossum

#29305: encoding to ascii in http/client.py
http://bugs.python.org/issue29305 closed by martin.panter

#29307: ModuleNotFoundError when using literal string interpolation wi
http://bugs.python.org/issue29307 closed by r.david.murray

#29312: Use FASTCALL in dict.update()
http://bugs.python.org/issue29312 closed by haypo

#29315: \b requires raw strings or to be escaped. Update docs with tha
http://bugs.python.org/issue29315 closed by r.david.murray

#29316: Keep typing.py provisional for the duration of the Python 3.6
http://bugs.python.org/issue29316 closed by ned.deily

#29322: SimpleCV error on Raspberry Pi
http://bugs.python.org/issue29322 closed by xiang.zhang

#29325: pysqlite: Evaluate removal of sqlite3_stmt_readonly
http://bugs.python.org/issue29325 closed by xiang.zhang

#29327: SystemError or crash in sorted(iterable=[])
http://bugs.python.org/issue29327 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-01-20 - 2017-01-27)
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 5768 (+13)
closed 35368 (+33)
total 41136 (+46)

Open issues with patches: 2485


Issues opened (33)
==================

#16899: Add support for C99 complex type (_Complex) as ctypes.c_comple
http://bugs.python.org/issue16899 reopened by mark.dickinson

#29301: decimal: Use FASTCALL and/or Argument Clinic
http://bugs.python.org/issue29301 reopened by haypo

#29335: subprocess module does not check WIFSTOPPED on SIGCHLD
http://bugs.python.org/issue29335 opened by Zach Riggle

#29336: merge tuples in module
http://bugs.python.org/issue29336 opened by inada.naoki

#29339: Interactive: Move to same indentation level as previous line
http://bugs.python.org/issue29339 opened by 12345 67890

#29340: SSL destructor segfaults in python3.6 threads when an unverifi
http://bugs.python.org/issue29340 opened by pirate

#29341: Missing accepting path-like object in docstrings of os module
http://bugs.python.org/issue29341 opened by xiang.zhang

#29342: os.posix_fadvise misreports errors
http://bugs.python.org/issue29342 opened by enkore

#29343: sock.close() raises OSError EBADF when socket's fd is closed
http://bugs.python.org/issue29343 opened by christian.heimes

#29344: sock_recv not detected a coroutine
http://bugs.python.org/issue29344 opened by Jeremy Bustamante

#29347: Python 2.7.8 is crashing while creating weakref for a given ob
http://bugs.python.org/issue29347 opened by dhanavaths

#29349: Update old Python 2 code in Docs/tools/extensions/patchlevel.p
http://bugs.python.org/issue29349 opened by Jim Fasarakis-Hilliard

#29350: Add support of multiple signatures
http://bugs.python.org/issue29350 opened by serhiy.storchaka

#29351: absolute imports for logging
http://bugs.python.org/issue29351 opened by mgerstel

#29352: provide the authorative source for s[i:j] negative slice indic
http://bugs.python.org/issue29352 opened by akira

#29353: Incorrect handling of HTTP response with "Content-Type: messag
http://bugs.python.org/issue29353 opened by brokenenglish

#29354: Python 2.7.12: pydoc.help(lambda (a,): lambda x: a) raises Ind
http://bugs.python.org/issue29354 opened by Elias Vanderstuyft

#29355: sqlite3: remove sqlite3_stmt_readonly()
http://bugs.python.org/issue29355 opened by Ma Lin

#29362: regrtest: don't fail immediately if a child does crash
http://bugs.python.org/issue29362 opened by haypo

#29363: allow Python code to determine class help text
http://bugs.python.org/issue29363 opened by ethan.furman

#29364: msilib Fetch raises MSIError rather than return None
http://bugs.python.org/issue29364 opened by Jason Matthew

#29365: parallel make test or make install can fail building pgen when
http://bugs.python.org/issue29365 opened by gregory.p.smith

#29366: os.listdir has inconsistent behavior when run on a non-directo
http://bugs.python.org/issue29366 opened by raylu

#29367: python-gdb: display wrapper_call()
http://bugs.python.org/issue29367 opened by haypo

#29368: Optimize unpickling list-like objects: use extend() instead of
http://bugs.python.org/issue29368 opened by serhiy.storchaka

#29370: "./configure --enable-optimizations && make install" does not
http://bugs.python.org/issue29370 opened by dilyan.palauzov

#29371: Typo in doctest documentation
http://bugs.python.org/issue29371 opened by marco.buttu

#29372: RotatingFileHandler rotates empty logfile if it emits a large
http://bugs.python.org/issue29372 opened by Poddster

#29374: Doc bug: signal.sigwait and signal.sigtimedwait do not work ou
http://bugs.python.org/issue29374 opened by petr@motejlek.net

#29375: httplib: wrong Host header when connecting to IPv6 link-local
http://bugs.python.org/issue29375 opened by JonathanGuthrie

#29376: threading._DummyThread.__repr__ raises AssertionError
http://bugs.python.org/issue29376 opened by Tom Myers

#29377: Add the 'wrapper_descriptor' type to the types module
http://bugs.python.org/issue29377 opened by Wheerd

#29378: Invalid example in documentation for PyErr_Fetch
http://bugs.python.org/issue29378 opened by Kaeptm Blaubaer



Most recent 15 issues with no replies (15)
==========================================

#29376: threading._DummyThread.__repr__ raises AssertionError
http://bugs.python.org/issue29376

#29370: "./configure --enable-optimizations && make install" does not
http://bugs.python.org/issue29370

#29367: python-gdb: display wrapper_call()
http://bugs.python.org/issue29367

#29364: msilib Fetch raises MSIError rather than return None
http://bugs.python.org/issue29364

#29355: sqlite3: remove sqlite3_stmt_readonly()
http://bugs.python.org/issue29355

#29344: sock_recv not detected a coroutine
http://bugs.python.org/issue29344

#29333: ConfigParser calls Interpolation.before_read after reading
http://bugs.python.org/issue29333

#29320: bdist_msi install_script fail to execute if alt python locatio
http://bugs.python.org/issue29320

#29317: test_copyxattr_symlinks fails
http://bugs.python.org/issue29317

#29302: add contextlib.AsyncExitStack
http://bugs.python.org/issue29302

#29288: Lookup Error while importing idna from a worker thread
http://bugs.python.org/issue29288

#29287: IDLE needs syntax highlighting for f-strings
http://bugs.python.org/issue29287

#29283: duplicate README in site-packages
http://bugs.python.org/issue29283

#29272: test_logging hangs if /etc/hosts only aliases "localhost" to :
http://bugs.python.org/issue29272

#29269: test_socket failing in solaris
http://bugs.python.org/issue29269



Most recent 15 issues waiting for review (15)
=============================================

#29377: Add the 'wrapper_descriptor' type to the types module
http://bugs.python.org/issue29377

#29368: Optimize unpickling list-like objects: use extend() instead of
http://bugs.python.org/issue29368

#29367: python-gdb: display wrapper_call()
http://bugs.python.org/issue29367

#29354: Python 2.7.12: pydoc.help(lambda (a,): lambda x: a) raises Ind
http://bugs.python.org/issue29354

#29353: Incorrect handling of HTTP response with "Content-Type: messag
http://bugs.python.org/issue29353

#29352: provide the authorative source for s[i:j] negative slice indic
http://bugs.python.org/issue29352

#29351: absolute imports for logging
http://bugs.python.org/issue29351

#29349: Update old Python 2 code in Docs/tools/extensions/patchlevel.p
http://bugs.python.org/issue29349

#29336: merge tuples in module
http://bugs.python.org/issue29336

#29335: subprocess module does not check WIFSTOPPED on SIGCHLD
http://bugs.python.org/issue29335

#29326: Blank lines in ._pth file are not ignored
http://bugs.python.org/issue29326

#29314: asyncio.async deprecation warning is missing stacklevel=2
http://bugs.python.org/issue29314

#29313: msi by bdist_msi will fail execute install-scripts if space in
http://bugs.python.org/issue29313

#29311: Argument Clinic: convert dict methods
http://bugs.python.org/issue29311

#29310: Document typing.NamedTuple default argument syntax
http://bugs.python.org/issue29310



Top 10 most discussed issues (10)
=================================

#18235: _sysconfigdata.py wrong on AIX installations
http://bugs.python.org/issue18235 17 msgs

#29336: merge tuples in module
http://bugs.python.org/issue29336 14 msgs

#29300: Modify the _struct module to use FASTCALL and Argument Clinic
http://bugs.python.org/issue29300 13 msgs

#29335: subprocess module does not check WIFSTOPPED on SIGCHLD
http://bugs.python.org/issue29335 10 msgs

#29339: Interactive: Move to same indentation level as previous line
http://bugs.python.org/issue29339 10 msgs

#29259: Add tp_fastcall to PyTypeObject: support FASTCALL calling conv
http://bugs.python.org/issue29259 7 msgs

#29301: decimal: Use FASTCALL and/or Argument Clinic
http://bugs.python.org/issue29301 7 msgs

#29377: Add the 'wrapper_descriptor' type to the types module
http://bugs.python.org/issue29377 7 msgs

#10544: yield expression inside generator expression does nothing
http://bugs.python.org/issue10544 6 msgs

#29182: Remove the warning in urllib docs that it doesn't do certifica
http://bugs.python.org/issue29182 6 msgs



Issues closed (33)
==================

#18835: Add aligned memory variants to the suite of PyMem functions/ma
http://bugs.python.org/issue18835 closed by haypo

#22651: Open file in a+ mode reads from end of file in Python 3.4
http://bugs.python.org/issue22651 closed by haypo

#26149: Suggest PyCharm Community as an editor for Unix platforms
http://bugs.python.org/issue26149 closed by orsenthil

#26273: Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket modul
http://bugs.python.org/issue26273 closed by haypo

#26729: Incorrect __text_signature__ for sorted
http://bugs.python.org/issue26729 closed by serhiy.storchaka

#28635: Update What's New for 3.6
http://bugs.python.org/issue28635 closed by ned.deily

#28735: Mock is equal to ANY but MagicMock is not
http://bugs.python.org/issue28735 closed by serhiy.storchaka

#28769: Make PyUnicode_AsUTF8 returning "const char *" rather of "char
http://bugs.python.org/issue28769 closed by serhiy.storchaka

#28784: shlex.shlex punctuation_chars documentation should use posix=T
http://bugs.python.org/issue28784 closed by python-dev

#28999: Use Py_RETURN_NONE and like
http://bugs.python.org/issue28999 closed by serhiy.storchaka

#29083: Readd PyArg_VaParse to the stable API
http://bugs.python.org/issue29083 closed by serhiy.storchaka

#29092: Sync os.stat's doc and doc string
http://bugs.python.org/issue29092 closed by xiang.zhang

#29167: Race condition in enum.py:_decompose()
http://bugs.python.org/issue29167 closed by python-dev

#29273: test___all__ alters utf8 locale setting
http://bugs.python.org/issue29273 closed by martin.panter

#29290: argparse breaks long lines on NO-BREAK SPACE
http://bugs.python.org/issue29290 closed by xiang.zhang

#29308: venv should match virtualenv VIRTUAL_ENV_DISABLE_PROMPT config
http://bugs.python.org/issue29308 closed by python-dev

#29331: Simplify argument parsing in sorted() and list.sort()
http://bugs.python.org/issue29331 closed by serhiy.storchaka

#29332: Uniform SelectSelector._select behavior
http://bugs.python.org/issue29332 closed by berker.peksag

#29337: BytesWarning at compile time
http://bugs.python.org/issue29337 closed by serhiy.storchaka

#29338: Output the text signature in the help of a class
http://bugs.python.org/issue29338 closed by serhiy.storchaka

#29345: More lost updates with multiprocessing.Value and .Array
http://bugs.python.org/issue29345 closed by eryksun

#29346: datetime doesn't check for min/max dates anymore in Python 3.6
http://bugs.python.org/issue29346 closed by haypo

#29348: this comment 'iff' should be 'if'?
http://bugs.python.org/issue29348 closed by inada.naoki

#29356: TypeError by typing for Ellipsis
http://bugs.python.org/issue29356 closed by Ádám Szieberth

#29357: New NamedTuple syntax silently ignores method definitions
http://bugs.python.org/issue29357 closed by levkivskyi

#29358: Add tp_fastnew and tp_fastinit to PyTypeObject, 15-20% faster
http://bugs.python.org/issue29358 closed by haypo

#29359: Deprecate string concatenation without plus
http://bugs.python.org/issue29359 closed by serhiy.storchaka

#29360: _PyStack_AsDict(): Don't check if all keys are strings nor if
http://bugs.python.org/issue29360 closed by haypo

#29361: bug in pyserial: serialposix.py
http://bugs.python.org/issue29361 closed by berker.peksag

#29369: Use Py_IDENTIFIER in Python-ast.c
http://bugs.python.org/issue29369 closed by inada.naoki

#29373: subprocess.Popen os.close(p2cread) in _execute_child can cause
http://bugs.python.org/issue29373 closed by zmedico

#29379: Custom handlers not used when passing "context" argument to ur
http://bugs.python.org/issue29379 closed by martin.panter

#29380: A lot of warning while executing make install
http://bugs.python.org/issue29380 closed by zach.ware
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-01-27 - 2017-02-03)
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 5769 ( +1)
closed 35423 (+55)
total 41192 (+56)

Open issues with patches: 2479


Issues opened (35)
==================

#29300: Modify the _struct module to use FASTCALL and Argument Clinic
http://bugs.python.org/issue29300 reopened by serhiy.storchaka

#29382: IDLE search and replace should use 'hit' tag instead of 'hilit
http://bugs.python.org/issue29382 opened by d s2

#29386: select.epoll.poll may behave differently if timeout = -1 vs ti
http://bugs.python.org/issue29386 opened by Gabriel McManus

#29387: Tabs vs spaces FAQ out of date
http://bugs.python.org/issue29387 opened by martin.panter

#29392: msvcrt.locking crashes python
http://bugs.python.org/issue29392 opened by RazerM

#29394: Cannot tunnel TLS connection through TLS connection
http://bugs.python.org/issue29394 opened by Maximilian Blochberger

#29395: Edit with IDLE 3.6 don´t work if Name of File "code.py"
http://bugs.python.org/issue29395 opened by wueste87

#29396: Re-opening /dev/tty breaks readline
http://bugs.python.org/issue29396 opened by silvioricardoc

#29397: linux/random.h present but cannot be compiled
http://bugs.python.org/issue29397 opened by zhaw_munt

#29399: python3.dll export forwarders not resolved in all situations d
http://bugs.python.org/issue29399 opened by Elli Pirelli

#29400: Instruction level tracing via sys.settrace
http://bugs.python.org/issue29400 opened by George.King

#29402: Problem with Checkbutton and duplicate last name components
http://bugs.python.org/issue29402 opened by terry.reedy

#29403: mock's autospec's behavior on method-bound builtin functions i
http://bugs.python.org/issue29403 opened by Aaron Gallagher

#29405: improve csv.Sniffer().sniff() behavior
http://bugs.python.org/issue29405 opened by mepstein

#29406: asyncio SSL contexts leak sockets after calling close with cer
http://bugs.python.org/issue29406 opened by thehesiod

#29408: Add timestamp-based dependency system to build_clib
http://bugs.python.org/issue29408 opened by daniel.nunes

#29409: Implement PEP 529 for io.FileIO
http://bugs.python.org/issue29409 opened by eryksun

#29410: Moving to SipHash-1-3
http://bugs.python.org/issue29410 opened by inada.naoki

#29411: Option --executable for entry_points
http://bugs.python.org/issue29411 opened by Michal Cyprian

#29412: IndexError thrown on email.message.Message.get
http://bugs.python.org/issue29412 opened by uckelman

#29413: ssl.SSLSocket.unwrap() is not flexible enough
http://bugs.python.org/issue29413 opened by Greg Stark

#29414: Change 'the for statement is such an iterator' in Tutorial
http://bugs.python.org/issue29414 opened by Jim Fasarakis-Hilliard

#29416: Path.mkdir can get into a recursive error loop
http://bugs.python.org/issue29416 opened by Dan Buchoff

#29417: Sort entries in foo.dist-info/RECORD
http://bugs.python.org/issue29417 opened by dgreiman

#29418: inspect.isroutine does not return True for some bound builtin
http://bugs.python.org/issue29418 opened by Wheerd

#29419: Argument Clinic: inline PyArg_UnpackTuple and PyArg_ParseStack
http://bugs.python.org/issue29419 opened by haypo

#29422: add socket independent timeout to httplib/http.client read
http://bugs.python.org/issue29422 opened by Patrick Michaud

#29424: Multiple vulnerabilities in BaseHTTPRequestHandler enable HTTP
http://bugs.python.org/issue29424 opened by meitar

#29425: File-altering aspects of pathlib should return new pathlib obj
http://bugs.python.org/issue29425 opened by Walter Szeliga

#29427: Option to skip padding for base64 urlsafe encoding/decoding
http://bugs.python.org/issue29427 opened by Thorney

#29428: Doctest documentation unclear about multi-line fixtures
http://bugs.python.org/issue29428 opened by JDLH

#29430: zipfile: invalid link
http://bugs.python.org/issue29430 opened by lucasmus

#29432: wait_for(gather(...)) logs weird error message
http://bugs.python.org/issue29432 opened by Martin.Teichmann

#29435: Allow to pass fileobj to is_tarfile
http://bugs.python.org/issue29435 opened by twiggers

#29436: Compilation failure against Android NDK r14 beta 2
http://bugs.python.org/issue29436 opened by Chi Hsuan Yen



Most recent 15 issues with no replies (15)
==========================================

#29435: Allow to pass fileobj to is_tarfile
http://bugs.python.org/issue29435

#29432: wait_for(gather(...)) logs weird error message
http://bugs.python.org/issue29432

#29430: zipfile: invalid link
http://bugs.python.org/issue29430

#29427: Option to skip padding for base64 urlsafe encoding/decoding
http://bugs.python.org/issue29427

#29425: File-altering aspects of pathlib should return new pathlib obj
http://bugs.python.org/issue29425

#29422: add socket independent timeout to httplib/http.client read
http://bugs.python.org/issue29422

#29418: inspect.isroutine does not return True for some bound builtin
http://bugs.python.org/issue29418

#29417: Sort entries in foo.dist-info/RECORD
http://bugs.python.org/issue29417

#29413: ssl.SSLSocket.unwrap() is not flexible enough
http://bugs.python.org/issue29413

#29411: Option --executable for entry_points
http://bugs.python.org/issue29411

#29409: Implement PEP 529 for io.FileIO
http://bugs.python.org/issue29409

#29408: Add timestamp-based dependency system to build_clib
http://bugs.python.org/issue29408

#29396: Re-opening /dev/tty breaks readline
http://bugs.python.org/issue29396

#29395: Edit with IDLE 3.6 don´t work if Name of File "code.py"
http://bugs.python.org/issue29395

#29370: "./configure --enable-optimizations && make install" does not
http://bugs.python.org/issue29370



Most recent 15 issues waiting for review (15)
=============================================

#29436: Compilation failure against Android NDK r14 beta 2
http://bugs.python.org/issue29436

#29424: Multiple vulnerabilities in BaseHTTPRequestHandler enable HTTP
http://bugs.python.org/issue29424

#29414: Change 'the for statement is such an iterator' in Tutorial
http://bugs.python.org/issue29414

#29410: Moving to SipHash-1-3
http://bugs.python.org/issue29410

#29409: Implement PEP 529 for io.FileIO
http://bugs.python.org/issue29409

#29408: Add timestamp-based dependency system to build_clib
http://bugs.python.org/issue29408

#29406: asyncio SSL contexts leak sockets after calling close with cer
http://bugs.python.org/issue29406

#29403: mock's autospec's behavior on method-bound builtin functions i
http://bugs.python.org/issue29403

#29400: Instruction level tracing via sys.settrace
http://bugs.python.org/issue29400

#29387: Tabs vs spaces FAQ out of date
http://bugs.python.org/issue29387

#29376: threading._DummyThread.__repr__ raises AssertionError
http://bugs.python.org/issue29376

#29362: regrtest: don't fail immediately if a child does crash
http://bugs.python.org/issue29362

#29353: Incorrect handling of HTTP response with "Content-Type: messag
http://bugs.python.org/issue29353

#29352: provide the authorative source for s[i:j] negative slice indic
http://bugs.python.org/issue29352

#29351: absolute imports for logging
http://bugs.python.org/issue29351



Top 10 most discussed issues (10)
=================================

#29300: Modify the _struct module to use FASTCALL and Argument Clinic
http://bugs.python.org/issue29300 29 msgs

#29410: Moving to SipHash-1-3
http://bugs.python.org/issue29410 19 msgs

#11549: Build-out an AST optimizer, moving some functionality out of t
http://bugs.python.org/issue11549 18 msgs

#29400: Instruction level tracing via sys.settrace
http://bugs.python.org/issue29400 11 msgs

#18842: Add float.is_finite is_nan is_infinite to match Decimal method
http://bugs.python.org/issue18842 10 msgs

#27200: make doctest in CPython has failures
http://bugs.python.org/issue27200 7 msgs

#27647: Update Windows 2.7 build to Tcl/Tk 8.5.19
http://bugs.python.org/issue27647 7 msgs

#29344: sock_recv not detected a coroutine
http://bugs.python.org/issue29344 7 msgs

#15373: copy.copy() does not properly copy os.environment
http://bugs.python.org/issue15373 5 msgs

#29399: python3.dll export forwarders not resolved in all situations d
http://bugs.python.org/issue29399 5 msgs



Issues closed (54)
==================

#14376: sys.exit documents argument as "integer" but actually requires
http://bugs.python.org/issue14376 closed by mark.dickinson

#18590: Found text not always highlighted by Replace dialog on Windows
http://bugs.python.org/issue18590 closed by terry.reedy

#23298: Add ArgumentParser.add_mutually_dependence_group
http://bugs.python.org/issue23298 closed by paul.j3

#23551: IDLE to provide menu link to PIP gui.
http://bugs.python.org/issue23551 closed by terry.reedy

#24736: argparse add_mutually_exclusive_group do not print help
http://bugs.python.org/issue24736 closed by paul.j3

#24875: pyvenv doesn´t install PIP inside a new venv with --system-si
http://bugs.python.org/issue24875 closed by python-dev

#27051: Create PIP gui
http://bugs.python.org/issue27051 closed by ncoghlan

#28618: Decorate hot functions using __attribute__((hot)) to optimize
http://bugs.python.org/issue28618 closed by haypo

#29140: time_hash() reads the wrong bytes to get microseconds
http://bugs.python.org/issue29140 closed by haypo

#29157: random.c: Prefer getrandom() over getentropy() to support glib
http://bugs.python.org/issue29157 closed by haypo

#29169: update zlib to 1.2.11
http://bugs.python.org/issue29169 closed by doko

#29182: Remove the warning in urllib docs that it doesn't do certifica
http://bugs.python.org/issue29182 closed by orsenthil

#29213: python -m venv activate.bat has weird mix of line endings
http://bugs.python.org/issue29213 closed by python-dev

#29218: distutils: Remove unused install_misc class
http://bugs.python.org/issue29218 closed by berker.peksag

#29227: Reduce C stack consumption in function calls
http://bugs.python.org/issue29227 closed by haypo

#29234: Disable inlining of _PyStack_AsTuple() to reduce the stack con
http://bugs.python.org/issue29234 closed by haypo

#29260: Use designated initializers to define PyTypeObject types
http://bugs.python.org/issue29260 closed by haypo

#29263: Implement LOAD_METHOD/CALL_METHOD for C functions
http://bugs.python.org/issue29263 closed by inada.naoki

#29264: sparc/ffi.c:440 error: 'asm' undeclared
http://bugs.python.org/issue29264 closed by xdegaye

#29283: duplicate README in site-packages
http://bugs.python.org/issue29283 closed by berker.peksag

#29286: Use METH_FASTCALL in str methods
http://bugs.python.org/issue29286 closed by haypo

#29289: Convert OrderedDict methods to Argument Clinic
http://bugs.python.org/issue29289 closed by haypo

#29310: Document typing.NamedTuple default argument syntax
http://bugs.python.org/issue29310 closed by rhettinger

#29311: Argument Clinic: convert dict methods
http://bugs.python.org/issue29311 closed by haypo

#29318: Optimize _PyFunction_FastCallDict() for **kwargs
http://bugs.python.org/issue29318 closed by haypo

#29329: Incorrect documentation for custom `hex()` support on Python 2
http://bugs.python.org/issue29329 closed by Mariatta

#29349: Update old Python 2 code in Docs/tools/extensions/patchlevel.p
http://bugs.python.org/issue29349 closed by martin.panter

#29354: Python 2.7.12: pydoc.help(lambda (a,): lambda x: a) raises Ind
http://bugs.python.org/issue29354 closed by serhiy.storchaka

#29364: msilib Fetch raises MSIError rather than return None
http://bugs.python.org/issue29364 closed by Jason Matthew

#29367: python-gdb: display wrapper_call()
http://bugs.python.org/issue29367 closed by python-dev

#29368: Optimize unpickling list-like objects: use extend() instead of
http://bugs.python.org/issue29368 closed by python-dev

#29377: Add the 'wrapper_descriptor' type to the types module
http://bugs.python.org/issue29377 closed by gvanrossum

#29381: Tutorial documentation contains undefined reference to #!
http://bugs.python.org/issue29381 closed by python-dev

#29383: Reduce temporary unicode object while adding descriptors
http://bugs.python.org/issue29383 closed by inada.naoki

#29384: Unused beos build scripts
http://bugs.python.org/issue29384 closed by martin.panter

#29385: Sockets Crashes or Memory Corruption
http://bugs.python.org/issue29385 closed by inada.naoki

#29388: regex mismatch in the simple cases
http://bugs.python.org/issue29388 closed by steven.daprano

#29389: math.isclose signature contains incorrect start parameter
http://bugs.python.org/issue29389 closed by ammar2

#29390: Python Tutorial should introduce iterators and generators
http://bugs.python.org/issue29390 closed by rhettinger

#29391: Windows Defender finds trojan Spursint in Numpy for Py36 Win64
http://bugs.python.org/issue29391 closed by eryksun

#29393: Enabiling IPv6 by default
http://bugs.python.org/issue29393 closed by ned.deily

#29398: memory corruption in xxlimited
http://bugs.python.org/issue29398 closed by python-dev

#29401: Python3.6 docs should not have a "what's new in Python 3.7" pa
http://bugs.python.org/issue29401 closed by ned.deily

#29404: "TypeError: 'int' does not have the buffer interface" on memor
http://bugs.python.org/issue29404 closed by brett.cannon

#29407: Remove redundant ensure_future() calls in factorial example
http://bugs.python.org/issue29407 closed by berker.peksag

#29415: Exposing handle._callback and handle._args in asyncio
http://bugs.python.org/issue29415 closed by yselivanov

#29420: Python 3.6 change in dict iteration when inserting keys
http://bugs.python.org/issue29420 closed by r.david.murray

#29421: Make int.to_bytes() and int.from_bytes() slightly faster
http://bugs.python.org/issue29421 closed by serhiy.storchaka

#29423: using concurrent.futures.ProcessPoolExecutor in class giving '
http://bugs.python.org/issue29423 closed by serhiy.storchaka

#29426: Using pywin32 on Python3 on linux
http://bugs.python.org/issue29426 closed by eryksun

#29429: Requests package is incompatible with py2exe
http://bugs.python.org/issue29429 closed by inada.naoki

#29431: Add a PYTHONREVERSEDICTKEYORDER environment variable
http://bugs.python.org/issue29431 closed by rhettinger

#29433: any, all and sum should accept variadic args
http://bugs.python.org/issue29433 closed by serhiy.storchaka

#29434: tuple.__repr__ may segv when it contains NULL
http://bugs.python.org/issue29434 closed by inada.naoki
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-02-03 - 2017-02-10)
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 5799 (+30)
closed 35483 (+60)
total 41282 (+90)

Open issues with patches: 2489


Issues opened (53)
==================

#29430: zipfile: invalid link
http://bugs.python.org/issue29430 reopened by berker.peksag

#29438: use after free in key sharing dict
http://bugs.python.org/issue29438 opened by audric

#29440: _dbm requires -lgdbm if gdbm is built as static libraries
http://bugs.python.org/issue29440 opened by Chi Hsuan Yen

#29442: Use argparse and drop dirty optparse hacks in setup.py
http://bugs.python.org/issue29442 opened by Chi Hsuan Yen

#29446: Improve tkinter 'import *' situation
http://bugs.python.org/issue29446 opened by terry.reedy

#29447: Add os.PathLike support to the tempfile module
http://bugs.python.org/issue29447 opened by brett.cannon

#29448: Implement os.Pathlike for importlib.machinery
http://bugs.python.org/issue29448 opened by brett.cannon

#29450: xattr functions aren't in os.supports_fd, os.supports_follow_s
http://bugs.python.org/issue29450 opened by Omar Sandoval

#29451: Use _PyArg_Parser for _PyArg_ParseStack(): support positional
http://bugs.python.org/issue29451 opened by haypo

#29453: Remove reference to undefined dictionary ordering in Tutorial
http://bugs.python.org/issue29453 opened by Jim Fasarakis-Hilliard

#29454: Shutting down consumer on a remote queue
http://bugs.python.org/issue29454 opened by Semi

#29455: Mention coverage.py in trace module documentation
http://bugs.python.org/issue29455 opened by brett.cannon

#29456: bug in unicodedata.normalize: u1176
http://bugs.python.org/issue29456 opened by pusnow

#29459: `__contains__` and `get` methods for match objects?
http://bugs.python.org/issue29459 opened by irdb

#29461: Experiment usage of likely/unlikely in CPython core
http://bugs.python.org/issue29461 opened by haypo

#29463: Add `docstring` attribute to AST nodes
http://bugs.python.org/issue29463 opened by inada.naoki

#29464: Specialize FASTCALL for functions with positional-only paramet
http://bugs.python.org/issue29464 opened by serhiy.storchaka

#29465: Add _PyObject_FastCall() to reduce stack consumption
http://bugs.python.org/issue29465 opened by haypo

#29466: pickle does not serialize Exception __cause__ field
http://bugs.python.org/issue29466 opened by diekhans

#29468: zipfile should catch ValueError as well as OSError to detect b
http://bugs.python.org/issue29468 opened by llllllllll

#29469: AST-level Constant folding
http://bugs.python.org/issue29469 opened by inada.naoki

#29470: [python] Error in `/usr/bin/python': free(): invalid size: 0x0
http://bugs.python.org/issue29470 opened by David Ford (FirefighterBlu3)

#29471: AST: add an attribute to FunctionDef to distinguish functions
http://bugs.python.org/issue29471 opened by haypo

#29472: subprocess.communicate with timeout 0 and already terminated p
http://bugs.python.org/issue29472 opened by Griffon26

#29473: subprocces check_output
http://bugs.python.org/issue29473 opened by ????? ????

#29474: Grammatical errors in weakref.WeakValueDictionary docs
http://bugs.python.org/issue29474 opened by Mariatta

#29475: option to not follow symlinks when globbing
http://bugs.python.org/issue29475 opened by o11c

#29476: Simplify set_add_entry()
http://bugs.python.org/issue29476 opened by rhettinger

#29477: Lambda with complex arguments is ctx STORE
http://bugs.python.org/issue29477 opened by malthe

#29478: email.policy.Compat32(max_line_length=None) not as documented
http://bugs.python.org/issue29478 opened by martin.panter

#29479: httplib: could not skip "ACCEPT-ENCODING" header
http://bugs.python.org/issue29479 opened by song1st

#29480: Mac OSX Installer SSL Roots
http://bugs.python.org/issue29480 opened by rahvee

#29481: 3.6.0 doc describes 3.6.1 feature - typing.Deque
http://bugs.python.org/issue29481 opened by Guy Arad

#29502: Should PyObject_Call() call the profiler on C functions, use C
http://bugs.python.org/issue29502 opened by haypo

#29503: Make embedded-Python detectable
http://bugs.python.org/issue29503 opened by Andi Bergmeier

#29504: blake2: compile error with -march=bdver2
http://bugs.python.org/issue29504 opened by floppymaster

#29505: Submit the re, json, & csv modules to oss-fuzz testing
http://bugs.python.org/issue29505 opened by gregory.p.smith

#29506: Incorrect documentation for the copy module
http://bugs.python.org/issue29506 opened by pgacv2

#29507: Use FASTCALL in call_method() to avoid temporary tuple
http://bugs.python.org/issue29507 opened by haypo

#29509: redundant interning in PyObject_GetAttrString
http://bugs.python.org/issue29509 opened by inada.naoki

#29511: Add 'find' as build-in method for lists
http://bugs.python.org/issue29511 opened by george-shuklin

#29512: regrtest refleak: implement bisection feature
http://bugs.python.org/issue29512 opened by haypo

#29514: Add a test case that prevents magic number changes in minor re
http://bugs.python.org/issue29514 opened by ncoghlan

#29515: socket module missing IPPROTO_IPV6, IPPROTO_IPV4 on Windows
http://bugs.python.org/issue29515 opened by mhils

#29516: shutil.copytree(symlinks=True) fails when copying symlinks cro
http://bugs.python.org/issue29516 opened by poljakowski

#29517: "Can't pickle local object" when uses functools.partial with m
http://bugs.python.org/issue29517 opened by DAVID ALEJANDRO Pineda

#29518: 'for' loop not automatically breaking (index error on line of
http://bugs.python.org/issue29518 opened by Justin McNiel

#29520: Documentation uses deprecated "defindex.html" Sphinx template
http://bugs.python.org/issue29520 opened by JDLH

#29521: Minor warning messages when compiling documentation
http://bugs.python.org/issue29521 opened by JDLH

#29523: latest setuptools breaks virtualenvs due to unbundling depende
http://bugs.python.org/issue29523 opened by cstratak

#29524: Move functions to call objects into a new Objects/call.c file
http://bugs.python.org/issue29524 opened by haypo

#29525: Python 2.7.13 for Windows broken (from prompt)
http://bugs.python.org/issue29525 opened by Frak N

#29526: Documenting format() function
http://bugs.python.org/issue29526 opened by hugo.prodhomme@gmx.fr



Most recent 15 issues with no replies (15)
==========================================

#29517: "Can't pickle local object" when uses functools.partial with m
http://bugs.python.org/issue29517

#29516: shutil.copytree(symlinks=True) fails when copying symlinks cro
http://bugs.python.org/issue29516

#29512: regrtest refleak: implement bisection feature
http://bugs.python.org/issue29512

#29509: redundant interning in PyObject_GetAttrString
http://bugs.python.org/issue29509

#29505: Submit the re, json, & csv modules to oss-fuzz testing
http://bugs.python.org/issue29505

#29481: 3.6.0 doc describes 3.6.1 feature - typing.Deque
http://bugs.python.org/issue29481

#29472: subprocess.communicate with timeout 0 and already terminated p
http://bugs.python.org/issue29472

#29468: zipfile should catch ValueError as well as OSError to detect b
http://bugs.python.org/issue29468

#29454: Shutting down consumer on a remote queue
http://bugs.python.org/issue29454

#29450: xattr functions aren't in os.supports_fd, os.supports_follow_s
http://bugs.python.org/issue29450

#29448: Implement os.Pathlike for importlib.machinery
http://bugs.python.org/issue29448

#29447: Add os.PathLike support to the tempfile module
http://bugs.python.org/issue29447

#29435: Allow to pass fileobj to is_tarfile
http://bugs.python.org/issue29435

#29427: Option to skip padding for base64 urlsafe encoding/decoding
http://bugs.python.org/issue29427

#29422: add socket independent timeout to httplib/http.client read
http://bugs.python.org/issue29422



Most recent 15 issues waiting for review (15)
=============================================

#29524: Move functions to call objects into a new Objects/call.c file
http://bugs.python.org/issue29524

#29523: latest setuptools breaks virtualenvs due to unbundling depende
http://bugs.python.org/issue29523

#29509: redundant interning in PyObject_GetAttrString
http://bugs.python.org/issue29509

#29507: Use FASTCALL in call_method() to avoid temporary tuple
http://bugs.python.org/issue29507

#29476: Simplify set_add_entry()
http://bugs.python.org/issue29476

#29475: option to not follow symlinks when globbing
http://bugs.python.org/issue29475

#29474: Grammatical errors in weakref.WeakValueDictionary docs
http://bugs.python.org/issue29474

#29469: AST-level Constant folding
http://bugs.python.org/issue29469

#29465: Add _PyObject_FastCall() to reduce stack consumption
http://bugs.python.org/issue29465

#29464: Specialize FASTCALL for functions with positional-only paramet
http://bugs.python.org/issue29464

#29463: Add `docstring` attribute to AST nodes
http://bugs.python.org/issue29463

#29461: Experiment usage of likely/unlikely in CPython core
http://bugs.python.org/issue29461

#29456: bug in unicodedata.normalize: u1176
http://bugs.python.org/issue29456

#29455: Mention coverage.py in trace module documentation
http://bugs.python.org/issue29455

#29453: Remove reference to undefined dictionary ordering in Tutorial
http://bugs.python.org/issue29453



Top 10 most discussed issues (10)
=================================

#29507: Use FASTCALL in call_method() to avoid temporary tuple
http://bugs.python.org/issue29507 28 msgs

#29438: use after free in key sharing dict
http://bugs.python.org/issue29438 18 msgs

#29465: Add _PyObject_FastCall() to reduce stack consumption
http://bugs.python.org/issue29465 15 msgs

#29453: Remove reference to undefined dictionary ordering in Tutorial
http://bugs.python.org/issue29453 13 msgs

#29464: Specialize FASTCALL for functions with positional-only paramet
http://bugs.python.org/issue29464 12 msgs

#29463: Add `docstring` attribute to AST nodes
http://bugs.python.org/issue29463 11 msgs

#29503: Make embedded-Python detectable
http://bugs.python.org/issue29503 11 msgs

#29476: Simplify set_add_entry()
http://bugs.python.org/issue29476 10 msgs

#28686: py.exe ignored PATH when using python3 shebang
http://bugs.python.org/issue28686 9 msgs

#29306: Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCa
http://bugs.python.org/issue29306 9 msgs



Issues closed (57)
==================

#13196: subprocess: undocumented if shell=True is necessary to find ex
http://bugs.python.org/issue13196 closed by martin.panter

#19240: iglob should try to use `readdir`
http://bugs.python.org/issue19240 closed by serhiy.storchaka

#20927: Different behaviour on Posix and Windows when using subprocess
http://bugs.python.org/issue20927 closed by martin.panter

#26355: Emit major version based canonical URLs for docs
http://bugs.python.org/issue26355 closed by ncoghlan

#27659: Prohibit implicit C function declarations
http://bugs.python.org/issue27659 closed by Chi Hsuan Yen

#28489: Fix comment in tokenizer.c
http://bugs.python.org/issue28489 closed by berker.peksag

#28870: Reduce stack consumption of PyObject_CallFunctionObjArgs() and
http://bugs.python.org/issue28870 closed by haypo

#29028: Use-After-Free in PyString_FromStringAndSize() of stringobject
http://bugs.python.org/issue29028 closed by serhiy.storchaka

#29100: datetime.fromtimestamp() doesn't check min/max year anymore: r
http://bugs.python.org/issue29100 closed by haypo

#29147: registry value to be cleared when python is uninstalled
http://bugs.python.org/issue29147 closed by steve.dower

#29198: AsyncGenerator is missing from typing
http://bugs.python.org/issue29198 closed by berker.peksag

#29314: asyncio.async deprecation warning is missing stacklevel=2
http://bugs.python.org/issue29314 closed by Mariatta

#29326: Blank lines in ._pth file are not ignored
http://bugs.python.org/issue29326 closed by ammar2

#29351: absolute imports for logging
http://bugs.python.org/issue29351 closed by vinay.sajip

#29362: regrtest: don't fail immediately if a child does crash
http://bugs.python.org/issue29362 closed by haypo

#29371: Typo in doctest documentation
http://bugs.python.org/issue29371 closed by Mariatta

#29372: RotatingFileHandler rotates empty logfile if it emits a large
http://bugs.python.org/issue29372 closed by vinay.sajip

#29395: Edit with IDLE 3.6 don´t work if Name of File "code.py"
http://bugs.python.org/issue29395 closed by terry.reedy

#29405: improve csv.Sniffer().sniff() behavior
http://bugs.python.org/issue29405 closed by xiang.zhang

#29437: installation not listed for all users
http://bugs.python.org/issue29437 closed by steve.dower

#29439: _decimal on Android requires linking with libm
http://bugs.python.org/issue29439 closed by skrah

#29441: Update examples to use async and await keywords in asyncio-tas
http://bugs.python.org/issue29441 closed by berker.peksag

#29443: Re-running Windows installer should have option to set PATH
http://bugs.python.org/issue29443 closed by steve.dower

#29444: Out-of-bounds buffer access in match_getslice_by_index
http://bugs.python.org/issue29444 closed by serhiy.storchaka

#29445: http.client: missing response headers when malformed header is
http://bugs.python.org/issue29445 closed by r.david.murray

#29449: clear() should return prior state in threading.Event
http://bugs.python.org/issue29449 closed by jmoy

#29452: Use FASTCALL for collections.deque methods: index, insert, rot
http://bugs.python.org/issue29452 closed by haypo

#29457: strftime('%x') does not use my locale
http://bugs.python.org/issue29457 closed by eryksun

#29458: random.seed version=1 behavior
http://bugs.python.org/issue29458 closed by rhettinger

#29460: Speed up _PyArg_NoKeywords() and like
http://bugs.python.org/issue29460 closed by serhiy.storchaka

#29462: RFC822-comments in email header fields can fool, e.g., get_fil
http://bugs.python.org/issue29462 closed by ale2017

#29467: Allow return mismatch to be caught by function
http://bugs.python.org/issue29467 closed by eric.smith

#29482: AddressSanitizer: attempting double-free on 0x60b000007050
http://bugs.python.org/issue29482 closed by matrixise

#29483: AddressSanitizer: heap-buffer-overflow on address 0x60200000e7
http://bugs.python.org/issue29483 closed by matrixise

#29484: AddressSanitizer: heap-buffer-overflow on address 0x60200000e7
http://bugs.python.org/issue29484 closed by matrixise

#29485: AddressSanitizer: SEGV on unknown address 0x7fab556df550
http://bugs.python.org/issue29485 closed by matrixise

#29486: AddressSanitizer: SEGV on unknown address 0x7f16f88e3560
http://bugs.python.org/issue29486 closed by matrixise

#29487: AddressSanitizer: heap-buffer-overflow on address 0x60200000e7
http://bugs.python.org/issue29487 closed by matrixise

#29488: AddressSanitizer: SEGV on unknown address 0x0001a5525c1b
http://bugs.python.org/issue29488 closed by matrixise

#29489: AddressSanitizer: SEGV on unknown address 0x7f4a36c604d0
http://bugs.python.org/issue29489 closed by matrixise

#29490: AddressSanitizer: heap-buffer-overflow on address 0x60200000e7
http://bugs.python.org/issue29490 closed by matrixise

#29491: AddressSanitizer: heap-buffer-overflow on address 0x60200000e7
http://bugs.python.org/issue29491 closed by matrixise

#29492: AddressSanitizer: SEGV on unknown address 0x0000a0013639
http://bugs.python.org/issue29492 closed by matrixise

#29493: AddressSanitizer: SEGV on unknown address 0x000cffff800d
http://bugs.python.org/issue29493 closed by matrixise

#29494: AddressSanitizer: SEGV on unknown address 0x00009fff8001
http://bugs.python.org/issue29494 closed by matrixise

#29495: AddressSanitizer: SEGV on unknown address 0x02007ea947c3
http://bugs.python.org/issue29495 closed by matrixise

#29496: AddressSanitizer: SEGV on unknown address 0x01ffe96de071
http://bugs.python.org/issue29496 closed by matrixise

#29497: AddressSanitizer: SEGV on unknown address 0x000000000008
http://bugs.python.org/issue29497 closed by matrixise

#29498: AddressSanitizer: SEGV on unknown address 0x0005ffff800d
http://bugs.python.org/issue29498 closed by matrixise

#29499: AddressSanitizer: SEGV on unknown address 0x000ebfff800d
http://bugs.python.org/issue29499 closed by matrixise

#29500: AddressSanitizer: heap-buffer-overflow on address 0x61600004a9
http://bugs.python.org/issue29500 closed by matrixise

#29501: AddressSanitizer: SEGV on unknown address 0x0000000028cb
http://bugs.python.org/issue29501 closed by matrixise

#29508: Cannot install python-3.2.5 on Mac 10.11.6
http://bugs.python.org/issue29508 closed by zach.ware

#29510: gitignore settings files for Eclipse IDE
http://bugs.python.org/issue29510 closed by berker.peksag

#29513: os.scandir(str) reference leak (test_os refleak)
http://bugs.python.org/issue29513 closed by serhiy.storchaka

#29519: weakref spewing exceptions during finalization when combined w
http://bugs.python.org/issue29519 closed by lukasz.langa

#29522: PyLong_AsDouble Behaviour is Weird
http://bugs.python.org/issue29522 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-02-10 - 2017-02-17)
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 5837 (+38)
closed 35511 (+28)
total 41348 (+66)

Open issues with patches: 2488


Issues opened (51)
==================

#29442: Use argparse and drop dirty optparse hacks in setup.py
http://bugs.python.org/issue29442 reopened by Chi Hsuan Yen

#29529: Backport Travis configuration
http://bugs.python.org/issue29529 opened by brett.cannon

#29530: Windows buildbots broken by the migration to GitHub (meta issu
http://bugs.python.org/issue29530 opened by haypo

#29532: functools.partial is not compatible between 2.7 and 3.5
http://bugs.python.org/issue29532 opened by naoyuki

#29533: urllib2 works slowly with proxy on windows
http://bugs.python.org/issue29533 opened by juliadolgova

#29535: datetime hash is deterministic in some cases
http://bugs.python.org/issue29535 opened by arigo

#29537: Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5
http://bugs.python.org/issue29537 opened by serhiy.storchaka

#29539: [smtplib] collect response data for all recipients
http://bugs.python.org/issue29539 opened by David Ford (FirefighterBlu3)

#29540: Add compact=True flag to json.dump/dumps
http://bugs.python.org/issue29540 opened by Alex Gordon

#29541: Python3 error while building on Alt-F
http://bugs.python.org/issue29541 opened by Honza Skýpala

#29545: Python behavioral difference between Linux and AIX
http://bugs.python.org/issue29545 opened by gireeshpunathil

#29546: A more helpful ImportError message
http://bugs.python.org/issue29546 opened by barry

#29547: Add c code coverage to codecov
http://bugs.python.org/issue29547 opened by belopolsky

#29548: Recommend PyObject_Call* APIs over PyEval_Call*() APIs
http://bugs.python.org/issue29548 opened by inada.naoki

#29549: Improve docstring for str.index
http://bugs.python.org/issue29549 opened by rhettinger

#29550: Mac build-installer touch step fails after github conversion
http://bugs.python.org/issue29550 opened by db3l

#29551: unittest: TestSuite.debug() does not like subTest()
http://bugs.python.org/issue29551 opened by wrohdewald

#29553: Argparser does not display closing parentheses in nested mutex
http://bugs.python.org/issue29553 opened by christofsteel

#29554: profile/pstat doc clariification
http://bugs.python.org/issue29554 opened by mbussonn

#29555: Update Python Software Foundation Copyright Year
http://bugs.python.org/issue29555 opened by orsenthil

#29556: Remove unused #include <langinfo.h>
http://bugs.python.org/issue29556 opened by Chi Hsuan Yen

#29557: binhex documentation claims unknown bug
http://bugs.python.org/issue29557 opened by David Wilemski

#29558: Provide run_until_complete inside loop
http://bugs.python.org/issue29558 opened by txomon

#29559: Detect mouse over lines on canvas while mouse button is down
http://bugs.python.org/issue29559 opened by Ted Shaneyfelt2

#29560: Turtle graphics fill behavior differs between versions
http://bugs.python.org/issue29560 opened by John Simmons

#29561: Interactive mode gives sys.ps2 not sys.ps1 after comment-only
http://bugs.python.org/issue29561 opened by JDLH

#29562: test_getgroups of test_posix fails (on OS X 10.10)
http://bugs.python.org/issue29562 opened by JDLH

#29564: ResourceWarning: suggest to enable tracemalloc in the message
http://bugs.python.org/issue29564 opened by David Ford (FirefighterBlu3)

#29565: Still broken ctypes calling convention on MSVC / 64-bit Window
http://bugs.python.org/issue29565 opened by Igor Kudrin

#29566: binhex() creates files with mixed line endings
http://bugs.python.org/issue29566 opened by serhiy.storchaka

#29568: undefined parsing behavior with the old style string formattin
http://bugs.python.org/issue29568 opened by Jerry Dimitrov

#29569: threading.Timer class: Continue periodical execution till acti
http://bugs.python.org/issue29569 opened by slytomcat

#29570: Windows Buildbot 2.7 is broken
http://bugs.python.org/issue29570 opened by haypo

#29571: test_re is failing when local is set for `en_IN`
http://bugs.python.org/issue29571 opened by jaysinh.shukla

#29572: Upgrade installers to OpenSSL 1.0.2k
http://bugs.python.org/issue29572 opened by zach.ware

#29573: NamedTemporaryFile with delete=True should not fail if file al
http://bugs.python.org/issue29573 opened by richardxia

#29574: python-3.6.0.tgz permissions borked
http://bugs.python.org/issue29574 opened by Dave_Anderson

#29575: doc 17.2.1: basic Pool example is too basic
http://bugs.python.org/issue29575 opened by j5w6

#29577: Enum: mixin classes don't mix well with already mixed Enums
http://bugs.python.org/issue29577 opened by ethan.furman

#29579: Windows Python 3.7 installer broken by README.txt renamed to R
http://bugs.python.org/issue29579 opened by haypo

#29580: "Built-in Functions" not being functions
http://bugs.python.org/issue29580 opened by Stefan Pochmann

#29581: __init_subclass__ causes TypeError when used with standard lib
http://bugs.python.org/issue29581 opened by Nate Soares

#29582: Add Python coverage make target(s)
http://bugs.python.org/issue29582 opened by zach.ware

#29585: site.py imports relatively large `sysconfig` module.
http://bugs.python.org/issue29585 opened by inada.naoki

#29586: Cannot run pip in fresh install of py 3.5.3
http://bugs.python.org/issue29586 opened by Adrian Chan

#29587: Generator/coroutine 'throw' discards exc_info state, which is
http://bugs.python.org/issue29587 opened by njs

#29588: importing ssl can fail with NameError: name 'PROTOCOL_TLS' is
http://bugs.python.org/issue29588 opened by jdemeyer

#29589: test_asyncio & test_multiprocessing_forkserver failed
http://bugs.python.org/issue29589 opened by Dima Zhukov

#29590: Incorrect stack traces when re-entering a generator/coroutine
http://bugs.python.org/issue29590 opened by njs

#29591: Various security vulnerabilities in bundled expat
http://bugs.python.org/issue29591 opened by Natanael Copa

#29592: abs_paths() in site.py is slow
http://bugs.python.org/issue29592 opened by inada.naoki



Most recent 15 issues with no replies (15)
==========================================

#29592: abs_paths() in site.py is slow
http://bugs.python.org/issue29592

#29590: Incorrect stack traces when re-entering a generator/coroutine
http://bugs.python.org/issue29590

#29589: test_asyncio & test_multiprocessing_forkserver failed
http://bugs.python.org/issue29589

#29581: __init_subclass__ causes TypeError when used with standard lib
http://bugs.python.org/issue29581

#29575: doc 17.2.1: basic Pool example is too basic
http://bugs.python.org/issue29575

#29572: Upgrade installers to OpenSSL 1.0.2k
http://bugs.python.org/issue29572

#29570: Windows Buildbot 2.7 is broken
http://bugs.python.org/issue29570

#29569: threading.Timer class: Continue periodical execution till acti
http://bugs.python.org/issue29569

#29566: binhex() creates files with mixed line endings
http://bugs.python.org/issue29566

#29560: Turtle graphics fill behavior differs between versions
http://bugs.python.org/issue29560

#29559: Detect mouse over lines on canvas while mouse button is down
http://bugs.python.org/issue29559

#29555: Update Python Software Foundation Copyright Year
http://bugs.python.org/issue29555

#29554: profile/pstat doc clariification
http://bugs.python.org/issue29554

#29551: unittest: TestSuite.debug() does not like subTest()
http://bugs.python.org/issue29551

#29549: Improve docstring for str.index
http://bugs.python.org/issue29549



Most recent 15 issues waiting for review (15)
=============================================

#29571: test_re is failing when local is set for `en_IN`
http://bugs.python.org/issue29571

#29568: undefined parsing behavior with the old style string formattin
http://bugs.python.org/issue29568

#29557: binhex documentation claims unknown bug
http://bugs.python.org/issue29557

#29555: Update Python Software Foundation Copyright Year
http://bugs.python.org/issue29555

#29540: Add compact=True flag to json.dump/dumps
http://bugs.python.org/issue29540

#29537: Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5
http://bugs.python.org/issue29537

#29533: urllib2 works slowly with proxy on windows
http://bugs.python.org/issue29533

#29532: functools.partial is not compatible between 2.7 and 3.5
http://bugs.python.org/issue29532

#29523: latest setuptools breaks virtualenvs due to unbundling depende
http://bugs.python.org/issue29523

#29509: redundant interning in PyObject_GetAttrString
http://bugs.python.org/issue29509

#29507: Use FASTCALL in call_method() to avoid temporary tuple
http://bugs.python.org/issue29507

#29476: Simplify set_add_entry()
http://bugs.python.org/issue29476

#29475: option to not follow symlinks when globbing
http://bugs.python.org/issue29475

#29469: AST-level Constant folding
http://bugs.python.org/issue29469

#29465: Add _PyObject_FastCall() to reduce stack consumption
http://bugs.python.org/issue29465



Top 10 most discussed issues (10)
=================================

#29514: Add a test case that prevents magic number changes in minor re
http://bugs.python.org/issue29514 30 msgs

#29548: Recommend PyObject_Call* APIs over PyEval_Call*() APIs
http://bugs.python.org/issue29548 23 msgs

#29470: ssl: SNI callbacks should not modify context objects
http://bugs.python.org/issue29470 14 msgs

#29585: site.py imports relatively large `sysconfig` module.
http://bugs.python.org/issue29585 11 msgs

#29540: Add compact=True flag to json.dump/dumps
http://bugs.python.org/issue29540 10 msgs

#29564: ResourceWarning: suggest to enable tracemalloc in the message
http://bugs.python.org/issue29564 10 msgs

#29521: Minor warning messages when compiling documentation
http://bugs.python.org/issue29521 9 msgs

#29442: Use argparse and drop dirty optparse hacks in setup.py
http://bugs.python.org/issue29442 8 msgs

#29586: Cannot run pip in fresh install of py 3.5.3
http://bugs.python.org/issue29586 8 msgs

#19675: Pool dies with excessive workers, but does not cleanup
http://bugs.python.org/issue19675 7 msgs



Issues closed (28)
==================

#5667: Interpreter fails to initialize on build dir when IO encoding
http://bugs.python.org/issue5667 closed by haypo

#18779: Misleading documentations and comments in regular expression H
http://bugs.python.org/issue18779 closed by akuchling

#23109: French quotes in the documentation are often ungrammatical
http://bugs.python.org/issue23109 closed by akuchling

#27536: Convert readme to reStructuredText
http://bugs.python.org/issue27536 closed by zach.ware

#28929: Provide a link from documentation back to its source file
http://bugs.python.org/issue28929 closed by Mariatta

#28941: Update the link to Source Code in Python Docs from hg to githu
http://bugs.python.org/issue28941 closed by Mariatta

#29438: use after free in key sharing dict
http://bugs.python.org/issue29438 closed by inada.naoki

#29474: Grammatical errors in weakref.WeakValueDictionary docs
http://bugs.python.org/issue29474 closed by Mariatta

#29481: 3.6.0 doc describes 3.6.1 feature - typing.Deque
http://bugs.python.org/issue29481 closed by Mariatta

#29511: Add 'find' as build-in method for lists
http://bugs.python.org/issue29511 closed by terry.reedy

#29518: 'for' loop not automatically breaking (index error on line of
http://bugs.python.org/issue29518 closed by brett.cannon

#29524: Move functions to call objects into a new Objects/call.c file
http://bugs.python.org/issue29524 closed by haypo

#29527: Travis: doc job is broken
http://bugs.python.org/issue29527 closed by haypo

#29528: Encrypt IRC channel details for Travis
http://bugs.python.org/issue29528 closed by zach.ware

#29531: Update Doc/README.txt to README.rst
http://bugs.python.org/issue29531 closed by Roger Sachan

#29534: _decimal difference with _pydecimal
http://bugs.python.org/issue29534 closed by mark.dickinson

#29536: test_hashlib failure on Ubuntu 16.04
http://bugs.python.org/issue29536 closed by christian.heimes

#29538: bugs.python.org does not redirect to HTTPS
http://bugs.python.org/issue29538 closed by berker.peksag

#29542: python -m spacy.en.download undefined symbol: _ZSt24__throw_ou
http://bugs.python.org/issue29542 closed by berker.peksag

#29543: Allow login to bugs.python.org with email address
http://bugs.python.org/issue29543 closed by berker.peksag

#29544: Allow login to bugs.python.org with Google account
http://bugs.python.org/issue29544 closed by berker.peksag

#29552: Issue in Dictionary fromkeys
http://bugs.python.org/issue29552 closed by prudvibt81

#29563: Update Devguide about building documentation.
http://bugs.python.org/issue29563 closed by brett.cannon

#29567: Allow argparse to be used in setup.py
http://bugs.python.org/issue29567 closed by Chi Hsuan Yen

#29576: Improve some deprecations in the importlib
http://bugs.python.org/issue29576 closed by brett.cannon

#29578: "python.exe t2.py" doesn't work the same on Python-3.6 as Pyth
http://bugs.python.org/issue29578 closed by paul.moore

#29583: Python 3.6 won't install on Windows 2012 R2
http://bugs.python.org/issue29583 closed by eryksun

#29584: 2D list with Bugs when defined by using Multiplication
http://bugs.python.org/issue29584 closed by ezio.melotti
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-02-17 - 2017-02-24)
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 5833 ( -4)
closed 35565 (+54)
total 41398 (+50)

Open issues with patches: 2478


Issues opened (32)
==================

#27840: functools.partial: don't copy keywoard arguments in partial_ca
http://bugs.python.org/issue27840 reopened by haypo

#29593: Improve UnboundLocalError message for deleted names
http://bugs.python.org/issue29593 opened by mbussonn

#29594: implementation of __or__ in enum.auto
http://bugs.python.org/issue29594 opened by magu

#29595: Expose max_queue_size in ThreadPoolExecutor
http://bugs.python.org/issue29595 opened by prayerslayer

#29596: Unfinished sentense in howto/clinic.rst
http://bugs.python.org/issue29596 opened by mbussonn

#29598: Write unit tests for pdb module
http://bugs.python.org/issue29598 opened by Artem Muterko

#29600: Returning an exception object from a coroutine triggers implic
http://bugs.python.org/issue29600 opened by njs

#29601: Need reST markup for enum types
http://bugs.python.org/issue29601 opened by barry

#29606: urllib FTP protocol stream injection
http://bugs.python.org/issue29606 opened by ecbftw

#29611: TextIOWrapper's write_through option behave differently betwee
http://bugs.python.org/issue29611 opened by inada.naoki

#29612: TarFile.extract() suffers from hard links inside tarball
http://bugs.python.org/issue29612 opened by Jussi Judin

#29613: Support for SameSite Cookies
http://bugs.python.org/issue29613 opened by akash0x53

#29615: SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invok
http://bugs.python.org/issue29615 opened by petr@motejlek.net

#29616: input() after restarting causes bug
http://bugs.python.org/issue29616 opened by Juan

#29617: Drop Python 3.4 support from asyncio
http://bugs.python.org/issue29617 opened by inada.naoki

#29619: st_ino (unsigned long long) is casted to long long in posixmod
http://bugs.python.org/issue29619 opened by mba

#29620: unittest.TestCase.assertWarns raises RuntimeEror if sys.module
http://bugs.python.org/issue29620 opened by kernc

#29621: telnetlib.Telnet.write gives confusing error message when a st
http://bugs.python.org/issue29621 opened by John Hagen

#29623: configparser.ConfigParser.read() does not accept Pathlib path
http://bugs.python.org/issue29623 opened by David Ellis

#29624: Python 3.5.3 x86 web installer cannot install launcher
http://bugs.python.org/issue29624 opened by steve.dower

#29626: Issue with spacing in argparse module while using help
http://bugs.python.org/issue29626 opened by falu2010

#29627: configparser.ConfigParser.read() has undocumented/unexpected b
http://bugs.python.org/issue29627 opened by David Ellis

#29631: Error “importlib.h, importlib_external.h updated. You will n
http://bugs.python.org/issue29631 opened by Karen

#29632: argparse values for action in add_argument() should be flags i
http://bugs.python.org/issue29632 opened by pgacv2

#29633: MSI installer does not pass values as SecureProperty from UI
http://bugs.python.org/issue29633 opened by aldehoff

#29636: Specifying indent in the json.tool command
http://bugs.python.org/issue29636 opened by dhimmel

#29637: ast.get_docstring(): AttributeError: 'NoneType' object has no
http://bugs.python.org/issue29637 opened by jwilk

#29638: Spurious failures in test_collections in releak hunting mode a
http://bugs.python.org/issue29638 opened by levkivskyi

#29639: test suite intentionally avoids referring to localhost, destro
http://bugs.python.org/issue29639 opened by gregory.p.smith

#29640: _PyThreadState_Init and fork race leads to inconsistent key li
http://bugs.python.org/issue29640 opened by Ján Stan?ek

#29641: make install failure when using ./configure --enable-optimizat
http://bugs.python.org/issue29641 opened by haypo

#29642: Why does unittest.TestLoader.discover still rely on existence
http://bugs.python.org/issue29642 opened by Andrei Fokau



Most recent 15 issues with no replies (15)
==========================================

#29642: Why does unittest.TestLoader.discover still rely on existence
http://bugs.python.org/issue29642

#29640: _PyThreadState_Init and fork race leads to inconsistent key li
http://bugs.python.org/issue29640

#29639: test suite intentionally avoids referring to localhost, destro
http://bugs.python.org/issue29639

#29638: Spurious failures in test_collections in releak hunting mode a
http://bugs.python.org/issue29638

#29637: ast.get_docstring(): AttributeError: 'NoneType' object has no
http://bugs.python.org/issue29637

#29636: Specifying indent in the json.tool command
http://bugs.python.org/issue29636

#29633: MSI installer does not pass values as SecureProperty from UI
http://bugs.python.org/issue29633

#29631: Error “importlib.h, importlib_external.h updated. You will n
http://bugs.python.org/issue29631

#29627: configparser.ConfigParser.read() has undocumented/unexpected b
http://bugs.python.org/issue29627

#29623: configparser.ConfigParser.read() does not accept Pathlib path
http://bugs.python.org/issue29623

#29621: telnetlib.Telnet.write gives confusing error message when a st
http://bugs.python.org/issue29621

#29620: unittest.TestCase.assertWarns raises RuntimeEror if sys.module
http://bugs.python.org/issue29620

#29619: st_ino (unsigned long long) is casted to long long in posixmod
http://bugs.python.org/issue29619

#29617: Drop Python 3.4 support from asyncio
http://bugs.python.org/issue29617

#29615: SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invok
http://bugs.python.org/issue29615



Most recent 15 issues waiting for review (15)
=============================================

#29623: configparser.ConfigParser.read() does not accept Pathlib path
http://bugs.python.org/issue29623

#29615: SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invok
http://bugs.python.org/issue29615

#29613: Support for SameSite Cookies
http://bugs.python.org/issue29613

#29568: undefined parsing behavior with the old style string formattin
http://bugs.python.org/issue29568

#29557: binhex documentation claims unknown bug
http://bugs.python.org/issue29557

#29555: Update Python Software Foundation Copyright Year
http://bugs.python.org/issue29555

#29553: Argparser does not display closing parentheses in nested mutex
http://bugs.python.org/issue29553

#29549: Improve docstring for str.index
http://bugs.python.org/issue29549

#29540: Add compact=True flag to json.dump/dumps
http://bugs.python.org/issue29540

#29537: Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5
http://bugs.python.org/issue29537

#29533: urllib2 works slowly with proxy on windows
http://bugs.python.org/issue29533

#29523: latest setuptools breaks virtualenvs due to unbundling depende
http://bugs.python.org/issue29523

#29507: Use FASTCALL in call_method() to avoid temporary tuple
http://bugs.python.org/issue29507

#29476: Simplify set_add_entry()
http://bugs.python.org/issue29476

#29475: option to not follow symlinks when globbing
http://bugs.python.org/issue29475



Top 10 most discussed issues (10)
=================================

#22273: abort when passing certain structs by value using ctypes
http://bugs.python.org/issue22273 20 msgs

#29549: Improve docstring for str.index
http://bugs.python.org/issue29549 13 msgs

#26789: Please do not log during shutdown
http://bugs.python.org/issue26789 9 msgs

#29176: /tmp does not exist on Android and is used by curses.window.pu
http://bugs.python.org/issue29176 9 msgs

#29592: abs_paths() in site.py is slow
http://bugs.python.org/issue29592 7 msgs

#29616: input() after restarting causes bug
http://bugs.python.org/issue29616 7 msgs

#29533: urllib2 works slowly with proxy on windows
http://bugs.python.org/issue29533 6 msgs

#28909: Adding LTTng-UST tracing support
http://bugs.python.org/issue28909 5 msgs

#29355: sqlite3: remove sqlite3_stmt_readonly()
http://bugs.python.org/issue29355 5 msgs

#29581: __init_subclass__ causes TypeError when used with standard lib
http://bugs.python.org/issue29581 5 msgs



Issues closed (53)
==================

#9592: Limitations in objects returned by multiprocessing Pool
http://bugs.python.org/issue9592 closed by serhiy.storchaka

#10701: Error pickling objects with mutating __getstate__
http://bugs.python.org/issue10701 closed by serhiy.storchaka

#11299: Allow deepcopying paused generators
http://bugs.python.org/issue11299 closed by serhiy.storchaka

#15657: Error in Python 3 docs for PyMethodDef
http://bugs.python.org/issue15657 closed by barry

#18195: error when deep copying module is confusing
http://bugs.python.org/issue18195 closed by serhiy.storchaka

#18423: Document limitations on -m
http://bugs.python.org/issue18423 closed by ncoghlan

#22807: uuid.uuid1() should use uuid_generate_time_safe() if available
http://bugs.python.org/issue22807 closed by barry

#24274: erroneous comments in dictobject.c
http://bugs.python.org/issue24274 closed by inada.naoki

#25617: Installing local installation of Python
http://bugs.python.org/issue25617 closed by inada.naoki

#26382: List object memory allocator
http://bugs.python.org/issue26382 closed by inada.naoki

#26970: Replace OpenSSL's CPRNG with system entropy source
http://bugs.python.org/issue26970 closed by christian.heimes

#27660: Replace size_t with Py_ssize_t as the type of local variable i
http://bugs.python.org/issue27660 closed by xiang.zhang

#27788: platform module's version number doesn't match its docstring
http://bugs.python.org/issue27788 closed by lemburg

#28121: If module starts with comment or empty line then frame.f_code.
http://bugs.python.org/issue28121 closed by Aivar.Annamaa

#28814: Deprecation notice on inspect.getargvalues() is incorrect
http://bugs.python.org/issue28814 closed by ncoghlan

#29165: Use forward compatible macro in example code for creating new
http://bugs.python.org/issue29165 closed by inada.naoki

#29347: Python could crash while creating weakref for a given object
http://bugs.python.org/issue29347 closed by xiang.zhang

#29436: Compilation failure against Android NDK r14 beta 2
http://bugs.python.org/issue29436 closed by xdegaye

#29453: Remove reference to undefined dictionary ordering in Tutorial
http://bugs.python.org/issue29453 closed by Mariatta

#29463: Add `docstring` field to AST nodes
http://bugs.python.org/issue29463 closed by inada.naoki

#29503: Make embedded-Python detectable
http://bugs.python.org/issue29503 closed by steve.dower

#29509: redundant interning in PyObject_GetAttrString
http://bugs.python.org/issue29509 closed by inada.naoki

#29520: Documentation uses deprecated "defindex.html" Sphinx template
http://bugs.python.org/issue29520 closed by inada.naoki

#29525: Python 2.7.13 for Windows broken (from prompt)
http://bugs.python.org/issue29525 closed by steve.dower

#29529: Backport Travis configuration
http://bugs.python.org/issue29529 closed by inada.naoki

#29532: functools.partial is not compatible between 2.7 and 3.5
http://bugs.python.org/issue29532 closed by serhiy.storchaka

#29546: A more helpful ImportError message
http://bugs.python.org/issue29546 closed by barry

#29554: profile/pstat doc clariification
http://bugs.python.org/issue29554 closed by berker.peksag

#29565: Still broken ctypes calling convention on MSVC / 64-bit Window
http://bugs.python.org/issue29565 closed by vinay.sajip

#29571: test_re is failing when local is set for `en_IN`
http://bugs.python.org/issue29571 closed by ncoghlan

#29575: doc 17.2.1: basic Pool example is too basic
http://bugs.python.org/issue29575 closed by davin

#29579: Windows Python 3.7 installer broken by README.txt renamed to R
http://bugs.python.org/issue29579 closed by steve.dower

#29580: "Built-in Functions" not being functions
http://bugs.python.org/issue29580 closed by rhettinger

#29589: test_asyncio & test_multiprocessing_forkserver failed
http://bugs.python.org/issue29589 closed by xiang.zhang

#29597: __new__ / __init__ calls during unpickling not documented corr
http://bugs.python.org/issue29597 closed by serhiy.storchaka

#29599: Github organization link is secret and not accessible from cor
http://bugs.python.org/issue29599 closed by berker.peksag

#29602: complex() on object with __complex__ function loses sign of ze
http://bugs.python.org/issue29602 closed by mark.dickinson

#29603: More informative Queue class: new method that returns number o
http://bugs.python.org/issue29603 closed by slytomcat

#29604: ImportError when importing the package `queue`
http://bugs.python.org/issue29604 closed by christian.heimes

#29605: platform.architecture() with Python2.7-32 misreports architect
http://bugs.python.org/issue29605 closed by lemburg

#29607: Broken stack_effect for CALL_FUNCTION_EX
http://bugs.python.org/issue29607 closed by inada.naoki

#29608: pip_gui
http://bugs.python.org/issue29608 closed by berker.peksag

#29609: Receiving messages from subprocess does not work on Mac OS X
http://bugs.python.org/issue29609 closed by ned.deily

#29610: ssl do_handshake fails on https-proxy (aka. https over https-p
http://bugs.python.org/issue29610 closed by martin.panter

#29614: Additional implementation alternative to DictReader
http://bugs.python.org/issue29614 closed by rhettinger

#29618: Making a Tuple or Dict with Callable[ ..., xxx ] gives error
http://bugs.python.org/issue29618 closed by Pauli Salmenrinne

#29622: ast module doesn't support optional fields of Parser/Python.as
http://bugs.python.org/issue29622 closed by inada.naoki

#29625: colorsys.rgb_to_hsv always returns saturation as 0 (python2.7
http://bugs.python.org/issue29625 closed by Will Pittman

#29628: struct objects can no longer be pickled
http://bugs.python.org/issue29628 closed by serhiy.storchaka

#29629: rgb_to_hls in colorsys.py
http://bugs.python.org/issue29629 closed by madhavendra.sharma

#29630: REPL tab-completion triggers code execution
http://bugs.python.org/issue29630 closed by christian.heimes

#29634: Reduce deque repeat execution when maxlen exist and size is no
http://bugs.python.org/issue29634 closed by rhettinger

#29635: os.chdir() acts like `cd -P` by default, it should offer an op
http://bugs.python.org/issue29635 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-02-24 - 2017-03-03)
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 5851 (+18)
closed 35618 (+53)
total 41469 (+71)

Open issues with patches: 2466


Issues opened (46)
==================

#29626: Issue with spacing in argparse module while using help
http://bugs.python.org/issue29626 reopened by paul.j3

#29643: --enable-optimizations compiler flag has no effect
http://bugs.python.org/issue29643 opened by awang

#29645: webbrowser module import has heavy side effects
http://bugs.python.org/issue29645 opened by serhiy.storchaka

#29649: struct.pack_into check boundary error message didn't respect o
http://bugs.python.org/issue29649 opened by louielu

#29651: Inconsistent/undocumented urlsplit/urlparse behavior on invali
http://bugs.python.org/issue29651 opened by vfaronov

#29652: Fix evaluation order of keys/values in dict comprehensions
http://bugs.python.org/issue29652 opened by Jim Fasarakis-Hilliard

#29654: SimpleHTTPRequestHandler should support browser cache
http://bugs.python.org/issue29654 opened by quentel

#29655: Certain errors during IMPORT_STAR can leak a reference
http://bugs.python.org/issue29655 opened by Peter Cawley

#29656: Change "make patchcheck" to be branch aware
http://bugs.python.org/issue29656 opened by ncoghlan

#29657: os.symlink: FileExistsError shows wrong message
http://bugs.python.org/issue29657 opened by wrohdewald

#29659: Expose the `length` arg from shutil.copyfileobj for public use
http://bugs.python.org/issue29659 opened by goodboy

#29660: Document that print/format_exception ignore etype
http://bugs.python.org/issue29660 opened by mbussonn

#29667: socket module sometimes loses response packets
http://bugs.python.org/issue29667 opened by bkline

#29670: argparse: does not respect required args pre-populated into na
http://bugs.python.org/issue29670 opened by mhcptg

#29672: `catch_warnings` context manager should reset warning registry
http://bugs.python.org/issue29672 opened by Gerrit.Holl

#29673: Some gdb macros are broken in 3.6
http://bugs.python.org/issue29673 opened by belopolsky

#29674: Use GCC __attribute__((alloc_size(x,y))) on PyMem_Malloc() fun
http://bugs.python.org/issue29674 opened by haypo

#29676: verbose output of test_cprofile
http://bugs.python.org/issue29676 opened by xiang.zhang

#29677: clarify docs about 'round()' accepting a negative integer for
http://bugs.python.org/issue29677 opened by ChrisRands

#29679: Add @contextlib.asynccontextmanager
http://bugs.python.org/issue29679 opened by Jelle Zijlstra

#29680: gdb/libpython.py does not work with gdb 7.2
http://bugs.python.org/issue29680 opened by belopolsky

#29682: Possible missing NULL check in pyexpat
http://bugs.python.org/issue29682 opened by alexc

#29685: test_gdb failed
http://bugs.python.org/issue29685 opened by MarcoC

#29687: smtplib does not support proxy
http://bugs.python.org/issue29687 opened by rares

#29688: Document Path.absolute
http://bugs.python.org/issue29688 opened by Jim Fasarakis-Hilliard

#29689: Asyncio-namespace helpers for async_generators
http://bugs.python.org/issue29689 opened by Codey Oxley

#29691: Some tests fail in coverage Travis check
http://bugs.python.org/issue29691 opened by Jelle Zijlstra

#29692: contextlib.contextmanager may incorrectly unchain RuntimeError
http://bugs.python.org/issue29692 opened by ncoghlan

#29694: race condition in pathlib mkdir with flags parents=True
http://bugs.python.org/issue29694 opened by whitespacer

#29695: Weird keyword parameter names in builtins
http://bugs.python.org/issue29695 opened by serhiy.storchaka

#29696: Use namedtuple in string.Formatter.parse iterator response
http://bugs.python.org/issue29696 opened by facundobatista

#29697: Wrong ECDH configuration with OpenSSL 1.1
http://bugs.python.org/issue29697 opened by christian.heimes

#29699: shutil.rmtree should not fail with FileNotFoundError (race con
http://bugs.python.org/issue29699 opened by dkg

#29700: readline memory corruption when sys.stdin fd >= FD_SETSIZE for
http://bugs.python.org/issue29700 opened by gregory.p.smith

#29701: Add close method to queue.Queue
http://bugs.python.org/issue29701 opened by mwf

#29702: Error 0x80070003: Failed to launch elevated child process
http://bugs.python.org/issue29702 opened by alevonian

#29703: Fix asyncio to support instantiation of new event loops in sub
http://bugs.python.org/issue29703 opened by yselivanov

#29704: Can't read data from Transport after asyncio.SubprocessStreamP
http://bugs.python.org/issue29704 opened by SethMichaelLarson

#29706: IDLE needs syntax highlighting for async and await
http://bugs.python.org/issue29706 opened by David E. Franco G.

#29707: os.path.ismount() always returns false for mount --bind on sam
http://bugs.python.org/issue29707 opened by Oliver Smith

#29708: support reproducible Python builds
http://bugs.python.org/issue29708 opened by bmwiedemann

#29709: Short-circuiting not only on False and True
http://bugs.python.org/issue29709 opened by Stefan Pochmann

#29710: Incorrect representation caveat on bitwise operation docs
http://bugs.python.org/issue29710 opened by ncoghlan

#29711: When you use stop_serving in proactor loop it's kill all liste
http://bugs.python.org/issue29711 opened by noplay

#29712: --enable-optimizations does not work with --enable-shared
http://bugs.python.org/issue29712 opened by halfcoder

#29713: String changes whether or not '\x81' is present
http://bugs.python.org/issue29713 opened by dagnam



Most recent 15 issues with no replies (15)
==========================================

#29713: String changes whether or not '\x81' is present
http://bugs.python.org/issue29713

#29712: --enable-optimizations does not work with --enable-shared
http://bugs.python.org/issue29712

#29709: Short-circuiting not only on False and True
http://bugs.python.org/issue29709

#29707: os.path.ismount() always returns false for mount --bind on sam
http://bugs.python.org/issue29707

#29704: Can't read data from Transport after asyncio.SubprocessStreamP
http://bugs.python.org/issue29704

#29694: race condition in pathlib mkdir with flags parents=True
http://bugs.python.org/issue29694

#29692: contextlib.contextmanager may incorrectly unchain RuntimeError
http://bugs.python.org/issue29692

#29691: Some tests fail in coverage Travis check
http://bugs.python.org/issue29691

#29689: Asyncio-namespace helpers for async_generators
http://bugs.python.org/issue29689

#29688: Document Path.absolute
http://bugs.python.org/issue29688

#29687: smtplib does not support proxy
http://bugs.python.org/issue29687

#29685: test_gdb failed
http://bugs.python.org/issue29685

#29682: Possible missing NULL check in pyexpat
http://bugs.python.org/issue29682

#29674: Use GCC __attribute__((alloc_size(x,y))) on PyMem_Malloc() fun
http://bugs.python.org/issue29674

#29670: argparse: does not respect required args pre-populated into na
http://bugs.python.org/issue29670



Most recent 15 issues waiting for review (15)
=============================================

#29706: IDLE needs syntax highlighting for async and await
http://bugs.python.org/issue29706

#29695: Weird keyword parameter names in builtins
http://bugs.python.org/issue29695

#29680: gdb/libpython.py does not work with gdb 7.2
http://bugs.python.org/issue29680

#29655: Certain errors during IMPORT_STAR can leak a reference
http://bugs.python.org/issue29655

#29645: webbrowser module import has heavy side effects
http://bugs.python.org/issue29645

#29642: Why does unittest.TestLoader.discover still rely on existence
http://bugs.python.org/issue29642

#29640: _PyThreadState_Init and fork race leads to inconsistent key li
http://bugs.python.org/issue29640

#29623: configparser.ConfigParser.read() does not accept Pathlib path
http://bugs.python.org/issue29623

#29615: SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invok
http://bugs.python.org/issue29615

#29613: Support for SameSite Cookies
http://bugs.python.org/issue29613

#29568: undefined parsing behavior with the old style string formattin
http://bugs.python.org/issue29568

#29557: binhex documentation claims unknown bug
http://bugs.python.org/issue29557

#29555: Update Python Software Foundation Copyright Year
http://bugs.python.org/issue29555

#29553: Argparser does not display closing parentheses in nested mutex
http://bugs.python.org/issue29553

#29549: Improve docstring for str.index
http://bugs.python.org/issue29549



Top 10 most discussed issues (10)
=================================

#29679: Add @contextlib.asynccontextmanager
http://bugs.python.org/issue29679 10 msgs

#26389: Expand traceback module API to accept just an exception as an
http://bugs.python.org/issue26389 9 msgs

#29642: Why does unittest.TestLoader.discover still rely on existence
http://bugs.python.org/issue29642 8 msgs

#28231: zipfile does not support pathlib
http://bugs.python.org/issue28231 7 msgs

#29645: webbrowser module import has heavy side effects
http://bugs.python.org/issue29645 7 msgs

#29695: Weird keyword parameter names in builtins
http://bugs.python.org/issue29695 7 msgs

#29626: Issue with spacing in argparse module while using help
http://bugs.python.org/issue29626 5 msgs

#29639: test suite intentionally avoids referring to localhost, destro
http://bugs.python.org/issue29639 5 msgs

#29649: struct.pack_into check boundary error message didn't respect o
http://bugs.python.org/issue29649 5 msgs

#29677: clarify docs about 'round()' accepting a negative integer for
http://bugs.python.org/issue29677 5 msgs



Issues closed (52)
==================

#7769: SimpleXMLRPCServer.SimpleXMLRPCServer.register_function as dec
http://bugs.python.org/issue7769 closed by xiang.zhang

#9303: Migrate sqlite3 module to _v2 API to enhance performance
http://bugs.python.org/issue9303 closed by berker.peksag

#16285: Update urllib quoting to RFC 3986
http://bugs.python.org/issue16285 closed by ncoghlan

#22594: Add a link to the regex module in re documentation
http://bugs.python.org/issue22594 closed by berker.peksag

#24241: webbrowser default browser detection and/or public API for _tr
http://bugs.python.org/issue24241 closed by ncoghlan

#25008: Deprecate smtpd (based on deprecated asyncore/asynchat)
http://bugs.python.org/issue25008 closed by barry

#25452: Add __bool__() method to subprocess.CompletedProcess
http://bugs.python.org/issue25452 closed by haypo

#26128: Let the subprocess.STARTUPINFO constructor take arguments
http://bugs.python.org/issue26128 closed by ncoghlan

#26184: Add versionchanged note for error when create_module() is not
http://bugs.python.org/issue26184 closed by Mariatta

#26867: test_ssl test_options fails on ubuntu 16.04
http://bugs.python.org/issue26867 closed by xiang.zhang

#27298: redundant iteration over digits in _PyLong_AsUnsignedLongMask
http://bugs.python.org/issue27298 closed by haypo

#28272: a redundant check in maybe_small_long
http://bugs.python.org/issue28272 closed by mark.dickinson

#28279: setuptools failing to read from setup.cfg only in Python 3.6
http://bugs.python.org/issue28279 closed by brett.cannon

#28518: execute("begin immediate") throwing OperationalError
http://bugs.python.org/issue28518 closed by berker.peksag

#28598: RHS not consulted in `str % subclass_of_str` case.
http://bugs.python.org/issue28598 closed by berker.peksag

#28624: Make the `cwd` argument to `subprocess.Popen` accept a `PathLi
http://bugs.python.org/issue28624 closed by berker.peksag

#28663: Higher virtual memory usage on recent Linux versions
http://bugs.python.org/issue28663 closed by inada.naoki

#28911: Clarify the behaviour of assert_called_once_with
http://bugs.python.org/issue28911 closed by berker.peksag

#28961: unittest.mock._Call ignores `name` parameter
http://bugs.python.org/issue28961 closed by berker.peksag

#29098: document minimum sqlite version
http://bugs.python.org/issue29098 closed by berker.peksag

#29110: [patch] Fix file object leak in `aifc.open` when given invalid
http://bugs.python.org/issue29110 closed by inada.naoki

#29121: sqlite3 Controlling Transactions documentation not updated
http://bugs.python.org/issue29121 closed by berker.peksag

#29355: sqlite3: remove sqlite3_stmt_readonly()
http://bugs.python.org/issue29355 closed by berker.peksag

#29376: threading._DummyThread.__repr__ raises AssertionError
http://bugs.python.org/issue29376 closed by xiang.zhang

#29594: implementation of __or__ in enum.auto
http://bugs.python.org/issue29594 closed by ethan.furman

#29637: ast.get_docstring(): AttributeError: 'NoneType' object has no
http://bugs.python.org/issue29637 closed by inada.naoki

#29644: Importing webbrowser outputs a message on stderr
http://bugs.python.org/issue29644 closed by ncoghlan

#29646: ast.parse parses string literals as docstrings
http://bugs.python.org/issue29646 closed by Valentin.Lorentz

#29647: Python 3.6.0
http://bugs.python.org/issue29647 closed by r.david.murray

#29648: Missed reference to create_module() in versionadded (import.rs
http://bugs.python.org/issue29648 closed by Mariatta

#29650: abstractmethod does not work when deriving from Exception
http://bugs.python.org/issue29650 closed by serhiy.storchaka

#29653: IDLE - call tips show wrapper's argpsec instead of wrapped
http://bugs.python.org/issue29653 closed by terry.reedy

#29658: Combining thread and process, process hangs (sometimes)
http://bugs.python.org/issue29658 closed by djstrong

#29661: Typo in the docstring of timeit.Timer.autorange
http://bugs.python.org/issue29661 closed by xiang.zhang

#29662: Fix wrong indentation of timeit.Timer's documenation
http://bugs.python.org/issue29662 closed by xiang.zhang

#29663: Make collections.deque json serializable
http://bugs.python.org/issue29663 closed by serhiy.storchaka

#29664: zip() python 3 documentation not working at all !
http://bugs.python.org/issue29664 closed by serhiy.storchaka

#29665: how to edit or delete issues created by me in bug tracker ?!
http://bugs.python.org/issue29665 closed by berker.peksag

#29666: Issue in enum documentation
http://bugs.python.org/issue29666 closed by haypo

#29668: f-strings don't change the values as expected.
http://bugs.python.org/issue29668 closed by serhiy.storchaka

#29669: Missing import of bisect in the documentation examples
http://bugs.python.org/issue29669 closed by rhettinger

#29671: Add function to gc module to check if any reference cycles hav
http://bugs.python.org/issue29671 closed by mark.dickinson

#29675: SysLogHandler does not seem to always expand %(loglevel)s prop
http://bugs.python.org/issue29675 closed by vinay.sajip

#29678: email.Message.get_params decodes only first one header value
http://bugs.python.org/issue29678 closed by r.david.murray

#29681: getopt fails to handle option with missing value in middle of
http://bugs.python.org/issue29681 closed by serhiy.storchaka

#29683: _PyCode_SetExtra behaviour wrong on allocation failure and aft
http://bugs.python.org/issue29683 closed by serhiy.storchaka

#29684: Minor regression in PyEval_CallObjectWithKeywords()
http://bugs.python.org/issue29684 closed by haypo

#29686: Unittest - Return empty string instead of None object on short
http://bugs.python.org/issue29686 closed by rhettinger

#29690: no %z directive for strptime in python2, doc says nothing abou
http://bugs.python.org/issue29690 closed by r.david.murray

#29693: DeprecationWarning/SyntaxError in test_import
http://bugs.python.org/issue29693 closed by serhiy.storchaka

#29698: _collectionsmodule.c: Replace `n++; while (--n)` with `for (;
http://bugs.python.org/issue29698 closed by rhettinger

#29705: socket.gethostbyname, getaddrinfo etc broken on MacOS 10.12
http://bugs.python.org/issue29705 closed by ned.deily
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-03-03 - 2017-03-10)
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 5850 ( -1)
closed 35695 (+77)
total 41545 (+76)

Open issues with patches: 2444


Issues opened (62)
==================

#27362: json.dumps to check for obj.__json__ before raising TypeError
http://bugs.python.org/issue27362 reopened by serhiy.storchaka

#28685: Optimizing list.sort() by performing safety checks in advance
http://bugs.python.org/issue28685 reopened by serhiy.storchaka

#29571: test_re is failing when local is set for `en_IN`
http://bugs.python.org/issue29571 reopened by serhiy.storchaka

#29715: Arparse improperly handles "-_"
http://bugs.python.org/issue29715 opened by Max Rothman

#29717: `loop.add_reader` and `<<EOF`
http://bugs.python.org/issue29717 opened by vahid.mardani

#29718: Fixed compile on cygwin.
http://bugs.python.org/issue29718 opened by Decorater

#29719: "Date" of what's new is confusing
http://bugs.python.org/issue29719 opened by inada.naoki

#29720: potential silent truncation in PyLong_AsVoidPtr
http://bugs.python.org/issue29720 opened by Oren Milman

#29721: "abort: repository . not found!" during the build of Python 2.
http://bugs.python.org/issue29721 opened by serhiy.storchaka

#29722: heapq.merge docs are misleading with the "reversed" flag
http://bugs.python.org/issue29722 opened by adamniederer

#29723: 3.6.1rc1 adds the current directory to sys.path when running a
http://bugs.python.org/issue29723 opened by nedbat

#29725: sqlite3.Cursor doesn't properly document "arraysize"
http://bugs.python.org/issue29725 opened by jae

#29726: test_xmlrpc raises DeprecationWarnings
http://bugs.python.org/issue29726 opened by dillon.brock

#29727: collections.abc.Reversible doesn't fully support the reversing
http://bugs.python.org/issue29727 opened by serhiy.storchaka

#29728: Expose TCP_NOTSENT_LOWAT
http://bugs.python.org/issue29728 opened by njs

#29729: UUID bytes constructor has too-tight an assertion
http://bugs.python.org/issue29729 opened by jnwatson

#29730: unoptimal calls to PyNumber_Check
http://bugs.python.org/issue29730 opened by Oren Milman

#29731: Ability to filter warnings to print current stack
http://bugs.python.org/issue29731 opened by mbussonn

#29732: Heap out of bounds read in tok_nextc()
http://bugs.python.org/issue29732 opened by Kamil Frankowicz

#29733: concurrent.futures as_completed raise TimeoutError wrong
http://bugs.python.org/issue29733 opened by jiangwanwei

#29734: nt._getfinalpathname handle leak
http://bugs.python.org/issue29734 opened by eryksun

#29735: Optimize functools.partial() for positional arguments
http://bugs.python.org/issue29735 opened by haypo

#29736: Optimize builtin types constructor
http://bugs.python.org/issue29736 opened by haypo

#29737: Optimize concatenating empty tuples
http://bugs.python.org/issue29737 opened by serhiy.storchaka

#29738: Fix memory leak in SSLSocket.getpeercert()
http://bugs.python.org/issue29738 opened by olivielpeau

#29739: zipfile raises wrong exception for some incorrect passwords
http://bugs.python.org/issue29739 opened by jcushman

#29741: BytesIO methods don't accept integer types, while StringIO cou
http://bugs.python.org/issue29741 opened by Oren Milman

#29742: asyncio get_extra_info() throws exception
http://bugs.python.org/issue29742 opened by fafhrd91

#29743: Closing transport during handshake process leaks open socket
http://bugs.python.org/issue29743 opened by fafhrd91

#29745: asyncio: Make pause/resume_reading idepotent and no-op for clo
http://bugs.python.org/issue29745 opened by fafhrd91

#29746: Update marshal docs to Python 3
http://bugs.python.org/issue29746 opened by serhiy.storchaka

#29748: Argument Clinic: slice index converter
http://bugs.python.org/issue29748 opened by serhiy.storchaka

#29750: smtplib doesn't handle unicode passwords
http://bugs.python.org/issue29750 opened by david__

#29751: PyLong_FromString documentation wrong on numbers with leading
http://bugs.python.org/issue29751 opened by cubinator

#29752: Enum._missing_ not called for __getattr__ failures
http://bugs.python.org/issue29752 opened by ethan.furman

#29753: Ctypes Packing Incorrectly - Linux
http://bugs.python.org/issue29753 opened by Charles Machalow

#29755: python3 gettext.lgettext sometimes returns bytes, not string
http://bugs.python.org/issue29755 opened by petri

#29756: Improve documentation for list methods that compare items by e
http://bugs.python.org/issue29756 opened by Alexander Todorov

#29757: The loop in utility `socket.create_connection()` swallows prev
http://bugs.python.org/issue29757 opened by ankostis

#29758: Previously-working SWIG code fails in Python 3.6
http://bugs.python.org/issue29758 opened by Tristan Croll

#29759: Deadlock in multiprocessing.pool.Pool on terminate
http://bugs.python.org/issue29759 opened by mapozyan

#29760: tarfile chokes on reading .tar file with no entries (but does
http://bugs.python.org/issue29760 opened by posita

#29762: Use "raise from None"
http://bugs.python.org/issue29762 opened by serhiy.storchaka

#29763: test_site failing on AppVeyor
http://bugs.python.org/issue29763 opened by brett.cannon

#29765: 2.7.12 compile error from ssl related
http://bugs.python.org/issue29765 opened by ada

#29766: --with-lto still implied by --enable-optimizations in Python 2
http://bugs.python.org/issue29766 opened by Hanno Schlichting

#29767: build python failed on test_socket due to unused_port is actua
http://bugs.python.org/issue29767 opened by Shuo Li

#29769: pkgutil._iter_file_finder_modules should not be fooled by *.py
http://bugs.python.org/issue29769 opened by wolma

#29770: Executable help output (--help) at commandline is wrong for op
http://bugs.python.org/issue29770 opened by tds333

#29776: Modernize properties
http://bugs.python.org/issue29776 opened by serhiy.storchaka

#29777: argparse arguments in main parser hide an argument in subparse
http://bugs.python.org/issue29777 opened by Alan Evangelista

#29778: _Py_CheckPython3 uses uninitialized dllpath when embedder sets
http://bugs.python.org/issue29778 opened by Tibor Csonka

#29779: New environment variable PYTHONHISTORY
http://bugs.python.org/issue29779 opened by 0xl3vi

#29780: Interpreter hang on self._epoll.poll(timeout, max_ev)
http://bugs.python.org/issue29780 opened by k1.hedayati

#29781: SSLObject.version returns incorrect value before handshake.
http://bugs.python.org/issue29781 opened by Lukasa

#29782: Use __builtin_clzl for bits_in_digit if available
http://bugs.python.org/issue29782 opened by niklasf

#29783: Modify codecs.open() to use the io module instead of codecs.St
http://bugs.python.org/issue29783 opened by haypo

#29784: Erroneous link in shutil.copy description
http://bugs.python.org/issue29784 opened by pep.

#29785: Registration link sent via email by the tracker is http
http://bugs.python.org/issue29785 opened by pep.

#29786: asyncio.wrap_future() is not documented
http://bugs.python.org/issue29786 opened by haypo

#29787: Internal importlib frames visible when module imported by impo
http://bugs.python.org/issue29787 opened by ulope

#29788: tarfile: Add absolute_path option to tarfile, disabled by defa
http://bugs.python.org/issue29788 opened by haypo



Most recent 15 issues with no replies (15)
==========================================

#29788: tarfile: Add absolute_path option to tarfile, disabled by defa
http://bugs.python.org/issue29788

#29787: Internal importlib frames visible when module imported by impo
http://bugs.python.org/issue29787

#29786: asyncio.wrap_future() is not documented
http://bugs.python.org/issue29786

#29785: Registration link sent via email by the tracker is http
http://bugs.python.org/issue29785

#29784: Erroneous link in shutil.copy description
http://bugs.python.org/issue29784

#29782: Use __builtin_clzl for bits_in_digit if available
http://bugs.python.org/issue29782

#29780: Interpreter hang on self._epoll.poll(timeout, max_ev)
http://bugs.python.org/issue29780

#29779: New environment variable PYTHONHISTORY
http://bugs.python.org/issue29779

#29770: Executable help output (--help) at commandline is wrong for op
http://bugs.python.org/issue29770

#29766: --with-lto still implied by --enable-optimizations in Python 2
http://bugs.python.org/issue29766

#29763: test_site failing on AppVeyor
http://bugs.python.org/issue29763

#29755: python3 gettext.lgettext sometimes returns bytes, not string
http://bugs.python.org/issue29755

#29748: Argument Clinic: slice index converter
http://bugs.python.org/issue29748

#29746: Update marshal docs to Python 3
http://bugs.python.org/issue29746

#29745: asyncio: Make pause/resume_reading idepotent and no-op for clo
http://bugs.python.org/issue29745



Most recent 15 issues waiting for review (15)
=============================================

#29776: Modernize properties
http://bugs.python.org/issue29776

#29769: pkgutil._iter_file_finder_modules should not be fooled by *.py
http://bugs.python.org/issue29769

#29762: Use "raise from None"
http://bugs.python.org/issue29762

#29748: Argument Clinic: slice index converter
http://bugs.python.org/issue29748

#29746: Update marshal docs to Python 3
http://bugs.python.org/issue29746

#29741: BytesIO methods don't accept integer types, while StringIO cou
http://bugs.python.org/issue29741

#29737: Optimize concatenating empty tuples
http://bugs.python.org/issue29737

#29735: Optimize functools.partial() for positional arguments
http://bugs.python.org/issue29735

#29728: Expose TCP_NOTSENT_LOWAT
http://bugs.python.org/issue29728

#29726: test_xmlrpc raises DeprecationWarnings
http://bugs.python.org/issue29726

#29718: Fixed compile on cygwin.
http://bugs.python.org/issue29718

#29706: IDLE needs syntax highlighting for async and await
http://bugs.python.org/issue29706

#29694: race condition in pathlib mkdir with flags parents=True
http://bugs.python.org/issue29694

#29680: gdb/libpython.py does not work with gdb 7.2
http://bugs.python.org/issue29680

#29657: os.symlink: FileExistsError shows wrong message
http://bugs.python.org/issue29657



Top 10 most discussed issues (10)
=================================

#20087: Mismatch between glibc and X11 locale.alias
http://bugs.python.org/issue20087 19 msgs

#29723: 3.6.1rc1 adds the current directory to sys.path when running a
http://bugs.python.org/issue29723 18 msgs

#29718: Fixed compile on cygwin.
http://bugs.python.org/issue29718 13 msgs

#29741: BytesIO methods don't accept integer types, while StringIO cou
http://bugs.python.org/issue29741 13 msgs

#29319: Embedded 3.6.0 distribution cannot run pyz files
http://bugs.python.org/issue29319 11 msgs

#29638: Spurious failures in test_collections in releak hunting mode a
http://bugs.python.org/issue29638 10 msgs

#29758: Previously-working SWIG code fails in Python 3.6
http://bugs.python.org/issue29758 10 msgs

#29571: test_re is failing when local is set for `en_IN`
http://bugs.python.org/issue29571 9 msgs

#29719: "Date" of what's new is confusing
http://bugs.python.org/issue29719 8 msgs

#29783: Modify codecs.open() to use the io module instead of codecs.St
http://bugs.python.org/issue29783 8 msgs



Issues closed (53)
==================

#6759: zipfile.ZipExtFile.read() is missing universal newline support
http://bugs.python.org/issue6759 closed by serhiy.storchaka

#9051: Improve pickle format for timezone aware datetime instances
http://bugs.python.org/issue9051 closed by serhiy.storchaka

#10408: Denser dicts and linear probing
http://bugs.python.org/issue10408 closed by serhiy.storchaka

#15954: No error checking after using of the wcsxfrm()
http://bugs.python.org/issue15954 closed by serhiy.storchaka

#17003: Unification of read() and readline() argument names
http://bugs.python.org/issue17003 closed by serhiy.storchaka

#17441: Do not cache re.compile
http://bugs.python.org/issue17441 closed by serhiy.storchaka

#21509: json.load fails to read UTF-8 file with (BOM) Byte Order Marks
http://bugs.python.org/issue21509 closed by serhiy.storchaka

#24329: __qualname__ and __slots__
http://bugs.python.org/issue24329 closed by xiang.zhang

#25582: Fixed memory leaks in test_ctypes
http://bugs.python.org/issue25582 closed by serhiy.storchaka

#25744: Reference leaks in test_collections
http://bugs.python.org/issue25744 closed by serhiy.storchaka

#26213: Document BUILD_*_UNPACK opcodes
http://bugs.python.org/issue26213 closed by brett.cannon

#26744: print() function hangs on MS-Windows 10
http://bugs.python.org/issue26744 closed by Ma Lin

#27577: Make implementation and doc of tuple and list more compliant
http://bugs.python.org/issue27577 closed by xiang.zhang

#27850: Remove 3DES from cipher list (sweet32 CVE-2016-2183)
http://bugs.python.org/issue27850 closed by larry

#28231: zipfile does not support pathlib
http://bugs.python.org/issue28231 closed by serhiy.storchaka

#28243: Performance regression in functools.partial()
http://bugs.python.org/issue28243 closed by haypo

#28298: can't set big int-like objects to items in array 'Q', 'L' and
http://bugs.python.org/issue28298 closed by serhiy.storchaka

#28682: Bytes support in os.fwalk()
http://bugs.python.org/issue28682 closed by serhiy.storchaka

#28728: test_host_resolution in test_socket fails
http://bugs.python.org/issue28728 closed by xiang.zhang

#28893: Make sure exceptions raised in __aiter__ are properly chained
http://bugs.python.org/issue28893 closed by yselivanov

#28963: Use-after-free in _asyncio_Future_remove_done_callback() of _a
http://bugs.python.org/issue28963 closed by yselivanov

#29271: Task.current_task(None) returns unexpected result
http://bugs.python.org/issue29271 closed by yselivanov

#29455: Mention coverage.py in trace module documentation
http://bugs.python.org/issue29455 closed by brett.cannon

#29537: Alternative fix for BUILD_MAP_UNPACK_WITH_CALL opcode in 3.5
http://bugs.python.org/issue29537 closed by ncoghlan

#29568: undefined parsing behavior with the old style string formattin
http://bugs.python.org/issue29568 closed by xiang.zhang

#29623: configparser.ConfigParser.read() does not accept Pathlib path
http://bugs.python.org/issue29623 closed by berker.peksag

#29645: webbrowser module import has heavy side effects
http://bugs.python.org/issue29645 closed by serhiy.storchaka

#29676: C method is not profiled by lsprof
http://bugs.python.org/issue29676 closed by inada.naoki

#29682: Possible missing NULL check in pyexpat
http://bugs.python.org/issue29682 closed by serhiy.storchaka

#29691: Some tests fail in coverage Travis check
http://bugs.python.org/issue29691 closed by brett.cannon

#29695: Weird keyword parameter names in builtins
http://bugs.python.org/issue29695 closed by serhiy.storchaka

#29697: Wrong ECDH configuration with OpenSSL 1.1
http://bugs.python.org/issue29697 closed by dstufft

#29701: Add close method to queue.Queue
http://bugs.python.org/issue29701 closed by rhettinger

#29704: Can't read data from Transport after asyncio.SubprocessStreamP
http://bugs.python.org/issue29704 closed by yselivanov

#29709: Short-circuiting not only on False and True
http://bugs.python.org/issue29709 closed by Mariatta

#29713: String changes whether or not '\x81' is present
http://bugs.python.org/issue29713 closed by r.david.murray

#29714: can't interpolate byte string with \x00 before replacement ide
http://bugs.python.org/issue29714 closed by xiang.zhang

#29716: Python 3 Module doc still sounds like __init__.py is required
http://bugs.python.org/issue29716 closed by brett.cannon

#29724: Itertools docs propose a harmful “speedup” without any exp
http://bugs.python.org/issue29724 closed by rhettinger

#29740: Visual C++ CRT security update from 14 June 2011
http://bugs.python.org/issue29740 closed by steve.dower

#29744: memmap behavior changed
http://bugs.python.org/issue29744 closed by xiang.zhang

#29747: unittest - assertDoesNotRaise
http://bugs.python.org/issue29747 closed by r.david.murray

#29749: Outdated int() docstring
http://bugs.python.org/issue29749 closed by brett.cannon

#29754: sorted ignores reverse=True when sorting produces same list
http://bugs.python.org/issue29754 closed by tim.peters

#29761: Wrong size of c_ulong in linux, windows version is fine
http://bugs.python.org/issue29761 closed by eryksun

#29764: PyUnicode_Decode with encoding utf8 crashes
http://bugs.python.org/issue29764 closed by xiang.zhang

#29768: Fix expact version check
http://bugs.python.org/issue29768 closed by serhiy.storchaka

#29771: An email and MIME handling package - Add support to send CC of
http://bugs.python.org/issue29771 closed by eric.smith

#29772: Unintentionally deleted line on library/collections.rst
http://bugs.python.org/issue29772 closed by rhettinger

#29773: Additional float-from-string tests
http://bugs.python.org/issue29773 closed by serhiy.storchaka

#29774: Improve zipfile handling of corrupted extra field
http://bugs.python.org/issue29774 closed by serhiy.storchaka

#29775: There appears to be a spurious ^0 in sys.version for 3.6.1rc1
http://bugs.python.org/issue29775 closed by ned.deily

#29789: zipfile: Add absolute_path option, disabled by default
http://bugs.python.org/issue29789 closed by haypo
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-03-10 - 2017-03-17)
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 5841 ( -9)
closed 35752 (+57)
total 41593 (+48)

Open issues with patches: 2436


Issues opened (27)
==================

#29791: print documentation: flush is also a keyword argument
http://bugs.python.org/issue29791 opened by Lucio Ricardo Montero Valenzuela

#29793: Convert some builtin types constructors to Argument Clinic
http://bugs.python.org/issue29793 opened by serhiy.storchaka

#29796: test_weakref hangs on AppVeyor (2.7)
http://bugs.python.org/issue29796 opened by zach.ware

#29798: Handle "git worktree" in "make patchcheck"
http://bugs.python.org/issue29798 opened by ncoghlan

#29799: Add tests for header API of 'urllib.request.Request' class
http://bugs.python.org/issue29799 opened by jaysinh.shukla

#29802: A possible null-pointer dereference in struct.s_unpack_interna
http://bugs.python.org/issue29802 opened by artem.smotrakov

#29803: Remove some redandunt ops in unicodeobject.c
http://bugs.python.org/issue29803 opened by xiang.zhang

#29804: test_ctypes test_pass_by_value fails on arm64 (aarch64) archit
http://bugs.python.org/issue29804 opened by ishcherb

#29805: Pathlib.replace cannot move file to a different drive on Windo
http://bugs.python.org/issue29805 opened by Laurent.Mazuel

#29807: ArgParse page in library reference rewrite
http://bugs.python.org/issue29807 opened by sweavo

#29810: Rename ssl.Purpose.{CLIENT,SERVER}_AUTH
http://bugs.python.org/issue29810 opened by alex

#29811: Avoid temporary method object in PyObject_CallMethod() and PyO
http://bugs.python.org/issue29811 opened by haypo

#29812: test for token.py, and consistency tests for tokenize.py
http://bugs.python.org/issue29812 opened by r.david.murray

#29816: Get rid of C limitation for shift count in right shift
http://bugs.python.org/issue29816 opened by serhiy.storchaka

#29818: Py_SetStandardStreamEncoding leads to a memory error in debug
http://bugs.python.org/issue29818 opened by ncoghlan

#29819: Avoid raising OverflowError in truncate() if possible
http://bugs.python.org/issue29819 opened by serhiy.storchaka

#29822: inspect.isabstract does not work on abstract base classes duri
http://bugs.python.org/issue29822 opened by So8res

#29823: mimetypes guesses XSL mimetype when passed an XML file
http://bugs.python.org/issue29823 opened by Aleksey Bilogur

#29824: Hostname validation in SSL match_hostname()
http://bugs.python.org/issue29824 opened by ssivakorn

#29828: Allow registering after-fork initializers in multiprocessing
http://bugs.python.org/issue29828 opened by pitrou

#29829: Documentation lacks clear warning of subprocess issue with pyt
http://bugs.python.org/issue29829 opened by Steve Barnes

#29830: pyexpat.errors doesn't have __spec__ and __loader__ set
http://bugs.python.org/issue29830 opened by mjacob

#29832: Don't refer to getsockaddrarg in error messages
http://bugs.python.org/issue29832 opened by serhiy.storchaka

#29833: Avoid raising OverflowError if possible
http://bugs.python.org/issue29833 opened by serhiy.storchaka

#29834: Raise ValueError rather of OverflowError in PyLong_AsUnsignedL
http://bugs.python.org/issue29834 opened by serhiy.storchaka

#29835: py_blake2*_new_impl produces inconsistent error messages, and
http://bugs.python.org/issue29835 opened by Oren Milman

#29836: Remove nturl2path from test_sundry and amend its docstring
http://bugs.python.org/issue29836 opened by Jim Fasarakis-Hilliard



Most recent 15 issues with no replies (15)
==========================================

#29833: Avoid raising OverflowError if possible
http://bugs.python.org/issue29833

#29832: Don't refer to getsockaddrarg in error messages
http://bugs.python.org/issue29832

#29830: pyexpat.errors doesn't have __spec__ and __loader__ set
http://bugs.python.org/issue29830

#29822: inspect.isabstract does not work on abstract base classes duri
http://bugs.python.org/issue29822

#29819: Avoid raising OverflowError in truncate() if possible
http://bugs.python.org/issue29819

#29818: Py_SetStandardStreamEncoding leads to a memory error in debug
http://bugs.python.org/issue29818

#29803: Remove some redandunt ops in unicodeobject.c
http://bugs.python.org/issue29803

#29802: A possible null-pointer dereference in struct.s_unpack_interna
http://bugs.python.org/issue29802

#29799: Add tests for header API of 'urllib.request.Request' class
http://bugs.python.org/issue29799

#29796: test_weakref hangs on AppVeyor (2.7)
http://bugs.python.org/issue29796

#29791: print documentation: flush is also a keyword argument
http://bugs.python.org/issue29791

#29780: Interpreter hang on self._epoll.poll(timeout, max_ev)
http://bugs.python.org/issue29780

#29766: --with-lto still implied by --enable-optimizations in Python 2
http://bugs.python.org/issue29766

#29755: python3 gettext.lgettext sometimes returns bytes, not string
http://bugs.python.org/issue29755

#29748: Argument Clinic: slice index converter
http://bugs.python.org/issue29748



Most recent 15 issues waiting for review (15)
=============================================

#29816: Get rid of C limitation for shift count in right shift
http://bugs.python.org/issue29816

#29803: Remove some redandunt ops in unicodeobject.c
http://bugs.python.org/issue29803

#29802: A possible null-pointer dereference in struct.s_unpack_interna
http://bugs.python.org/issue29802

#29793: Convert some builtin types constructors to Argument Clinic
http://bugs.python.org/issue29793

#29776: Modernize properties
http://bugs.python.org/issue29776

#29769: pkgutil._iter_file_finder_modules should not be fooled by *.py
http://bugs.python.org/issue29769

#29762: Use "raise from None"
http://bugs.python.org/issue29762

#29760: tarfile chokes on reading .tar file with no entries (but does
http://bugs.python.org/issue29760

#29748: Argument Clinic: slice index converter
http://bugs.python.org/issue29748

#29741: BytesIO methods don't accept integer types, while StringIO cou
http://bugs.python.org/issue29741

#29737: Optimize concatenating empty tuples
http://bugs.python.org/issue29737

#29728: Expose TCP_NOTSENT_LOWAT
http://bugs.python.org/issue29728

#29718: Fixed compile on cygwin.
http://bugs.python.org/issue29718

#29706: IDLE needs syntax highlighting for async and await
http://bugs.python.org/issue29706

#29694: race condition in pathlib mkdir with flags parents=True
http://bugs.python.org/issue29694



Top 10 most discussed issues (10)
=================================

#28685: Optimizing list.sort() by performing safety checks in advance
http://bugs.python.org/issue28685 25 msgs

#29816: Get rid of C limitation for shift count in right shift
http://bugs.python.org/issue29816 10 msgs

#29688: Add support for Path.absolute()
http://bugs.python.org/issue29688 8 msgs

#3353: make built-in tokenizer available via Python C API
http://bugs.python.org/issue3353 7 msgs

#15988: Inconsistency in overflow error messages of integer argument
http://bugs.python.org/issue15988 6 msgs

#25478: Consider adding a normalize() method to collections.Counter()
http://bugs.python.org/issue25478 6 msgs

#29828: Allow registering after-fork initializers in multiprocessing
http://bugs.python.org/issue29828 6 msgs

#29517: "Can't pickle local object" when uses functools.partial with m
http://bugs.python.org/issue29517 5 msgs

#29636: Specifying indent in the json.tool command
http://bugs.python.org/issue29636 5 msgs

#29715: Argparse improperly handles "-_"
http://bugs.python.org/issue29715 5 msgs



Issues closed (53)
==================

#4851: xml.dom.minidom.Element.cloneNode fails with AttributeError
http://bugs.python.org/issue4851 closed by berker.peksag

#12284: argparse.ArgumentParser: usage example option
http://bugs.python.org/issue12284 closed by martin.panter

#15695: Correct __sizeof__ support for StgDict
http://bugs.python.org/issue15695 closed by serhiy.storchaka

#24622: tokenize.py: missing EXACT_TOKEN_TYPES
http://bugs.python.org/issue24622 closed by skrah

#26121: Use C99 functions in math if available
http://bugs.python.org/issue26121 closed by serhiy.storchaka

#27880: cPickle fails on large objects (still - 2011 and counting)
http://bugs.python.org/issue27880 closed by serhiy.storchaka

#28230: tarfile does not support pathlib
http://bugs.python.org/issue28230 closed by berker.peksag

#28667: FD_SETSIZE is unsigned on FreeBSD
http://bugs.python.org/issue28667 closed by serhiy.storchaka

#28739: PEP 498: docstrings as f-strings
http://bugs.python.org/issue28739 closed by Mariatta

#28856: %b format for bytes does not support objects that follow the b
http://bugs.python.org/issue28856 closed by xiang.zhang

#29026: time.time() documentation should mention UTC timezone
http://bugs.python.org/issue29026 closed by haypo

#29319: Embedded 3.6.0 distribution cannot run pyz files
http://bugs.python.org/issue29319 closed by ncoghlan

#29507: Use FASTCALL in typeobject.c call_method() to avoid temporary
http://bugs.python.org/issue29507 closed by haypo

#29540: Add compact=True flag to json.dump/dumps
http://bugs.python.org/issue29540 closed by rhettinger

#29548: Recommend PyObject_Call* APIs over PyEval_Call*() APIs
http://bugs.python.org/issue29548 closed by inada.naoki

#29592: abs_paths() in site.py is slow
http://bugs.python.org/issue29592 closed by inada.naoki

#29600: Returning an exception object from a coroutine triggers implic
http://bugs.python.org/issue29600 closed by yselivanov

#29656: Change "make patchcheck" to be branch aware
http://bugs.python.org/issue29656 closed by ncoghlan

#29722: heapq.merge docs are misleading with the "reversed" flag
http://bugs.python.org/issue29722 closed by rhettinger

#29723: 3.6.1rc1 adds the current directory to sys.path when running a
http://bugs.python.org/issue29723 closed by ncoghlan

#29726: test_xmlrpc raises DeprecationWarnings
http://bugs.python.org/issue29726 closed by berker.peksag

#29730: unoptimal calls to PyNumber_Check
http://bugs.python.org/issue29730 closed by serhiy.storchaka

#29735: Optimize functools.partial() for positional arguments
http://bugs.python.org/issue29735 closed by haypo

#29742: asyncio get_extra_info() throws exception
http://bugs.python.org/issue29742 closed by yselivanov

#29746: Update marshal docs to Python 3
http://bugs.python.org/issue29746 closed by serhiy.storchaka

#29763: test_site failing on AppVeyor
http://bugs.python.org/issue29763 closed by zach.ware

#29765: 2.7.12 compile error from ssl related
http://bugs.python.org/issue29765 closed by christian.heimes

#29770: Executable help output (--help) at commandline is wrong for op
http://bugs.python.org/issue29770 closed by xiang.zhang

#29784: Erroneous link in shutil.copy description
http://bugs.python.org/issue29784 closed by Mariatta

#29785: Registration link sent via email by the tracker is http
http://bugs.python.org/issue29785 closed by ezio.melotti

#29786: asyncio.wrap_future() is not documented
http://bugs.python.org/issue29786 closed by martin.panter

#29787: Internal importlib frames visible when module imported by impo
http://bugs.python.org/issue29787 closed by brett.cannon

#29790: Optional use of /dev/random on linux
http://bugs.python.org/issue29790 closed by ncoghlan

#29792: "Fatal Python error: Cannot recover from stack overflow." from
http://bugs.python.org/issue29792 closed by David MacIver

#29794: Incorrect error message on invalid __class__ assignments
http://bugs.python.org/issue29794 closed by steven.daprano

#29795: Clarify how to share multiprocessing primitives
http://bugs.python.org/issue29795 closed by davin

#29797: Deadlock with multiprocessing.Queue()
http://bugs.python.org/issue29797 closed by tim.peters

#29800: functools.partial segfaults in repr when keywords attribute is
http://bugs.python.org/issue29800 closed by serhiy.storchaka

#29801: Spam
http://bugs.python.org/issue29801 closed by zach.ware

#29806: Requesting version info with lowercase -v or -vv causes an imp
http://bugs.python.org/issue29806 closed by ned.deily

#29808: SyslogHandler: should not raise exception in constructor if co
http://bugs.python.org/issue29808 closed by vinay.sajip

#29809: TypeError in traceback.print_exc - unicode does not have the b
http://bugs.python.org/issue29809 closed by jason.coombs

#29813: PyTuple_GetSlice does not always return a new tuple
http://bugs.python.org/issue29813 closed by rhettinger

#29814: parsing f-strings -- opening brace of expression gets duplicat
http://bugs.python.org/issue29814 closed by serhiy.storchaka

#29815: Fail at divide a negative integer number for a positive intege
http://bugs.python.org/issue29815 closed by martin.panter

#29817: File IO r+ read, write, read causes garbage data write.
http://bugs.python.org/issue29817 closed by paul.moore

#29820: Broken link to "GUI Programming with Python: QT Edition" book
http://bugs.python.org/issue29820 closed by Mariatta

#29821: importing module shutil executes file 'copy.py'
http://bugs.python.org/issue29821 closed by ammar2

#29825: PyFunction_New() not validate code object
http://bugs.python.org/issue29825 closed by serhiy.storchaka

#29826: " don't work on Mac under IDLE
http://bugs.python.org/issue29826 closed by ned.deily

#29827: os.path.exists() returns False for certain file name
http://bugs.python.org/issue29827 closed by eryksun

#29831: os.path.exists seems can not recgnize "~"
http://bugs.python.org/issue29831 closed by martin.panter

#29837: python3 pycopg2 import issue on solaris 10
http://bugs.python.org/issue29837 closed by eric.smith
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-03-17 - 2017-03-24)
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 5860 (+19)
closed 35792 (+40)
total 41652 (+59)

Open issues with patches: 2431


Issues opened (40)
==================

#29838: Check that sq_length and mq_length return non-negative result
http://bugs.python.org/issue29838 opened by serhiy.storchaka

#29839: Avoid raising OverflowError in len() when __len__() returns ne
http://bugs.python.org/issue29839 opened by serhiy.storchaka

#29840: Avoid raising OverflowError in bool()
http://bugs.python.org/issue29840 opened by serhiy.storchaka

#29841: errors raised by bytes and bytearray constructors for invalid
http://bugs.python.org/issue29841 opened by Oren Milman

#29842: Make Executor.map work with infinite/large inputs correctly
http://bugs.python.org/issue29842 opened by josh.r

#29843: errors raised by ctypes.Array for invalid _length_ attribute
http://bugs.python.org/issue29843 opened by Oren Milman

#29844: Windows Python installers not installing DLL to System32/SysWO
http://bugs.python.org/issue29844 opened by TBBle

#29846: ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDec
http://bugs.python.org/issue29846 opened by ajstewart

#29847: Path takes and ignores **kwargs
http://bugs.python.org/issue29847 opened by Jelle Zijlstra

#29851: Have importlib.reload() raise ImportError when a spec can't be
http://bugs.python.org/issue29851 opened by Richard Cooper

#29852: Argument Clinic: add common converter to Py_ssize_t that accep
http://bugs.python.org/issue29852 opened by serhiy.storchaka

#29854: Segfault when readline history is more then 2 * history size
http://bugs.python.org/issue29854 opened by nirs

#29857: Provide `sys.executable_argv` for host application's command l
http://bugs.python.org/issue29857 opened by ncoghlan

#29858: inspect.signature includes bound argument for wrappers around
http://bugs.python.org/issue29858 opened by anton-ryzhov

#29860: smtplib.py doesn't capitalize EHLO.
http://bugs.python.org/issue29860 opened by Lord Anton Hvornum

#29862: Fix grammar typo in importlib.reload() exception
http://bugs.python.org/issue29862 opened by brett.cannon

#29863: Add a COMPACT constant to the json module
http://bugs.python.org/issue29863 opened by brett.cannon

#29867: Add asserts in PyXXX_GET_SIZE macros
http://bugs.python.org/issue29867 opened by serhiy.storchaka

#29868: multiprocessing.dummy missing cpu_count
http://bugs.python.org/issue29868 opened by johnwiseman

#29869: Underscores in numeric literals not supported in lib2to3.
http://bugs.python.org/issue29869 opened by nevsan

#29870: ssl socket leak
http://bugs.python.org/issue29870 opened by thehesiod

#29871: Enable optimized locks on Windows
http://bugs.python.org/issue29871 opened by josh.r

#29877: compileall hangs when accessing urandom even if number of work
http://bugs.python.org/issue29877 opened by virtuald

#29878: Add global instances of int 0 and 1
http://bugs.python.org/issue29878 opened by serhiy.storchaka

#29879: typing.Text not available in python 3.5.1
http://bugs.python.org/issue29879 opened by Charles Bouchard-Légaré

#29881: Add a new private API clear private variables, which are initi
http://bugs.python.org/issue29881 opened by haypo

#29882: Add an efficient popcount method for integers
http://bugs.python.org/issue29882 opened by niklasf

#29883: asyncio: Windows Proactor Event Loop UDP Support
http://bugs.python.org/issue29883 opened by Adam Meily

#29885: Allow GMT timezones to be used in datetime.
http://bugs.python.org/issue29885 opened by Decorater

#29886: links between binascii.{un,}hexlify / bytes.{,to}hex
http://bugs.python.org/issue29886 opened by chrysn

#29887: test_normalization doesn't work
http://bugs.python.org/issue29887 opened by serhiy.storchaka

#29888: The link referring to "Python download page" is broken
http://bugs.python.org/issue29888 opened by cocoatomo

#29889: test_asyncio fails always
http://bugs.python.org/issue29889 opened by Thomas Knox

#29890: Constructor of ipaddress.IPv*Interface does not follow documen
http://bugs.python.org/issue29890 opened by Ilya.Kulakov

#29891: urllib.request.Request accepts but doesn't check bytes headers
http://bugs.python.org/issue29891 opened by ezio.melotti

#29892: change statement for open() is splited into two part in middle
http://bugs.python.org/issue29892 opened by OSAMU.NAKAMURA

#29893: create_subprocess_exec doc doesn't match software
http://bugs.python.org/issue29893 opened by Torrin Jones

#29894: Deprecate returning a subclass of complex from __complex__
http://bugs.python.org/issue29894 opened by serhiy.storchaka

#29895: Distutils blows up with an incorrect pypirc, should be caught
http://bugs.python.org/issue29895 opened by Tommy Carpenter

#29896: ElementTree.fromstring raises undocumented UnicodeError
http://bugs.python.org/issue29896 opened by vfaronov



Most recent 15 issues with no replies (15)
==========================================

#29896: ElementTree.fromstring raises undocumented UnicodeError
http://bugs.python.org/issue29896

#29895: Distutils blows up with an incorrect pypirc, should be caught
http://bugs.python.org/issue29895

#29894: Deprecate returning a subclass of complex from __complex__
http://bugs.python.org/issue29894

#29893: create_subprocess_exec doc doesn't match software
http://bugs.python.org/issue29893

#29891: urllib.request.Request accepts but doesn't check bytes headers
http://bugs.python.org/issue29891

#29888: The link referring to "Python download page" is broken
http://bugs.python.org/issue29888

#29887: test_normalization doesn't work
http://bugs.python.org/issue29887

#29886: links between binascii.{un,}hexlify / bytes.{,to}hex
http://bugs.python.org/issue29886

#29883: asyncio: Windows Proactor Event Loop UDP Support
http://bugs.python.org/issue29883

#29877: compileall hangs when accessing urandom even if number of work
http://bugs.python.org/issue29877

#29868: multiprocessing.dummy missing cpu_count
http://bugs.python.org/issue29868

#29852: Argument Clinic: add common converter to Py_ssize_t that accep
http://bugs.python.org/issue29852

#29840: Avoid raising OverflowError in bool()
http://bugs.python.org/issue29840

#29838: Check that sq_length and mq_length return non-negative result
http://bugs.python.org/issue29838

#29818: Py_SetStandardStreamEncoding leads to a memory error in debug
http://bugs.python.org/issue29818



Most recent 15 issues waiting for review (15)
=============================================

#29894: Deprecate returning a subclass of complex from __complex__
http://bugs.python.org/issue29894

#29892: change statement for open() is splited into two part in middle
http://bugs.python.org/issue29892

#29878: Add global instances of int 0 and 1
http://bugs.python.org/issue29878

#29869: Underscores in numeric literals not supported in lib2to3.
http://bugs.python.org/issue29869

#29867: Add asserts in PyXXX_GET_SIZE macros
http://bugs.python.org/issue29867

#29858: inspect.signature includes bound argument for wrappers around
http://bugs.python.org/issue29858

#29854: Segfault when readline history is more then 2 * history size
http://bugs.python.org/issue29854

#29852: Argument Clinic: add common converter to Py_ssize_t that accep
http://bugs.python.org/issue29852

#29843: errors raised by ctypes.Array for invalid _length_ attribute
http://bugs.python.org/issue29843

#29840: Avoid raising OverflowError in bool()
http://bugs.python.org/issue29840

#29839: Avoid raising OverflowError in len() when __len__() returns ne
http://bugs.python.org/issue29839

#29838: Check that sq_length and mq_length return non-negative result
http://bugs.python.org/issue29838

#29822: inspect.isabstract does not work on abstract base classes duri
http://bugs.python.org/issue29822

#29816: Get rid of C limitation for shift count in right shift
http://bugs.python.org/issue29816

#29803: Remove some redandunt ops in unicodeobject.c
http://bugs.python.org/issue29803



Top 10 most discussed issues (10)
=================================

#29881: Add a new private API clear private variables, which are initi
http://bugs.python.org/issue29881 21 msgs

#21895: signal.pause() and signal handlers don't react to SIGCHLD in n
http://bugs.python.org/issue21895 14 msgs

#29857: Provide `sys.executable_argv` for host application's command l
http://bugs.python.org/issue29857 12 msgs

#15988: Inconsistency in overflow error messages of integer argument
http://bugs.python.org/issue15988 9 msgs

#29843: errors raised by ctypes.Array for invalid _length_ attribute
http://bugs.python.org/issue29843 8 msgs

#29846: ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDec
http://bugs.python.org/issue29846 8 msgs

#29847: Path takes and ignores **kwargs
http://bugs.python.org/issue29847 7 msgs

#29844: Windows Python installers not installing DLL to System32/SysWO
http://bugs.python.org/issue29844 6 msgs

#29863: Add a COMPACT constant to the json module
http://bugs.python.org/issue29863 6 msgs

#29869: Underscores in numeric literals not supported in lib2to3.
http://bugs.python.org/issue29869 6 msgs



Issues closed (39)
==================

#8256: input() doesn't catch _PyUnicode_AsString() exception; io.Stri
http://bugs.python.org/issue8256 closed by serhiy.storchaka

#14208: No way to recover original argv with python -m
http://bugs.python.org/issue14208 closed by ncoghlan

#19930: os.makedirs('dir1/dir2', 0) always fails
http://bugs.python.org/issue19930 closed by serhiy.storchaka

#22744: os.mkdir on Windows silently strips trailing blanks from direc
http://bugs.python.org/issue22744 closed by serhiy.storchaka

#24037: Argument Clinic: add the boolint converter
http://bugs.python.org/issue24037 closed by serhiy.storchaka

#24796: Deleting names referencing from enclosed and enclosing scopes
http://bugs.python.org/issue24796 closed by Mariatta

#25455: Some repr implementations don't check for self-referential str
http://bugs.python.org/issue25455 closed by serhiy.storchaka

#26418: multiprocessing.pool.ThreadPool eats up memories
http://bugs.python.org/issue26418 closed by pitrou

#28331: "CPython implementation detail:" removed when content translat
http://bugs.python.org/issue28331 closed by inada.naoki

#28749: Fixed the documentation of the mapping codec APIs
http://bugs.python.org/issue28749 closed by serhiy.storchaka

#28876: bool of large range raises OverflowError
http://bugs.python.org/issue28876 closed by serhiy.storchaka

#29574: python-3.6.0.tgz permissions borked
http://bugs.python.org/issue29574 closed by ned.deily

#29615: SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invok
http://bugs.python.org/issue29615 closed by serhiy.storchaka

#29638: Spurious failures in test_collections in releak hunting mode a
http://bugs.python.org/issue29638 closed by serhiy.storchaka

#29728: Expose TCP_NOTSENT_LOWAT
http://bugs.python.org/issue29728 closed by Mariatta

#29748: Argument Clinic: slice index converter
http://bugs.python.org/issue29748 closed by serhiy.storchaka

#29776: Modernize properties
http://bugs.python.org/issue29776 closed by serhiy.storchaka

#29793: Convert some builtin types constructors to Argument Clinic
http://bugs.python.org/issue29793 closed by serhiy.storchaka

#29836: Remove nturl2path from test_sundry and amend its docstring
http://bugs.python.org/issue29836 closed by brett.cannon

#29845: Mark tests that use _testcapi as CPython-only
http://bugs.python.org/issue29845 closed by serhiy.storchaka

#29848: Cannot use Decorators of the same class that requires an insta
http://bugs.python.org/issue29848 closed by r.david.murray

#29849: fix memory leak in import_from
http://bugs.python.org/issue29849 closed by xiang.zhang

#29850: file access, other drives
http://bugs.python.org/issue29850 closed by Gabriel POTTER

#29853: Improve exception messages for remove and index methods
http://bugs.python.org/issue29853 closed by serhiy.storchaka

#29855: The traceback compounding of RecursionError fails to work with
http://bugs.python.org/issue29855 closed by ncoghlan

#29856: curses online documentation typo
http://bugs.python.org/issue29856 closed by Mariatta

#29859: Return code of pthread_* in thread_pthread.h is not used for p
http://bugs.python.org/issue29859 closed by Birne94

#29861: multiprocessing Pool keeps objects (tasks, args, results) aliv
http://bugs.python.org/issue29861 closed by pitrou

#29864: Misuse of Py_SIZE in dict.fromkey()
http://bugs.python.org/issue29864 closed by serhiy.storchaka

#29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete typ
http://bugs.python.org/issue29865 closed by serhiy.storchaka

#29866: Added datetime_diff to datetime.py.
http://bugs.python.org/issue29866 closed by serhiy.storchaka

#29872: spam
http://bugs.python.org/issue29872 closed by xiang.zhang

#29873: Need a look for return value checking [_elementtree.c]
http://bugs.python.org/issue29873 closed by xiang.zhang

#29874: Need a look for return value checking [selectmodule.c]
http://bugs.python.org/issue29874 closed by xiang.zhang

#29875: IDLE quit unexpectedly
http://bugs.python.org/issue29875 closed by ned.deily

#29876: Check for null return value [_elementtree.c : subelement]
http://bugs.python.org/issue29876 closed by xiang.zhang

#29880: python3.6 install readline ,and then cpython exit
http://bugs.python.org/issue29880 closed by zach.ware

#29884: faulthandler does not properly restore sigaltstack during tear
http://bugs.python.org/issue29884 closed by Mariatta

#1117601: os.path.exists returns false negatives in MAC environments.
http://bugs.python.org/issue1117601 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-03-24 - 2017-03-31)
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 5855 ( -8)
closed 35854 (+65)
total 41709 (+57)

Open issues with patches: 2419


Issues opened (36)
==================

#11913: sdist refuses README.rst
http://bugs.python.org/issue11913 reopened by pitrou

#29880: python3.6 install readline ,and then cpython exit
http://bugs.python.org/issue29880 reopened by pz

#29897: itertools.chain behaves strangly when copied with copy.copy
http://bugs.python.org/issue29897 opened by MSeifert

#29898: PYTHONLEGACYWINDOWSIOENCODING isn't implemented
http://bugs.python.org/issue29898 opened by eryksun

#29899: zlib missing when --enable--optimizations option appended
http://bugs.python.org/issue29899 opened by kyren ???

#29902: copy breaks staticmethod
http://bugs.python.org/issue29902 opened by dangyogi

#29903: struct.Struct Addition
http://bugs.python.org/issue29903 opened by palaviv

#29905: TypeErrors not formatting values correctly
http://bugs.python.org/issue29905 opened by Jim Fasarakis-Hilliard

#29906: Add callback parameter to concurrent.futures.Executor.map
http://bugs.python.org/issue29906 opened by aron.bordin

#29909: types.coroutine monkey patches original function
http://bugs.python.org/issue29909 opened by Omnifarious

#29910: Ctrl-D eats a character on IDLE
http://bugs.python.org/issue29910 opened by serhiy.storchaka

#29911: Uninstall command line in Windows registry does not uninstall
http://bugs.python.org/issue29911 opened by Christian.Ullrich

#29914: Incorrect signatures of object.__reduce__() and object.__reduc
http://bugs.python.org/issue29914 opened by serhiy.storchaka

#29915: Drop Mac OS X Tiger support in Python 3.7?
http://bugs.python.org/issue29915 opened by haypo

#29916: No explicit documentation for PyGetSetDef and getter and sette
http://bugs.python.org/issue29916 opened by MSeifert

#29920: Document cgitb.text and cgitb.html
http://bugs.python.org/issue29920 opened by xmorel

#29922: error message when __aexit__ is not async
http://bugs.python.org/issue29922 opened by Tadhg McDonald-Jensen

#29925: test_uuid fails on OS X Tiger
http://bugs.python.org/issue29925 opened by haypo

#29926: time.sleep ignores _thread.interrupt_main()
http://bugs.python.org/issue29926 opened by Mark

#29929: Eliminate implicit __main__ relative imports
http://bugs.python.org/issue29929 opened by ncoghlan

#29930: Waiting for asyncio.StreamWriter.drain() twice in parallel rai
http://bugs.python.org/issue29930 opened by metathink

#29931: ipaddress.ip_interface __lt__ check seems to be broken
http://bugs.python.org/issue29931 opened by Sanjay

#29933: asyncio: set_write_buffer_limits() doc doesn't specify unit of
http://bugs.python.org/issue29933 opened by haypo

#29937: argparse mutex group should allow mandatory parameters
http://bugs.python.org/issue29937 opened by Mark Nolan

#29939: Compiler warning in _ctypes_test.c
http://bugs.python.org/issue29939 opened by serhiy.storchaka

#29940: Add follow_wrapped=True option to help()
http://bugs.python.org/issue29940 opened by samwyse

#29941: Confusion between asserts and Py_DEBUG
http://bugs.python.org/issue29941 opened by Thomas Wouters

#29943: PySlice_GetIndicesEx change broke ABI in 3.5 and 3.6 branches
http://bugs.python.org/issue29943 opened by njs

#29944: Argumentless super() calls do not work in classes constructed
http://bugs.python.org/issue29944 opened by assume_away

#29947: In SocketServer, why not passing a factory instance for the Re
http://bugs.python.org/issue29947 opened by dominic108

#29948: DeprecationWarning when parse ElementTree with a doctype in 2.
http://bugs.python.org/issue29948 opened by serhiy.storchaka

#29949: sizeof set after set_merge() is doubled from 3.5
http://bugs.python.org/issue29949 opened by inada.naoki

#29950: Rename SlotWrapperType to WrapperDescriptorType
http://bugs.python.org/issue29950 opened by Jim Fasarakis-Hilliard

#29951: PyArg_ParseTupleAndKeywords exception messages containing "fun
http://bugs.python.org/issue29951 opened by MSeifert

#29952: "keys and values" is preferred to "keys and elements" for name
http://bugs.python.org/issue29952 opened by cocoatomo

#29953: Memory leak in the replace() method of datetime and time objec
http://bugs.python.org/issue29953 opened by serhiy.storchaka



Most recent 15 issues with no replies (15)
==========================================

#29953: Memory leak in the replace() method of datetime and time objec
http://bugs.python.org/issue29953

#29950: Rename SlotWrapperType to WrapperDescriptorType
http://bugs.python.org/issue29950

#29948: DeprecationWarning when parse ElementTree with a doctype in 2.
http://bugs.python.org/issue29948

#29940: Add follow_wrapped=True option to help()
http://bugs.python.org/issue29940

#29937: argparse mutex group should allow mandatory parameters
http://bugs.python.org/issue29937

#29925: test_uuid fails on OS X Tiger
http://bugs.python.org/issue29925

#29916: No explicit documentation for PyGetSetDef and getter and sette
http://bugs.python.org/issue29916

#29914: Incorrect signatures of object.__reduce__() and object.__reduc
http://bugs.python.org/issue29914

#29906: Add callback parameter to concurrent.futures.Executor.map
http://bugs.python.org/issue29906

#29905: TypeErrors not formatting values correctly
http://bugs.python.org/issue29905

#29895: Distutils blows up with an incorrect pypirc, should be caught
http://bugs.python.org/issue29895

#29886: links between binascii.{un,}hexlify / bytes.{,to}hex
http://bugs.python.org/issue29886

#29883: asyncio: Windows Proactor Event Loop UDP Support
http://bugs.python.org/issue29883

#29877: compileall hangs when accessing urandom even if number of work
http://bugs.python.org/issue29877

#29868: multiprocessing.dummy missing cpu_count
http://bugs.python.org/issue29868



Most recent 15 issues waiting for review (15)
=============================================

#29953: Memory leak in the replace() method of datetime and time objec
http://bugs.python.org/issue29953

#29951: PyArg_ParseTupleAndKeywords exception messages containing "fun
http://bugs.python.org/issue29951

#29930: Waiting for asyncio.StreamWriter.drain() twice in parallel rai
http://bugs.python.org/issue29930

#29914: Incorrect signatures of object.__reduce__() and object.__reduc
http://bugs.python.org/issue29914

#29897: itertools.chain behaves strangly when copied with copy.copy
http://bugs.python.org/issue29897

#29869: Underscores in numeric literals not supported in lib2to3.
http://bugs.python.org/issue29869

#29867: Add asserts in PyXXX_GET_SIZE macros
http://bugs.python.org/issue29867

#29858: inspect.signature includes bound argument for wrappers around
http://bugs.python.org/issue29858

#29854: Segfault when readline history is more then 2 * history size
http://bugs.python.org/issue29854

#29843: errors raised by ctypes.Array for invalid _length_ attribute
http://bugs.python.org/issue29843

#29840: Avoid raising OverflowError in bool()
http://bugs.python.org/issue29840

#29839: Avoid raising OverflowError in len() when __len__() returns ne
http://bugs.python.org/issue29839

#29838: Check that sq_length and mq_length return non-negative result
http://bugs.python.org/issue29838

#29822: inspect.isabstract does not work on abstract base classes duri
http://bugs.python.org/issue29822

#29803: Remove some redandunt ops in unicodeobject.c
http://bugs.python.org/issue29803



Top 10 most discussed issues (10)
=================================

#27593: Deprecate sys._mercurial and create sys._git
http://bugs.python.org/issue27593 14 msgs

#29926: time.sleep ignores _thread.interrupt_main()
http://bugs.python.org/issue29926 10 msgs

#29572: Upgrade installers to OpenSSL 1.0.2k
http://bugs.python.org/issue29572 8 msgs

#29573: NamedTemporaryFile with delete=True should not fail if file al
http://bugs.python.org/issue29573 8 msgs

#29887: test_normalization doesn't work
http://bugs.python.org/issue29887 7 msgs

#29899: zlib missing when --enable--optimizations option appended
http://bugs.python.org/issue29899 7 msgs

#29930: Waiting for asyncio.StreamWriter.drain() twice in parallel rai
http://bugs.python.org/issue29930 7 msgs

#29949: sizeof set after set_merge() is doubled from 3.5
http://bugs.python.org/issue29949 7 msgs

#29951: PyArg_ParseTupleAndKeywords exception messages containing "fun
http://bugs.python.org/issue29951 7 msgs

#28556: typing.py upgrades
http://bugs.python.org/issue28556 6 msgs



Issues closed (67)
==================

#6532: thread.get_ident() should return unsigned value
http://bugs.python.org/issue6532 closed by serhiy.storchaka

#10030: Patch for zip decryption speedup
http://bugs.python.org/issue10030 closed by serhiy.storchaka

#12518: In string.Template it's impossible to transform delimiter in t
http://bugs.python.org/issue12518 closed by barry

#16011: "in" should be consistent with return value of __contains__
http://bugs.python.org/issue16011 closed by Mariatta

#19791: test_pathlib should use can_symlink or skip_unless_symlink fro
http://bugs.python.org/issue19791 closed by brett.cannon

#19824: string.Template: Rewrite docs to emphasize i18n use case
http://bugs.python.org/issue19824 closed by serhiy.storchaka

#20314: Potentially confusing formulation in 6.1.4. Template strings
http://bugs.python.org/issue20314 closed by barry

#20548: Use specific asserts in warnings and exceptions tests
http://bugs.python.org/issue20548 closed by serhiy.storchaka

#20552: Use specific asserts in bytes tests
http://bugs.python.org/issue20552 closed by terry.reedy

#22049: argparse: type=<callable> doesn't honor nargs > 1
http://bugs.python.org/issue22049 closed by paul.j3

#22392: Clarify documentation of __getinitargs__
http://bugs.python.org/issue22392 closed by Mariatta

#22744: os.mkdir on Windows silently strips trailing blanks from direc
http://bugs.python.org/issue22744 closed by serhiy.storchaka

#22962: ipaddress: Add optional prefixlen argument to ip_interface and
http://bugs.python.org/issue22962 closed by Gary.van.der.Merwe

#23241: shutil should accept pathlib types
http://bugs.python.org/issue23241 closed by serhiy.storchaka

#23487: argparse: add_subparsers 'action' broken
http://bugs.python.org/issue23487 closed by paul.j3

#23901: Force console stdout to use UTF8 on Windows
http://bugs.python.org/issue23901 closed by martin.panter

#24154: pathlib.Path.rename moves file to Path.cwd() when argument is
http://bugs.python.org/issue24154 closed by serhiy.storchaka

#24251: Different behavior for argparse between 2.7.8 and 2.7.9 when a
http://bugs.python.org/issue24251 closed by paul.j3

#24821: The optimization of string search can cause pessimization
http://bugs.python.org/issue24821 closed by serhiy.storchaka

#25803: pathlib.Path('/').mkdir() raises wrong error type
http://bugs.python.org/issue25803 closed by serhiy.storchaka

#25996: Add support of file descriptor in os.scandir()
http://bugs.python.org/issue25996 closed by serhiy.storchaka

#27446: struct: allow per-item byte order
http://bugs.python.org/issue27446 closed by rhettinger

#28692: gettext: deprecate selecting plural form by fractional numbers
http://bugs.python.org/issue28692 closed by serhiy.storchaka

#28699: Imap from ThreadPool behaves unexpectedly
http://bugs.python.org/issue28699 closed by xiang.zhang

#28810: Document bytecode changes in 3.6
http://bugs.python.org/issue28810 closed by levkivskyi

#29176: /tmp does not exist on Android and is used by curses.window.pu
http://bugs.python.org/issue29176 closed by haypo

#29204: Add code deprecations in ElementTree
http://bugs.python.org/issue29204 closed by serhiy.storchaka

#29557: binhex documentation claims unknown bug
http://bugs.python.org/issue29557 closed by serhiy.storchaka

#29619: st_ino (unsigned long long) is casted to long long in posixmod
http://bugs.python.org/issue29619 closed by xiang.zhang

#29632: argparse values for action in add_argument() should be flags i
http://bugs.python.org/issue29632 closed by pgacv2

#29643: --enable-optimizations compiler flag has no effect
http://bugs.python.org/issue29643 closed by inada.naoki

#29677: clarify docs about 'round()' accepting a negative integer for
http://bugs.python.org/issue29677 closed by Mariatta

#29720: potential silent truncation in PyLong_AsVoidPtr
http://bugs.python.org/issue29720 closed by haypo

#29737: Optimize concatenating empty tuples
http://bugs.python.org/issue29737 closed by serhiy.storchaka

#29816: Get rid of C limitation for shift count in right shift
http://bugs.python.org/issue29816 closed by serhiy.storchaka

#29852: Argument Clinic: add common converter to Py_ssize_t that accep
http://bugs.python.org/issue29852 closed by serhiy.storchaka

#29862: Fix grammar typo in importlib.reload() exception
http://bugs.python.org/issue29862 closed by Mariatta

#29878: Add global instances of int 0 and 1
http://bugs.python.org/issue29878 closed by serhiy.storchaka

#29884: faulthandler does not properly restore sigaltstack during tear
http://bugs.python.org/issue29884 closed by Mariatta

#29888: The link referring to "Python download page" is broken
http://bugs.python.org/issue29888 closed by ned.deily

#29892: change statement for open() is splited into two part in middle
http://bugs.python.org/issue29892 closed by Mariatta

#29894: Deprecate returning a subclass of complex from __complex__
http://bugs.python.org/issue29894 closed by serhiy.storchaka

#29896: ElementTree.fromstring raises undocumented UnicodeError
http://bugs.python.org/issue29896 closed by terry.reedy

#29900: Remove unneeded wrappers in pathlib
http://bugs.python.org/issue29900 closed by serhiy.storchaka

#29901: Support path-like objects in zipapp
http://bugs.python.org/issue29901 closed by serhiy.storchaka

#29904: Fix a number of error message typos
http://bugs.python.org/issue29904 closed by Jim Fasarakis-Hilliard

#29907: Unicode encoding failure
http://bugs.python.org/issue29907 closed by eryksun

#29908: Inconsistent crashing with an access violation
http://bugs.python.org/issue29908 closed by Cameron Mckain

#29912: Overlapping tests between list_tests and seq_tests
http://bugs.python.org/issue29912 closed by brett.cannon

#29913: ipadress compare_networks does not work according to documenta
http://bugs.python.org/issue29913 closed by xiang.zhang

#29917: Wrong link target in PyMethodDef documentation
http://bugs.python.org/issue29917 closed by orsenthil

#29918: Missed "const" modifiers in C API documentation
http://bugs.python.org/issue29918 closed by serhiy.storchaka

#29919: Remove unused imports found by pyflakes
http://bugs.python.org/issue29919 closed by haypo

#29921: datetime validation is stricter in 3.6.1 than previous version
http://bugs.python.org/issue29921 closed by haypo

#29923: PEP487 __init_subclass__ incompatible with abc.ABCMeta
http://bugs.python.org/issue29923 closed by xiang.zhang

#29924: Useless argument in call to PyErr_Format
http://bugs.python.org/issue29924 closed by haypo

#29927: Unnecessary code in the c-api/exceptions.c
http://bugs.python.org/issue29927 closed by xiang.zhang

#29928: Add f-strings to Glossary
http://bugs.python.org/issue29928 closed by Mariatta

#29932: Missing word ("be") in error message ("first argument must a t
http://bugs.python.org/issue29932 closed by brett.cannon

#29934: % formatting fails to find formatting code in bytes type after
http://bugs.python.org/issue29934 closed by xiang.zhang

#29935: list and tuple index methods should accept None parameters
http://bugs.python.org/issue29935 closed by serhiy.storchaka

#29936: Typo in __GNU*C*_MINOR__ guard affecting gcc 3.x
http://bugs.python.org/issue29936 closed by benjamin.peterson

#29938: subprocess.run calling bash on windows10 cause 0x80070057 erro
http://bugs.python.org/issue29938 closed by eryksun

#29942: Stack overflow in itertools.chain.from_iterable.
http://bugs.python.org/issue29942 closed by twouters

#29945: decode string:u"\ufffd" UnicodeEncodeError
http://bugs.python.org/issue29945 closed by eryksun

#29946: compiler warning "sqrtpi defined but not used"
http://bugs.python.org/issue29946 closed by xiang.zhang

#1117601: os.path.exists returns false negatives in MAC environments.
http://bugs.python.org/issue1117601 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2017-03-31 - 2017-04-07)
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 5882 (+27)
closed 35891 (+37)
total 41773 (+64)

Open issues with patches: 2413


Issues opened (48)
==================

#29939: Compiler warning in _ctypes_test.c
http://bugs.python.org/issue29939 reopened by vinay.sajip

#29956: math.exp documentation is misleading
http://bugs.python.org/issue29956 opened by belopolsky

#29957: unnecessary LBYL for key contained in defaultdict, lib2to3/btm
http://bugs.python.org/issue29957 opened by selik

#29960: _random.Random state corrupted on exception
http://bugs.python.org/issue29960 opened by bryangeneolson

#29963: Remove obsolete declaration PyTokenizer_RestoreEncoding in tok
http://bugs.python.org/issue29963 opened by Jim Fasarakis-Hilliard

#29964: %z directive has no effect on the output of time.strptime
http://bugs.python.org/issue29964 opened by Paul Pinterits

#29966: typing.get_type_hints doesn't really work for classes with For
http://bugs.python.org/issue29966 opened by simon.percivall

#29967: "AMD64 FreeBSD 9.x 3.x" tries to rebuild Include/opcode.h, tim
http://bugs.python.org/issue29967 opened by haypo

#29970: Severe open file leakage running asyncio SSL server
http://bugs.python.org/issue29970 opened by kyuupichan

#29971: Lock.acquire() not interruptible on Windows
http://bugs.python.org/issue29971 opened by pitrou

#29972: Skip tests known to fail on AIX
http://bugs.python.org/issue29972 opened by haypo

#29974: Change typing.TYPE_CHECKING doc example
http://bugs.python.org/issue29974 opened by rav

#29975: Issue in extending documentation
http://bugs.python.org/issue29975 opened by Namjun Kim

#29976: urllib.parse clarify what ' ' in schemes mean
http://bugs.python.org/issue29976 opened by orsenthil

#29979: cgi.parse_multipart is not consistent with FieldStorage
http://bugs.python.org/issue29979 opened by quentel

#29980: OSError: multiple exceptions should preserve the exception typ
http://bugs.python.org/issue29980 opened by r.david.murray

#29981: Update Index for set, dict, and generator 'comprehensions'
http://bugs.python.org/issue29981 opened by terry.reedy

#29982: tempfile.TemporaryDirectory fails to delete itself
http://bugs.python.org/issue29982 opened by max

#29983: Reference TOC: expand 'Atoms' and 'Primaries'
http://bugs.python.org/issue29983 opened by terry.reedy

#29984: Improve test coverage for 'heapq' module
http://bugs.python.org/issue29984 opened by Robert Day

#29985: make install doesn't seem to support --quiet
http://bugs.python.org/issue29985 opened by chris.jerdonek

#29986: Documentation recommends raising TypeError from tp_richcompare
http://bugs.python.org/issue29986 opened by Devin Jeanpierre

#29987: inspect.isgeneratorfunction not working with partial functions
http://bugs.python.org/issue29987 opened by Thomas Antony

#29988: (async) with blocks and try/finally are not as KeyboardInterru
http://bugs.python.org/issue29988 opened by njs

#29989: subprocess.Popen does not handle file-like objects without fil
http://bugs.python.org/issue29989 opened by rtpg

#29990: Range checking in GB18030 decoder
http://bugs.python.org/issue29990 opened by Ma Lin

#29991: http client marks valid multipart headers with defects.
http://bugs.python.org/issue29991 opened by pareshverma91

#29992: Expose parse_string in JSONDecoder
http://bugs.python.org/issue29992 opened by oberstet

#29994: site.USER_SITE is None for Windows embeddable Python 3.6
http://bugs.python.org/issue29994 opened by brechtm

#29995: re.escape() escapes too much
http://bugs.python.org/issue29995 opened by serhiy.storchaka

#29996: Use terminal width by default in pprint
http://bugs.python.org/issue29996 opened by serhiy.storchaka

#29997: Suggested changes for https://docs.python.org/3.6/extending/ex
http://bugs.python.org/issue29997 opened by ArthurGoldberg

#29998: Pickling and copying ImportError doesn't preserve name and pat
http://bugs.python.org/issue29998 opened by serhiy.storchaka

#29999: repr() of ImportError misses keyword arguments name and path
http://bugs.python.org/issue29999 opened by serhiy.storchaka

#30000: Inconsistency in the zlib module
http://bugs.python.org/issue30000 opened by Ellison Marks

#30002: Minor change to https://docs.python.org/3.6/extending/building
http://bugs.python.org/issue30002 opened by ArthurGoldberg

#30003: Remove hz codec
http://bugs.python.org/issue30003 opened by Ma Lin

#30004: in regex-howto, improve example on grouping
http://bugs.python.org/issue30004 opened by Cristian Barbarosie

#30005: Pickling and copying exceptions doesn't preserve non-__dict__
http://bugs.python.org/issue30005 opened by serhiy.storchaka

#30006: Deadlocks in `concurrent.futures.ProcessPoolExecutor`
http://bugs.python.org/issue30006 opened by tomMoral

#30008: OpenSSL 1.1.0 deprecated functions
http://bugs.python.org/issue30008 opened by floppymaster

#30011: HTMLParser class is not thread safe
http://bugs.python.org/issue30011 opened by ale2017

#30012: gzip.open(filename, "rt") fails on Python 2.7.11 on win32, inv
http://bugs.python.org/issue30012 opened by maubp

#30013: Compiler warning in Modules/posixmodule.c
http://bugs.python.org/issue30013 opened by louielu

#30014: Speedup DefaultSelectors.modify() by 1.5x
http://bugs.python.org/issue30014 opened by giampaolo.rodola

#30015: Windows also treats full-width spaces as a delimiter when pars
http://bugs.python.org/issue30015 opened by LCY

#30016: No sideways scrolling in IDLE
http://bugs.python.org/issue30016 opened by Jensen Taylor

#30017: zlib.error: Error -2 while flushing: inconsistent stream state
http://bugs.python.org/issue30017 opened by Jeremy Heiner



Most recent 15 issues with no replies (15)
==========================================

#30017: zlib.error: Error -2 while flushing: inconsistent stream state
http://bugs.python.org/issue30017

#30016: No sideways scrolling in IDLE
http://bugs.python.org/issue30016

#30015: Windows also treats full-width spaces as a delimiter when pars
http://bugs.python.org/issue30015

#30013: Compiler warning in Modules/posixmodule.c
http://bugs.python.org/issue30013

#30012: gzip.open(filename, "rt") fails on Python 2.7.11 on win32, inv
http://bugs.python.org/issue30012

#30011: HTMLParser class is not thread safe
http://bugs.python.org/issue30011

#30008: OpenSSL 1.1.0 deprecated functions
http://bugs.python.org/issue30008

#30006: Deadlocks in `concurrent.futures.ProcessPoolExecutor`
http://bugs.python.org/issue30006

#30005: Pickling and copying exceptions doesn't preserve non-__dict__
http://bugs.python.org/issue30005

#29998: Pickling and copying ImportError doesn't preserve name and pat
http://bugs.python.org/issue29998

#29995: re.escape() escapes too much
http://bugs.python.org/issue29995

#29994: site.USER_SITE is None for Windows embeddable Python 3.6
http://bugs.python.org/issue29994

#29985: make install doesn't seem to support --quiet
http://bugs.python.org/issue29985

#29984: Improve test coverage for 'heapq' module
http://bugs.python.org/issue29984

#29982: tempfile.TemporaryDirectory fails to delete itself
http://bugs.python.org/issue29982



Most recent 15 issues waiting for review (15)
=============================================

#30014: Speedup DefaultSelectors.modify() by 1.5x
http://bugs.python.org/issue30014

#29999: repr() of ImportError misses keyword arguments name and path
http://bugs.python.org/issue29999

#29998: Pickling and copying ImportError doesn't preserve name and pat
http://bugs.python.org/issue29998

#29996: Use terminal width by default in pprint
http://bugs.python.org/issue29996

#29995: re.escape() escapes too much
http://bugs.python.org/issue29995

#29990: Range checking in GB18030 decoder
http://bugs.python.org/issue29990

#29974: Change typing.TYPE_CHECKING doc example
http://bugs.python.org/issue29974

#29963: Remove obsolete declaration PyTokenizer_RestoreEncoding in tok
http://bugs.python.org/issue29963

#29957: unnecessary LBYL for key contained in defaultdict, lib2to3/btm
http://bugs.python.org/issue29957

#29951: PyArg_ParseTupleAndKeywords exception messages containing "fun
http://bugs.python.org/issue29951

#29947: In SocketServer, why not passing a factory instance for the Re
http://bugs.python.org/issue29947

#29930: Waiting for asyncio.StreamWriter.drain() twice in parallel rai
http://bugs.python.org/issue29930

#29926: time.sleep ignores _thread.interrupt_main()
http://bugs.python.org/issue29926

#29914: Incorrect signatures of object.__reduce__() and object.__reduc
http://bugs.python.org/issue29914

#29897: itertools.chain behaves strangly when copied with copy.copy
http://bugs.python.org/issue29897



Top 10 most discussed issues (10)
=================================

#29947: In SocketServer, why not passing a factory instance for the Re
http://bugs.python.org/issue29947 15 msgs

#30014: Speedup DefaultSelectors.modify() by 1.5x
http://bugs.python.org/issue30014 11 msgs

#29996: Use terminal width by default in pprint
http://bugs.python.org/issue29996 10 msgs

#28157: Document time module constants (timezone, tzname, etc.) as dep
http://bugs.python.org/issue28157 9 msgs

#29941: Confusion between asserts and Py_DEBUG
http://bugs.python.org/issue29941 8 msgs

#29957: unnecessary LBYL for key contained in defaultdict, lib2to3/btm
http://bugs.python.org/issue29957 7 msgs

#29964: %z directive has no effect on the output of time.strptime
http://bugs.python.org/issue29964 7 msgs

#29956: math.exp documentation is misleading
http://bugs.python.org/issue29956 6 msgs

#5906: Risk of confusion in multiprocessing module - daemonic process
http://bugs.python.org/issue5906 5 msgs

#19225: lack of PyExc_BufferError doc
http://bugs.python.org/issue19225 5 msgs



Issues closed (35)
==================

#11066: cgi.py proposals : sys.stdout encoding + rewriting of parsing
http://bugs.python.org/issue11066 closed by quentel

#13290: get vars for object with __slots__
http://bugs.python.org/issue13290 closed by rhettinger

#15083: Rewrite ElementTree tests in a cleaner and safer way
http://bugs.python.org/issue15083 closed by serhiy.storchaka

#16510: Using appropriate checks in tests
http://bugs.python.org/issue16510 closed by serhiy.storchaka

#20545: Use specific asserts in unicode tests
http://bugs.python.org/issue20545 closed by serhiy.storchaka

#20547: Use specific asserts in bigmem tests
http://bugs.python.org/issue20547 closed by serhiy.storchaka

#24117: Wrong range checking in GB18030 decoder.
http://bugs.python.org/issue24117 closed by Ma Lin

#26947: Hashable documentation improvement needed
http://bugs.python.org/issue26947 closed by orsenthil

#28115: Use argparse for the zipfile module
http://bugs.python.org/issue28115 closed by serhiy.storchaka

#29339: Interactive: Move to same indentation level as previousline
http://bugs.python.org/issue29339 closed by terry.reedy

#29549: Improve docstring for str.index
http://bugs.python.org/issue29549 closed by rhettinger

#29569: threading.Timer class: Continue periodical execution till acti
http://bugs.python.org/issue29569 closed by rhettinger

#29649: struct.pack_into check boundary error message ignores offset
http://bugs.python.org/issue29649 closed by serhiy.storchaka

#29654: SimpleHTTPRequestHandler should support browser cache
http://bugs.python.org/issue29654 closed by serhiy.storchaka

#29725: sqlite3.Cursor doesn't properly document "arraysize"
http://bugs.python.org/issue29725 closed by orsenthil

#29762: Use "raise from None"
http://bugs.python.org/issue29762 closed by serhiy.storchaka

#29949: sizeof set after set_merge() is doubled from 3.5
http://bugs.python.org/issue29949 closed by inada.naoki

#29953: Memory leak in the replace() method of datetime and time objec
http://bugs.python.org/issue29953 closed by serhiy.storchaka

#29954: multiprocessing.Pool.__exit__() calls terminate() instead of c
http://bugs.python.org/issue29954 closed by pitrou

#29955: logging decimal point should come from locale
http://bugs.python.org/issue29955 closed by vinay.sajip

#29958: Use add_mutually_exclusive_group(required=True) in zipfile and
http://bugs.python.org/issue29958 closed by serhiy.storchaka

#29959: re.match failed to match left square brackets as the first cha
http://bugs.python.org/issue29959 closed by serhiy.storchaka

#29961: More compact sets and frozensets created from sets
http://bugs.python.org/issue29961 closed by rhettinger

#29962: Add math.remainder operation
http://bugs.python.org/issue29962 closed by mark.dickinson

#29965: MatchObject __getitem__() should support slicing and len
http://bugs.python.org/issue29965 closed by serhiy.storchaka

#29968: Document that no characters are allowed to proceed \ in explic
http://bugs.python.org/issue29968 closed by Jim Fasarakis-Hilliard

#29969: Typo in decimal error message
http://bugs.python.org/issue29969 closed by skrah

#29973: Travis CI docs broken: UnboundLocalError: local variable 'pref
http://bugs.python.org/issue29973 closed by haypo

#29977: re.sub stalls forever on an unmatched non-greedy case
http://bugs.python.org/issue29977 closed by serhiy.storchaka

#29978: Remove remove merge=union attribute for Misc/NEWS in 3.6 and 2
http://bugs.python.org/issue29978 closed by Mariatta

#29993: error of parsing encoded words in email of standard library
http://bugs.python.org/issue29993 closed by r.david.murray

#30001: CPython contribution docs reference missing /issuetracker page
http://bugs.python.org/issue30001 closed by Mariatta

#30007: report bug
http://bugs.python.org/issue30007 closed by xiang.zhang

#30009: Integer conversion failure
http://bugs.python.org/issue30009 closed by eryksun

#30010: Initial bytes to BytesIO cannot be seeked to
http://bugs.python.org/issue30010 closed by serhiy.storchaka
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com

1 ... 12 13 14 15 16 17 18 19 20  View All