[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (2018-02-23 - 2018-03-02) 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: open6491 ( +6) closed 38243 (+53) total 44734 (+59) Open issues with patches: 2527 Issues opened (49) == #32604: Expose the subinterpreters C-API in Python for testing use. https://bugs.python.org/issue32604 reopened by eric.snow #32924: Python 3.7 docs in docs.p.o points to GitHub's master branch https://bugs.python.org/issue32924 reopened by ned.deily #32925: AST optimizer: Change a list into tuple in iterations and cont https://bugs.python.org/issue32925 opened by serhiy.storchaka #32926: Add public TestCase method/property to get result of current t https://bugs.python.org/issue32926 opened by Victor Engmark #32927: Add typeshed documentation for unittest.TestCase._feedErrorsTo https://bugs.python.org/issue32927 opened by Victor Engmark #32932: better error message when __all__ contains non-str objects https://bugs.python.org/issue32932 opened by xiang.zhang #32933: mock_open does not support iteration around text files. https://bugs.python.org/issue32933 opened by anthony-flury #32934: logging.handlers.BufferingHandler capacity is unclearly specif https://bugs.python.org/issue32934 opened by enrico #32935: Documentation falsely leads to believe that MemoryHandler can https://bugs.python.org/issue32935 opened by enrico #32936: RobotFileParser.parse() should raise an exception when the rob https://bugs.python.org/issue32936 opened by Guinness #32937: Multiprocessing worker functions not terminating with a large https://bugs.python.org/issue32937 opened by Ericg #32938: webbrowser: Add options for private mode https://bugs.python.org/issue32938 opened by csabella #32939: IDLE: self.use_context_ps1 defined in editor, but always False https://bugs.python.org/issue32939 opened by csabella #32940: IDLE: pyparse - simplify StringTranslatePseudoMapping https://bugs.python.org/issue32940 opened by csabella #32941: mmap should expose madvise() https://bugs.python.org/issue32941 opened by pitrou #32942: Regression: test_script_helper fails https://bugs.python.org/issue32942 opened by abrezovsky #32943: confusing error message for rot13 codec https://bugs.python.org/issue32943 opened by xiang.zhang #32946: Speed up import from non-packages https://bugs.python.org/issue32946 opened by serhiy.storchaka #32947: Support OpenSSL 1.1.1 https://bugs.python.org/issue32947 opened by christian.heimes #32948: clang compiler warnings on Travis https://bugs.python.org/issue32948 opened by christian.heimes #32949: Simplify "with"-related opcodes https://bugs.python.org/issue32949 opened by serhiy.storchaka #32950: profiling python gc https://bugs.python.org/issue32950 opened by Luavis #32951: Prohibit direct instantiation of SSLSocket and SSLObject https://bugs.python.org/issue32951 opened by christian.heimes #32952: Add __qualname__ for attributes of Mock instances https://bugs.python.org/issue32952 opened by s_kostyuk #32953: Dataclasses: frozen should not be inherited for non-dataclass https://bugs.python.org/issue32953 opened by eric.smith #32954: Lazy Literal String Interpolation (PEP-498-based fl-strings) https://bugs.python.org/issue32954 opened by arcivanov #32955: IDLE crashes when trying to save a file https://bugs.python.org/issue32955 opened by zaphod424 #32957: distutils.command.install checks truthiness of .ext_modules in https://bugs.python.org/issue32957 opened by korijn #32958: Urllib proxy_bypass crashes for urls containing long basic aut https://bugs.python.org/issue32958 opened by ablack #32959: zipimport fails when the ZIP archive contains more than 65535 https://bugs.python.org/issue32959 opened by mchouza #32960: dataclasses: disallow inheritance between frozen and non-froze https://bugs.python.org/issue32960 opened by eric.smith #32962: test_gdb fails in debug build with `-mcet -fcf-protection -O0` https://bugs.python.org/issue32962 opened by ishcherb #32963: Python 2.7 tutorial claims source code is UTF-8 encoded https://bugs.python.org/issue32963 opened by mjpieters #32964: Reuse a testing implementation of the path protocol in tests https://bugs.python.org/issue32964 opened by serhiy.storchaka #32966: Python 3.6.4 - 0x80070643 - Fatal Error during installation https://bugs.python.org/issue32966 opened by exceltw #32968: Fraction modulo infinity should behave consistently with other https://bugs.python.org/issue32968 opened by elias #32969: Add more constants to zlib module https://bugs.python.org/issue32969 opened by xiang.zhang #32970: Improve disassembly of the MAKE_FUNCTION instruction https://bugs.python.org/issue32970 opened by serhiy.storchaka #32971: Docs on unittest.TestCase.assertRaises() should clarify contex https://bugs.python.org/issue32971 opened by nodakai #
[Python-Dev] Any way to only receive emails for threads that I am participating in?
I am trying to participate in the discussion about PEP 467, but I'm still kind of getting used to the mailing list. It seems like I can either subscribe and get emails for all of the threads, or unsubscribe and not get any emails, making me unable to reply to the threads I want to reply to. The batched daily digest feature makes the emails more tolerable, but ideally, I would like to only get emails for a few specific subjects I care a lot about. I can probably set up some archiving or filtering on my end, but I am wondering if anyone has a way to only subscribe to certain threads, or any general suggestions for dealing with the mailing list. Also, I was unsubscribed for a while, when someone sent a message in the PEP 467 thread. Is there a way to reply to messages that were sent when I was not subscribed? ___ 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
Re: [Python-Dev] Any way to only receive emails for threads that I am participating in?
On Fri, Mar 2, 2018 at 6:15 PM, Elias Zamaria wrote: > It seems like I can either subscribe and get emails for all of the threads, > or unsubscribe and not get any emails, making me unable to reply to the > threads I want to reply to. The batched daily digest feature makes the > emails more tolerable, but ideally, I would like to only get emails for a > few specific subjects I care a lot about. Maybe gmane combined with a threaded newsreader (NNTP client) would be close enough? ___ 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