-
-
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
13 Pull requests merged by 7 people
-
gh-136066: simplify
platform._platform()
#136069 merged
Jun 29, 2025 -
[3.14] gh-136053: Check error for TYPE_SLICE in marshal.c (GH-136054)
#136092 merged
Jun 29, 2025 -
[3.14] Doc: Fix duplicate words in idlelib (GH-136089)
#136090 merged
Jun 29, 2025 -
[3.13] Doc: Fix duplicate words in idlelib (GH-136089)
#136091 merged
Jun 29, 2025 -
gh-136053: Memory Safety Issue in marshal.c TYPE_SLICE Case
#136054 merged
Jun 29, 2025 -
Doc: Fix duplicate words in idlelib
#136089 merged
Jun 29, 2025 -
[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-136005)
#136080 merged
Jun 28, 2025 -
gh-91048: Fix external inspection multi-threaded performance
#136005 merged
Jun 28, 2025 -
[3.14] gh-76595: Add note on
PyCapsule_Import
behavior (GH-134022)#136074 merged
Jun 28, 2025 -
[3.13] gh-76595: Add note on
PyCapsule_Import
behavior (GH-134022)#136075 merged
Jun 28, 2025 -
gh-76595: Add note on
PyCapsule_Import
behavior#134022 merged
Jun 28, 2025 -
gh-135853: add
math.signbit
#135877 merged
Jun 28, 2025 -
gh-132732: Fix up pure types in JIT
#136050 merged
Jun 28, 2025
13 Pull requests opened by 12 people
-
gh-134584: Eliminate redundant refcounting from `_CALL_STR_1`
#136070 opened
Jun 28, 2025 -
gh-134759: `UnboundLocalError` in `email.message.Message.get_payload`
#136071 opened
Jun 28, 2025 -
gh-136063: fix quadratic-complexity parsing in `email.message._parseparam`
#136072 opened
Jun 28, 2025 -
gh-135993: Fix IPv6 bug in `set_ok_port` and `return_ok_port`
#136076 opened
Jun 28, 2025 -
gh-134584: Eliminate redundant refcounting from `_CALL_ISINSTANCE`
#136077 opened
Jun 28, 2025 -
gh-133447: Update `sqlite3` What's New 3.15 entry
#136079 opened
Jun 28, 2025 -
gh-127604: Docs: Include a C stack in the `faulthandler` example
#136081 opened
Jun 28, 2025 -
gh-133125: Clarify ZipInfo.date_time attribute documentation
#136082 opened
Jun 28, 2025 -
Re-export `._replace` as `.replace` in `urllib.parse` result types
#136083 opened
Jun 28, 2025 -
gh-131885: Update csv.rst to describe that `csv.reader` and `csv.wri…
#136085 opened
Jun 29, 2025 -
Doc: Fix all duplicate words
#136086 opened
Jun 29, 2025 -
gh-136087: Remove `\r` from documented `os.linesep` values
#136088 opened
Jun 29, 2025 -
gh-136073: Fix expandvars() in Tools/freeze/checkextensions.py
#136093 opened
Jun 29, 2025
9 Issues closed by 5 people
-
Unreachable code warnings while building latest main at 48c70b8
#128086 closed
Jun 29, 2025 -
Improve error message when passing an invalid producer to `dict`
#135765 closed
Jun 29, 2025 -
Getting ImportError and suggestion to rename module for no valid reason
#136094 closed
Jun 29, 2025 -
clang -fsanitize=memory detected error with the trivial program that embeds the Python interpreter
#135774 closed
Jun 29, 2025 -
The error message from `codecs.register_error()` and `str.encode()` should be clearer
#135760 closed
Jun 29, 2025 -
Un-necessary loglinear complexity in `platform._platform`
#136066 closed
Jun 29, 2025 -
Memory Safety Issue in marshal.c TYPE_SLICE Case
#136053 closed
Jun 29, 2025 -
update pure python datetime.timedelta creation
#69915 closed
Jun 28, 2025 -
`str()` and `decode()` should have `decoding` argument
#136078 closed
Jun 28, 2025
3 Issues opened by 3 people
-
Outdated `os.linesep` docs in `os.py`
#136087 opened
Jun 29, 2025 -
`asyncio.to_thread` could be a lot more efficient
#136084 opened
Jun 29, 2025 -
Unbounded Resource Exhaustion Vulnerability in `Tools/freeze/checkextensions.py`
#136073 opened
Jun 28, 2025
36 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-135607: Remove null checking of weakref list in dealloc of extension modules and objects
#135614 commented on
Jun 29, 2025 • 2 new comments -
gh-123299: Provide replacement for removed sqlite3 attributes in What's New 3.14
#125566 commented on
Jun 28, 2025 • 2 new comments -
gh-135909: Assert incoming refcnt != 0 for the free threaded GC.
#136009 commented on
Jun 28, 2025 • 1 new comment -
gh-136061: IDLE - update code in editor.Editor.load_extension
#134874 commented on
Jun 29, 2025 • 1 new comment -
gh-51067: Add `remove()` and `repack()` to `ZipFile`
#134627 commented on
Jun 29, 2025 • 1 new comment -
custom prefixes for `argparse.BooleanOptionalAction`
#119377 commented on
Jun 29, 2025 • 0 new comments -
pathlib: Path.iterdir() is surprisingly not streaming
#136059 commented on
Jun 29, 2025 • 0 new comments -
Types with Py_TPFLAGS_MANAGED_WEAKREF but not Py_TPFLAGS_HAVE_GC crash when creating a weak reference
#134786 commented on
Jun 29, 2025 • 0 new comments -
ast.parse(mode='single') exception for block statements without trailing newline
#135798 commented on
Jun 29, 2025 • 0 new comments -
asyncio socket write a multi-dimensional memoryview could truncate data
#135862 commented on
Jun 29, 2025 • 0 new comments -
Exclude include in `reference/grammar.rst` in gettext builds
#133868 commented on
Jun 28, 2025 • 0 new comments -
gh-115119: removed implicit fallback to the bundled libmpdec
#134078 commented on
Jun 28, 2025 • 0 new comments -
gh-136065: Fix quadratic complexity in os.path.expandvars()
#134952 commented on
Jun 28, 2025 • 0 new comments -
gh-135853: add `math.fmax` and `math.fmin`
#135888 commented on
Jun 28, 2025 • 0 new comments -
gh-67341: fix comment about windows link stat mapping
#136049 commented on
Jun 28, 2025 • 0 new comments -
gh-134584: Eliminate redundant refcounting from `_CALL_BUILTION_O`
#136056 commented on
Jun 28, 2025 • 0 new comments -
gh-81520: Add documentatoion about unexpected os.path.ismount() behaviour
#136058 commented on
Jun 28, 2025 • 0 new comments -
gh-63207: Update `time.time` documentation after #116822
#136068 commented on
Jun 28, 2025 • 0 new comments -
What's New in Python 3.14 (copyediting)
#123299 commented on
Jun 28, 2025 • 0 new comments -
`UnboundLocalError` in `email.message.Message.get_payload`
#134759 commented on
Jun 28, 2025 • 0 new comments -
Potential Quadratic Complexity Vulnerabilities in the `email` Module
#136063 commented on
Jun 28, 2025 • 0 new comments -
Potential Quadratic Complexity Vulnerabilities in `path` Modules
#136065 commented on
Jun 28, 2025 • 0 new comments -
PyCapsule_Import fails when name is in the form 'package.module.capsule'
#76595 commented on
Jun 28, 2025 • 0 new comments -
CookieDefaultPolicy.set_port_ok and return_ok_port func does not work for IPv6 addresses
#135993 commented on
Jun 28, 2025 • 0 new comments -
Eliminate redundant refcounting in the JIT
#134584 commented on
Jun 28, 2025 • 0 new comments -
3.14 regression: slot dataclasses classes leak original class
#135228 commented on
Jun 28, 2025 • 0 new comments -
Colorize sqlite3 CLI
#133447 commented on
Jun 28, 2025 • 0 new comments -
Async Call-Stack Reconstruction
#91048 commented on
Jun 28, 2025 • 0 new comments -
Are `__slots__` benefits still "significant"?
#136016 commented on
Jun 28, 2025 • 0 new comments -
`zipfile`: docs should document what `ZipInfo.date_time` actually is
#133125 commented on
Jun 28, 2025 • 0 new comments -
Support zstd on Android
#135846 commented on
Jun 28, 2025 • 0 new comments -
Pathlib.iterdir semantics change dramatically under Python 3.13
#129871 commented on
Jun 28, 2025 • 0 new comments -
IDLE: Performance issue processing config-extensions.def
#136061 commented on
Jun 28, 2025 • 0 new comments -
Create tests for turtle module
#135272 commented on
Jun 28, 2025 • 0 new comments -
pdb: 'n' and 'until' do not skip list comprehension after setting a breakpoint
#136057 commented on
Jun 28, 2025 • 0 new comments -
Update function signatures to use `*` and `/` as needed
#131885 commented on
Jun 29, 2025 • 0 new comments