ACTIVITY SUMMARY (2018-01-05 - 2018-01-12) 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 6369 ( -8) closed 37921 (+50) total 44290 (+42) Open issues with patches: 2470 Issues opened (38) ================== #20104: expose posix_spawn(p) https://bugs.python.org/issue20104 reopened by gregory.p.smith #23749: asyncio missing wrap_socket (starttls) https://bugs.python.org/issue23749 reopened by vstinner #29137: Fix fpectl-induced ABI breakage https://bugs.python.org/issue29137 reopened by doko #31804: multiprocessing calls flush on sys.stdout at exit even if it i https://bugs.python.org/issue31804 reopened by Pox TheGreat #31993: pickle.dump allocates unnecessary temporary bytes / str https://bugs.python.org/issue31993 reopened by serhiy.storchaka #32206: Run modules with pdb https://bugs.python.org/issue32206 reopened by ncoghlan #32498: urllib.parse.unquote raises incorrect errormessage when string https://bugs.python.org/issue32498 opened by stein-k #32500: PySequence_Length() raises TypeError on dict type https://bugs.python.org/issue32500 opened by mgorny #32501: Documentation for dir([object]) https://bugs.python.org/issue32501 opened by Vladislavs Burakovs #32502: uuid1() broken on macos high sierra https://bugs.python.org/issue32502 opened by anpetral #32503: Avoid creating small frames in pickle protocol 4 https://bugs.python.org/issue32503 opened by serhiy.storchaka #32505: dataclasses: make field() with no annotation an error https://bugs.python.org/issue32505 opened by eric.smith #32506: dataclasses: no need for OrderedDict now that dict guarantees https://bugs.python.org/issue32506 opened by eric.smith #32509: doctest syntax ambiguity between continuation line and ellipsi https://bugs.python.org/issue32509 opened by jason.coombs #32511: Thread primitives do not report the OS-level error on failure https://bugs.python.org/issue32511 opened by zwol #32512: Add an option to profile to run library module as a script https://bugs.python.org/issue32512 opened by mariocj89 #32513: dataclasses: make it easier to use user-supplied special metho https://bugs.python.org/issue32513 opened by eric.smith #32514: 0x80070002 - The system cannot find the file specified https://bugs.python.org/issue32514 opened by Beatty0111 #32515: Add an option to trace to run module as a script https://bugs.python.org/issue32515 opened by mariocj89 #32516: Add a shared library mechanism for win32 https://bugs.python.org/issue32516 opened by xoviat #32517: test_read_pty_output() of test_asyncio hangs on macOS 10.13.2 https://bugs.python.org/issue32517 opened by vstinner #32519: venv API docs - symlinks default incorrect https://bugs.python.org/issue32519 opened by jason.coombs #32521: NIS module fails to build due to the removal of interfaces rel https://bugs.python.org/issue32521 opened by cstratak #32522: Add precision argument to datetime.now https://bugs.python.org/issue32522 opened by p-ganssle #32523: inconsistent spacing in changelog.html https://bugs.python.org/issue32523 opened by ned.deily #32524: Python 2.7 leaks a packages __init__.py module object on Synta https://bugs.python.org/issue32524 opened by Segev Finer #32526: Closing async generator while it is running does not raise an https://bugs.python.org/issue32526 opened by achimnol #32528: Change base class for futures.CancelledError https://bugs.python.org/issue32528 opened by socketpair #32529: Call readinto in shutil.copyfileobj https://bugs.python.org/issue32529 opened by YoSTEALTH #32530: How ro fix the chm encoding in Non western european codepage(c https://bugs.python.org/issue32530 opened by Nim #32531: gdb.execute can not put string value. https://bugs.python.org/issue32531 opened by callmekohei #32532: improve sys.settrace and sys.setprofile documentation https://bugs.python.org/issue32532 opened by xiang.zhang #32533: SSLSocket read/write thread-unsafety https://bugs.python.org/issue32533 opened by Alexey Baldin #32534: Speed-up list.insert https://bugs.python.org/issue32534 opened by jeethu #32536: ast and tokenize disagree about line number https://bugs.python.org/issue32536 opened by Mark.Shannon #32537: multiprocessing.pool.Pool.starmap_async - wrong parameter name https://bugs.python.org/issue32537 opened by devnull #32538: Multiprocessing Manager on 3D list - no change of the list pos https://bugs.python.org/issue32538 opened by John_81 #32539: os.listdir(...) on deep path on windows in python2.7 fails wit https://bugs.python.org/issue32539 opened by Anthony Sottile Most recent 15 issues with no replies (15) ========================================== #32539: os.listdir(...) on deep path on windows in python2.7 fails wit https://bugs.python.org/issue32539 #32538: Multiprocessing Manager on 3D list - no change of the list pos https://bugs.python.org/issue32538 #32537: multiprocessing.pool.Pool.starmap_async - wrong parameter name https://bugs.python.org/issue32537 #32536: ast and tokenize disagree about line number https://bugs.python.org/issue32536 #32532: improve sys.settrace and sys.setprofile documentation https://bugs.python.org/issue32532 #32531: gdb.execute can not put string value. https://bugs.python.org/issue32531 #32530: How ro fix the chm encoding in Non western european codepage(c https://bugs.python.org/issue32530 #32524: Python 2.7 leaks a packages __init__.py module object on Synta https://bugs.python.org/issue32524 #32519: venv API docs - symlinks default incorrect https://bugs.python.org/issue32519 #32515: Add an option to trace to run module as a script https://bugs.python.org/issue32515 #32513: dataclasses: make it easier to use user-supplied special metho https://bugs.python.org/issue32513 #32511: Thread primitives do not report the OS-level error on failure https://bugs.python.org/issue32511 #32505: dataclasses: make field() with no annotation an error https://bugs.python.org/issue32505 #32496: lib2to3 fails to parse a ** of a conditional expression https://bugs.python.org/issue32496 #32494: interface to gdbm_count https://bugs.python.org/issue32494 Most recent 15 issues waiting for review (15) ============================================= #32534: Speed-up list.insert https://bugs.python.org/issue32534 #32529: Call readinto in shutil.copyfileobj https://bugs.python.org/issue32529 #32524: Python 2.7 leaks a packages __init__.py module object on Synta https://bugs.python.org/issue32524 #32521: NIS module fails to build due to the removal of interfaces rel https://bugs.python.org/issue32521 #32515: Add an option to trace to run module as a script https://bugs.python.org/issue32515 #32512: Add an option to profile to run library module as a script https://bugs.python.org/issue32512 #32506: dataclasses: no need for OrderedDict now that dict guarantees https://bugs.python.org/issue32506 #32503: Avoid creating small frames in pickle protocol 4 https://bugs.python.org/issue32503 #32497: datetime.strptime creates tz naive object from value containin https://bugs.python.org/issue32497 #32492: C Fast path for namedtuple's property/itemgetter pair https://bugs.python.org/issue32492 #32477: Move jumps optimization from the peepholer to the compiler https://bugs.python.org/issue32477 #32476: Add concat functionality to ElementTree xpath find https://bugs.python.org/issue32476 #32475: Add ability to query number of buffered bytes available on buf https://bugs.python.org/issue32475 #32471: Add an UML class diagram to the collections.abc module documen https://bugs.python.org/issue32471 #32469: Generator and coroutine repr could be more helpful https://bugs.python.org/issue32469 Top 10 most discussed issues (10) ================================= #32522: Add precision argument to datetime.now https://bugs.python.org/issue32522 19 msgs #32509: doctest syntax ambiguity between continuation line and ellipsi https://bugs.python.org/issue32509 11 msgs #31993: pickle.dump allocates unnecessary temporary bytes / str https://bugs.python.org/issue31993 10 msgs #32521: NIS module fails to build due to the removal of interfaces rel https://bugs.python.org/issue32521 10 msgs #32500: PySequence_Length() raises TypeError on dict type https://bugs.python.org/issue32500 8 msgs #9325: Add an option to pdb/trace/profile to run library module as a https://bugs.python.org/issue9325 7 msgs #32346: Speed up slot lookup for class creation https://bugs.python.org/issue32346 7 msgs #32528: Change base class for futures.CancelledError https://bugs.python.org/issue32528 7 msgs #31804: multiprocessing calls flush on sys.stdout at exit even if it i https://bugs.python.org/issue31804 6 msgs #32248: Port importlib_resources (module and ABC) to Python 3.7 https://bugs.python.org/issue32248 6 msgs Issues closed (51) ================== #2518: smtpd.py to handle huge email https://bugs.python.org/issue2518 closed by barry #3802: smtpd.py __getaddr insufficient handling https://bugs.python.org/issue3802 closed by barry #8503: smtpd SMTPServer does not allow domain filtering https://bugs.python.org/issue8503 closed by barry #11260: smtpd-as-a-script feature should be documented and should use https://bugs.python.org/issue11260 closed by barry #12815: Coverage of smtpd.py https://bugs.python.org/issue12815 closed by barry #12816: smtpd uses library outside of the standard libraries https://bugs.python.org/issue12816 closed by barry #14261: Cleanup in smtpd module https://bugs.python.org/issue14261 closed by barry #16462: smtpd should return greeting https://bugs.python.org/issue16462 closed by barry #17607: missed peephole optimization (unnecessary jump at end of funct https://bugs.python.org/issue17607 closed by serhiy.storchaka #19678: smtpd.py: channel should be passed to process_message https://bugs.python.org/issue19678 closed by barry #19679: smtpd.py (SMTPChannel): implement enhanced status codes https://bugs.python.org/issue19679 closed by barry #19806: smtpd crashes when a multi-byte UTF-8 sequence is split betwee https://bugs.python.org/issue19806 closed by barry #22071: Remove long-time deprecated attributes from smtpd https://bugs.python.org/issue22071 closed by barry #22158: RFC 6531 (SMTPUTF8) support in smtpd.PureProxy https://bugs.python.org/issue22158 closed by barry #22159: smtpd.PureProxy and smtpd.DebuggingServer do not work with dec https://bugs.python.org/issue22159 closed by barry #24340: co_stacksize estimate can be highly off https://bugs.python.org/issue24340 closed by serhiy.storchaka #25546: python 3.5 installation problem; Error 0x80240017: Failed to e https://bugs.python.org/issue25546 closed by steve.dower #25954: Python 3.5.1 installer fails on Windows 7 https://bugs.python.org/issue25954 closed by steve.dower #26036: Unnecessary arguments on smtpd.SMTPServer https://bugs.python.org/issue26036 closed by barry #28416: defining persistent_id in _pickle.Pickler subclass causes refe https://bugs.python.org/issue28416 closed by serhiy.storchaka #28747: Expose SSL_CTX_set_cert_verify_callback https://bugs.python.org/issue28747 closed by steve.dower #28888: Installer fails when newer version of CRT is pending installat https://bugs.python.org/issue28888 closed by steve.dower #29409: Implement PEP 529 for io.FileIO https://bugs.python.org/issue29409 closed by steve.dower #30121: Windows: subprocess debug assertion on failure to execute the https://bugs.python.org/issue30121 closed by Segev Finer #30579: Allow traceback objects to be instantiated/mutated/annotated https://bugs.python.org/issue30579 closed by ncoghlan #31113: Stack overflow with large program https://bugs.python.org/issue31113 closed by serhiy.storchaka #31145: PriorityQueue.put() fails with TypeError if priority_number in https://bugs.python.org/issue31145 closed by rhettinger #31975: Add a default filter for DeprecationWarning in __main__ https://bugs.python.org/issue31975 closed by ncoghlan #32267: strptime misparses offsets with microsecond format https://bugs.python.org/issue32267 closed by belopolsky #32278: Allow dataclasses.make_dataclass() to omit type information https://bugs.python.org/issue32278 closed by eric.smith #32279: Pass keyword arguments from dataclasses.make_dataclass() to @d https://bugs.python.org/issue32279 closed by eric.smith #32320: Add default value support to collections.namedtuple() https://bugs.python.org/issue32320 closed by rhettinger #32427: Rename and expose dataclasses._MISSING https://bugs.python.org/issue32427 closed by eric.smith #32428: dataclasses: make it an error to have initialized non-fields i https://bugs.python.org/issue32428 closed by eric.smith #32448: subscriptable https://bugs.python.org/issue32448 closed by terry.reedy #32449: MappingView must inherit from Collection instead of Sized https://bugs.python.org/issue32449 closed by rhettinger #32450: non-descriptive variable name https://bugs.python.org/issue32450 closed by benjamin.peterson #32467: dict_values isn't considered a Collection nor a Container https://bugs.python.org/issue32467 closed by rhettinger #32473: Readibility of ABCMeta._dump_registry() https://bugs.python.org/issue32473 closed by inada.naoki #32486: tail optimization for 'yield from' https://bugs.python.org/issue32486 closed by benjamin.peterson #32493: UUID Module - FreeBSD build failure https://bugs.python.org/issue32493 closed by pitrou #32499: Add dataclasses.is_dataclass(obj) https://bugs.python.org/issue32499 closed by eric.smith #32504: Wheel failed include data_files https://bugs.python.org/issue32504 closed by benjamin.peterson #32507: Change Windows install to applocal UCRT https://bugs.python.org/issue32507 closed by steve.dower #32508: Problem while reading back from a list of lists https://bugs.python.org/issue32508 closed by steven.daprano #32510: Broken comparisons (probably caused by wrong caching of values https://bugs.python.org/issue32510 closed by steven.daprano #32518: HTTPServer can't deal with persistent connection properly https://bugs.python.org/issue32518 closed by r.david.murray #32520: error writing to file in binary mode - python 3.6.3 https://bugs.python.org/issue32520 closed by serhiy.storchaka #32525: Empty tuples are not optimized as constant expressions https://bugs.python.org/issue32525 closed by brett.cannon #32527: windows 7 python 3.6 : after some security updates, import ibm https://bugs.python.org/issue32527 closed by christian.heimes #32535: msvcr140.dll has been replaced with vcruntime140.dll https://bugs.python.org/issue32535 closed by steve.dower _______________________________________________ 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