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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

can not unparse code with ' in format_spec 3.12 bugs and security fixes 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#112364 opened Nov 24, 2023 by 15r10nk
gzip.compress(..., mtime=0) in cpython 3.11+ unexpectedly sets OS byte in gzip header stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#112346 opened Nov 23, 2023 by dennisvang
gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. 3.13 new features, bugs and security fixes awaiting core review stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#112333 opened Nov 23, 2023 by iritkatriel Loading…
[Enum] make some private attributes public 3.13 new features, bugs and security fixes docs Documentation in the Doc dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#112328 opened Nov 23, 2023 by ethanfurman
@runtime_checkable Protocol doesn't check if __class_getitem__ exists. stdlib Python modules in the Lib dir topic-typing type-bug An unexpected behavior, bug, or error
#112319 opened Nov 22, 2023 by randolf-scholz
Add option to calendar module CLI to specify the weekday to start each week stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#112240 opened Nov 18, 2023 by planet36
Increase the precision of the summary in trace module performance Performance or resource usage stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#112192 opened Nov 17, 2023 by gaogaotiantian
Make http.cookiejar.CookieJar pickable 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#112144 opened Nov 16, 2023 by XuehaiPan
help(): Display complex signatures in multiple lines 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#112139 opened Nov 16, 2023 by JelleZijlstra
http.client.HTTPResponse.read(-1) handled incorrectly stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#112064 opened Nov 14, 2023 by smason
inspect.unwrap() does not work with types with the __wrapper__ data descriptor 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#112006 opened Nov 12, 2023 by serhiy-storchaka
ipaddress: support slicing for accessing network addresses and hosts stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#111931 opened Nov 10, 2023 by mazunki
Capture Additional Exception Attributes in traceback.TracebackException 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#111927 opened Nov 9, 2023 by ericsnowcurrently
22 tasks
Support Passing a Proxy object to traceback.TracebackExcetion() for "exc_type" 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#111922 opened Nov 9, 2023 by ericsnowcurrently
Add traceback.TracebackException.__traceback__ 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#111918 opened Nov 9, 2023 by ericsnowcurrently
Objects in NamedTuple class namespaces don't have __set_name__ called on them 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-typing type-bug An unexpected behavior, bug, or error
#111874 opened Nov 9, 2023 by AlexWaygood
base64.b32hexdecode only supports uppercase input stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#111846 opened Nov 8, 2023 by romuald
[Enum] update class creation for RuntimeError changes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes awaiting core review docs Documentation in the Doc dir needs backport to 3.12 bug and security fixes skip issue skip news stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#111815 opened Nov 7, 2023 by ethanfurman Loading…
shutil.unpack_archive skips false negatives containing '..' stdlib Python modules in the Lib dir
#111791 opened Nov 6, 2023 by sepastian
Robots.txt parsing fails when one rule line is invalid stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#111788 opened Nov 6, 2023 by gyula-lakatos
Instance of Protocol class can be created if an initialiser is declared. stdlib Python modules in the Lib dir topic-typing type-bug An unexpected behavior, bug, or error
#111660 opened Nov 2, 2023 by chrisimcevoy
Python 3.12 breaks backwards compatibility for logging configuration 3.12 bugs and security fixes 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#111615 opened Nov 1, 2023 by egor-tensin
dataclass, slots, __post_init__ and super stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#111500 opened Oct 30, 2023 by voidspace
Add limit_group option to traceback.format_exception_only stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#111448 opened Oct 29, 2023 by sobolevn
ProTip! no:milestone will show everything without a milestone.