-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Insights: python/cpython
Overview
Could not load contribution data
Please try again later
66 Pull requests merged by 20 people
-
[3.13] Replace
capi-sig
mailing list withdiscuss.python.org
(GH-136211)#136214 merged
Jul 2, 2025 -
[3.14] Replace
capi-sig
mailing list withdiscuss.python.org
(GH-136211)#136213 merged
Jul 2, 2025 -
Replace
capi-sig
mailing list withdiscuss.python.org
#136211 merged
Jul 2, 2025 -
gh-136203: Improve
TypeError
msg when comparing twoMappingProxyType
s#136204 merged
Jul 2, 2025 -
gh-127705: Move Py_INCREF_MORTAL() to the internal C API
#136178 merged
Jul 2, 2025 -
[3.13] gh-115119: Defer removal of bundled libmpdec to 3.16 (GH-133997)
#136201 merged
Jul 2, 2025 -
[3.14] gh-115119: Defer removal of bundled libmpdec to 3.16 (GH-133997)
#136199 merged
Jul 2, 2025 -
gh-136193: Improve
TypeError
msg when comparing twoSimpleNamespace
s#136195 merged
Jul 2, 2025 -
gh-134567: Exposes log format to users in unittest.TestCase.assertLogs
#134570 merged
Jul 2, 2025 -
gh-115119: defer removal of bundled libmpdec to 3.16
#133997 merged
Jul 2, 2025 -
[3.14] gh-134280: Disable constant folding for ~ with a boolean argument (GH-134982)
#136185 merged
Jul 2, 2025 -
gh-136183: Deal with escapes in JIT optimizer's constant evaluator
#136184 merged
Jul 2, 2025 -
[3.14] GH-134273: Allow setting JIT compiler flags at build time with CFLAGS_JIT (GH134276)
#135792 merged
Jul 1, 2025 -
gh-134009: Expose
PyMutex_IsLocked
in the public C API#134365 merged
Jul 1, 2025 -
gh-134280: Disable constant folding for ~ with a boolean argument
#134982 merged
Jul 1, 2025 -
gh-136125: Use
_PyObject_GetMethodStackRef
forLOAD_ATTR
#136127 merged
Jul 1, 2025 -
gh-115119: removed implicit fallback to the bundled libmpdec
#134078 merged
Jul 1, 2025 -
gh-105456: Remove deprecated
sre_*
modules#135994 merged
Jul 1, 2025 -
[3.14] gh-87298: Add tests for find_in_strong_cache() bug in _zoneinfo (GH-24829)
#136181 merged
Jul 1, 2025 -
[3.13] gh-87298: Add tests for find_in_strong_cache() bug in _zoneinfo (GH-24829)
#136182 merged
Jul 1, 2025 -
gh-87298: Add tests for find_in_strong_cache() bug in _zoneinfo
#24829 merged
Jul 1, 2025 -
[3.14] gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (GH-135928)
#136173 merged
Jul 1, 2025 -
[3.14] gh-136169: Update parameter name in fractions.from_float method (GH-136172)
#136174 merged
Jul 1, 2025 -
[3.13] gh-136169: Update parameter name in fractions.from_float method (GH-136172)
#136175 merged
Jul 1, 2025 -
gh-136169: Update parameter name in fractions.from_float method
#136172 merged
Jul 1, 2025 -
gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers
#135928 merged
Jul 1, 2025 -
gh-135836: Fix IndexError in asyncio.create_connection with empty exceptions list
#135845 merged
Jul 1, 2025 -
[3.14] gh-135755: Use private names (_Py*) for header file guards new in 3.14 (GH-135921)
#135976 merged
Jul 1, 2025 -
gh-133447: Update
sqlite3
What's New 3.15 entry#136079 merged
Jul 1, 2025 -
[3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)
#136126 merged
Jul 1, 2025 -
gh-87135: threading.Lock: Raise rather than hang on Python finalization
#135991 merged
Jul 1, 2025 -
gh-133157: remove usage of
_Py_NO_SANITIZE_UNDEFINED
inpyexpat
#135346 merged
Jul 1, 2025 -
[3.14] gh-133982: Use implementation-specific
open
intest_fileio.OtherFileTests
(GH-135364)#136148 merged
Jun 30, 2025 -
[3.13] gh-133982: Use implementation-specific
open
intest_fileio.OtherFileTests
(GH-135364)#136149 merged
Jun 30, 2025 -
gh-133982: Use implementation-specific open in test_fileio OtherFileTests
#135364 merged
Jun 30, 2025 -
gh-135422: Fix regression in
SyntaxError
messages after #134036#135423 merged
Jun 30, 2025 -
[3.14] gh-134939: Fill Out the concurrent.interpreters Docs (gh-135902)
#136141 merged
Jun 30, 2025 -
gh-134939: Fill Out the concurrent.interpreters Docs
#135902 merged
Jun 30, 2025 -
[3.13] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117)
#136136 merged
Jun 30, 2025 -
[3.13] gh-63207: Update
time.time
documentation after GH-116822 (GH-136068)#136139 merged
Jun 30, 2025 -
[3.14] gh-63207: Update
time.time
documentation after GH-116822 (GH-136068)#136138 merged
Jun 30, 2025 -
gh-63207: Update
time.time
documentation after #116822#136068 merged
Jun 30, 2025 -
[3.13] gh-85702: Catch IsADirectoryError in zoneinfo (GH-131333)
#136130 merged
Jun 30, 2025 -
[3.14] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117)
#136128 merged
Jun 30, 2025 -
[3.13] gh-136122: Fix video link for math.tau documentation (GH-136129)
#136132 merged
Jun 30, 2025 -
[3.14] gh-136122: Fix video link for math.tau documentation (GH-136129)
#136131 merged
Jun 30, 2025 -
gh-136122: Fix video link for math.tau documentation
#136129 merged
Jun 30, 2025 -
gh-85702: Catch PermissionError in zoneinfo.load_tzdata()
#136117 merged
Jun 30, 2025 -
[3.14] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)
#136119 merged
Jun 30, 2025 -
[3.13] gh-48181: Document
codecs.charmap_build
(GH-135997)#136124 merged
Jun 30, 2025 -
[3.14] gh-48181: Document
codecs.charmap_build
(GH-135997)#136123 merged
Jun 30, 2025 -
gh-48181: Document
codecs.charmap_build
#135997 merged
Jun 30, 2025 -
[3.14] gh-131885: Update documented signatures for
csv.{writer,reader}
(GH-136085)#136120 merged
Jun 30, 2025 -
[3.13] gh-131885: Update documented signatures for
csv.{writer,reader}
(GH-136085)#136121 merged
Jun 30, 2025 -
gh-131885: update documented signatures for
csv.{writer,reader}
#136085 merged
Jun 30, 2025 -
gh-123471: Make itertools.product and itertools.combinations thread-safe
#132814 merged
Jun 30, 2025 -
gh-135607: Remove null checking of weakref list in dealloc of extension modules and objects
#135614 merged
Jun 30, 2025 -
gh-123471: Make itertools.chain thread-safe
#135689 merged
Jun 30, 2025 -
[3.13] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908)
#136026 merged
Jun 30, 2025 -
[3.13] gh-132813: Fix the csv documentation for quoting and escaping (GH-133209)
#136114 merged
Jun 30, 2025 -
[3.14] gh-132813: Fix the csv documentation for quoting and escaping (GH-133209)
#136113 merged
Jun 30, 2025 -
[3.13] gh-136087: Remove
\r
from documentedos.linesep
values (GH-136088)#136112 merged
Jun 30, 2025 -
[3.14] gh-136087: Remove
\r
from documentedos.linesep
values (GH-136088)#136111 merged
Jun 30, 2025 -
gh-132813: Fix the csv documentation for quoting and escaping
#133209 merged
Jun 30, 2025 -
gh-136087: Remove
\r
from documentedos.linesep
values#136088 merged
Jun 30, 2025 -
gh-130160: use
.. program::
directive for documentingvenv
CLI#130699 merged
Jun 30, 2025
32 Pull requests opened by 29 people
-
gh-136047: Allow typing._allow_reckless_class_checks to check `_py_abc`
#136115 opened
Jun 30, 2025 -
gh-136032: Fix `argparse.BooleanOptionalAction` doc
#136133 opened
Jun 30, 2025 -
gh-136135: Doc: Fix some broken links
#136137 opened
Jun 30, 2025 -
gh-134939: Add a Multiple Interpreters Howto Doc
#136143 opened
Jun 30, 2025 -
gh-132969: ACKS file update was missed in gh-133222
#136144 opened
Jun 30, 2025 -
gh-136145: Define 'standard library' and 'stdlib' in the glossary
#136146 opened
Jun 30, 2025 -
gh-135552: Skip clearing of tp_subclasses weakrefs in GC
#136147 opened
Jun 30, 2025 -
gh-135629: rewrite language reference section on except* to improve clarity
#136150 opened
Jun 30, 2025 -
gh-132413: Clear weakref to _datetime after modules are finalized
#136152 opened
Jun 30, 2025 -
gh-136157: Optimize asyncio.to_thread to avoid contextvars.copy_context() overhead for empty contexts
#136159 opened
Jul 1, 2025 -
gh-136057: Allow step and next to step over for loops
#136160 opened
Jul 1, 2025 -
gh-101100: Fix sphinx warnings in `whatsnew/3.9`
#136163 opened
Jul 1, 2025 -
gh-136162: Document `encodings`
#136164 opened
Jul 1, 2025 -
gh-130979: Doc: Generate ids for audit_events using docname
#136165 opened
Jul 1, 2025 -
gh-136097: Fix sysconfig._parse_makefile()
#136166 opened
Jul 1, 2025 -
[3.14] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (GH-135845)
#136167 opened
Jul 1, 2025 -
[3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (GH-135845)
#136168 opened
Jul 1, 2025 -
gh-136170: Use earliest zinfo.header_offset as ZipFile.data_offset
#136171 opened
Jul 1, 2025 -
gh-76535: Make `PyUnicode_ToLowerFull` and friends public
#136176 opened
Jul 1, 2025 -
gh-135075: Make PyObject_SetAttr() fail with NULL value and exception
#136180 opened
Jul 1, 2025 -
gh-136155: Docs: don't add custom OpenGraph protocol meta tags for EPUB builds
#136187 opened
Jul 1, 2025 -
gh-136134: Fallback to next auth method when CRAM-MD5 fails due to unsupported hash (e.g. FIPS)
#136188 opened
Jul 1, 2025 -
gh-135552: Make the GC clear weakrefs later.
#136189 opened
Jul 1, 2025 -
gh-79922: Remove always false test skips
#136202 opened
Jul 2, 2025 -
gh-115119: recommend upstream libmpdec in build requirements
#136205 opened
Jul 2, 2025 -
[3.14] gh-127705: Move Py_INCREF_MORTAL() to the internal C API (GH-136178)
#136206 opened
Jul 2, 2025 -
gh-136179: Document unsafe keyword for patch, patch.object, and create_autospec
#136208 opened
Jul 2, 2025 -
gh-136209: Add .. c:var:: declarations for C exception types
#136210 opened
Jul 2, 2025 -
gh-125862: Context decorator support for generators and async functions
#136212 opened
Jul 2, 2025 -
Remove mention of 'Unicode' strings in documentation
#136215 opened
Jul 2, 2025 -
gh-94503: Update logging cookbook with an example of uniformly handli…
#136217 opened
Jul 2, 2025 -
gh-133982: Test _pyio.BytesIO in free-threaded
#136218 opened
Jul 2, 2025
43 Issues closed by 23 people
-
Improve error message when comparing two `mappingproxy` objects
#136203 closed
Jul 2, 2025 -
operator.imod - AddressSanitizer: allocation-size-too-big
#136198 closed
Jul 2, 2025 -
tempfile.NamedTemporaryFile wrong argument
#136207 closed
Jul 2, 2025 -
sqlite3 connect uri=False mode=memory
#136196 closed
Jul 2, 2025 -
calendar.isleap - AddressSanitizer: allocation-size-too-big
#136197 closed
Jul 2, 2025 -
Improve error message when comparing two `types.SimpleNamespace` objects
#136193 closed
Jul 2, 2025 -
Expose log format to users in assertLogs
#134567 closed
Jul 2, 2025 -
Improve doc-strings for datetime.strftime & strptime
#84823 closed
Jul 2, 2025 -
Incorrect handling of PyObject_RichCompareBool() in the _zoneinfo module
#87298 closed
Jul 2, 2025 -
`~bool` deprecation not reported for literals
#134280 closed
Jul 2, 2025 -
The JIT's "pure" `_BINARY_OP` evaluation produces UB (and incorrect results)
#136183 closed
Jul 2, 2025 -
Generator objects are defined using `PyObject_HEAD` rather than `PyObject_VAR_HEAD`
#126596 closed
Jul 2, 2025 -
So, the doc of `split()` should say that a negative number makes all possible splits
#136192 closed
Jul 2, 2025 -
ModuleNotFoundError: No module named 'test.support'
#136153 closed
Jul 1, 2025 -
Expose `PyMutex_IsLocked` in the public C API
#134009 closed
Jul 1, 2025 -
Use stackref version for LOAD_ATTR to handle cases we can't specialize for
#136125 closed
Jul 1, 2025 -
Add __len__() method to types.SimpleNamespace
#136109 closed
Jul 1, 2025 -
Daemon threads are not forced to exit as part of runtime finalization
#124149 closed
Jul 1, 2025 -
`for` expressions should propagate `.value` of `StopIteration`, as `map` does
#136177 closed
Jul 1, 2025 -
Remove deprecated `sre_*` modules
#105456 closed
Jul 1, 2025 -
`fractions.Fraction.from_float` parameter `f` is documented as `flt`
#136169 closed
Jul 1, 2025 -
More gil-disabled type thread safety
#114214 closed
Jul 1, 2025 -
data races in frame inspection and tracebacks
#128421 closed
Jul 1, 2025 -
Colorize sqlite3 CLI
#133447 closed
Jul 1, 2025 -
data race with extension modules checking for empty weaklist
#135607 closed
Jul 1, 2025 -
pthread_exit & PyThread_exit_thread from PyEval_RestoreThread etc. are harmful
#87135 closed
Jul 1, 2025 -
UBsan: Remove _Py_NO_SANITIZE_UNDEFINED
#133157 closed
Jul 1, 2025 -
Proposal: Add update(**kwargs) method to types.SimpleNamespace
#136140 closed
Jul 1, 2025 -
spam
#136161 closed
Jul 1, 2025 -
Invalid error messages after GH-134077
#135422 closed
Jun 30, 2025 -
A runtime result error found in Table of Content 3.1.2 Text
#136118 closed
Jun 30, 2025 -
Implement PEP 649 and PEP 749
#119180 closed
Jun 30, 2025 -
math.tau broken video link
#136122 closed
Jun 30, 2025 -
codecs.charmap_build is untested and undocumented
#48181 closed
Jun 30, 2025 -
We need to cross-check abstract interpreter's DSL header with bytecodes.c DSL headers
#128312 closed
Jun 30, 2025 -
Finish up LOAD_ATTR specialisation
#100288 closed
Jun 30, 2025 -
Make NuGet packages installable with "dotnet tool"
#129261 closed
Jun 30, 2025 -
Minor improvement in datetime.timestamp() docs
#86845 closed
Jun 30, 2025 -
How to reduce memory usage with the PEG interpreter in Python 3.10
#136116 closed
Jun 30, 2025 -
`csv.writer` with `QUOTE_NONE` still requires non-emtpy `quotechar` and `escapechar`
#132813 closed
Jun 30, 2025 -
Outdated `os.linesep` docs in `os.py`
#136087 closed
Jun 30, 2025 -
Are `__slots__` benefits still "significant"?
#136016 closed
Jun 30, 2025 -
Segfault by calling `repr(SimpleNamespace)` with `typing.Union` attributes in threads on a free-threading build
#135878 closed
Jun 30, 2025
17 Issues opened by 17 people
-
Update mentioned RFC in `json` module
#136216 opened
Jul 2, 2025 -
No Sphinx markup for PyExc_*
#136209 opened
Jul 2, 2025 -
Analytics is included in offline copies of the python documentation.
#136194 opened
Jul 2, 2025 -
Unify all smtplib commands to be uppercase
#136191 opened
Jul 2, 2025 -
3.14 is missing a bytecode line number for one-line conditionals
#136190 opened
Jul 1, 2025 -
test_external_inspection.test_only_active_thread is flaky
#136186 opened
Jul 1, 2025 -
Missing unsafe keyword on unittest.mock.patch, unittest.mock.patch.object, and create_autospec
#136179 opened
Jul 1, 2025 -
Alter ZipFile.data_offset calculation
#136170 opened
Jul 1, 2025 -
`encodings` module is not documented
#136162 opened
Jul 1, 2025 -
Optimize asyncio.to_thread to avoid contextvars.copy_context() overhead for empty contexts
#136157 opened
Jul 1, 2025 -
Don't use O_EXCL when using O_TMPFILE
#136156 opened
Jul 1, 2025 -
Docs: EPUB builds are broken
#136155 opened
Jun 30, 2025 -
JIT global-to-constant promotion doesn't properly validate the globals dictionary at runtime
#136154 opened
Jun 30, 2025 -
Define "standard library" and "stdlib" in the glossary
#136145 opened
Jun 30, 2025 -
Doc: Some broken links
#136135 opened
Jun 30, 2025 -
SMTP.login() method fails with ValueError in environments that do not support MD5
#136134 opened
Jun 30, 2025 -
test.test_socket.RDSTest.testPeek hangs indefinitely in docker container
#136110 opened
Jun 30, 2025
98 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-135944: Add a "Runtime Components" Section to the Execution Model Docs
#135945 commented on
Jul 1, 2025 • 18 new comments -
gh-135661: Fix parsing start and end tags in HTMLParser
#135930 commented on
Jul 2, 2025 • 17 new comments -
gh-51067: Add `remove()` and `repack()` to `ZipFile`
#134627 commented on
Jul 2, 2025 • 7 new comments -
gh-135075: Deprecate PyObject_SetAttr(obj, name, NULL) with exc
#135082 commented on
Jul 1, 2025 • 7 new comments -
gh-135640: Adds type checking to ElementTree.ElementTree constructor
#135643 commented on
Jul 2, 2025 • 7 new comments -
gh-135836: Fix IndexError in asyncio.create_connection()
#135875 commented on
Jul 2, 2025 • 6 new comments -
gh-136061: IDLE - update code in editor.Editor.load_extension
#134874 commented on
Jun 30, 2025 • 5 new comments -
gh-131798: JIT: Further optimize `_CALL_ISINSTANCE` for class tuples
#134543 commented on
Jul 2, 2025 • 4 new comments -
gh-127502: Update XML vulnerability table
#135294 commented on
Jul 2, 2025 • 4 new comments -
gh-135801: Fix inaccurate module info for SyntaxWarnings during AST parsing
#135829 commented on
Jul 1, 2025 • 3 new comments -
gh-97517: Add hyperlink to format code information for strftime() and strptime() docstrings.
#132375 commented on
Jul 2, 2025 • 3 new comments -
gh-129824: fix data races in subinterpreters under TSAN
#135794 commented on
Jul 2, 2025 • 3 new comments -
gh-132558: Improve `argparse` docs on combining `type` and `choices`
#133827 commented on
Jul 1, 2025 • 2 new comments -
gh-132732: Clear errors in JIT optimizer on error
#136048 commented on
Jul 2, 2025 • 2 new comments -
gh-128074: Add support `+HH` format as time zone in `datetime.strptime`
#130390 commented on
Jul 1, 2025 • 2 new comments -
gh-134584: Eliminate redundant refcounting from `_CALL_TYPE_1`
#135818 commented on
Jul 1, 2025 • 1 new comment -
gh-116738: Make grp module thread-safe
#135434 commented on
Jun 30, 2025 • 1 new comment -
gh-135913: Document ob_refcnt, ob_type, ob_size
#135914 commented on
Jul 2, 2025 • 1 new comment -
gh-135676: Lexical analysis: Reword String literals and related sections
#135942 commented on
Jul 2, 2025 • 1 new comment -
gh-135755: Document __future__.* and CO_* as proper Sphinx objects
#135980 commented on
Jul 2, 2025 • 1 new comment -
gh-134584: Eliminate redundant refcounting from `_CALL_ISINSTANCE`
#136077 commented on
Jul 1, 2025 • 1 new comment -
gh-123681: Check NORMALIZE_CENTURY behavior at runtime; require C99
#136022 commented on
Jul 1, 2025 • 1 new comment -
gh-90120: Specify UTF-8 encoding in `PyModule_AddString{Constant,Macro}` docs
#131597 commented on
Jun 30, 2025 • 1 new comment -
gh-97517: Improve doctrings for datetime parsing methods
#20677 commented on
Jul 2, 2025 • 0 new comments -
gh-71189: Support all-but-last mode in os.path.realpath()
#117562 commented on
Jul 2, 2025 • 0 new comments -
gh-109945: Enable spec of multiple curves/groups for TLS
#119244 commented on
Jul 2, 2025 • 0 new comments -
gh-131178: Add CLI tests for cProfile
#134269 commented on
Jul 2, 2025 • 0 new comments -
gh-136155: Docs: check for EPUB fatal errors in CI
#134074 commented on
Jul 1, 2025 • 0 new comments -
gh-124397: Add threading.iter_locked
#133908 commented on
Jul 2, 2025 • 0 new comments -
gh-133829: Update zipimport example to not mention Python 2.3
#133835 commented on
Jun 30, 2025 • 0 new comments -
gh-92810: Reduce memory usage by ABCMeta.__subclasscheck__
#131914 commented on
Jul 1, 2025 • 0 new comments -
gh-130160: Add anchors to CLI Usage section for `cmdline`
#133182 commented on
Jun 30, 2025 • 0 new comments -
gh-128213: fast path for bytes creation from list and tuple
#132590 commented on
Jul 1, 2025 • 0 new comments -
gh-124549: Warn on conflicting directives in `datetime.*.strptime`
#132524 commented on
Jul 1, 2025 • 0 new comments -
gh-132661: Document t-strings and `templatelib`
#135229 commented on
Jun 30, 2025 • 0 new comments -
gh-135329: prevent infinite traceback loop on Ctrl-C under external p…
#135366 commented on
Jul 1, 2025 • 0 new comments -
gh-135385: Fix memory regression for classes with both __slots__ and __dict__
#135389 commented on
Jul 2, 2025 • 0 new comments -
gh-135401: Test AWS-LC as a cryptography library in CI
#135402 commented on
Jul 2, 2025 • 0 new comments -
gh-132962: _pyrepl: Prevent crash on Windows when stdout is redirected
#135456 commented on
Jul 1, 2025 • 0 new comments -
[WIP, do not merge] add TestGetmethparlist test to getmethparlist
#135533 commented on
Jul 1, 2025 • 0 new comments -
gh-135386: Fix "unable to open database file" errors on readonly DB
#135566 commented on
Jul 2, 2025 • 0 new comments -
gh-135447: Document new bytecodes in 3.14
#135803 commented on
Jul 2, 2025 • 0 new comments -
gh-135773: have pyvenv.cfg without home key anchor a venv and deduce home
#135831 commented on
Jul 2, 2025 • 0 new comments -
gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec update
#135996 commented on
Jun 30, 2025 • 0 new comments -
gh-67341: fix comment about windows link stat mapping
#136049 commented on
Jul 1, 2025 • 0 new comments -
gh-134759: `UnboundLocalError` in `email.message.Message.get_payload`
#136071 commented on
Jul 1, 2025 • 0 new comments -
Re-export `._replace` as `.replace` in `urllib.parse` result types
#136083 commented on
Jul 1, 2025 • 0 new comments -
gh-133390: Support table, index, trigger, view, column, function, and schema completion in the sqlite3 CLI
#136101 commented on
Jul 1, 2025 • 0 new comments -
gh-132657: Avoid locks and refcounts in frozenset operations
#136107 commented on
Jul 1, 2025 • 0 new comments -
Use implemenation-specific I/O open / constructors in tests
#133982 commented on
Jul 2, 2025 • 0 new comments -
3.13 Better Document `__replace__` on Dataclasses and Named Tuples
#121371 commented on
Jul 1, 2025 • 0 new comments -
[C API] Deprecate calling PyObject_SetAttr(obj, attr, NULL) with an exception set
#135075 commented on
Jul 1, 2025 • 0 new comments -
Unclear intention of deprecating Py_UNICODE_TOLOWER / Py_UNICODE_TOUPPER
#76535 commented on
Jul 1, 2025 • 0 new comments -
Implement stack overflow protection for linux based on actual stack depth
#130396 commented on
Jul 1, 2025 • 0 new comments -
`sysconfig --generate-posix-vars` can hang on cyclic variable definitions
#136097 commented on
Jul 1, 2025 • 0 new comments -
IndexError when calling asyncio.open_connection
#135836 commented on
Jul 1, 2025 • 0 new comments -
Audit all built-in modules for thread safety
#116738 commented on
Jul 1, 2025 • 0 new comments -
possible race-condition with python-doc
#130979 commented on
Jul 1, 2025 • 0 new comments -
Misspelled freethreading in 3.14.0b3
#136055 commented on
Jul 1, 2025 • 0 new comments -
Fix all Sphinx reference warnings in the documentation
#101100 commented on
Jul 1, 2025 • 0 new comments -
the table of contents in epub file is too long
#57491 commented on
Jul 1, 2025 • 0 new comments -
pdb: 'n' and 'until' do not skip list comprehension after setting a breakpoint
#136057 commented on
Jul 1, 2025 • 0 new comments -
Argparse: inconsistent default handling between `nargs` values
#132717 commented on
Jul 1, 2025 • 0 new comments -
SIGSEV in `datetime.timedelta` (possibly from datetime's C `delta_new`)
#132413 commented on
Jun 30, 2025 • 0 new comments -
Documentation for except* could be clearer
#135629 commented on
Jun 30, 2025 • 0 new comments -
Support relative home in pyvenv.cfg (host-relocatable venv)
#136051 commented on
Jun 30, 2025 • 0 new comments -
Add the interpreters Module, Implementing PEP 734
#134939 commented on
Jun 30, 2025 • 0 new comments -
zoneinfo: ZoneInfo raises IsADirectoryError instead of ZoneInfoNotFoundError
#85702 commented on
Jun 30, 2025 • 0 new comments -
argparse.BooleanOptionalAction documentation
#136032 commented on
Jun 30, 2025 • 0 new comments -
typing._allow_reckless_class_checks doesn't work when _abc doesn't exist.
#136047 commented on
Jun 30, 2025 • 0 new comments -
Non-blocking `_PyMutex_LockTimed` spins and may fail unnecessarily in no-GIL builds
#135871 commented on
Jun 30, 2025 • 0 new comments -
Update function signatures to use `*` and `/` as needed
#131885 commented on
Jun 30, 2025 • 0 new comments -
Deprecate (and eventually remove) `tp_is_gc`
#132403 commented on
Jun 30, 2025 • 0 new comments -
CookieDefaultPolicy.set_port_ok and return_ok_port func does not work for IPv6 addresses
#135993 commented on
Jun 30, 2025 • 0 new comments -
Segfault from calling `StringIO` methods in threads on free-threading debug build
#135410 commented on
Jul 2, 2025 • 0 new comments -
SSL: CERTIFICATE_VERIFY_FAILED when using custom root CA in Windows
#135408 commented on
Jul 2, 2025 • 0 new comments -
Log formatters which use newlines to separate messages should quote newlines for security reasons
#94503 commented on
Jul 2, 2025 • 0 new comments -
Random segfaults on Python 3.12.10 during CI testing
#134193 commented on
Jul 2, 2025 • 0 new comments -
Improve `contextlib.ContextDecorator` support for generators and async functions
#125862 commented on
Jul 2, 2025 • 0 new comments -
Expansion of NAN/HUGE_VAL is a function address on Solaris
#136006 commented on
Jul 2, 2025 • 0 new comments -
Use tagged pointers on the stack in the default build.
#127705 commented on
Jul 2, 2025 • 0 new comments -
Undocumented 3.14 C API
#135755 commented on
Jul 2, 2025 • 0 new comments -
`_decimal` and `_pydecimal` compatibility differences
#117056 commented on
Jul 2, 2025 • 0 new comments -
Unvendor `libmpdec` sources
#115119 commented on
Jul 2, 2025 • 0 new comments -
unittest.skipUnless(time._STRUCT_TM_ITEMS == 11, "needs tm_zone support") doesn't work
#79922 commented on
Jul 2, 2025 • 0 new comments -
Docstrings for some methods in the datetime module are not very clear or helpful
#97517 commented on
Jul 2, 2025 • 0 new comments -
Make Fraction more subclassing-friendly
#136096 commented on
Jul 2, 2025 • 0 new comments -
`__builtin_os_log_format_buffer_size` is missing for Catalina+GCC
#132182 commented on
Jul 2, 2025 • 0 new comments -
ttk.tkinter.Notebook does not refresh notebook page on Mac unless mouse moves out of tab area
#136095 commented on
Jul 2, 2025 • 0 new comments -
Assertion failure when func_repr is called on an already tp_clear-ed object
#91636 commented on
Jul 1, 2025 • 0 new comments -
The `unittest` `-b` command line option hides the output of `pdb`.
#133691 commented on
Jul 1, 2025 • 0 new comments -
Segmentation fault, possibly due to a GC issue (tp_subclasses)
#135552 commented on
Jul 1, 2025 • 0 new comments -
Running python REPL under another program + Ctrl-C results in an exception traceback
#135329 commented on
Jul 1, 2025 • 0 new comments -
3.13.2: cast in Py_XDECREF causes runtime failures with immortal objects
#135746 commented on
Jul 1, 2025 • 0 new comments -
Add an `asyncio.TaskGroup.cancel` method
#108951 commented on
Jul 1, 2025 • 0 new comments -
Add support for making Linux prctl(...) calls to subprocess
#86902 commented on
Jul 1, 2025 • 0 new comments -
Bytecode changes in 3.14 are not documented in `dis` module docs
#135447 commented on
Jul 1, 2025 • 0 new comments -
Fix sqlite timezone-naive adapter recipe
#131825 commented on
Jul 1, 2025 • 0 new comments