ACTIVITY SUMMARY (2018-08-17 - 2018-08-24) 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 6807 (+31) closed 39431 (+36) total 46238 (+67) Open issues with patches: 2707 Issues opened (48) ================== #34421: Cannot install package with unicode module names on Windows https://bugs.python.org/issue34421 opened by julien.malard #34422: __name__ not available for classes in typing module https://bugs.python.org/issue34422 opened by Gabriel Tremblay #34423: Overflow when casting from double to time_t, and_PyTime_t. https://bugs.python.org/issue34423 opened by enedil #34424: Unicode names break email header https://bugs.python.org/issue34424 opened by _savage #34426: "__lltrace__" seems to be wrong , "__ltrace__" is correct in https://bugs.python.org/issue34426 opened by Nojima Takahide #34427: calling MutableSequence.extend on self produces infinite loop https://bugs.python.org/issue34427 opened by Naris R #34428: tokenize https://bugs.python.org/issue34428 opened by lkcl #34429: On Windows tempfile.TemporaryFile behaves like NamedTemporaryF https://bugs.python.org/issue34429 opened by dwich #34430: Symmetrical chaining futures in asyncio.future.wrap_future https://bugs.python.org/issue34430 opened by huji #34431: Docs does not eval allows code object as argument https://bugs.python.org/issue34431 opened by jfine2358 #34433: cancel all other pending child futures https://bugs.python.org/issue34433 opened by tzongw #34434: Removal of kwargs for built-in types not covered with "changed https://bugs.python.org/issue34434 opened by andymaier #34439: Expose venv --prompt value to an environment value https://bugs.python.org/issue34439 opened by Tomer #34442: zlib module not built on windows https://bugs.python.org/issue34442 opened by steveire #34443: enum repr should use __qualname__ https://bugs.python.org/issue34443 opened by doerwalter #34444: Module's __file__ should be absolute always ("." in sys.path) https://bugs.python.org/issue34444 opened by blueyed #34445: asyncio support in doctests https://bugs.python.org/issue34445 opened by Stefan Tjarks #34446: ambiguous _max_size parameter in SpooledTemporaryFile https://bugs.python.org/issue34446 opened by jcc2220 #34447: ttk.TreeView (and maybe other functions) is overzealous in con https://bugs.python.org/issue34447 opened by abarnert #34448: incomplete/missing message from configure.ac for usable wchar_ https://bugs.python.org/issue34448 opened by michael-o #34449: HP aCC complains about invalid -fPIC on HP-UX https://bugs.python.org/issue34449 opened by michael-o #34450: improve shutil.make_archive https://bugs.python.org/issue34450 opened by redstone-cold #34451: docs: tutorial/introduction doesn't mention toggle of prompts https://bugs.python.org/issue34451 opened by jfine2358 #34453: ipaddress module accepts some strange IPv6 addresses that it s https://bugs.python.org/issue34453 opened by lkcl #34455: Tkinter crashing when pressing Command + ^ (OSX) https://bugs.python.org/issue34455 opened by iPodClassic #34458: No way to alternate options https://bugs.python.org/issue34458 opened by porton #34459: email.contentmanager should use IANA encoding https://bugs.python.org/issue34459 opened by era #34460: email.charset: common IANA labels missing https://bugs.python.org/issue34460 opened by era #34461: Availability of parsers in etree initializer https://bugs.python.org/issue34461 opened by nilanjan roy #34463: Discrepancy between traceback.print_exception and sys.__except https://bugs.python.org/issue34463 opened by Timothy McCurrach #34464: There are inconsitencies in the treatment of True, False, None https://bugs.python.org/issue34464 opened by jfine2358 #34465: ipaddress should accept bytearray in addition to bytes https://bugs.python.org/issue34465 opened by joernheissler #34466: socket.settimeout working incorrectly for connect() method of https://bugs.python.org/issue34466 opened by Slon #34467: No mechanism to abort created coroutine or suppress not-awaite https://bugs.python.org/issue34467 opened by Sheng Zhong #34470: windows msi in headless mode fails to install Script directory https://bugs.python.org/issue34470 opened by cdknorow #34472: zipfile: does not include optional descriptor signature https://bugs.python.org/issue34472 opened by silas #34475: functools.partial objects have no __qualname__ attribute https://bugs.python.org/issue34475 opened by chris.jerdonek #34476: asyncio.sleep(0) not documented https://bugs.python.org/issue34476 opened by hniksic #34478: Possibly misleading/wrong documentation about PyModuleDef.m_fr https://bugs.python.org/issue34478 opened by Segev Finer #34479: ArgumentParser subparser error display at the wrong level https://bugs.python.org/issue34479 opened by siming85 #34480: _markupbase.py fails with UnboundLocalError on invalid keyword https://bugs.python.org/issue34480 opened by kodial #34481: Different behavior of C and Python impls of datetime.strftime https://bugs.python.org/issue34481 opened by izbyshev #34482: datetime: Tests for potential crashes due to non-UTF-8-encodab https://bugs.python.org/issue34482 opened by izbyshev #34483: eval() raises NameError: name '...' is not defined https://bugs.python.org/issue34483 opened by alexb #34484: Unicode HOWTO incorrectly refers to Private Use Area for surro https://bugs.python.org/issue34484 opened by mark.dickinson #34485: _PyCoreConfig: add stdio_encoding and stdio_errors https://bugs.python.org/issue34485 opened by vstinner #34486: "RuntimeError: release unlocked lock" when starting a thread https://bugs.python.org/issue34486 opened by StanisÅaw Skonieczny (Uosiu) #34487: enum _sunder_ names mix metaclass and enum class attributes https://bugs.python.org/issue34487 opened by Gerrit.Holl Most recent 15 issues with no replies (15) ========================================== #34487: enum _sunder_ names mix metaclass and enum class attributes https://bugs.python.org/issue34487 #34485: _PyCoreConfig: add stdio_encoding and stdio_errors https://bugs.python.org/issue34485 #34482: datetime: Tests for potential crashes due to non-UTF-8-encodab https://bugs.python.org/issue34482 #34481: Different behavior of C and Python impls of datetime.strftime https://bugs.python.org/issue34481 #34479: ArgumentParser subparser error display at the wrong level https://bugs.python.org/issue34479 #34478: Possibly misleading/wrong documentation about PyModuleDef.m_fr https://bugs.python.org/issue34478 #34475: functools.partial objects have no __qualname__ attribute https://bugs.python.org/issue34475 #34472: zipfile: does not include optional descriptor signature https://bugs.python.org/issue34472 #34463: Discrepancy between traceback.print_exception and sys.__except https://bugs.python.org/issue34463 #34461: Availability of parsers in etree initializer https://bugs.python.org/issue34461 #34460: email.charset: common IANA labels missing https://bugs.python.org/issue34460 #34451: docs: tutorial/introduction doesn't mention toggle of prompts https://bugs.python.org/issue34451 #34449: HP aCC complains about invalid -fPIC on HP-UX https://bugs.python.org/issue34449 #34447: ttk.TreeView (and maybe other functions) is overzealous in con https://bugs.python.org/issue34447 #34445: asyncio support in doctests https://bugs.python.org/issue34445 Most recent 15 issues waiting for review (15) ============================================= #34485: _PyCoreConfig: add stdio_encoding and stdio_errors https://bugs.python.org/issue34485 #34482: datetime: Tests for potential crashes due to non-UTF-8-encodab https://bugs.python.org/issue34482 #34472: zipfile: does not include optional descriptor signature https://bugs.python.org/issue34472 #34461: Availability of parsers in etree initializer https://bugs.python.org/issue34461 #34449: HP aCC complains about invalid -fPIC on HP-UX https://bugs.python.org/issue34449 #34448: incomplete/missing message from configure.ac for usable wchar_ https://bugs.python.org/issue34448 #34434: Removal of kwargs for built-in types not covered with "changed https://bugs.python.org/issue34434 #34433: cancel all other pending child futures https://bugs.python.org/issue34433 #34430: Symmetrical chaining futures in asyncio.future.wrap_future https://bugs.python.org/issue34430 #34427: calling MutableSequence.extend on self produces infinite loop https://bugs.python.org/issue34427 #34426: "__lltrace__" seems to be wrong , "__ltrace__" is correct in https://bugs.python.org/issue34426 #34424: Unicode names break email header https://bugs.python.org/issue34424 #34423: Overflow when casting from double to time_t, and_PyTime_t. https://bugs.python.org/issue34423 #34421: Cannot install package with unicode module names on Windows https://bugs.python.org/issue34421 #34408: possible null pointer dereference in pystate.c https://bugs.python.org/issue34408 Top 10 most discussed issues (10) ================================= #34207: test_cmd_line test_utf8_mode test_warnings fail in all FreeBSD https://bugs.python.org/issue34207 9 msgs #34455: Tkinter crashing when pressing Command + ^ (OSX) https://bugs.python.org/issue34455 9 msgs #26544: platform.libc_ver() returns incorrect version number https://bugs.python.org/issue26544 7 msgs #34428: tokenize https://bugs.python.org/issue34428 6 msgs #34434: Removal of kwargs for built-in types not covered with "changed https://bugs.python.org/issue34434 6 msgs #34347: AIX: test_utf8_mode.test_cmd_line fails https://bugs.python.org/issue34347 5 msgs #34410: itertools.tee not thread-safe; can segfault interpreter when w https://bugs.python.org/issue34410 5 msgs #34217: windows: cross compilation fails due to headers with uppercase https://bugs.python.org/issue34217 4 msgs #34431: Docs does not eval allows code object as argument https://bugs.python.org/issue34431 4 msgs #6700: inspect.getsource() returns incorrect source lines at the modu https://bugs.python.org/issue6700 3 msgs Issues closed (35) ================== #2122: mmap.flush does not check for errors on windows https://bugs.python.org/issue2122 closed by berker.peksag #5999: compile error on HP-UX 11.22 ia64 - 'mbstate_t' is used as a t https://bugs.python.org/issue5999 closed by vstinner #18925: select.poll.modify is not documented https://bugs.python.org/issue18925 closed by berker.peksag #22057: The doc say all globals are copied on eval(), but only __built https://bugs.python.org/issue22057 closed by berker.peksag #22602: UTF-7 codec decodes ill-formed sequences starting with "+" https://bugs.python.org/issue22602 closed by serhiy.storchaka #26363: __builtins__ propagation is misleading described in exec and e https://bugs.python.org/issue26363 closed by berker.peksag #27088: doc: select: epoll.poll: incorrect timeout units, missing maxe https://bugs.python.org/issue27088 closed by berker.peksag #30411: git doesn't support "-C" args under 1.8.5 occurs in configure. https://bugs.python.org/issue30411 closed by xiang.zhang #34170: Py_Initialize(): computing path configuration must not have si https://bugs.python.org/issue34170 closed by vstinner #34318: Convert deprecated behavior of assertRaises() etc into errors https://bugs.python.org/issue34318 closed by serhiy.storchaka #34381: Make tests with outbound connection optional https://bugs.python.org/issue34381 closed by terry.reedy #34412: strsignal(3) does not exist on HP-UX https://bugs.python.org/issue34412 closed by berker.peksag #34413: Porting section of 3.5 "What's New" doc does not mention bytec https://bugs.python.org/issue34413 closed by eric.snow #34415: Typo in logging.Formatter docstring https://bugs.python.org/issue34415 closed by vinay.sajip #34416: PyCapsule_Import seems to release the GIL without acquiring it https://bugs.python.org/issue34416 closed by brett.cannon #34417: imp.find_module reacts badly to iterator https://bugs.python.org/issue34417 closed by eric.snow #34425: :s formatting broken for objects without __format__ https://bugs.python.org/issue34425 closed by martin.panter #34432: doc Mention complex and decimal.Decimal on str.format note abo https://bugs.python.org/issue34432 closed by eric.smith #34435: Missing NULL check in unicode_encode_ucs1() https://bugs.python.org/issue34435 closed by serhiy.storchaka #34436: Overallocation is never disabled in _PyBytes_FormatEx() https://bugs.python.org/issue34436 closed by izbyshev #34437: print statement using \x results in improper and extra bytes https://bugs.python.org/issue34437 closed by steven.daprano #34438: do_handshake stuck in ssl.py https://bugs.python.org/issue34438 closed by christian.heimes #34440: Certificate verify failed (works fine in 3.6) https://bugs.python.org/issue34440 closed by christian.heimes #34441: NULL dereference when issubclass() is called on a class with b https://bugs.python.org/issue34441 closed by izbyshev #34452: docs: help text for [>>>] toggle always in English https://bugs.python.org/issue34452 closed by Mariatta #34454: datetime: NULL dereference in fromisoformat() on PyUnicode_AsU https://bugs.python.org/issue34454 closed by taleinat #34456: pickle: Missing NULL check in save_global() https://bugs.python.org/issue34456 closed by izbyshev #34457: Missing NULL check in alias_for_import_name() from Python/ast. https://bugs.python.org/issue34457 closed by serhiy.storchaka #34462: _xxsubinterpreters: Wrong NULL check in _copy_raw_string() https://bugs.python.org/issue34462 closed by berker.peksag #34468: An always-false condition in range_repr() from Objects/rangeob https://bugs.python.org/issue34468 closed by benjamin.peterson #34469: windows msi in headless mode fails to install Script directory https://bugs.python.org/issue34469 closed by cdknorow #34471: _datetime: Missing NULL check in tzinfo_from_isoformat_results https://bugs.python.org/issue34471 closed by benjamin.peterson #34473: pip is unusable on Windows 10 1803 - SHA-1 certificates are un https://bugs.python.org/issue34473 closed by mtuttle #34474: Python/bltinmodule.c: Missing NULL check in builtin_sum_impl() https://bugs.python.org/issue34474 closed by benjamin.peterson #34477: Objects/typeobject.c: Missing NULL check in type_init() https://bugs.python.org/issue34477 closed by benjamin.peterson
_______________________________________________ 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