[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri May 4 12:09:55 EDT 2018


ACTIVITY SUMMARY (2018-04-27 - 2018-05-04) 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 6629 (+14) closed 38547 (+37) total 45176 (+51)

Open issues with patches: 2593

Issues opened (34)

#33375: warnings: get filename from frame.f_code.co_filename https://bugs.python.org/issue33375 opened by takluyver

#33376: [pysqlite] Duplicate rows can be returned after rolling back a https://bugs.python.org/issue33376 opened by cary

#33379: PyImport_Cleanup is called with builtins_copy == NULL in test_ https://bugs.python.org/issue33379 opened by serhiy.storchaka

#33381: Incorrect documentation for strftime()/strptime() format code https://bugs.python.org/issue33381 opened by jujuwoman

#33384: Build does not work with closed stdin https://bugs.python.org/issue33384 opened by MartinHusemann

#33385: setdefault() with a single argument doesn't work for dbm.gnu a https://bugs.python.org/issue33385 opened by serhiy.storchaka

#33387: Simplify bytecodes for try-finally, try-except and with blocks https://bugs.python.org/issue33387 opened by Mark.Shannon

#33388: Support PEP 566 metadata in dist.py https://bugs.python.org/issue33388 opened by rbricheno

#33389: argparse redundant help string https://bugs.python.org/issue33389 opened by stefan

#33392: pathlib .glob('*/') returns files as well as directories https://bugs.python.org/issue33392 opened by robbuckley

#33393: update config.guess and config.sub https://bugs.python.org/issue33393 opened by doko

#33394: the build of the shared modules is quiet/non-visible when GNU https://bugs.python.org/issue33394 opened by doko

#33396: IDLE: Improve and document help doc viewer https://bugs.python.org/issue33396 opened by terry.reedy

#33397: IDLE help viewer: let users control font size https://bugs.python.org/issue33397 opened by terry.reedy

#33398: From, To, Cc lines break when calling send_message() https://bugs.python.org/issue33398 opened by _savage

#33399: site.abs_paths should handle None cached type https://bugs.python.org/issue33399 opened by demian.brecht

#33400: logging.Formatter does not default to ISO8601 date format https://bugs.python.org/issue33400 opened by paulc

#33403: asyncio.tasks.wait does not allow to set custom exception when https://bugs.python.org/issue33403 opened by pyneda

#33406: [ctypes] increase the refcount of a callback function https://bugs.python.org/issue33406 opened by Zuzu_Typ

#33407: Implement Py_DEPRECATED() macro for Visual Studio https://bugs.python.org/issue33407 opened by vstinner

#33408: AF_UNIX is now supported in Windows https://bugs.python.org/issue33408 opened by filips123

#33409: Clarify the interaction between locale coercion & UTF-8 mode https://bugs.python.org/issue33409 opened by ncoghlan

#33411: All console message are in the error output in bash interpreto https://bugs.python.org/issue33411 opened by Quentin Millardet

#33413: asyncio.gather should not use special Future https://bugs.python.org/issue33413 opened by Martin.Teichmann

#33414: Make shutil.copytree use os.scandir to take advantage of cache https://bugs.python.org/issue33414 opened by adelfino

#33415: When add_mutually_exclusive_group is built without argument, t https://bugs.python.org/issue33415 opened by ariel-anieli

#33416: Add endline and endcolumn to every AST node https://bugs.python.org/issue33416 opened by levkivskyi

#33417: Isinstance() behavior is not consistent with the document https://bugs.python.org/issue33417 opened by hongweipeng

#33418: Memory leaks in functions https://bugs.python.org/issue33418 opened by jdemeyer

#33419: Add functools.partialclass https://bugs.python.org/issue33419 opened by NeilGirdhar

#33420: origin invariant broken https://bugs.python.org/issue33420 opened by apaszke

#33421: Missing documentation for typing.AsyncContextManager https://bugs.python.org/issue33421 opened by Travis DePrato

#33422: Fix and update string/byte literals in help() https://bugs.python.org/issue33422 opened by adelfino

#33423: [logging] Improve consistency of logger mechanism. https://bugs.python.org/issue33423 opened by Daehee Kim

Most recent 15 issues with no replies (15)

#33421: Missing documentation for typing.AsyncContextManager https://bugs.python.org/issue33421

#33418: Memory leaks in functions https://bugs.python.org/issue33418

#33417: Isinstance() behavior is not consistent with the document https://bugs.python.org/issue33417

#33416: Add endline and endcolumn to every AST node https://bugs.python.org/issue33416

#33415: When add_mutually_exclusive_group is built without argument, t https://bugs.python.org/issue33415

#33413: asyncio.gather should not use special Future https://bugs.python.org/issue33413

#33409: Clarify the interaction between locale coercion & UTF-8 mode https://bugs.python.org/issue33409

#33408: AF_UNIX is now supported in Windows https://bugs.python.org/issue33408

#33403: asyncio.tasks.wait does not allow to set custom exception when https://bugs.python.org/issue33403

#33399: site.abs_paths should handle None cached type https://bugs.python.org/issue33399

#33398: From, To, Cc lines break when calling send_message() https://bugs.python.org/issue33398

#33396: IDLE: Improve and document help doc viewer https://bugs.python.org/issue33396

#33394: the build of the shared modules is quiet/non-visible when GNU https://bugs.python.org/issue33394

#33389: argparse redundant help string https://bugs.python.org/issue33389

#33388: Support PEP 566 metadata in dist.py https://bugs.python.org/issue33388

Most recent 15 issues waiting for review (15)

#33422: Fix and update string/byte literals in help() https://bugs.python.org/issue33422

#33421: Missing documentation for typing.AsyncContextManager https://bugs.python.org/issue33421

#33419: Add functools.partialclass https://bugs.python.org/issue33419

#33413: asyncio.gather should not use special Future https://bugs.python.org/issue33413

#33403: asyncio.tasks.wait does not allow to set custom exception when https://bugs.python.org/issue33403

#33399: site.abs_paths should handle None cached type https://bugs.python.org/issue33399

#33397: IDLE help viewer: let users control font size https://bugs.python.org/issue33397

#33394: the build of the shared modules is quiet/non-visible when GNU https://bugs.python.org/issue33394

#33393: update config.guess and config.sub https://bugs.python.org/issue33393

#33388: Support PEP 566 metadata in dist.py https://bugs.python.org/issue33388

#33387: Simplify bytecodes for try-finally, try-except and with blocks https://bugs.python.org/issue33387

#33375: warnings: get filename from frame.f_code.co_filename https://bugs.python.org/issue33375

#33365: http/client.py does not print correct headers in debug https://bugs.python.org/issue33365

#33358: [EASY] x86 Ubuntu Shared 3.x: test_embed.test_pre_initializati https://bugs.python.org/issue33358

#33354: Python2: test_ssl fails on non-ASCII path https://bugs.python.org/issue33354

Top 10 most discussed issues (10)

#33257: Race conditions in Tkinter with non-threaded Tcl https://bugs.python.org/issue33257 15 msgs

#32797: Tracebacks from Cython modules no longer work https://bugs.python.org/issue32797 11 msgs

#20104: expose posix_spawn(p) https://bugs.python.org/issue20104 8 msgs

#21822: KeyboardInterrupt during Thread.join hangs that Thread https://bugs.python.org/issue21822 8 msgs

#33419: Add functools.partialclass https://bugs.python.org/issue33419 8 msgs

#33422: Fix and update string/byte literals in help() https://bugs.python.org/issue33422 7 msgs

#32769: Add 'annotations' to the glossary https://bugs.python.org/issue32769 5 msgs

#28167: remove platform.linux_distribution() https://bugs.python.org/issue28167 4 msgs

#33012: Invalid function cast warnings with gcc 8 for METH_NOARGS https://bugs.python.org/issue33012 4 msgs

#33038: GzipFile doesn't always ignore None as filename https://bugs.python.org/issue33038 4 msgs

Issues closed (35)

#6270: Menu deletecommand fails if command is already deleted https://bugs.python.org/issue6270 closed by csabella

#21474: Idle: updata fixwordbreaks() for unicode identifiers https://bugs.python.org/issue21474 closed by terry.reedy

#25198: Idle: improve idle.html help viewer. https://bugs.python.org/issue25198 closed by terry.reedy

#31026: test_dbm fails when run directly https://bugs.python.org/issue31026 closed by serhiy.storchaka

#31802: 'import posixpath' fails if 'os.path' has not be imported alre https://bugs.python.org/issue31802 closed by Mark.Shannon

#33191: Refleak in posix_spawn https://bugs.python.org/issue33191 closed by ned.deily

#33254: Have importlib.resources.contents() return an interable instea https://bugs.python.org/issue33254 closed by brett.cannon

#33256: module is not displayed by cgitb.html https://bugs.python.org/issue33256 closed by serhiy.storchaka

#33281: ctypes.util.find_library not working on macOS https://bugs.python.org/issue33281 closed by ned.deily

#33328: pdb error when stepping through generator https://bugs.python.org/issue33328 closed by Ricyteach

#33332: Expose valid signal set (sigfillset()): add signal.valid_signa https://bugs.python.org/issue33332 closed by pitrou

#33343: [argparse] Add subcommand abbreviations https://bugs.python.org/issue33343 closed by terry.reedy

#33352: [EASY] Windows: test_regrtest fails on installed Python https://bugs.python.org/issue33352 closed by vstinner

#33363: async for statement is not a syntax error in sync context https://bugs.python.org/issue33363 closed by yselivanov

#33366: contextvars documentation incorrectly refers to "non-local s https://bugs.python.org/issue33366 closed by yselivanov

#33370: Addition of mypy cache to gitignore https://bugs.python.org/issue33370 closed by brett.cannon

#33373: Tkinter ttk Label background ignored on MacOS https://bugs.python.org/issue33373 closed by serhiy.storchaka

#33374: generate-posix-vars failed when building Python 2.7.14 on Linu https://bugs.python.org/issue33374 closed by benjamin.peterson

#33377: add new triplets for mips r6 and riscv variants https://bugs.python.org/issue33377 closed by ned.deily

#33378: Add Korean to the language switcher https://bugs.python.org/issue33378 closed by mdk

#33380: Update module attribute on namedtuple methods for introspectio https://bugs.python.org/issue33380 closed by a-feld

#33382: make [profile-opt] failed with --enable-optimizations https://bugs.python.org/issue33382 closed by kmahyyg

#33383: Crash in the get() method a single argument in dbm.ndbm https://bugs.python.org/issue33383 closed by serhiy.storchaka

#33386: IDLE: Double clicking only recognizes ascii chars as identifie https://bugs.python.org/issue33386 closed by terry.reedy

#33390: matmul @ operator precedence https://bugs.python.org/issue33390 closed by steven.daprano

#33391: leak in set_symmetric_difference? https://bugs.python.org/issue33391 closed by inada.naoki

#33395: TypeError: unhashable type: 'instancemethod' https://bugs.python.org/issue33395 closed by r.david.murray

#33401: exec attribute can't be set to objects in Python2 (SyntaxErr https://bugs.python.org/issue33401 closed by ebarry

#33402: Change the fractions.Fraction class to convert to a unicode fr https://bugs.python.org/issue33402 closed by gappleto97

#33404: Phone Number Generator https://bugs.python.org/issue33404 closed by zach.ware

#33405: PYTHONCOERCECLOCALE no longer being respected https://bugs.python.org/issue33405 closed by vstinner

#33410: Using type in a format with padding causes TypeError https://bugs.python.org/issue33410 closed by ebarry

#33412: Tkinter hangs if using multiple threads and event handlers https://bugs.python.org/issue33412 closed by gvanrossum

#33424: 4.4. break and continue Statements, and else Clauses on Loops https://bugs.python.org/issue33424 closed by tim.peters

#33425: Library glob : Can't find a specific year with glob https://bugs.python.org/issue33425 closed by Robin Champavier



More information about the Python-Dev mailing list