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

dataclass field init_using parameter for custom initialisation stdlib type-feature
#94548 opened Jul 4, 2022 by DexterHill0
Clarification on how to clean up tempfile.mkstemp docs
#94543 opened Jul 4, 2022 by jugmac00
zipfile.ZipInfo.from_file assumes that the archive name is a native filesystem path type-bug
#94533 opened Jul 3, 2022 by gerph
[security] Document zlib, gzip, bz2 and tarfile known vulnerabilities docs type-security
#94531 opened Jul 3, 2022 by vstinner
ZipInfo filename is mangled when os.sep is not '/' type-bug
#94529 opened Jul 3, 2022 by gerph
Wrong json encoding and decoding of adversiral string type-bug
#94527 opened Jul 3, 2022 by zommiommy
Exception in ucs2lib_utf8_encoder in _bootstrap_python type-bug
#94526 opened Jul 3, 2022 by pgy
IDLE: Auto make pair or brackets or quotation marks. expert-IDLE type-feature
#94524 opened Jul 3, 2022 by znsoooo
IDLE: <<comment-region>> didn't obey with PEP8 expert-IDLE type-feature
#94522 opened Jul 3, 2022 by znsoooo
IDLE: Make CallTips selectable expert-IDLE type-feature
#94520 opened Jul 2, 2022 by znsoooo
Micro-optimization: Use memmove instead of for loop in list.insert() performance type-feature
#94508 opened Jul 2, 2022 by radiantly
listobject.h:33:36: error: void value not ignored as it ought to be pending type-bug
#94507 opened Jul 2, 2022 by AlexLuya
help() of a method wrongly identifies it as a module-level function type-bug
#94506 opened Jul 2, 2022 by stevendaprano
Log formatters which use newlines to separate messages should quote newlines for security reasons stdlib type-bug
#94503 opened Jul 1, 2022 by glyph
Problems with mock related to datetime.utcnow() type-feature
#94497 opened Jul 1, 2022 by jefer94
ProTip! Adding no:label will show everything without a label.