-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Insights: python/cpython
Overview
Could not load contribution data
Please try again later
9 Pull requests merged by 5 people
-
gh-131591: Fix syntax in remote debugger doc
#137225 merged
Aug 17, 2025 -
[3.14] gh-137846: Add missing 'be' to profile doc. (GH-137856)
#137857 merged
Aug 16, 2025 -
[3.13] gh-137846: Add missing 'be' to profile doc. (GH-137856)
#137858 merged
Aug 16, 2025 -
gh-137846: Add missing 'be' to profile doc.
#137856 merged
Aug 16, 2025 -
gh-137725: Convert faulthandler to Argument Clinic
#137726 merged
Aug 16, 2025 -
[3.13] gh-90483: fix docs of
SubprocessTransport.get_pipe_transport
(GH-137852)#137854 merged
Aug 16, 2025 -
gh-90483: fix docs of
SubprocessTransport.get_pipe_transport
#137852 merged
Aug 16, 2025 -
[3.13] gh-101359: clarify docs for
asyncio.Event.clear
(GH-137849)#137851 merged
Aug 16, 2025 -
gh-101359: clarify docs for
asyncio.Event.clear
#137849 merged
Aug 16, 2025
11 Pull requests opened by 10 people
-
gh-137847: Add typical usage for uuid 6,7,8 in online documents
#137848 opened
Aug 16, 2025 -
[3.14] gh-101359: clarify docs for `asyncio.Event.clear` (GH-137849)
#137850 opened
Aug 16, 2025 -
[3.14] gh-90483: fix docs of `SubprocessTransport.get_pipe_transport ` (GH-137852)
#137853 opened
Aug 16, 2025 -
gh-127859: Fixed documentation for call_later and call_at regarding early wakeup.
#137859 opened
Aug 16, 2025 -
gh-135852: Add NTEventLog related functions to _winapi
#137860 opened
Aug 16, 2025 -
gh-137317: fix inspect signature of class with descriptor wrapper
#137862 opened
Aug 16, 2025 -
gh-90548: Fix musl version detection with --strip-all
#137864 opened
Aug 16, 2025 -
gh-116021: Deprecate support for instantiating abstract AST nodes
#137865 opened
Aug 16, 2025 -
gh-137696: Rename 'fort' parameter to 'order' in PyBuffer_FromContiguous
#137866 opened
Aug 16, 2025 -
gh-44538: Mention nested classes/functions in doctest docs
#137870 opened
Aug 17, 2025 -
GH-137841: Open tzdata/zones file with UTF-8 encoding
#137872 opened
Aug 17, 2025
7 Issues closed by 7 people
-
Using the undefined variable `num`, the code `num += 5` inside of a function gets a different error message
#137868 closed
Aug 16, 2025 -
Typo error in`pstats.Stats.print_stats`
#137846 closed
Aug 16, 2025 -
Please port OpenSSL HMAC implementation from HMAC to EVP_MAC APIs
#137861 closed
Aug 16, 2025 -
Convert faulthandler extension to Argument Clinic
#137725 closed
Aug 16, 2025 -
Documentation for SubprocessTransport.get_pipe_transport return values readable/writable
#90483 closed
Aug 16, 2025 -
Description of asyncio.Event.clear inconsistent with threading.Event.clear
#101359 closed
Aug 16, 2025
4 Issues opened by 4 people
-
`cmath.nan` docs: Equivalent to `float('nan')`
#137871 opened
Aug 17, 2025 -
`add_signal_handler` support for all platforms
#137863 opened
Aug 16, 2025 -
Improve import time of various stdlib modules
#137855 opened
Aug 16, 2025 -
Add examples for newly UUIDs in online docstring
#137847 opened
Aug 16, 2025
42 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-137814: Fix `__qualname__` of `__annotate__`
#137842 commented on
Aug 16, 2025 • 8 new comments -
GH-109564: add asyncio.Server state machine
#131009 commented on
Aug 16, 2025 • 5 new comments -
gh-73487: Convert _decimal to use Argument Clinic (part 2)
#137637 commented on
Aug 17, 2025 • 2 new comments -
gh-69528: Distinguish between file modes `wb+` and `rb+`
#137834 commented on
Aug 17, 2025 • 1 new comment -
gh-131178: Fix `test_unknown_flag` for platform CLI
#137816 commented on
Aug 17, 2025 • 1 new comment -
gh-137740: Clarify __del__ invocation mechanism in reference counting
#137741 commented on
Aug 17, 2025 • 1 new comment -
bpo-40366: Remove support for passing obsolete flags into compile
#19660 commented on
Aug 17, 2025 • 1 new comment -
gh-128942: make arraymodule.c free-thread safe (lock-free)
#130771 commented on
Aug 16, 2025 • 1 new comment -
calendar should understand full- vs. half-width characters
#61250 commented on
Aug 17, 2025 • 0 new comments -
Guard against negative offset/length values in tarfile's GNU sparse extraction
#137396 commented on
Aug 17, 2025 • 0 new comments -
make *.rst files in Doc/ parseable by doctest
#60143 commented on
Aug 17, 2025 • 0 new comments -
doctest doesn't find nested functions
#44538 commented on
Aug 17, 2025 • 0 new comments -
missing global names inside a class body (calling `exec` with a `ChainMap`)
#121306 commented on
Aug 17, 2025 • 0 new comments -
gh-134531: use `EVP_MAC` API for `_hashlib.HMAC`
#135235 commented on
Aug 16, 2025 • 0 new comments -
gh-137197: Add SSLContext.set_ciphersuites to set TLS 1.3 ciphers
#137198 commented on
Aug 17, 2025 • 0 new comments -
gh-135052: Fix bug that XID_Continue Unicode characters in function/class names highlighted incorrectly (colorizer.py)
#137612 commented on
Aug 16, 2025 • 0 new comments -
gh-137627: Make `csv.Sniffer.sniff()` delimiter detection 1.5x faster
#137628 commented on
Aug 17, 2025 • 0 new comments -
gh-137634: Modernizing `calendar.HTMLCalendar` for HTML Output
#137635 commented on
Aug 17, 2025 • 0 new comments -
GH-137759:Limit _PyObject_HashFast to dicts keys, rename it, and mark it as Py_ALWAYS_INLINE
#137828 commented on
Aug 16, 2025 • 0 new comments -
gh-73487: Convert _decimal to use Argument Clinic (part 3)
#137844 commented on
Aug 16, 2025 • 0 new comments -
gh-137754: Fix import of zoneinfo if _datetime is not available
#137845 commented on
Aug 17, 2025 • 0 new comments -
Make no-opt JIT to pass whole unit test.
#137838 commented on
Aug 16, 2025 • 0 new comments -
Support other RAWTEXT and PLAINTEXT elements in HTMLParser
#137836 commented on
Aug 16, 2025 • 0 new comments -
{Async,}ExitStack's close() and aclose() should have an optional exception parameter
#137732 commented on
Aug 16, 2025 • 0 new comments -
`self.doCleanups()` cannot be called from a test method of a `unittest.IsolatedAsyncioTestCase` subclass
#101018 commented on
Aug 16, 2025 • 0 new comments -
Use NETRC environment variable
#135788 commented on
Aug 16, 2025 • 0 new comments -
Checking for `sys.is_finalizing` before thread.start() still yields "can't create new thread at interpreter shutdown"
#114570 commented on
Aug 16, 2025 • 0 new comments -
test_shelve.py crashes on WSL?
#137829 commented on
Aug 16, 2025 • 0 new comments -
asm_trampoline.S misses branch protection flags for x86_64 and aarch64
#128605 commented on
Aug 16, 2025 • 0 new comments -
Document usage of comprehensions with multiple if clauses
#137818 commented on
Aug 16, 2025 • 0 new comments -
asyncio.call_later and call_at waking up early.
#127859 commented on
Aug 16, 2025 • 0 new comments -
Remove external dependency for `logging.handlers.NTEventLogHandler`
#135852 commented on
Aug 16, 2025 • 0 new comments -
Unable to inspect class with `cyfunction __init__` due to unwrap and descriptor behavior changed
#137317 commented on
Aug 16, 2025 • 0 new comments -
Multiple test failures on Alpine 3.15 / musl-1.2.2-r7
#90548 commented on
Aug 16, 2025 • 0 new comments -
Deprecate creation of abstract AST nodes
#116021 commented on
Aug 16, 2025 • 0 new comments -
`order` parameter name of the `PyBuffer_FromContiguous`
#137696 commented on
Aug 16, 2025 • 0 new comments -
incorrect source ranges for `not a in b`
#137843 commented on
Aug 16, 2025 • 0 new comments -
IDLE colorizer - Properly highlight function/class names
#135052 commented on
Aug 16, 2025 • 0 new comments -
Wrapper descriptor (slot) methods have fixed docstrings
#65508 commented on
Aug 16, 2025 • 0 new comments -
library symtable.SymbolTable.is_nested() description differs from Cpython implementation.
#99350 commented on
Aug 17, 2025 • 0 new comments -
Dependabot updates have ceased to be
#137650 commented on
Aug 17, 2025 • 0 new comments -
`zoneinfo.available_timezones()` emits `EncodingWarning` on python 3.11+ iff `tzdata` is installed and `-X warn_default_encoding` is used
#137841 commented on
Aug 17, 2025 • 0 new comments