ACTIVITY SUMMARY (2018-04-06 - 2018-04-13) 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 6572 ( +4) closed 38452 (+32) total 45024 (+36)
Open issues with patches: 2560
# 33238: AssertionError on await of Future returned by asyncio.wrap_fut
https://bugs.python.org/issue33238 opened by Jason Haydaman
# 33239: tempfile module: functions with the 'buffering' option are inc
https://bugs.python.org/issue33239 opened by MartyMacGyver
# 33240: shutil.rmtree fails when the inner floder is opened in Explore
https://bugs.python.org/issue33240 opened by yuliu
# 33245: Unable to send CTRL_BREAK_EVENT
https://bugs.python.org/issue33245 opened by Ofekmeister
# 33249: Unpickling objects with recursive references and partials fail
https://bugs.python.org/issue33249 opened by aleneum
# 33250: Move VERSION attribute output up in pydoc (via help() builtin)
https://bugs.python.org/issue33250 opened by handle
# 33251: ConfigParser.items returns items present in vars
https://bugs.python.org/issue33251 opened by timster
# 33252: Clarify ResourceWarning documentation
https://bugs.python.org/issue33252 opened by edmorley
# 33254: importlib.resources.contents() incorrectly yields an empty lis
https://bugs.python.org/issue33254 opened by brett.cannon
# 33255: json.dumps has different behaviour if encoding='utf-8' or enco
https://bugs.python.org/issue33255 opened by nhatcher
# 33256: module is not displayed by cgitb.html
https://bugs.python.org/issue33256 opened by sblondon
# 33257: Race conditions in Tkinter with non-threaded Tcl
https://bugs.python.org/issue33257 opened by Ivan.Pozdeev
# 33258: Unable to install 3.6.5 on Windows Server 2008
https://bugs.python.org/issue33258 opened by hpo0016
# 33259: Encoding issue in the name of the local DST timezone
https://bugs.python.org/issue33259 opened by maggyero
# 33261: inspect.isgeneratorfunction fails on hand-created methods
https://bugs.python.org/issue33261 opened by jdemeyer
# 33262: Deprecate shlex.split(None) to read from stdin.
https://bugs.python.org/issue33262 opened by christian.heimes
# 33263: Asyncio server enters an invalid state after a request with SO
https://bugs.python.org/issue33263 opened by drtyrsa
# 33264: Remove to-be-deprecated urllib.request.urlretrieve function re
https://bugs.python.org/issue33264 opened by adelfino
# 33266: 2to3 doesn't parse all valid string literals
https://bugs.python.org/issue33266 opened by Zsolt Dollenstein
# 33267: ctypes array types create reference cycles
https://bugs.python.org/issue33267 opened by Eric.Wieser
# 33269: InteractiveConsole behaves differently when used on terminal a
https://bugs.python.org/issue33269 opened by Kadir Haldenbilen
# 33270: tags for anonymous code objects should be interned
https://bugs.python.org/issue33270 opened by Daniel Moisset
# 33271: Exception handling matches subtypes, not subclasses
https://bugs.python.org/issue33271 opened by Michael McCoy
# 33272: Which are reasonable reason for recursion limit in function _v
https://bugs.python.org/issue33272 opened by mv.gavrilov
# 33272: Which are reasonable reason for recursion limit in function _v
https://bugs.python.org/issue33272
# 33271: Exception handling matches subtypes, not subclasses
https://bugs.python.org/issue33271
# 33270: tags for anonymous code objects should be interned
https://bugs.python.org/issue33270
# 33263: Asyncio server enters an invalid state after a request with SO
https://bugs.python.org/issue33263
# 33261: inspect.isgeneratorfunction fails on hand-created methods
https://bugs.python.org/issue33261
# 33259: Encoding issue in the name of the local DST timezone
https://bugs.python.org/issue33259
# 33257: Race conditions in Tkinter with non-threaded Tcl
https://bugs.python.org/issue33257
# 33256: module is not displayed by cgitb.html
https://bugs.python.org/issue33256
# 33255: json.dumps has different behaviour if encoding='utf-8' or enco
https://bugs.python.org/issue33255
# 33251: ConfigParser.items returns items present in vars
https://bugs.python.org/issue33251
# 33250: Move VERSION attribute output up in pydoc (via help() builtin)
https://bugs.python.org/issue33250
# 33236: MagicMock().__iter__.return_value is different from MagicMock(
https://bugs.python.org/issue33236
# 33234: Improve list() pre-sizing for inputs with known lengths
https://bugs.python.org/issue33234
# 33225: imaplib module IMAP4.append() unexpected response BAD Command
https://bugs.python.org/issue33225
# 33220: Antivirus hits on python-2.7.14.amd64.msi file
https://bugs.python.org/issue33220
# 33271: Exception handling matches subtypes, not subclasses
https://bugs.python.org/issue33271
# 33266: 2to3 doesn't parse all valid string literals
https://bugs.python.org/issue33266
# 33264: Remove to-be-deprecated urllib.request.urlretrieve function re
https://bugs.python.org/issue33264
# 33263: Asyncio server enters an invalid state after a request with SO
https://bugs.python.org/issue33263
# 33261: inspect.isgeneratorfunction fails on hand-created methods
https://bugs.python.org/issue33261
# 33257: Race conditions in Tkinter with non-threaded Tcl
https://bugs.python.org/issue33257
# 33256: module is not displayed by cgitb.html
https://bugs.python.org/issue33256
# 33251: ConfigParser.items returns items present in vars
https://bugs.python.org/issue33251
# 33239: tempfile module: functions with the 'buffering' option are inc
https://bugs.python.org/issue33239
# 33237: Improve AttributeError message for partially initialized modul
https://bugs.python.org/issue33237
# 33228: Use Random.choices in tempfile
https://bugs.python.org/issue33228
# 33227: Cmd do_something only accepts one argument
https://bugs.python.org/issue33227
# 33222: Various test failures if PYTHONUSERBASE is not canonicalized
https://bugs.python.org/issue33222
# 33217: x in enum.Flag member is True when x is not a Flag
https://bugs.python.org/issue33217
# 33216: Wrong order of stack for CALL_FUNCTION_VAR and CALL_FUNCTION_V
https://bugs.python.org/issue33216
# 33233: Suggest third-party cmd2 module as alternative to cmd
https://bugs.python.org/issue33233 15 msgs
# 33240: shutil.rmtree fails when the inner floder is opened in Explore
https://bugs.python.org/issue33240 7 msgs
# 33099: test_poplib hangs with the changes done in PR
https://bugs.python.org/issue33099 6 msgs
# 11122: bdist_rpm should use rpmbuild, not rpm
https://bugs.python.org/issue11122 5 msgs
# 33227: Cmd do_something only accepts one argument
https://bugs.python.org/issue33227 4 msgs
# 33237: Improve AttributeError message for partially initialized modul
https://bugs.python.org/issue33237 4 msgs
# 33264: Remove to-be-deprecated urllib.request.urlretrieve function re
https://bugs.python.org/issue33264 4 msgs
# 23403: Use pickle protocol 4 by default?
https://bugs.python.org/issue23403 3 msgs
# 24882: ThreadPoolExecutor doesn't reuse threads until #threads == max
https://bugs.python.org/issue24882 3 msgs
# 33065: IDLE debugger: problem importing user created module
https://bugs.python.org/issue33065 3 msgs
# 8243: curses writing to window's bottom right position raises: `_cur
https://bugs.python.org/issue8243 closed by ned.deily
# 24068: statistics module - incorrect results with boolean input
https://bugs.python.org/issue24068 closed by wolma
# 28832: Reduce memset in dict creation
https://bugs.python.org/issue28832 closed by inada.naoki
# 29613: Support for SameSite Cookies
https://bugs.python.org/issue29613 closed by alex
# 29673: Some gdb macros are broken in 3.6
https://bugs.python.org/issue29673 closed by ned.deily
# 30686: make make install
faster
https://bugs.python.org/issue30686 closed by inada.naoki
# 31201: make test: module test that failed doesn't exist
https://bugs.python.org/issue31201 closed by ned.deily
# 31584: Documentation Language mixed up
https://bugs.python.org/issue31584 closed by mdk
# 31920: pygettext ignores directories as inputfile argument
https://bugs.python.org/issue31920 closed by serhiy.storchaka
# 32759: multiprocessing.Array do not release shared memory
https://bugs.python.org/issue32759 closed by pitrou
# 33031: Questionable code in OrderedDict definition
https://bugs.python.org/issue33031 closed by serhiy.storchaka
# 33097: concurrent futures Executors accept tasks after interpreter sh
https://bugs.python.org/issue33097 closed by pitrou
# 33169: importlib.invalidate_caches() doesn't clear all caches
https://bugs.python.org/issue33169 closed by brett.cannon
# 33188: dataclass MRO entry resolution for type variable metaclasses:
https://bugs.python.org/issue33188 closed by levkivskyi
# 33200: Optimize the empty set "literal"
https://bugs.python.org/issue33200 closed by serhiy.storchaka
# 33201: Modernize "Extension types" documentation
https://bugs.python.org/issue33201 closed by pitrou
# 33219: x in IntFlag should test raise TypeError if x is not an IntFla
https://bugs.python.org/issue33219 closed by ethan.furman
# 33229: Documentation - io — Core tools for working with streams -
https://bugs.python.org/issue33229 closed by Mikhail Zakharov
# 33230: _decimal build failure (unsupported platform for that module)
https://bugs.python.org/issue33230 closed by skrah
# 33241: Tooltip not display with macOS 64-bit installer 3.6.5 but work
https://bugs.python.org/issue33241 closed by ned.deily
# 33242: Support binary symbol names
https://bugs.python.org/issue33242 closed by eryksun
# 33243: nltk is not working properly
https://bugs.python.org/issue33243 closed by serhiy.storchaka
# 33244: Overflow error
https://bugs.python.org/issue33244 closed by terry.reedy
# 33246: Note in 18.2. json — JSON encoder and decoder is incorrect
https://bugs.python.org/issue33246 closed by inada.naoki
# 33247: File "<string>" is opened and read unconditionally
https://bugs.python.org/issue33247 closed by serhiy.storchaka
# 33248: __await__ behaves different with or without PYTHONASYNCIODEBUG
https://bugs.python.org/issue33248 closed by Jonas Obrist
# 33253: xxsubtype.bench does not function correctly on CPython 3+
https://bugs.python.org/issue33253 closed by serhiy.storchaka
# 33260: Update token.py etc for ASYNC and AWAIT
https://bugs.python.org/issue33260 closed by serhiy.storchaka
# 33265: contextlib.ExitStack abuses __self__
https://bugs.python.org/issue33265 closed by ncoghlan
# 33268: iteration over attrs in metaclass' __new__ affects class' __na
https://bugs.python.org/issue33268 closed by eric.smith
# 33273: Allow multiple imports from one module while preserving its na
https://bugs.python.org/issue33273 closed by zach.ware