Skip to content
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
Jump-To-Jump elimination could be more aggressive. interpreter-core type-feature
#93223 opened May 25, 2022 by sweeneyde
Minor issues in python --help and man page 3.10 3.11 3.12 interpreter-core type-bug
#93217 opened May 25, 2022 by merwok
DeprecationWarning in test_enum 3.12 tests
#93216 opened May 25, 2022 by tirkarthi
Expose threading.Semaphore._value type-feature
#93213 opened May 25, 2022 by hauntsaninja
IntFlag iteration behaviour is inconsistent between versions stdlib type-bug
#93210 opened May 25, 2022 by dignissimus
Remove check for stdarg.h (HAVE_STDARG_PROTOTYPES) in configure.ac 3.12 build type-bug
#93207 opened May 25, 2022 by kumaraditya303
Use %zd printf format in the C code of Python type-bug
#93202 opened May 25, 2022 by vstinner
Socket programming using struct module , pack function produces wrong amount of bytes while using 'B' in the first place of the format field pending type-bug
#93184 opened May 24, 2022 by Pankal7
[docs] socket documentation: "packages" -> "packets" docs
#93183 opened May 24, 2022 by furkanonder
Update os.copy_file_range documentation docs
#93180 opened May 24, 2022 by illia-v
Document the thread safety of functools.lru_cache docs
#93179 opened May 24, 2022 by pfmoore
Combination of @classmethod @property and @abc.abstractmethod type-bug
#93167 opened May 24, 2022 by jbaudisch
Clarify http.server documentation using RFC 7230 terminology docs
#93166 opened May 24, 2022 by maggyero
SyntaxError location for *args in class bases is inconsistent 3.10 interpreter-core type-bug
#93165 opened May 24, 2022 by tusharsadhwani
Allow using QueueHandler and QueueListener in logging.dictConfig stdlib type-feature
#93162 opened May 24, 2022 by spacemanspiff2007
fileinput with inplace=True ignores errors parameter 3.10 3.11 3.12 type-bug
#93157 opened May 24, 2022 by JelleZijlstra
the pathlib.Path.parents[-1] didn't receive the self._parts type-bug
#93156 opened May 24, 2022 by ramwin
Dataflow analysis in the compiler to avoid runtime NULL checks interpreter-core performance type-feature
#93143 opened May 23, 2022 by sweeneyde
sys.ps1/sys.ps2 should be empty (or not shown) if stdin is not a tty stdlib type-bug
#93139 opened May 23, 2022 by allisonkarlitskaya
unittest mock miss attributes with AttributeError with dataclasses and attrs class when slots=False? tests type-bug
#93133 opened May 23, 2022 by noklam
test_mailbox: Duplicate keys in _sample_headers cause _check_sample to only test one value expert-email tests type-bug
#93121 opened May 23, 2022 by The-Compiler
ProTip! Exclude everything labeled bug with -label:bug.