ACTIVITY SUMMARY (2018-01-19 - 2018-01-26) Python tracker at https://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 6445 (+45) closed 37988 (+39) total 44433 (+84) Open issues with patches: 2512 Issues opened (70) ================== #10381: Add timezone support to datetime C API https://bugs.python.org/issue10381 reopened by vstinner #20767: Some python extensions can't be compiled with clang 3.4 https://bugs.python.org/issue20767 reopened by vstinner #29708: support reproducible Python builds https://bugs.python.org/issue29708 reopened by brett.cannon #32441: os.dup2 should return the new fd https://bugs.python.org/issue32441 reopened by vstinner #32591: Deprecate sys.set_coroutine_wrapper and replace it with more f https://bugs.python.org/issue32591 reopened by yselivanov #32599: Add dtrace hook for PyCFunction_Call https://bugs.python.org/issue32599 opened by fche #32601: PosixPathTest.test_expanduser fails in NixOS build sandbox https://bugs.python.org/issue32601 opened by andersk #32603: Deprecation warning on strings used in re module https://bugs.python.org/issue32603 opened by csabella #32604: Expose the subinterpreters C-API in Python for testing use. https://bugs.python.org/issue32604 opened by eric.snow #32605: Should we really hide unawaited coroutine warnings when an exc https://bugs.python.org/issue32605 opened by njs #32606: Email Header Injection Protection Bypass https://bugs.python.org/issue32606 opened by thedoctorsoup #32608: Incompatibilities with the socketserver and multiprocessing pa https://bugs.python.org/issue32608 opened by rbprogrammer #32609: Add setter and getter for min/max protocol ersion https://bugs.python.org/issue32609 opened by christian.heimes #32610: asyncio.all_tasks() should return only non-finished tasks. https://bugs.python.org/issue32610 opened by asvetlov #32611: Tkinter taskbar icon (Windows) https://bugs.python.org/issue32611 opened by Minion Jim #32612: pathlib.(Pure)WindowsPaths can compare equal but refer to diff https://bugs.python.org/issue32612 opened by benrg #32613: Use PEP 397 py launcher in windows faq https://bugs.python.org/issue32613 opened by mdk #32614: Fix documentation examples of using re with escape sequences https://bugs.python.org/issue32614 opened by csabella #32615: Inconsistent behavior if globals is a dict subclass https://bugs.python.org/issue32615 opened by ppperry #32616: Significant performance problems with Python 2.7 built with cl https://bugs.python.org/issue32616 opened by zmwangx #32620: [3.5] Travis CI fails on Python 3.5 with "pyenv: version `3.5' https://bugs.python.org/issue32620 opened by vstinner #32621: Problem of consistence in collection.abc documentation https://bugs.python.org/issue32621 opened by yahya-abou-imran #32622: Implement loop.sendfile https://bugs.python.org/issue32622 opened by asvetlov #32623: Resize dict on del/pop https://bugs.python.org/issue32623 opened by yselivanov #32624: Implement WriteTransport.is_protocol_paused() https://bugs.python.org/issue32624 opened by asvetlov #32625: Update the dis module documentation to reflect switch to wordc https://bugs.python.org/issue32625 opened by belopolsky #32626: Subscript unpacking raises SyntaxError https://bugs.python.org/issue32626 opened by Ben Burrill #32627: Header dependent _uuid build failure on Fedora 27 https://bugs.python.org/issue32627 opened by ncoghlan #32628: Add configurable DirectoryIndex to http.server https://bugs.python.org/issue32628 opened by epaulson #32629: PyImport_ImportModule occasionally cause access violation https://bugs.python.org/issue32629 opened by Jack Branson #32630: Migrate decimal to use PEP 567 context variables https://bugs.python.org/issue32630 opened by yselivanov #32631: IDLE: revise zzdummy.py https://bugs.python.org/issue32631 opened by terry.reedy #32637: Android: set sys.platform to android https://bugs.python.org/issue32637 opened by vstinner #32638: distutils test errors with AIX and xlc https://bugs.python.org/issue32638 opened by Michael.Felt #32640: Python 2.7 str.join documentation is incorrect https://bugs.python.org/issue32640 opened by Malcolm Smith #32642: add support for path-like objects in sys.path https://bugs.python.org/issue32642 opened by chris.jerdonek #32644: unittest.mock.call len() error https://bugs.python.org/issue32644 opened by snakevil #32645: test_asyncio: TLS tests fail on "x86 Windows7" buildbot https://bugs.python.org/issue32645 opened by vstinner #32646: test_asyncgen: race condition on test_async_gen_asyncio_gc_acl https://bugs.python.org/issue32646 opened by vstinner #32647: Undefined references when compiling ctypes on binutils 2.29.1 https://bugs.python.org/issue32647 opened by cstratak #32649: complete C API doc debug and profile part with new PyTrace_OPC https://bugs.python.org/issue32649 opened by xiang.zhang #32650: Debug support for native coroutines is broken https://bugs.python.org/issue32650 opened by asvetlov #32652: test_distutils: BuildRpmTestCase tests fail on RHEL buildbots https://bugs.python.org/issue32652 opened by vstinner #32653: AttributeError: 'Task' object has no attribute '_callbacks' https://bugs.python.org/issue32653 opened by Timur Irmatov #32654: Fixes Python for Android API 19 https://bugs.python.org/issue32654 opened by vstinner #32655: File mode should be a constant https://bugs.python.org/issue32655 opened by nagayev #32657: Mutable Objects in SMTP send_message Signature https://bugs.python.org/issue32657 opened by Kenny Trytek #32658: Metacharacter (\) documentation suggestion https://bugs.python.org/issue32658 opened by kdraeder #32659: Solaris "stat" should support "st_fstype" https://bugs.python.org/issue32659 opened by jcea #32660: Solaris should support constants like termios' FIONREAD https://bugs.python.org/issue32660 opened by jcea #32661: ProactorEventLoop locks up on close call https://bugs.python.org/issue32661 opened by rt121212121 #32662: Implement Server.serve_forever and corresponding APIs https://bugs.python.org/issue32662 opened by yselivanov #32663: SMTPUTF8SimTests are not actually being run https://bugs.python.org/issue32663 opened by chason.chaffin #32664: Connector "|" missing between ImportError and LookupError https://bugs.python.org/issue32664 opened by Richard Neumann #32665: pathlib.Path._from_parsed_parts should call cls.__new__(cls) https://bugs.python.org/issue32665 opened by qb-cea #32666: Valgrind documentation seems to need updating https://bugs.python.org/issue32666 opened by rrt #32668: deepcopy() fails on ArgumentParser instances https://bugs.python.org/issue32668 opened by mkolman #32669: cgitb file to print OSError exceptions https://bugs.python.org/issue32669 opened by hardkrash #32670: Enforce PEP 479âStopIteration and generatorsâin Python 3.7 https://bugs.python.org/issue32670 opened by yselivanov #32671: redesign Windows os.getlogin, and add os.getuser https://bugs.python.org/issue32671 opened by eryksun #32672: .then execution of actions following a future's completion https://bugs.python.org/issue32672 opened by dancollins34 #32674: minor documentation fix for '__import__' https://bugs.python.org/issue32674 opened by Qian Yun #32675: dict.__contains__(unhashable) raises TypeError where False was https://bugs.python.org/issue32675 opened by xitop #32676: test_asyncio emits many warnings when run in debug mode https://bugs.python.org/issue32676 opened by vstinner #32677: Add.isascii() to str, bytes and bytearray https://bugs.python.org/issue32677 opened by inada.naoki #32678: Lazy import ast in inspect https://bugs.python.org/issue32678 opened by inada.naoki #32679: concurrent.futures should store full sys.exc_info() https://bugs.python.org/issue32679 opened by jonash #32680: smtplib SMTP instances missing a default sock attribute https://bugs.python.org/issue32680 opened by Romuald #32681: Fix uninitialized variable in os_dup2_impl https://bugs.python.org/issue32681 opened by matrixise #32682: test_zlib improve version parsing https://bugs.python.org/issue32682 opened by pmpp Most recent 15 issues with no replies (15) ========================================== #32682: test_zlib improve version parsing https://bugs.python.org/issue32682 #32678: Lazy import ast in inspect https://bugs.python.org/issue32678 #32676: test_asyncio emits many warnings when run in debug mode https://bugs.python.org/issue32676 #32671: redesign Windows os.getlogin, and add os.getuser https://bugs.python.org/issue32671 #32670: Enforce PEP 479âStopIteration and generatorsâin Python 3.7 https://bugs.python.org/issue32670 #32668: deepcopy() fails on ArgumentParser instances https://bugs.python.org/issue32668 #32666: Valgrind documentation seems to need updating https://bugs.python.org/issue32666 #32664: Connector "|" missing between ImportError and LookupError https://bugs.python.org/issue32664 #32663: SMTPUTF8SimTests are not actually being run https://bugs.python.org/issue32663 #32661: ProactorEventLoop locks up on close call https://bugs.python.org/issue32661 #32659: Solaris "stat" should support "st_fstype" https://bugs.python.org/issue32659 #32658: Metacharacter (\) documentation suggestion https://bugs.python.org/issue32658 #32650: Debug support for native coroutines is broken https://bugs.python.org/issue32650 #32649: complete C API doc debug and profile part with new PyTrace_OPC https://bugs.python.org/issue32649 #32646: test_asyncgen: race condition on test_async_gen_asyncio_gc_acl https://bugs.python.org/issue32646 Most recent 15 issues waiting for review (15) ============================================= #32682: test_zlib improve version parsing https://bugs.python.org/issue32682 #32681: Fix uninitialized variable in os_dup2_impl https://bugs.python.org/issue32681 #32680: smtplib SMTP instances missing a default sock attribute https://bugs.python.org/issue32680 #32678: Lazy import ast in inspect https://bugs.python.org/issue32678 #32677: Add.isascii() to str, bytes and bytearray https://bugs.python.org/issue32677 #32674: minor documentation fix for '__import__' https://bugs.python.org/issue32674 #32672: .then execution of actions following a future's completion https://bugs.python.org/issue32672 #32670: Enforce PEP 479âStopIteration and generatorsâin Python 3.7 https://bugs.python.org/issue32670 #32663: SMTPUTF8SimTests are not actually being run https://bugs.python.org/issue32663 #32662: Implement Server.serve_forever and corresponding APIs https://bugs.python.org/issue32662 #32660: Solaris should support constants like termios' FIONREAD https://bugs.python.org/issue32660 #32659: Solaris "stat" should support "st_fstype" https://bugs.python.org/issue32659 #32657: Mutable Objects in SMTP send_message Signature https://bugs.python.org/issue32657 #32654: Fixes Python for Android API 19 https://bugs.python.org/issue32654 #32652: test_distutils: BuildRpmTestCase tests fail on RHEL buildbots https://bugs.python.org/issue32652 Top 10 most discussed issues (10) ================================= #32513: dataclasses: make it easier to use user-supplied special metho https://bugs.python.org/issue32513 16 msgs #32630: Migrate decimal to use PEP 567 context variables https://bugs.python.org/issue32630 11 msgs #27815: Make SSL suppress_ragged_eofs default more secure https://bugs.python.org/issue27815 10 msgs #32436: Implement PEP 567 https://bugs.python.org/issue32436 10 msgs #30491: Add a lightweight mechanism for detecting un-awaited coroutine https://bugs.python.org/issue30491 8 msgs #32591: Deprecate sys.set_coroutine_wrapper and replace it with more f https://bugs.python.org/issue32591 8 msgs #32612: pathlib.(Pure)WindowsPaths can compare equal but refer to diff https://bugs.python.org/issue32612 8 msgs #32623: Resize dict on del/pop https://bugs.python.org/issue32623 8 msgs #32654: Fixes Python for Android API 19 https://bugs.python.org/issue32654 8 msgs #32657: Mutable Objects in SMTP send_message Signature https://bugs.python.org/issue32657 8 msgs Issues closed (40) ================== #17799: settrace docs are wrong about "c_call" events https://bugs.python.org/issue17799 closed by xiang.zhang #17882: test_objecttypes fails for 3.2.4 on CentOS 6 https://bugs.python.org/issue17882 closed by bharper #28980: ResourceWarning when imorting antigravity in 3.6 https://bugs.python.org/issue28980 closed by levkivskyi #29302: add contextlib.AsyncExitStack https://bugs.python.org/issue29302 closed by yselivanov #29752: Enum._missing_ not called for __getitem__ failures https://bugs.python.org/issue29752 closed by ethan.furman #31179: Speed-up dict.copy() up to 5.5 times. https://bugs.python.org/issue31179 closed by yselivanov #32028: Syntactically wrong suggestions by the new custom print statem https://bugs.python.org/issue32028 closed by ncoghlan #32030: PEP 432: Rewrite Py_Main() https://bugs.python.org/issue32030 closed by vstinner #32248: Port importlib_resources (module and ABC) to Python 3.7 https://bugs.python.org/issue32248 closed by barry #32391: Add StreamWriter.wait_closed() https://bugs.python.org/issue32391 closed by asvetlov #32410: Implement loop.sock_sendfile method https://bugs.python.org/issue32410 closed by asvetlov #32502: uuid1() fails if only 64-bit interface addresses are available https://bugs.python.org/issue32502 closed by barry #32503: Avoid creating small frames in pickle protocol 4 https://bugs.python.org/issue32503 closed by serhiy.storchaka #32567: Venvâs config file (pyvenv.cfg) should be compatible with Co https://bugs.python.org/issue32567 closed by vinay.sajip #32574: asyncio.Queue, put() leaks memory if the queue is full https://bugs.python.org/issue32574 closed by yselivanov #32589: Statistics as a result from timeit https://bugs.python.org/issue32589 closed by MGilch #32590: Proposal: add an "ensure(arg)" builtin for parameter validatio https://bugs.python.org/issue32590 closed by ncoghlan #32593: Drop support of FreeBSD 9 and older in Python 3.7 https://bugs.python.org/issue32593 closed by vstinner #32594: File object 'name' attribute inconsistent type and not obvious https://bugs.python.org/issue32594 closed by r.david.murray #32596: Lazy import concurrent.futures.process and thread https://bugs.python.org/issue32596 closed by inada.naoki #32598: Use autoconf to detect OpenSSL and libssl features https://bugs.python.org/issue32598 closed by christian.heimes #32600: SpooledTemporaryFile should implement IOBase https://bugs.python.org/issue32600 closed by martin.panter #32602: Test ECDSA and dual mode context https://bugs.python.org/issue32602 closed by christian.heimes #32607: After Python Installation Error https://bugs.python.org/issue32607 closed by pablogsal #32617: dict.update does not concat/replace if same key https://bugs.python.org/issue32617 closed by eric.smith #32618: fix test_codeccallbacks.test_mutatingdecodehandler https://bugs.python.org/issue32618 closed by xiang.zhang #32619: multiplication error https://bugs.python.org/issue32619 closed by steven.daprano #32632: Mock does not create deepcopy of mutable args https://bugs.python.org/issue32632 closed by michael.foord #32633: Warnings from test_asyncio.test_tasks.SetMethodsTest https://bugs.python.org/issue32633 closed by asvetlov #32634: Message parsing fails where it has incompele headers https://bugs.python.org/issue32634 closed by r.david.murray #32635: test_crypt segfaults when using libxcrypt instead of libcrypt https://bugs.python.org/issue32635 closed by cstratak #32636: test_asyncio fails with PYTHONASYNCIODEBUG=1 https://bugs.python.org/issue32636 closed by yselivanov #32639: Coverity: CID 1428443: Null pointer dereferences (NULL_RETURNS https://bugs.python.org/issue32639 closed by yselivanov #32641: test_context and test_asyncio crash on Windows 7 https://bugs.python.org/issue32641 closed by yselivanov #32643: Make Task._step, Task._wakeup and Future._schedule_callback me https://bugs.python.org/issue32643 closed by yselivanov #32648: Wrong byte count with struct https://bugs.python.org/issue32648 closed by christian.heimes #32651: os.getlogin() should recommend getpass.getuser() https://bugs.python.org/issue32651 closed by barry #32656: writing to stdout prints extraneous size character https://bugs.python.org/issue32656 closed by zach.ware #32667: test_subprocess and test_dtrace fails if the last entry of $PA https://bugs.python.org/issue32667 closed by jayyin11043 #32673: update tutorial dict part to reflect dict is ordered https://bugs.python.org/issue32673 closed by xiang.zhang
_______________________________________________ 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/archive%40mail-archive.com