Skip to content

Issues: python/cpython

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

Add reversible keys, values, items views to collections.abc builtin library stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#134863 opened May 28, 2025 by t1m013y
base64.a85decode throws exception on trailing whitespace in Adobe mode stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#134837 opened May 28, 2025 by dhdaines
MessageIDHeader does not trim whitespace stdlib Python modules in the Lib dir topic-email type-bug An unexpected behavior, bug, or error
#134812 opened May 27, 2025 by jakajancar
tkinter.filedialog.askopenfilename() fails with "SharedMemory read faild" stdlib Python modules in the Lib dir topic-tkinter type-bug An unexpected behavior, bug, or error
#134776 opened May 27, 2025 by ye-xue
test_idle test_configdialog.HighPageTest failing on macOS OS-mac stdlib Python modules in the Lib dir topic-IDLE type-bug An unexpected behavior, bug, or error
#134770 opened May 27, 2025 by emmatyping
Build failure on main and latest Python 3.14 beta (missing mt_continue_should_break) 3.14 bugs and security fixes 3.15 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#134768 opened May 27, 2025 by thesamesam
UnboundLocalError in email.message.Message.get_payload stdlib Python modules in the Lib dir topic-email type-bug An unexpected behavior, bug, or error
#134759 opened May 26, 2025 by thib-d
Improve speed of test_tokenize.StringPrefixTest.test_prefixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#134752 opened May 26, 2025 by ericvsmith
Ctrl+Alt+L is broken after upgrading to Python 3.13 stdlib Python modules in the Lib dir topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#134746 opened May 26, 2025 by danielzgtg
Documentation missing for importlib.metadata.distributions() 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes docs Documentation in the Doc dir stdlib Python modules in the Lib dir topic-importlib
#134740 opened May 26, 2025 by emmatyping
ast.dump( show_empty = True) does not show most None values. 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#134733 opened May 26, 2025 by hunterhogan
ast.dump() elision of empty values should use field types 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#134718 opened May 26, 2025 by JelleZijlstra
Allow customization of NaN and Infinity serialization in json module stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#134717 opened May 26, 2025 by krzyszti
codecs.StreamWriter.write() returns None stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#134706 opened May 26, 2025 by srittau
asyncio has underscored names in its __all__ 3.14 bugs and security fixes 3.15 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error
#134657 opened May 25, 2025 by JelleZijlstra
New REPL: Prompt overwrites previous output on line wrap stdlib Python modules in the Lib dir topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#134643 opened May 25, 2025 by ImFeH2
logging.StreamHandler produces BrokenPipeError when cut short by head utility pending The issue will be closed if no feedback is provided stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#134568 opened May 23, 2025 by blhsing
Expose log format to users in assertLogs stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#134567 opened May 23, 2025 by garry-cairns
Add support for Template type (t-strings) to pprint stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#134551 opened May 22, 2025 by loic-simon
ContextDecorator documentation is unclear. stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#134537 opened May 22, 2025 by lanafs
asyncio.timeout(0) swallows a prior task cancellation stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error
#134471 opened May 21, 2025 by okhaliavka
pyrepl fails with an ugly traceback when ioctls are not allowed on tty stdio stdlib Python modules in the Lib dir topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#134466 opened May 21, 2025 by glyph
Inconsistent subprocess.Popen.communicate() behavior between Windows and Posix stdlib Python modules in the Lib dir topic-subprocess Subprocess issues. type-bug An unexpected behavior, bug, or error
#134453 opened May 21, 2025 by tikuma-lsuhsc
argparse: type=FileType("wb"), default=sys.stdout returns _io.TextIOWrapper instead of _io.BufferedWriter stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#134410 opened May 21, 2025 by Chaz6
ProTip! Adding no:label will show everything without a label.