Overview
Could not load contribution data
Please try again later
226 Pull requests merged by 74 people
-
gh-92047: Py_GetVersion multi-digit minor version (GH-92047)
#92048 merged
May 5, 2022 -
gh-89653: PEP 670: Convert PyCFunction macros to functions
#92302 merged
May 5, 2022 -
Clean-up and simplify median_grouped(). Vastly improve its docstring.
#92324 merged
May 5, 2022 -
bpo-39464: Allow translating argument error messages
#17169 merged
May 5, 2022 -
bpo-46764: Fix wrapping bound method with @classmethod
#31367 merged
May 5, 2022 -
[3.9] gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (GH-92224)
#92320 merged
May 5, 2022 -
[3.10] gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (GH-92224)
#92319 merged
May 5, 2022 -
gh-92223: Remove pre-Python 3.7 alternative
#92224 merged
May 5, 2022 -
gh-92118: fix traceback of exceptions propagated from inside a contextlib.contextmanager
#92202 merged
May 4, 2022 -
GH-92239: Respect PEP 523
#92245 merged
May 4, 2022 -
gh-92107: Add tests that subscription works on arbitrary named tuple …
#92304 merged
May 4, 2022 -
gh-92210: Port of Cinder's socket.__init__ which uses argument clinic.
#92237 merged
May 4, 2022 -
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse
#91572 merged
May 4, 2022 -
Use static inline function Py_EnterRecursiveCall()
#91988 merged
May 4, 2022 -
[3.9] gh-92036: Fix gc_fini_untrack() (GH-92037)
#92297 merged
May 4, 2022 -
[3.10] gh-92036: Fix gc_fini_untrack() (GH-92037)
#92296 merged
May 4, 2022 -
gh-92036: Fix gc_fini_untrack()
#92037 merged
May 4, 2022 -
Fix renamed "total" variable
#92287 merged
May 4, 2022 -
Fix typo in Sorting howto
#92280 merged
May 4, 2022 -
gh-67248: Update cmd.py
#92254 merged
May 4, 2022 -
Compute from_sample() in a single pass over the data
#92284 merged
May 4, 2022 -
gh-78214: marshal: Stabilize FLAG_REF usage
#8226 merged
May 4, 2022 -
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close
#31913 merged
May 3, 2022 -
gh-80254: Disallow recursive usage of cursors in `sqlite3` converters
#29054 merged
May 3, 2022 -
[3.9] Improve the typing docs (GH-92264)
#92271 merged
May 3, 2022 -
[3.10] Improve the typing docs (GH-92264)
#92270 merged
May 3, 2022 -
gh-90230: Add stats for freelist use and more allocations.
#92211 merged
May 3, 2022 -
[3.9] gh-87304: Improve comments in language reference for imports (GH-92164)
#92273 merged
May 3, 2022 -
[3.10] gh-87304: Improve comments in language reference for imports (GH-92164)
#92272 merged
May 3, 2022 -
GH-91173: disable frozen modules in debug builds
#92023 merged
May 3, 2022 -
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc`
#91973 merged
May 3, 2022 -
gh-87304: Summary of the changes made: added detailed explanation for import
#92164 merged
May 3, 2022 -
gh-92206: Improve scoping of sqlite3 taint statement helper
#92260 merged
May 3, 2022 -
Improve the typing docs
#92264 merged
May 3, 2022 -
gh-81057: Fix an Indent in the c-analyzer Code
#92267 merged
May 3, 2022 -
bpo-45639: Add webp and avif image formats to mimetypes
#29259 merged
May 3, 2022 -
gh-92062: `inspect.Parameter` checks whether `name` is a keyword
#92065 merged
May 3, 2022 -
gh-91321: Fix PyModuleDef_HEAD_INIT on C++
#92259 merged
May 3, 2022 -
gh-89289: Fix GHA annotation complaint for sqlite3
#92258 merged
May 3, 2022 -
gh-92206: Improve scoping of sqlite3 bind param functions
#92250 merged
May 3, 2022 -
gh-91320: Use _PyCFunction_CAST()
#92251 merged
May 3, 2022 -
gh-91321: Add _Py_NULL macro
#92253 merged
May 3, 2022 -
gh-81057: Get the c-analyzer tool working again.
#92246 merged
May 3, 2022 -
gh-90172: add test for functools.singledispatch on Union types with None type
#92174 merged
May 3, 2022 -
gh-91320: Fix more old-style cast warnings in C++
#92247 merged
May 3, 2022 -
bpo-47164: Argument Clinic uses _PyCFunction_CAST()
#32210 merged
May 3, 2022 -
[3.9] bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862)
#92243 merged
May 3, 2022 -
[3.10] bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862)
#92242 merged
May 3, 2022 -
gh-89289: Harden sqlite3.Connection init
#92214 merged
May 3, 2022 -
gh-89653: PEP 670: Convert PyBytes macros to functions
#91990 merged
May 3, 2022 -
gh-92206: Improve scoping of sqlite3 reset statement helper
#92241 merged
May 3, 2022 -
bpo-46696: socketmodule SO_INCOMING_CPU constant addition
#31237 merged
May 3, 2022 -
bpo-29890: Test IPv*Interface construction with tuple argument
#30862 merged
May 3, 2022 -
GH-91752: Skip test_freeze_simple_script when zlib is not available
#91758 merged
May 3, 2022 -
gh-88753: Make BooleanOptionalAction's addition of default to help more similar to other actions
#27808 merged
May 3, 2022 -
[3.9] bpo-46604: fix function name in ssl module docstring (GH-31064)
#92234 merged
May 3, 2022 -
gh-89452: Prefer gdbm-compat over ndbm
#92208 merged
May 3, 2022 -
[3.10] bpo-46604: fix function name in ssl module docstring (GH-31064)
#92233 merged
May 3, 2022 -
bpo-46604: fix function name in ssl module docstring
#31064 merged
May 3, 2022 -
gh-92031: Deoptimize Static Code at Finalization
#92039 merged
May 3, 2022 -
gh-90887: posix._fcopyfile adding couple of more flags
#31300 merged
May 3, 2022 -
bpo-47199: multiprocessing: micro-optimize Connection.send_bytes() method
#32247 merged
May 3, 2022 -
Use gh link instead of bpo
#92221 merged
May 3, 2022 -
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST()
#92230 merged
May 3, 2022 -
bpo-44863: In TypedDict allow inherit from Generic and preserve bases
#27663 merged
May 3, 2022 -
gh-92154: Expose PyCode_GetCode in the C API
#92168 merged
May 3, 2022 -
gh-92206: Improve scoping of sqlite3 register cursor helper
#92212 merged
May 3, 2022 -
Dependabot: only bump actions for major versions
#92186 merged
May 3, 2022 -
bpo-26175: Implement `io.IOBase` interface for `SpooledTemporaryFile`
#29560 merged
May 3, 2022 -
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,interface} helper functions
#30642 merged
May 3, 2022 -
[3.9] bpo-46586: Fix more erroneous doc links to builtins (GH-31429)
#92199 merged
May 3, 2022 -
[3.9] gh-91583: AC: Fix regression for functions with defining_class …
#92080 merged
May 3, 2022 -
[3.10] gh-91583: AC: Fix regression for functions with defining_class…
#92079 merged
May 3, 2022 -
The stdev calculation is more accurate computing its own mean
#92220 merged
May 3, 2022 -
gh-92169: Use warnings_helper.import_deprecated() in tests
#92170 merged
May 3, 2022 -
Fix doc warnings in What's New in 3.11
#92215 merged
May 3, 2022 -
bpo-46267: Correctly use compresslevel in gzip.compress
#30416 merged
May 3, 2022 -
gh-92206: Improve scoping of sqlite3 statement step helper
#92207 merged
May 3, 2022 -
[3.9] gh-92106: Add test that subscription works on arbitrary TypedDicts (GH-92176)
#92201 merged
May 3, 2022 -
[3.10] gh-92106: Add test that subscription works on arbitrary TypedDicts (GH-92176)
#92200 merged
May 3, 2022 -
bpo-46785: Fix race condition between `os.stat()` and unlink
#31858 merged
May 2, 2022 -
gh-91621: Fix typing.get_type_hints for collections.abc.Callable
#91656 merged
May 2, 2022 -
gh-84461: Add ability for multiprocessed libregrtest to use a different Python executable
#91930 merged
May 2, 2022 -
[3.10] bpo-46586: Fix more erroneous doc links to builtins (GH-31429)
#92198 merged
May 2, 2022 -
[3.9] bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408)
#92188 merged
May 2, 2022 -
[3.9] bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612)
#92196 merged
May 2, 2022 -
[3.10] bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408)
#92187 merged
May 2, 2022 -
[3.10] bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612)
#92195 merged
May 2, 2022 -
bpo-43923: Add support of generic typing.NamedTuple
#92027 merged
May 2, 2022 -
gh-92106: Add test that subscription works on arbitrary TypedDicts
#92176 merged
May 2, 2022 -
gh-92032: Add soft keywords to rlcompleter
#92029 merged
May 2, 2022 -
bpo-46586: Fix more erroneous doc links to builtins
#31429 merged
May 2, 2022 -
Delete outdated comment in logging module
#31117 merged
May 2, 2022 -
bpo-46285: Add command-line option -p/--protocol to module http.server
#30999 merged
May 2, 2022 -
bpo-6686: Replaced String with Bytes in xml.sax.handler documentation
#30612 merged
May 2, 2022 -
bpo-46547: remove leaking vars into `pydoc.Helper` namespace
#30957 merged
May 2, 2022 -
[3.10] importlib docs: Update importlib.abc hierarchy (GH-31113)
#92189 merged
May 2, 2022 -
Update importlib.abc hierarchy
#31113 merged
May 2, 2022 -
bpo-46787: Fix `ProcessPoolExecutor` exception memory leak
#31408 merged
May 2, 2022 -
gh-92173: Fix the closure argument to PyEval_EvalCodeEx.
#92175 merged
May 2, 2022 -
Fix duplicate word.
#92182 merged
May 2, 2022 -
gh-87390: Add __unpacked__ attribute to types.GenericAlias
#92059 merged
May 2, 2022 -
[3.9] bpo-43504: Remove effbot urls (GH-26308)
#92162 merged
May 2, 2022 -
[3.10] bpo-43504: Remove effbot urls (GH-26308)
#92161 merged
May 2, 2022 -
[3.9] gh-91783: Document security considerations for shutil.unpack_archive (GH-91844)
#92166 merged
May 2, 2022 -
[3.10] gh-91783: Document security considerations for shutil.unpack_archive (GH-91844)
#92165 merged
May 2, 2022 -
[3.10] Fix typo in Programming FAQ (GH-92083)
#92148 merged
May 2, 2022 -
gh-90765: Catch LegacyInterpolation deprecation warning
#91480 merged
May 2, 2022 -
gh-90213: Speed up right shifts of negative integers
#30277 merged
May 2, 2022 -
gh-91783: Document security considerations for shutil.unpack_archive
#91844 merged
May 2, 2022 -
Improve efficiency of lehvenshtein_distance method
#91835 merged
May 2, 2022 -
Fix typo in turtle deprecation warning and use warnings._deprecated
#91862 merged
May 2, 2022 -
[3.10] gh-92082: contextlib docs: Change aclosing from a class to a function for consistency (GH-92155)
#92163 merged
May 2, 2022 -
gh-91215: Add weakref_slot to `@dataclass`, to allow instances with slots to be weakref-able.
#92160 merged
May 2, 2022 -
[3.9] concurrent.futures: Fix typo in docstring (GH-92121)
#92153 merged
May 2, 2022 -
[3.10] gh-89301: Fix regression with bound values in traced SQLite statements
#92147 merged
May 2, 2022 -
gh-92082: Changed a.closing from a class to a function for consistency with docs
#92155 merged
May 2, 2022 -
[3.10] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (GH-92111)
#92124 merged
May 2, 2022 -
[3.10] concurrent.futures: Fix typo in docstring (GH-92121)
#92152 merged
May 2, 2022 -
gh-91276: revert the increase of dis output width
#92126 merged
May 2, 2022 -
[3.10] gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sentence (GH-91614)
#92156 merged
May 2, 2022 -
[3.9] gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sentence (GH-91614)
#92157 merged
May 2, 2022 -
[3.9] asyncio.subprocess: Fix a typo in doc (GH-92030)
#92151 merged
May 2, 2022 -
[3.9] Fix typo in Programming FAQ (GH-92083)
#92149 merged
May 2, 2022 -
[3.10] asyncio.subprocess: Fix a typo in doc (GH-92030)
#92150 merged
May 2, 2022 -
gh-88546: Make new paragraph for emphasis and reordered sentence
#91614 merged
May 2, 2022 -
gh-92128: Add `__class_getitem__` to `logging.LoggerAdapter` and `logging.StreamHandler`
#92129 merged
May 2, 2022 -
[3.9] gh-85133: os docs: Add that getenv uses os.environ (GH-91874)
#92146 merged
May 2, 2022 -
gh-92135: Fix _Py_reinterpret_cast() for const
#92138 merged
May 2, 2022 -
Typo
#92121 merged
May 2, 2022 -
gh-91063: Update Windows installer to SQLite 3.38.3.
#91995 merged
May 2, 2022 -
Fix a typo in doc
#92030 merged
May 2, 2022 -
Fix typo in Programming FAQ
#92083 merged
May 2, 2022 -
[3.10] gh-85133: os docs: Add that getenv uses os.environ (GH-91874)
#92145 merged
May 2, 2022 -
[3.9] gh-84714: Add behavior if dst file exists (GH-91867)
#92143 merged
May 2, 2022 -
[3.10] gh-84714: Add behavior if dst file exists (GH-91867)
#92144 merged
May 2, 2022 -
gh-85133: Add that getenv uses os.environ
#91874 merged
May 2, 2022 -
[3.9] gh-81488: Add recursive wording for issubclass docs (GH-92087).
#92131 merged
May 2, 2022 -
gh-84714: Add behavior if dst file exists
#91867 merged
May 2, 2022 -
gh-89301: Fix regression with bound values in traced SQLite statements
#92053 merged
May 2, 2022 -
gh-88097: doc: fix link to Py_Version
#92141 merged
May 2, 2022 -
gh-91321: Add _testcppext C++ extension
#32175 merged
May 2, 2022 -
[3.9] bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
#92137 merged
May 2, 2022 -
[3.10] bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
#92136 merged
May 2, 2022 -
bpo-36819: Fix crashes in built-in encoders with weird error handlers
#28593 merged
May 2, 2022 -
[3.9] gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
#92134 merged
May 2, 2022 -
[3.10] gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
#92133 merged
May 2, 2022 -
gh-85679: Recommend `encoding="utf-8"` in tutorial
#91778 merged
May 2, 2022 -
gh-90822: Redefined `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN`
#92071 merged
May 2, 2022 -
gh-92114: Improve error message for types with __class_getitem__ = None
#92115 merged
May 2, 2022 -
gh-91998: 'WebAssemby' to 'WebAssembly'
#92040 merged
May 2, 2022 -
[3.9] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (GH-92111)
#92125 merged
May 1, 2022 -
[3.10] build(deps): bump actions/stale from 4 to 5 (GH-92108)
#92127 merged
May 1, 2022 -
[3.10] gh-91401: Conservative backport of `subprocess._USE_VFORK`
#91932 merged
May 1, 2022 -
build(deps): bump actions/stale from 4 to 5
#92108 merged
May 1, 2022 -
build(deps): bump actions/github-script from 5 to 6
#92109 merged
May 1, 2022 -
build(deps): bump actions/setup-node from 2 to 3
#92110 merged
May 1, 2022 -
build(deps): bump actions/cache from 3.0.1 to 3.0.2
#92111 merged
May 1, 2022 -
[3.9] gh-92049: Forbid pickling constants re._constants.SUCCES…
#92102 merged
May 1, 2022 -
bpo-39716: Raise on conflicting subparser names.
#18605 merged
May 1, 2022 -
[3.9] typing docs: Add example for async functions (GH-20386)
#92104 merged
May 1, 2022 -
[3.10] typing docs: Add example for async functions (GH-20386)
#92103 merged
May 1, 2022 -
Add typing example for async functions.
#20386 merged
May 1, 2022 -
[3.10] gh-81488: Add recursive wording for issubclass docs (GH-92087)
#92101 merged
May 1, 2022 -
gh-81488: Add recursive wording for issubclass
#92087 merged
May 1, 2022 -
[3.10] gh-91611: Use example.com for documentation, not mydomain.com (GH-91613)
#92095 merged
May 1, 2022 -
[3.9] gh-91611: Use example.com for documentation, not mydomain.com (GH-91613)
#92096 merged
May 1, 2022 -
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding
#91982 merged
May 1, 2022 -
gh-91954: Use shell=True in test_subprocess.test_encoding_warning
#92090 merged
May 1, 2022 -
[3.10] gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)
#92097 merged
Apr 30, 2022 -
Improving readability of argparse.rst
#91751 merged
Apr 30, 2022 -
gh-89253: Add 3.10 whatsnew section for itertools.pairwise
#91563 merged
Apr 30, 2022 -
gh-85757: Change wording from nested to inner
#91811 merged
Apr 30, 2022 -
Fix typo in asyncio-extending.rst
#91609 merged
Apr 30, 2022 -
[3.9] gh-87801: Add run() to subprocess.CalledProcessError description (GH-91628)
#92094 merged
Apr 30, 2022 -
gh-91611: Use example.com for documentation. Not others' domain.
#91613 merged
Apr 30, 2022 -
[3.10] gh-87801: Add run() to subprocess.CalledProcessError description (GH-91628)
#92093 merged
Apr 30, 2022 -
[3.9] gh-87192: Update wording for fcntl 'Changed in' (GH-91658)
#92092 merged
Apr 30, 2022 -
[3.10] gh-87192: Update wording for fcntl 'Changed in' (GH-91658)
#92091 merged
Apr 30, 2022 -
gh-87801: Add run() to CalledProcessError description
#91628 merged
Apr 30, 2022 -
gh-87192: Update wording for fcntl 'Changed in'
#91658 merged
Apr 30, 2022 -
gh-81548: Convert :issue: to :gh: in whatsnew
#92089 merged
Apr 30, 2022 -
gh-92063: Enforce types in specialized PRECALL opcodes
#92068 merged
Apr 30, 2022 -
[3.9] gh-85864: io docs: Add missing position-only parameters (GH-91950)
#92086 merged
Apr 30, 2022 -
[3.10] gh-85864: io docs: Add missing position-only parameters (GH-91950)
#92085 merged
Apr 30, 2022 -
gh-85864: Add missing position-only parameters
#91950 merged
Apr 30, 2022 -
gh-92019: Make sqlite3.Blob indexing conform with the norm
#92020 merged
Apr 30, 2022 -
[3.10] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070)
#92073 merged
Apr 30, 2022 -
[3.9] bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)
#92075 merged
Apr 30, 2022 -
[3.10] bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)
#92074 merged
Apr 30, 2022 -
bpo-43323: Fix UnicodeEncodeError in the email module
#32137 merged
Apr 30, 2022 -
gh-81548: Deprecate octal sequences with value larger than 0o377
#91668 merged
Apr 30, 2022 -
gh-91583: AC: Fix regression for functions with defining_class
#91739 merged
Apr 30, 2022 -
gh-91760: Deprecate group names and numbers which will be invalid in future
#91794 merged
Apr 30, 2022 -
gh-92049: Forbid pickling constants re._constants.SUCCESS etc
#92070 merged
Apr 30, 2022 -
gh-91954: Emit EncodingWarning from locale and subprocess
#91977 merged
Apr 30, 2022 -
gh-91880 - fix typo
#92069 merged
Apr 30, 2022 -
bpo-43224: Implement substitution of unpacked TypeVarTuple in C
#31828 merged
Apr 30, 2022 -
gh-92064: Fix global variable name collision in test_typing
#92067 merged
Apr 30, 2022 -
Rephrase typing.assert_never docs
#92061 merged
Apr 30, 2022 -
gh-91491: Add several typing features to What's New
#92060 merged
Apr 30, 2022 -
gh-91217: deprecate xdrlib
#92066 merged
Apr 30, 2022 -
Fix indentation for typing.Unpack docs
#92058 merged
Apr 29, 2022 -
[3.9] gh-83391: sorting howto: Add clarification on < using __lt__ (GH-92010)
#92056 merged
Apr 29, 2022 -
[3.10] gh-83391: sorting howto: Add clarification on < using __lt__ (GH-92010)
#92055 merged
Apr 29, 2022 -
gh-83391: Add clarification on < using __lt__
#92010 merged
Apr 29, 2022 -
bpo-44791: Accept ellipsis as the last argument of Concatenate
#30969 merged
Apr 29, 2022 -
gh-87390: Add tests demonstrating current type variable substitution behaviour
#32341 merged
Apr 29, 2022 -
[3.9] bpo-26792: Improve docstrings of runpy module run_functions (GH-30729)
#92051 merged
Apr 29, 2022 -
[3.10] bpo-26792: Improve docstrings of runpy module run_functions (GH-30729)
#92050 merged
Apr 29, 2022 -
bpo-26792: Improve docstrings of runpy module run_functions
#30729 merged
Apr 29, 2022 -
gh-91324: Convert the stable ABI manifest to TOML
#92026 merged
Apr 29, 2022 -
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview'
#32354 merged
Apr 29, 2022 -
gh-91873: Summarise deprecations in typing at the top level
#91864 merged
Apr 29, 2022 -
bpo-22276: Fix pathlib.Path.glob not to ignore trailing path separator
#10349 merged
Apr 28, 2022 -
[3.10] gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)
#92021 merged
Apr 28, 2022 -
gh-91603: Speed up isinstance/issubclass on union types
#91631 merged
Apr 28, 2022 -
[3.9] gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)
#92022 merged
Apr 28, 2022 -
gh-91832: Add 'required' attr to argparse.Action repr
#91841 merged
Apr 28, 2022 -
bpo-47168: List feature macros in the stable ABI manifest, improve tests
#32415 merged
Apr 28, 2022 -
gh-84461: Add HOSTRUNNER for program to run Python executable
#91931 merged
Apr 28, 2022 -
gh-89479: Export _Py_GetSpecializationStats() internal function
#92011 merged
Apr 28, 2022
48 Pull requests opened by 35 people
-
gh-68966: Document mailcap shell injection vulnerability
#92024 opened
Apr 28, 2022 -
gh-92033: Update documentation of unittest.mock to use second person consistently
#92035 opened
Apr 28, 2022 -
gh-92041: Improve performance of inspect.getmodule
#92042 opened
Apr 29, 2022 -
gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build
#92046 opened
Apr 29, 2022 -
gh-86635: RE: Raise deprecation warning for ambiguous syntax in {n,m}
#92077 opened
Apr 30, 2022 -
gh-59648: Nanosecond support for datetime
#92078 opened
Apr 30, 2022 -
Potential Performance Improvements
#92084 opened
Apr 30, 2022 -
Avoid setting `frame->prev_instr` during some instructions
#92105 opened
May 1, 2022 -
gh-92112: Fix crash triggered by an evil custom `mro()`
#92113 opened
May 1, 2022 -
gh-92120: The docstring of enum.Enum is invalid in reST
#92122 opened
May 1, 2022 -
gh-92031: Add consistently failing version of test_finalize_structseq
#92130 opened
May 2, 2022 -
gh-80010: Expand fromisoformat to include most of ISO-8601
#92177 opened
May 2, 2022 -
gh-92171: Update Tcl/Tk download links in macOS installer script
#92179 opened
May 2, 2022 -
gh-87452 Making returncode unreliability explicit
#92181 opened
May 2, 2022 -
GH-92184: Convert os.altsep to '/' in filenames when creating ZipInfo objects
#92185 opened
May 2, 2022 -
Fix issues gh-86199 gh-86795
#92192 opened
May 2, 2022 -
gh-92203: Add closure support to exec().
#92204 opened
May 2, 2022 -
gh-91803: Mock - fix error when using autospec methods with seal
#92213 opened
May 3, 2022 -
gh-82530: Bubble comment upwards for email example
#92218 opened
May 3, 2022 -
gh-92244 Added clear() to clear the interpreter shell in case it is a bit clunky
#92232 opened
May 3, 2022 -
gh-87390: Fix starred tuple equality and pickling
#92249 opened
May 3, 2022 -
gh-91049: Introduce set vectorcall field API for PyFunctionObject
#92257 opened
May 3, 2022 -
gh-92261: Disallow iteration of Union (and other _SpecialForms)
#92262 opened
May 3, 2022 -
gh-92256: Improve Argument Clinic parser error messages
#92268 opened
May 3, 2022 -
[3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters
#92274 opened
May 3, 2022 -
gh-92265: set meta_path and path_hooks correctly in test_reload_names…
#92275 opened
May 3, 2022 -
[3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters
#92278 opened
May 3, 2022 -
gh-92205: set loader for namespace packages PathFinder.find_spec
#92279 opened
May 3, 2022 -
gh-92081: Fix for email.generator.Generator with whitespace between encoded words.
#92281 opened
May 4, 2022 -
gh-91247: Performance improvement in list repeating
#92286 opened
May 4, 2022 -
gh-91985: Fix sys.path calculation with PYTHONHOME on Windows
#92288 opened
May 4, 2022 -
Restore default role check in `make check`.
#92290 opened
May 4, 2022 -
gh-81039: Add small description of f-string's "=}" to tutorial
#92291 opened
May 4, 2022 -
gh-80143: Add clarification for escape characters
#92292 opened
May 4, 2022 -
Add missing changelog for reset_mock kwargs in v3.9
#92299 opened
May 4, 2022 -
gh-92301: subprocess: Prefer close_range() to procfs-based fd closing
#92303 opened
May 4, 2022 -
gh-92308: Add Pending Removal section to 3.11 What's New
#92309 opened
May 4, 2022 -
bpo-6143: provides Clear Window option under options
#92312 opened
May 4, 2022 -
gh-92119: Make _ctypes_extend_error print exception class name instead of exception class string repr
#92314 opened
May 4, 2022 -
gh-51574: Return the absolute path in `tempfile.mkdtemp()`
#92317 opened
May 4, 2022 -
gh-80856: doc: reveal doctest directives
#92318 opened
May 5, 2022 -
gh-91985: Fix sys.path calculation with PYTHONHOME on Windows (alt)
#92321 opened
May 5, 2022 -
gh-91063: Update Windows installer to SQLite 3.38.4.
#92322 opened
May 5, 2022 -
gh-90230: Python API for specialization stats
#92323 opened
May 5, 2022 -
Document the lifetime of `PyUnicode_AsUTF8String`
#92325 opened
May 5, 2022 -
[3.9] gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048)
#92329 opened
May 5, 2022 -
[3.10] gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048)
#92330 opened
May 5, 2022 -
Add new statements for testing dict object
#92331 opened
May 5, 2022
131 Issues closed by 37 people
-
`ctypes.cdll.LoadLibrary` on Cocoa library causes Python dock icon to appear unnecessarily
#92235 closed
May 5, 2022 -
Kodi crashing
#90619 closed
May 5, 2022 -
asyncio.create_task(): Remove obsolete section
#92223 closed
May 5, 2022 -
Column or row spanning cells are not implemented.
#79214 closed
May 5, 2022 -
csvwriter.writerow()'s return type is undocumented
#78894 closed
May 5, 2022 -
Language Reference: Set items
#86514 closed
May 5, 2022 -
Pattern Matching section in tutorial refers to | as or
#87544 closed
May 5, 2022 -
separate builtin function
#88065 closed
May 5, 2022 -
dict. keys view behaviour diverges from set()
#89938 closed
May 5, 2022 -
CSV module document does not include how to append files
#89982 closed
May 5, 2022 -
Descriptor resolution should own arguments passed to descriptors
#90719 closed
May 5, 2022 -
Improve error message for list.remove
#92305 closed
May 5, 2022 -
bug of the v3.7 API document demo case code
#82693 closed
May 4, 2022 -
memoryview needlessly (?) requires represented object to be hashable
#79729 closed
May 4, 2022 -
__del__() order is broken since 3.4.0
#67908 closed
May 4, 2022 -
Mutation tests results of typing.py
#89835 closed
May 4, 2022 -
python lstrip does not work as intended when '-' is present.
#92315 closed
May 4, 2022 -
Rename 'name' to 'fullname' argument to ExtensionFileLoader
#74460 closed
May 4, 2022 -
Corner case NaN comparison
#92313 closed
May 4, 2022 -
Specialization of namedtuple types
#92107 closed
May 4, 2022 -
do..while loop
#92307 closed
May 4, 2022 -
-X frozen_modules not defaulting to "off" on Windows when running in source tree?
#89814 closed
May 4, 2022 -
Porting argclinic socket.__init__ from Cinder.
#92210 closed
May 4, 2022 -
os.closerange optimization
#57997 closed
May 4, 2022 -
PyType_FromModuleAndSpec is not mentioned in 3.9 What's new
#85363 closed
May 4, 2022 -
Error in 3.6.3 epub docs
#76027 closed
May 4, 2022 -
[doc] Error in example in modules tutorial
#91541 closed
May 4, 2022 -
Documentation fix in ssl module
#90762 closed
May 4, 2022 -
Crash when using sqlite3 with subinterpreters
#92036 closed
May 4, 2022 -
libxcrypt dependency is not FIPS compliant
#92238 closed
May 4, 2022 -
venv in 3.7 references python3 executable
#79982 closed
May 4, 2022 -
Possible performance improvement in list repeating
#92285 closed
May 4, 2022 -
cmd module should sort misc help topics
#67248 closed
May 4, 2022 -
Restart
#92283 closed
May 4, 2022 -
Comprehensions documentation
#85757 closed
May 4, 2022 -
ShUtil doc deficiencies
#84714 closed
May 4, 2022 -
os.putenv should be documented as not affecting os.getenv's return value
#85133 closed
May 4, 2022 -
Sorting falls back to use __gt__ when __lt__ is not present
#83391 closed
May 4, 2022 -
isinstance/issubclass doc isn't clear on whether it's an AND or an OR.
#81488 closed
May 4, 2022 -
Non-deterministic bytecode generation for frozenset
#78903 closed
May 4, 2022 -
python variables called _m lead to unreproducible pyc installations
#92132 closed
May 4, 2022 -
Assertion Failure: Deepfrozen code object gets re-quickened
#92031 closed
May 4, 2022 -
functools.singledispatch does not support Union types
#90172 closed
May 3, 2022 -
OSError when try convert URI to pathlib.Path
#91504 closed
May 3, 2022 -
sqlite crashes with converters mutating cursor
#80254 closed
May 3, 2022 -
frozen modules are on by default in dev build
#91173 closed
May 3, 2022 -
sqlite3: improve scoping of functions in the sqlite3 extension module
#92206 closed
May 3, 2022 -
Unexpected behavior in lambda fn + list comprehension - scoping bug?
#92269 closed
May 3, 2022 -
Support webp and avif image formats in mimetypes
#89802 closed
May 3, 2022 -
`inspect.Parameter` checks that `name` is an identifier, but does not check for keywords
#92062 closed
May 3, 2022 -
The results from os.path.isdir(...) an Path(...).is_dir() are not equivalent for empty path strings.
#81869 closed
May 3, 2022 -
socketmodule add Linux SO_INCOMING_CPU constant
#90854 closed
May 3, 2022 -
Summarise deprecations in typing at the top level
#91873 closed
May 3, 2022 -
test_dbm and test_dbm_ndbm segfaults in M1 Mac with Homebrew gdbm 1.23
#89452 closed
May 3, 2022 -
argparse BooleanOptionalAction displays default=SUPPRESS unlike other action types
#88753 closed
May 3, 2022 -
TypedDict subtypes ignore any other metaclasses in 3.9+
#89082 closed
May 3, 2022 -
posix._fcopyfile flags addition
#90887 closed
May 3, 2022 -
Add types.copy_class() which updates closures
#91299 closed
May 3, 2022 -
multiprocessing: micro-optimize Connection.send_bytes() method
#91355 closed
May 3, 2022 -
[C-API] Add a function to access PyCodeObject.co_code in C
#92154 closed
May 3, 2022 -
Allow TypedDict to inherit from Generics
#89026 closed
May 3, 2022 -
Fully implement IOBase abstract on SpooledTemporaryFile
#70363 closed
May 3, 2022 -
Changes for 3.11 version break Reloadium (Hot reloader) functionality
#92217 closed
May 3, 2022 -
Fix ipaddress.ip_network TypeErrors
#90299 closed
May 3, 2022 -
protocol_version in http.server.test can be ignored
#90443 closed
May 3, 2022 -
Porting use of argclinic lru_cache_new from Cinder.
#92197 closed
May 3, 2022 -
Use warnings_helper.import_deprecated() in tests
#92169 closed
May 3, 2022 -
Should map(function, iterable, ...) replace StopIteration with RuntimeError?
#90779 closed
May 3, 2022 -
gzip.compress incorrectly ignores level parameter
#90425 closed
May 3, 2022 -
Add contextlib.redirect_stdin context manager
#92178 closed
May 3, 2022 -
heappush creating diffrent heap than heapify
#92190 closed
May 3, 2022 -
posix._fcopyfile adding couple of more flags
#92172 closed
May 2, 2022 -
Can't create generic NamedTuple as of py3.9
#88089 closed
May 2, 2022 -
Forbid specialization of TypedDict types
#92106 closed
May 2, 2022 -
`pydoc.Helper` leaks several `for` loop variables
#90705 closed
May 2, 2022 -
NamespaceLoader does not implement create_module or exec_module
#89755 closed
May 2, 2022 -
Logically merge cell and locals array. They are already contiguous in memory
#87859 closed
May 2, 2022 -
Speed up binary shifting operators
#90213 closed
May 2, 2022 -
[Security] shutil unpack_archive docs should clarify the security implications
#91783 closed
May 2, 2022 -
Mechanism to enable __weakref__ slot on dataclass(slots=True)
#91215 closed
May 2, 2022 -
[C API] Test that the Python C API is compatible with C++
#91321 closed
May 2, 2022 -
"\U0001f229""\U0001f214""\U0001f22a""\U0001f242""\U0001f241" aren't recognize as numeric characters
#92159 closed
May 2, 2022 -
Add `__class_getitem__` to `logging.LoggerAdapter` and `logging.StreamHandler`
#92128 closed
May 2, 2022 -
In C++, Python 3.11 C API introduces new compiler warnings/errors
#92135 closed
May 2, 2022 -
[C API] Move PyFrameObject to the internal C API
#90992 closed
May 2, 2022 -
sqlite3 regression: bound values are not expanded in traced statements
#89301 closed
May 2, 2022 -
Use fewer statics in Argument Clinic.
#82322 closed
May 2, 2022 -
help with pathlib python 3.10.4
#92139 closed
May 2, 2022 -
Use utf-8 in "Reading and Writing Files" tutorial.
#85679 closed
May 2, 2022 -
PY_SSIZE_T_MAX is not an integer constant expression
#90822 closed
May 2, 2022 -
how do support FGO with python
#92043 closed
May 2, 2022 -
Improve error message for __class_getitem__ = None
#92114 closed
May 2, 2022 -
IDNA resolving is wrong
#92025 closed
May 1, 2022 -
potential undefined behavior with subprocess using vfork() on Linux?
#91401 closed
May 1, 2022 -
Minor doc enhancement for math.acos
#92098 closed
May 1, 2022 -
Deprecate modules listed in PEP 594
#91217 closed
May 1, 2022 -
Code readability: rename InterpreterFrame to `_Py_framedata`
#88963 closed
May 1, 2022 -
Tkinter + OSX + Spaces : Multiple file dialogues created
#65720 closed
May 1, 2022 -
Provide a C implementation of collections.abc.KeysView and friends
#90869 closed
May 1, 2022 -
math.isfinite() can raise exception when called on a number
#91277 closed
May 1, 2022 -
UTF-8 Mode: TextIOWrapper.reconfigure should support `encoding="locale"`
#91952 closed
May 1, 2022 -
Speed-up typing.cast by implementing it in C
#88938 closed
Apr 30, 2022 -
Tutorial should mention about variable scope in try/except/finally
#87624 closed
Apr 30, 2022 -
Usage of first-person pronouns in documentation
#92033 closed
Apr 30, 2022 -
Description of '\w' behavior is vague in `re` documentation
#82747 closed
Apr 30, 2022 -
Remove "Undocumented modules" page
#91547 closed
Apr 30, 2022 -
specialized PRECALL opcodes don't check types
#92063 closed
Apr 30, 2022 -
io.[Text]IOBase.seek doesn't take keyword parameter - revisited
#85864 closed
Apr 30, 2022 -
sqlite3.Blob indexing is not conformant with existing norms
#92019 closed
Apr 30, 2022 -
Python Request Module Leaks Cookies on Redirect to Other hosts
#92076 closed
Apr 30, 2022 -
octal escapes applied inconsistently throughout the interpreter and lib
#81548 closed
Apr 30, 2022 -
Regression in the AC generated code
#91583 closed
Apr 30, 2022 -
Can't pickle `sre_constants`
#92049 closed
Apr 30, 2022 -
doctest is not working for specific case (Python 3.10.4 + PyCharm)
#92072 closed
Apr 30, 2022 -
PEP 686: Emit EncodingWarning in more places.
#91954 closed
Apr 30, 2022 -
Corrupt input data when using lzma to decompress a file
#92018 closed
Apr 30, 2022 -
test_typing fails when run repeatedly
#92064 closed
Apr 30, 2022 -
Improvements for stable ABI definition files
#91324 closed
Apr 29, 2022 -
Some C-API symbols (e.g. Py_FrozenMain) are not always exported on Unix
#88299 closed
Apr 29, 2022 -
`--with-suffix=no` doesn't work on case-insensitive file systems
#92044 closed
Apr 29, 2022 -
Remove deprecated functions from gettext
#85108 closed
Apr 29, 2022 -
binhex REASONABLY_LARGE = 32768 so what is 128000
#78244 closed
Apr 29, 2022 -
test_ctypes modified files on aarch64 Fedora Rawhide 3.9: ldconfig crashed
#91234 closed
Apr 29, 2022 -
Clarify dict.setdefault()
#91940 closed
Apr 29, 2022 -
random.sample: `OverflowError` if the size is 2**63 or larger
#92038 closed
Apr 29, 2022 -
string formatting that produces floats with preset precision while respecting locale
#77912 closed
Apr 29, 2022 -
The argparse Action class omits "required" for the "names" list
#91832 closed
Apr 28, 2022 -
Out-of-tree builds are not tested.
#89858 closed
Apr 28, 2022 -
[C API] Functions not exported with PyAPI_FUNC()
#89479 closed
Apr 28, 2022
54 Issues opened by 45 people
-
Deprecate `typing.Text`
#92332 opened
May 5, 2022 -
Don't run importlib tests for the "source" version
#92328 opened
May 5, 2022 -
os.lstat doesn't properly set st_reparse_tag for junction on a remote NetApp share
#92327 opened
May 5, 2022 -
profiling c functions while running python
#92326 opened
May 5, 2022 -
types.FunctionType is not included in builtin library
#92316 opened
May 4, 2022 -
Jumping before comprehensions yields SIGSEGV
#92311 opened
May 4, 2022 -
python version 3.10.4 installation fails
#92310 opened
May 4, 2022 -
Better emphasise pending removals in What's New
#92308 opened
May 4, 2022 -
subprocess: Prefer close_range() to procfs-based fd closing
#92301 opened
May 4, 2022 -
Better/complete documentation of sys.stdin/stdout/stderr default behavior
#92298 opened
May 4, 2022 -
seems that time.get_clock_info('time').resolution report wrong result with actually comparing
#92295 opened
May 4, 2022 -
`sphinx-lint` now ignores default roles in docs' `make check`
#92289 opened
May 4, 2022 -
Importing numpy fails when CPython is compiled to a DLL
#92282 opened
May 4, 2022 -
make patchcheck: Allow Tabs in Some Cases
#92266 opened
May 3, 2022 -
Frozen `NamespaceLoader` is leaking into the source `_bootstrap_external` in the tests
#92265 opened
May 3, 2022 -
Trying to iterate over typing.Union results in hang
#92261 opened
May 3, 2022 -
Argument Clinic generates weird error messages for incorrectly formatted clinic code
#92256 opened
May 3, 2022 -
Last iterators tutorial example is limited and limitation isn't mentioned
#92252 opened
May 3, 2022 -
argparse.BooleanOptionalAction accepts and silently discards choices, metavar, and type arguments
#92248 opened
May 3, 2022 -
Adding an option to clear the python interpreter shell
#92244 opened
May 3, 2022 -
"What’s New In Python 3.X" does not include the release date for 3.0, 3.2, 3.8 and 3.10
#92240 opened
May 3, 2022 -
Debuggers using PEP 523 will not see calls to Python functions, if those calls are specialized.
#92239 opened
May 3, 2022 -
Spurious LINE event when tracing `asyncio.tasks.sleep`
#92236 opened
May 3, 2022 -
Prevent `@dataclass` from being called twice on the same class
#92231 opened
May 3, 2022 -
Documentation of `pkgutil.walk_packages` is unclear
#92229 opened
May 3, 2022 -
Cannot perform frame jump after handled exception
#92228 opened
May 3, 2022 -
M1 Macbook causes Thread.Lock() and related processes to not work.
#92227 opened
May 3, 2022 -
`test_concurrent_futures` sometimes hangs indefinitely on Windows
#92222 opened
May 3, 2022 -
Can't run modules after installing with CLI
#92219 opened
May 3, 2022 -
Performance of attribute lookup for type objects
#92216 opened
May 3, 2022 -
Set loader for namespace packages in `PathFinder.find_spec`
#92205 opened
May 2, 2022 -
Add closure support to exec()
#92203 opened
May 2, 2022 -
_PyFunction_GetVersionForCurrentState should also check for overridden vectorcall field
#92193 opened
May 2, 2022 -
Zipfile module doesn't replace `os.altsep` in filenames in some cases
#92184 opened
May 2, 2022 -
_PyFunction_FromConstructor doesn't support closures
#92173 opened
May 2, 2022 -
Unavailable Tcl version when compiling for MacOS 10.6
#92171 opened
May 2, 2022 -
Python segfaults when loading libxml2 module
#92158 opened
May 2, 2022 -
Store python interoperates poorly with common dev tools (vscode+mypy, git-bash, cygwin,)
#92140 opened
May 2, 2022 -
[subinterpreters] crash in _elementtree when parsing in parallel
#92123 opened
May 1, 2022 -
The docstring of `enum.Enum` is invalid in reStructuredText since 3.11
#92120 opened
May 1, 2022 -
_ctypes_extend_error prints exception class string representation instead of exception class name
#92119 opened
May 1, 2022 -
Trackstack includes `__exit__` in `contextlib` whcih is not in previous versions
#92118 opened
May 1, 2022 -
Crash with an evil custom `mro()` on a metaclass
#92112 opened
May 1, 2022 -
Cannot round-trip UCS-2 with unpaired surrogates using UTF-16 and surrogateescape
#92100 opened
May 1, 2022 -
ParserBase could be optimized
#92088 opened
Apr 30, 2022 -
contextlib.closing is a class, but the docs mark it as a function
#92082 opened
Apr 30, 2022 -
BytesGenerator breaks UTF8 string
#92081 opened
Apr 30, 2022 -
sre_parse.py
#92057 opened
Apr 29, 2022 -
dataclass copy constructor doesn't recognize default_factory
#92052 opened
Apr 29, 2022 -
The docs for Py_GetVersion assumes minor version < 9
#92047 opened
Apr 29, 2022 -
Slow inspect.getmodule
#92041 opened
Apr 29, 2022 -
Add soft keywords to rlcompleter
#92032 opened
Apr 28, 2022
255 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
gh-68320, gh-88302 - Fix `pathlib.Path` subclassing.
#31691 commented on
May 3, 2022 • 54 new comments -
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var
#31542 commented on
May 5, 2022 • 22 new comments -
bpo-47222: Allow pass-thru with stdout/stderr capture (GH-91378)
#32344 commented on
May 5, 2022 • 20 new comments -
gh-91996: Adding an HTTPMethod StrEnum to http
#91997 commented on
May 4, 2022 • 14 new comments -
gh-72346: Added isdst deprecation warning to email.utils.localtime
#91450 commented on
May 3, 2022 • 12 new comments -
gh-91744: Add semi-stable C API tier
#91789 commented on
May 4, 2022 • 12 new comments -
ast.unparse produces bad code for identifiers that become keywords
#90678 commented on
May 5, 2022 • 10 new comments -
PEP 646: Decide on substitution behavior
#91162 commented on
May 4, 2022 • 9 new comments -
bpo-43857: Improve the AttributeError message when deleting a missing attribute
#25424 commented on
May 5, 2022 • 9 new comments -
bpo-43827: Fixed abc conflicts with __init_subclass__
#25385 commented on
May 5, 2022 • 8 new comments -
Substitution of ParamSpec in Concatenate
#88954 commented on
May 2, 2022 • 7 new comments -
Seemingly unnecessary complexification of foo(**kw)
#86199 commented on
May 3, 2022 • 7 new comments -
Forward-port test_xpickle from 2.7 to 3.x
#75572 commented on
May 3, 2022 • 7 new comments -
Document exceptions raised by fnmtach
#89973 commented on
May 4, 2022 • 7 new comments -
bpo-41818: Add os.login_tty() for *nix.
#29658 commented on
May 5, 2022 • 7 new comments -
gh-91912: Long object free list for medium value
#91938 commented on
May 5, 2022 • 7 new comments -
[subinterpreters] crash when importing _sre in subinterpreters in parallel (Python 3.9 regression)
#90228 commented on
Apr 28, 2022 • 6 new comments -
Improve performance of list and tuple repeat methods
#91247 commented on
May 4, 2022 • 6 new comments -
bpo-43848: explain optional argument mtime in gzip.py.
#25410 commented on
May 4, 2022 • 6 new comments -
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times
#30274 commented on
May 4, 2022 • 6 new comments -
gh-91063: Update macOS installer to SQLite 3.38.4.
#32148 commented on
May 5, 2022 • 6 new comments -
gh-82678: Fix parameter name for pipes
#92016 commented on
May 5, 2022 • 6 new comments -
gh-91061: also accept pathlib.Path for winsound.PlaySound
#91489 commented on
May 2, 2022 • 5 new comments -
[CVE-2015-20107] mailcap.findmatch: document shell command Injection danger in filename parameter
#68966 commented on
Apr 28, 2022 • 4 new comments -
[feature request] Add lldb equivalent to Tools/gdb
#82949 commented on
May 2, 2022 • 4 new comments -
gh-91851: Micro optimizations for Fraction's arithmetic
#25518 commented on
Apr 29, 2022 • 4 new comments -
bpo-46671 Fix empty iter error message in min/max
#31181 commented on
May 5, 2022 • 4 new comments -
gh-91456: Fix issue affecting the use of auto() alongside aliases in Enums
#91457 commented on
May 3, 2022 • 4 new comments -
Pool.imap doesn't work as advertised
#64192 commented on
Apr 29, 2022 • 3 new comments -
Add `f_state` attribute to FrameObjects.
#91202 commented on
May 2, 2022 • 3 new comments -
[C API] Move the PyCodeObject structure to the internal C API (make the structure opaque)
#91397 commented on
May 2, 2022 • 3 new comments -
Improve graphlib.TopologicalSort by removing the prepare step
#91301 commented on
May 2, 2022 • 3 new comments -
Doc strings for built-in, in-place operators are misleading
#91134 commented on
May 3, 2022 • 3 new comments -
bpo-34676: Always return a 2-tuple from divmod() and PyNumber_Divmod().
#9301 commented on
May 3, 2022 • 3 new comments -
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses
#23205 commented on
May 4, 2022 • 3 new comments -
gh-91432: Specialize FOR_ITER
#91713 commented on
May 4, 2022 • 3 new comments -
[WIP] lay out cold blocks at end of function
#91804 commented on
May 2, 2022 • 3 new comments -
Windows command line does not support single quotes.
#91856 commented on
May 4, 2022 • 3 new comments -
gh-69929: Add more specific definition of \w
#92015 commented on
May 4, 2022 • 3 new comments -
multiprocessing JoinableQueue's join function with timeout
#60187 commented on
Apr 28, 2022 • 2 new comments -
Stable ABI: Some optional (#ifdef'd) functions aren't handled correctly
#91325 commented on
Apr 29, 2022 • 2 new comments -
IDNA2008 encoding is missing
#61507 commented on
May 2, 2022 • 2 new comments -
[Windows] test_subprocess: test_close_fds_with_stdio() has a race condition
#80884 commented on
May 2, 2022 • 2 new comments -
Executing code in thread or process pools: run_in_executor example
#85299 commented on
May 2, 2022 • 2 new comments -
Path.relative_to() taking multiple arguments could be better documented
#78707 commented on
May 2, 2022 • 2 new comments -
PyObject_Call not behaving as documented
#86795 commented on
May 2, 2022 • 2 new comments -
Add `site-include` install scheme path in sysconfig
#88611 commented on
May 2, 2022 • 2 new comments -
Frozen dataclasses with slots raise TypeError
#90055 commented on
May 3, 2022 • 2 new comments -
Can't call mocked methods after create_autospec() and seal()
#91803 commented on
May 3, 2022 • 2 new comments -
[sqlite3] cleanup and harden Connection and Cursor __init__
#89289 commented on
May 3, 2022 • 2 new comments -
An 'ascii_alphanumerics' variable is missing in the 'strings' lib
#89832 commented on
May 3, 2022 • 2 new comments -
Add option to output UTC datetimes as "Z" in `.isoformat()`
#90772 commented on
May 3, 2022 • 2 new comments -
Add `datetime.UTC` alias for `datetime.timezone.utc`
#91928 commented on
May 3, 2022 • 2 new comments -
Convert importlib.abc to use typing.Protocol
#82963 commented on
May 3, 2022 • 2 new comments -
getpath miscalculates sys.path with PYTHONHOME/Py_SetPythonHome() on Windows
#91985 commented on
May 5, 2022 • 2 new comments -
bpo-39990: try resolving type hints in pydoc
#19874 commented on
Apr 30, 2022 • 2 new comments -
bpo-41541: Make pty.spawn set window size
#21861 commented on
Apr 28, 2022 • 2 new comments -
bpo-41111: Extending Argument Clinic to support to use the limited C API.
#26080 commented on
Apr 30, 2022 • 2 new comments -
bpo-44712: Replace "type(literal)" with corresponding builtin types
#27294 commented on
May 5, 2022 • 2 new comments -
bpo-23041: update proposed changes to csv module.
#29469 commented on
May 3, 2022 • 2 new comments -
gh-89121: Keep the number of pending SQLite statements to a minimum
#30379 commented on
May 3, 2022 • 2 new comments -
bpo-20779: Add `chown()` and `lchown()` to `pathlib.Path`
#31212 commented on
May 3, 2022 • 2 new comments -
bpo-34526:[doc] Add description and examples of multiple arguments for Path.relative_to
#31368 commented on
May 2, 2022 • 2 new comments -
bpo-46896: Add C API for watching dictionaries
#31787 commented on
May 2, 2022 • 2 new comments -
bpo-47049: Fix incorrect shutil.copytree() behaviour with symlinks
#31967 commented on
May 4, 2022 • 2 new comments -
[3.9] bpo-34480: fix bug where match variable is used prior to being defined (GH-17643)
#32256 commented on
Apr 30, 2022 • 2 new comments -
bpo-to-github-migration replace roundup summary script
#91738 commented on
May 5, 2022 • 2 new comments -
gh-84461: Improve WebAssembly in-browser demo
#91879 commented on
May 2, 2022 • 2 new comments -
datetime.time support for '+' and '-'
#61469 commented on
Apr 28, 2022 • 1 new comment -
TarFile.getmember cannot work on tar sourced directory over 100 characters
#91387 commented on
Apr 28, 2022 • 1 new comment -
Issue with detecting when a user closes the window
#91638 commented on
Apr 28, 2022 • 1 new comment -
urllib.request.getproxies() misparses Windows registry proxy settings
#86793 commented on
Apr 28, 2022 • 1 new comment -
--enable-pystats location, 'WebAssemby'
#91998 commented on
Apr 29, 2022 • 1 new comment -
Unify handling of stats in the CPython VM
#90230 commented on
Apr 29, 2022 • 1 new comment -
ElementTree should use UTF-8 for xml declaration.
#91810 commented on
Apr 29, 2022 • 1 new comment -
Add glossary entries to clarify the true/True and false/False distinction
#91039 commented on
Apr 29, 2022 • 1 new comment -
Supply dual-stack (IPv4/IPv6) socket bind routine
#69853 commented on
Apr 29, 2022 • 1 new comment -
Add "necessarily inclusive" groups to argparse
#55797 commented on
Apr 29, 2022 • 1 new comment -
multiprocessing.Pool.imap() should be lazy
#84291 commented on
Apr 29, 2022 • 1 new comment -
dbm.sqlite proof of concept
#48033 commented on
Apr 29, 2022 • 1 new comment -
Library multiprocess leaks named resources.
#90549 commented on
Apr 29, 2022 • 1 new comment -
Add SSL_CTX_set_client_cert_engine
#72881 commented on
Apr 29, 2022 • 1 new comment -
smtplib doesn't handle unicode passwords
#73936 commented on
Apr 30, 2022 • 1 new comment -
Space in re's {min,max} should raise an error, rather than fail silently
#86635 commented on
Apr 30, 2022 • 1 new comment -
Allow ssl certificates to be specified from memory rather than files.
#60691 commented on
Apr 30, 2022 • 1 new comment -
platform.libc_ver() returns no information on Alpine Linux
#87414 commented on
Apr 30, 2022 • 1 new comment -
Typo: "Writeable" Should be "Writable" in IO Library Documentation
#82221 commented on
Apr 30, 2022 • 1 new comment -
ElementTree.tostring() changes text by not escaping carriage return during serialization
#91767 commented on
Apr 30, 2022 • 1 new comment -
Make python slightly more relocatable
#62509 commented on
Apr 30, 2022 • 1 new comment -
Python cannot start in locale zh_TW.euctw
#91992 commented on
May 2, 2022 • 1 new comment -
argparse.add_mutually_exclusive_group fails for optional positional arguments
#86020 commented on
May 2, 2022 • 1 new comment -
Broken link in Curses Programming with Python Guide
#91909 commented on
May 2, 2022 • 1 new comment -
findtext returns empty string on integer zero value
#91447 commented on
May 2, 2022 • 1 new comment -
asyncio: add socket getfqdn and gethostbyaddr functions
#87490 commented on
May 2, 2022 • 1 new comment -
Define behavior of descriptor-typed fields on dataclasses
#91330 commented on
May 2, 2022 • 1 new comment -
ctypes.util.find_library() should return full pathname instead of filename in linux
#65241 commented on
May 2, 2022 • 1 new comment -
Deep Lazy Imports - Interpreter-level deferred module loading
#91119 commented on
May 2, 2022 • 1 new comment -
ALPN values are not limited to ASCII
#91763 commented on
May 3, 2022 • 1 new comment -
Docs: TypedDict is now of type function instead of class
#86139 commented on
May 3, 2022 • 1 new comment -
Clarify that bisect(a, x, key=...) does not call key(x)
#91966 commented on
May 3, 2022 • 1 new comment -
datetime: Expand scope of fromisoformat to include all of ISO 8601.
#80010 commented on
May 3, 2022 • 1 new comment -
Add errors argument to importlib.abc.Traversable.read_text
#88368 commented on
May 3, 2022 • 1 new comment -
add support for watching writes to selected dictionaries
#91052 commented on
May 3, 2022 • 1 new comment -
hide command prompt when using subprocess.Popen with shell=False on Windows
#74268 commented on
May 4, 2022 • 1 new comment -
[doc] multiprocessing.Queue fails intermittently with "Broken pipe"
#82742 commented on
May 4, 2022 • 1 new comment -
Add '--mainpath'/'--nomainpath' command line options to override sys.path[0] initialisation
#57684 commented on
May 4, 2022 • 1 new comment -
Update Windows and MacOS installer to SQLite 3.38.2
#91063 commented on
May 4, 2022 • 1 new comment -
Add tools for generating mappings_XX.h
#84508 commented on
May 4, 2022 • 1 new comment -
h5py not playing nicely with subprocess and mpirun
#83626 commented on
May 4, 2022 • 1 new comment -
Doctest directives and comments missing from code samples
#80856 commented on
May 5, 2022 • 1 new comment -
Threading Semaphore and BoundedSemaphore release method implementation improvement
#89474 commented on
May 5, 2022 • 1 new comment -
fix confusing example in hashlib docs
#85465 commented on
May 5, 2022 • 1 new comment -
f-string '=' debugging output needs to be documented
#81039 commented on
May 5, 2022 • 1 new comment -
bpo-30679: __aexit__ is not called on KeyboardInterrupt
#2219 commented on
May 5, 2022 • 1 new comment -
bpo-3405: Add support for user data of Tk virtual events to tkinter
#7142 commented on
Apr 30, 2022 • 1 new comment -
[Skip Issue] Fix the error handling in tee_fromiterable()
#10602 commented on
May 5, 2022 • 1 new comment -
bpo-37222: Fix for CacheFTPHandler in urllib
#13951 commented on
Apr 29, 2022 • 1 new comment -
bpo-36267: Fix index_error of argparse
#15656 commented on
May 1, 2022 • 1 new comment -
bpo-18236: Adjust str.isspace to use Unicode's White_Space property.
#16254 commented on
May 3, 2022 • 1 new comment -
bpo-40700: make WSGIRequestHandler can use an easy way to replace the ServerHandler
#20262 commented on
Apr 29, 2022 • 1 new comment -
bpo-31391: Forward-port test_xpickle from Python 2 to 3.
#22452 commented on
May 3, 2022 • 1 new comment -
bpo-43605: Improve the documentation to exec() and eval()
#25039 commented on
May 3, 2022 • 1 new comment -
gh-88339: enable fast seeking of uncompressed unencrypted zipfile.ZipExtFile
#27737 commented on
Apr 30, 2022 • 1 new comment -
bpo-45026: More compact range iterator
#27986 commented on
May 3, 2022 • 1 new comment -
bpo-45026: More compact range iterator (alt)
#28176 commented on
May 3, 2022 • 1 new comment -
bpo-43633 Improve the textual representation of IPv4-mapped IPv6 addresses
#29345 commented on
May 3, 2022 • 1 new comment -
bpo-45897: Fix frozen-slotted dataclass bug
#29895 commented on
May 3, 2022 • 1 new comment -
bpo-42259: clarify pprint saferepr docs
#30256 commented on
May 3, 2022 • 1 new comment -
gh-90738: fix logic in email.utils.unquote, previously it removed slashes in ov…
#31016 commented on
May 2, 2022 • 1 new comment -
bpo-45756: Fix mock triggers dynamic lookup via the descriptor protocol.
#31348 commented on
May 3, 2022 • 1 new comment -
bpo-46755: Don't log stack info twice in QueueHandler
#31355 commented on
May 4, 2022 • 1 new comment -
Improve documentation for strptime and strftime methods in datetime module
#31761 commented on
May 2, 2022 • 1 new comment -
bpo-46614: Allow datetime.isoformat to use "Z" UTC designator
#32041 commented on
Apr 28, 2022 • 1 new comment -
gh-91247: improve performance of list and tuple repeat
#32045 commented on
Apr 28, 2022 • 1 new comment -
bpo-35540 dataclasses.asdict support defaultdict fields
#32056 commented on
May 4, 2022 • 1 new comment -
gh-88050: Fix asyncio subprocess kill process cleanly when process is blocked
#32073 commented on
May 4, 2022 • 1 new comment -
gh-91760: More strict rules for numerical group references and group names in RE
#91792 commented on
Apr 30, 2022 • 1 new comment -
gh-68966: Make mailcap refuse to match unsafe filenames/types/params
#91993 commented on
Apr 28, 2022 • 1 new comment -
concurrent.futures.wait() waits forever if given a cancelled future
#92001 commented on
Apr 28, 2022 • 0 new comments -
better name for re.error Exception class.
#83162 commented on
Apr 29, 2022 • 0 new comments -
[C API] Convert a few stdlib extensions to the limited C API (PEP 384)
#85283 commented on
Apr 30, 2022 • 0 new comments -
Generate vectorcall code to parse arguments using Argument Clinic
#87613 commented on
Apr 30, 2022 • 0 new comments -
PyArg_Parse* for vectorcall?
#88380 commented on
Apr 30, 2022 • 0 new comments -
Optimize builtin functions min() and max()
#90350 commented on
Apr 30, 2022 • 0 new comments -
Port core types to Argument Clinic
#91102 commented on
Apr 30, 2022 • 0 new comments -
More strict rules for group numbers and names in RE
#91760 commented on
Apr 30, 2022 • 0 new comments -
re.sub, re.Match.expand, etc doesn't allow x, u, U, or N escapes in the template
#90508 commented on
Apr 30, 2022 • 0 new comments -
os.get_terminal_size() should use file descriptors in Windows
#87580 commented on
May 2, 2022 • 0 new comments -
Add support for PEP 646
#87390 commented on
May 3, 2022 • 0 new comments -
Search is not beginner friendly
#87780 commented on
May 3, 2022 • 0 new comments -
use the right python "make -C Doc/ serve"
#80510 commented on
May 3, 2022 • 0 new comments -
test.test_concurrent_futures fail in x86_ 64 architecture
#89607 commented on
May 3, 2022 • 0 new comments -
Add typing to 3.11 What's New
#91491 commented on
May 3, 2022 • 0 new comments -
PEP 689 -- Add an unstable C-API tier
#91744 commented on
May 3, 2022 • 0 new comments -
importlib.metadata.version can return None
#91216 commented on
May 3, 2022 • 0 new comments -
importlib lock race issue in deadlock handling code
#91351 commented on
May 3, 2022 • 0 new comments -
importlib does unnecessary os.stat calls checking for namespace __init__.py files
#91519 commented on
May 3, 2022 • 0 new comments -
importlib.abc.Traversable.name does not match
#89896 commented on
May 3, 2022 • 0 new comments -
Modernize the importlib loaders
#89710 commented on
May 3, 2022 • 0 new comments -
Recommend importlib.abc.Traversable users to implement __fspath__
#88366 commented on
May 3, 2022 • 0 new comments -
Document what are resources in importlib.resources
#88330 commented on
May 3, 2022 • 0 new comments -
Importlib documentation does not cover how meta path finders should handle namespace packages
#87863 commented on
May 3, 2022 • 0 new comments -
Document exceptions raised by importlib.import
#85076 commented on
May 3, 2022 • 0 new comments -
Request for multi-phase initialization API to run code after importlib init
#84513 commented on
May 3, 2022 • 0 new comments -
importlib: lazy loading can result in reimporting a submodule
#83783 commented on
May 3, 2022 • 0 new comments -
Multi-threaded circular import fails with _DeadlockError when using importlib
#82276 commented on
May 3, 2022 • 0 new comments -
Modernize several tests in test_importlib
#82071 commented on
May 3, 2022 • 0 new comments -
Expose importlib._bootstrap._ModuleLockManager in importlib.machinery
#75076 commented on
May 3, 2022 • 0 new comments -
Make importlib.machinery class handle os.PathLike path
#74433 commented on
May 3, 2022 • 0 new comments -
importlib does not properly remove frames when invoking external import hooks
#67961 commented on
May 3, 2022 • 0 new comments -
importlib reload can fail with AttributeError if module removed from sys.path
#65816 commented on
May 3, 2022 • 0 new comments -
distutils is not reproducible
#78214 commented on
May 4, 2022 • 0 new comments -
Enum equality across modules: comparing objects instead of values
#74730 commented on
May 4, 2022 • 0 new comments -
Configparser is not reading Indended Sections as Mentioned in Docs
#85551 commented on
May 4, 2022 • 0 new comments -
pure Python class that has been registered as a `collections.abc.Sequence` can't be recgnized by the match statement without the `_abc` module
#89646 commented on
May 5, 2022 • 0 new comments -
A potential double free in list_sort_impl
#88027 commented on
May 5, 2022 • 0 new comments -
On Osx Monterey(12.x), Logging.handlers.SysLogHandler does not work
#91070 commented on
May 5, 2022 • 0 new comments -
bpo-31465: allow _PyType_Lookup() to raise exceptions
#3616 commented on
May 1, 2022 • 0 new comments -
[WIP] bpo-31165: Call PyList_New() again if the source container was resized due to GC.
#3915 commented on
May 3, 2022 • 0 new comments -
bpo-31699: Deadlocks in `concurrent.futures.ProcessPoolExecutor` with unpickling error
#4256 commented on
May 3, 2022 • 0 new comments -
bpo-32387: Remove ability to import non-version-tagged C extensions
#4943 commented on
May 3, 2022 • 0 new comments -
bpo-28879: Add Date header if missing in smtplib send_message
#5176 commented on
Apr 30, 2022 • 0 new comments -
bpo-34766: clean BaseProxy cache when Manager client is connected
#9476 commented on
Apr 30, 2022 • 0 new comments -
bpo-14074: argparse doesn't allow metavar to be a tuple
#10847 commented on
May 3, 2022 • 0 new comments -
bpo-35638: Introduce fixed point locale aware format type
#11405 commented on
May 3, 2022 • 0 new comments -
bpo-36346: Prepare for removing the legacy Unicode C API.
#12409 commented on
May 3, 2022 • 0 new comments -
bpo-36485: Add the cachesreg module.
#12639 commented on
May 3, 2022 • 0 new comments -
bpo-36841: Supporting customization of float encoding in JSON
#13233 commented on
May 3, 2022 • 0 new comments -
bpo-36906: Add str.dedent and cache it at compile time
#13445 commented on
May 5, 2022 • 0 new comments -
bpo-20183: Convert the mmap module to the Argument Clinic
#14207 commented on
Apr 30, 2022 • 0 new comments -
bpo-37334: Add a cancel method to asyncio Queues
#14227 commented on
May 3, 2022 • 0 new comments -
bpo-20177: Convert the time module to the Argument Clinic
#14311 commented on
Apr 30, 2022 • 0 new comments -
bpo-28053: Allow custom reducer when using multiprocessing
#15058 commented on
May 3, 2022 • 0 new comments -
bpo-19692: Rename Py_SAFE_DOWNCAST to _Py_DOWNCAST
#15090 commented on
May 3, 2022 • 0 new comments -
bpo-37842: Argument Clinic: Initialize Py_buffer variables more efficiently
#15254 commented on
Apr 30, 2022 • 0 new comments -
bpo-15999: Accept arbitrary values for boolean parameters.
#15609 commented on
May 3, 2022 • 0 new comments -
bpo-38364: unwrap partialmethods just like we unwrap partials
#16600 commented on
May 3, 2022 • 0 new comments -
bpo-39102: Increase Enum performance up to 10x times (3x average)
#17669 commented on
May 2, 2022 • 0 new comments -
bpo-20184: Migrate builtins.vars and builtins.dir to Argument Clinic
#18512 commented on
Apr 30, 2022 • 0 new comments -
bpo-29842: Make Executor.map less eager so it handles large/unbounded…
#18566 commented on
May 4, 2022 • 0 new comments -
bpo-10572: Move tkinter tests to /test
#18727 commented on
May 3, 2022 • 0 new comments -
bpo-40464: fix return annotation being used as the arg annotation in singledispatch
#19871 commented on
May 5, 2022 • 0 new comments -
bpo-40606: Copy cached_property return type annotations to __annotations__
#20052 commented on
May 3, 2022 • 0 new comments -
bpo-20177: Use Argument Clinic for datetime.date classmethods
#20208 commented on
Apr 30, 2022 • 0 new comments -
bpo-2897: Make PyMemberDef part of stable ABI; deprecate structmember.h
#20462 commented on
May 3, 2022 • 0 new comments -
bpo-22433: do not consider "--foo='bar baz'" to be a positional argument
#20924 commented on
May 1, 2022 • 0 new comments -
bpo-41231: Make wraps retain type annotations
#21392 commented on
May 3, 2022 • 0 new comments -
bpo-41122: Handle missing arguments to @singledispatchmethod gracefully
#21471 commented on
May 3, 2022 • 0 new comments -
bpo-17942: major rework of debugger UI
#22947 commented on
May 3, 2022 • 0 new comments -
bpo-40988: Optimized singledispatchmethod access (noticeable improvement).
#23213 commented on
May 3, 2022 • 0 new comments -
bpo-42327: Add PyModule_Add().
#23240 commented on
May 3, 2022 • 0 new comments -
gh-87378: [doc] Link to source of Python and Argument Clinic classes and functions
#24521 commented on
Apr 30, 2022 • 0 new comments -
bpo-23975: Correct conversion of Rational’s to float
#25619 commented on
Apr 29, 2022 • 0 new comments -
bpo-26092: allow using custom sys.displayhook's with doctest
#25651 commented on
Apr 29, 2022 • 0 new comments -
bpo-42627: Fix wrong parsing of Windows registry proxy settings
#26307 commented on
Apr 28, 2022 • 0 new comments -
Minor doc improvements for `socket.create_server`
#26938 commented on
May 2, 2022 • 0 new comments -
bpo-44881: Integrate GC untrack into trashcan begin.
#27718 commented on
May 3, 2022 • 0 new comments -
bpo-44897: WIP: Integrate trashcan into _Py_Dealloc
#27738 commented on
May 3, 2022 • 0 new comments -
bpo-20803: doc: clarify that struct.pack_into writes 0x00 for pad bytes
#28047 commented on
May 3, 2022 • 0 new comments -
bpo-45587: Distinguish title and description arguments from **kwargs in add_argument_group methods
#29192 commented on
May 3, 2022 • 0 new comments -
bpo-40512: Store pointer to interpreter state in a thread local variable
#29228 commented on
May 3, 2022 • 0 new comments -
bpo-45646: clarifying the meaning of expression
#29303 commented on
May 3, 2022 • 0 new comments -
bpo-45669: Add ascii_alphanumerics in string module
#29317 commented on
May 3, 2022 • 0 new comments -
bpo-42943: singledispatchmethod exposes registry and dispatch
#30007 commented on
May 3, 2022 • 0 new comments -
bpo-10483: fix definition of executable file for http.server on windows
#30216 commented on
Apr 29, 2022 • 0 new comments -
bpo-46192: Optimize builtin functions min() and max()
#30286 commented on
Apr 30, 2022 • 0 new comments -
bpo-46212: Avoid temporary `varargs` tuple creation in argument passing
#30312 commented on
Apr 30, 2022 • 0 new comments -
Upload NEWS file as artifact
#30419 commented on
May 3, 2022 • 0 new comments -
bpo-46523: fix tests rerun when `setUp[Class|Module]` fails
#30895 commented on
May 2, 2022 • 0 new comments -
bpo-46543: add sys._getcaller
#30950 commented on
May 3, 2022 • 0 new comments -
bpo-46658: shutil Lib enabling sendfile on solaris systems as it supports
#31165 commented on
May 2, 2022 • 0 new comments -
bpo-46761: handle `functools.partial` before `follow_wrapper_chains` in inspect.signature()
#31529 commented on
May 3, 2022 • 0 new comments -
bpo-46879: Fix incorrect sphinx object names in doc
#31615 commented on
Apr 28, 2022 • 0 new comments -
bpo-46978: Correct docstrings for built-in in-place operators
#31802 commented on
May 2, 2022 • 0 new comments -
bpo-9182: Add a section on specifying positional arguments
#31810 commented on
May 1, 2022 • 0 new comments -
Unify the definition of PyVarObject by using PyObject_HEAD
#31842 commented on
Apr 29, 2022 • 0 new comments -
bpo-18795: Add cumpercall and totalpercall keys to pstats sort_stats
#31919 commented on
Apr 29, 2022 • 0 new comments -
bpo-16845: Validate the category of warnings.simplefilter sooner
#31983 commented on
Apr 29, 2022 • 0 new comments -
Replace `numbers.Real` with `Real` in numbers.rst
#31995 commented on
Apr 29, 2022 • 0 new comments -
bpo-20291: Fix bugs in argument clinic varargs processing
#32092 commented on
Apr 30, 2022 • 0 new comments -
gh-76728: Raise TypeError when fieldnames is not a sequence
#32225 commented on
Apr 30, 2022 • 0 new comments -
gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced entry
#91499 commented on
May 2, 2022 • 0 new comments -
gh-91544: Better stringification of Parameter defaults
#91548 commented on
May 2, 2022 • 0 new comments -
Doc: Update py2app link.
#91585 commented on
Apr 30, 2022 • 0 new comments -
gh-72793: C implementation of parts of copy.deepcopy
#91610 commented on
May 4, 2022 • 0 new comments -
bpo-43324: Make gethostbyaddr and getfqdn socket functions async in asyncio base library
#91802 commented on
May 2, 2022 • 0 new comments -
gh-91755: Document Py_IncRef and Py_DecRef as C function.
#91805 commented on
May 2, 2022 • 0 new comments -
gh-86019: Add table for Windows installer options
#91809 commented on
May 4, 2022 • 0 new comments -
Docs: replace 'currying' by 'partial function'.
#91814 commented on
May 1, 2022 • 0 new comments -
gh-91827: Add method info_pathlevel() in tkinter
#91829 commented on
May 2, 2022 • 0 new comments -
gh-80878: Fix inspect.getclosurevars when an attribute shadows a global
#91833 commented on
Apr 29, 2022 • 0 new comments -
gh-91795: Update build optimization part of PCbuild/readme.txt
#91849 commented on
May 4, 2022 • 0 new comments -
gh-91078: Return None in TarFile.next when the tarfile is empty
#91850 commented on
May 4, 2022 • 0 new comments -
gh-91960: Add FreeBSD build and test using Cirrus-CI
#91961 commented on
Apr 29, 2022 • 0 new comments -
gh-92006: Loosen line number match for run() method
#92008 commented on
May 2, 2022 • 0 new comments