-
-
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
25 Pull requests merged by 11 people
-
gh-120492: Sync importlib_metadata 8.2.0
#124033 merged
Aug 15, 2025 -
gh-92936: update
http.cookies
docs post GH-113663#137566 merged
Aug 15, 2025 -
[3.13] gh-131178: Add tests for
site
command-line interface (GH-133582)#137833 merged
Aug 15, 2025 -
gh-131178: Add tests for
site
command-line interface#133582 merged
Aug 15, 2025 -
[3.13] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796)
#137831 merged
Aug 15, 2025 -
gh-137777: Fix remove Program Frameworks chapter and relocate its modules
#137796 merged
Aug 15, 2025 -
[3.14] gh-137078: Fix keyword typo recognition when executed over files (GH-137079)
#137826 merged
Aug 15, 2025 -
gh-137078: Fix keyword typo recognition when executed over files
#137079 merged
Aug 15, 2025 -
[3.14] GH-123299: Copyedit 3.14 What's New: Removed (GH-137794)
#137825 merged
Aug 15, 2025 -
GH-123299: Copyedit 3.14 What's New: Removed
#137794 merged
Aug 15, 2025 -
[3.13] gh-123085: Fix issue in inferred caller when resource package has no source (GH-123102)
#124024 merged
Aug 15, 2025 -
[3.13] Mention the "context manager" keyword in concurrent.futures documentation (GH-130976)
#137811 merged
Aug 15, 2025 -
[3.14] gh-137760: Update REPL constants documentation (gh-137798)
#137822 merged
Aug 15, 2025 -
[3.13] gh-137760: Update REPL constants documentation (gh-137798)
#137823 merged
Aug 15, 2025 -
gh-137808: use argument clinic for
_thread.lock
and_thread.RLock
#137809 merged
Aug 15, 2025 -
gh-137760: Update REPL constants documentation
#137798 merged
Aug 15, 2025 -
[3.14] GH-123299: Copyedit 3.14 What's New: Optimizations (GH-137789)
#137813 merged
Aug 15, 2025 -
GH-123299: Copyedit 3.14 What's New: Optimizations
#137789 merged
Aug 15, 2025 -
[3.14] gh-109975: Indicate the minimum version for PyREPL in the tutorial (GH-136046)
#137766 merged
Aug 15, 2025 -
[3.14] gh-137026: Add an explainer guide for asyncio (GH-137215)
#137581 merged
Aug 15, 2025 -
[3.14] gh-137183: Document that
array.array
typecodew
is new in 3.13 (GH-137184)#137208 merged
Aug 15, 2025 -
[3.14] gh-136437: Convert more
os.path
functions to positional-only in the docs (GH-136970)#137000 merged
Aug 15, 2025 -
Mention the "context manager" keyword in concurrent.futures documentation
#130976 merged
Aug 15, 2025 -
[3.14] gh-123299: Update What's new in Python 3.14: typos and misplaced item. (GH-136665)
#137769 merged
Aug 15, 2025 -
[3.13] gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with
PYTHONSTARTUP
(GH-137625)#137778 merged
Aug 15, 2025
19 Pull requests opened by 17 people
-
gh-137549: Modify object to BaseExceptionGroup in asyncio.Timeout
#137797 opened
Aug 15, 2025 -
gh-133171: Re-enable JUMP_BACKWARD to free-threading build
#137800 opened
Aug 15, 2025 -
gh-89083: Add typical usage for uuid 6,7,8 in `/lib/uuid.py`
#137801 opened
Aug 15, 2025 -
gh-137790 Add an option to `logging.Formatter` to always set `record.exc_text` even if it's not None
#137802 opened
Aug 15, 2025 -
gh-91484: Allow memoryview cast for F-contiguous
#137803 opened
Aug 15, 2025 -
gh-96863: Fix subprocess.Popen.wait to raise ProcessLookupError for external waits
#137804 opened
Aug 15, 2025 -
gh-137396: Raise InvalidHeaderError when offset or numbytes is negative
#137805 opened
Aug 15, 2025 -
gh-102156: Fix HTTPServer timeout ignored in keep-alive connections
#137806 opened
Aug 15, 2025 -
gh-131178: Add tests for site command-line interface
#137807 opened
Aug 15, 2025 -
[3.14] Mention the "context manager" keyword in concurrent.futures documentation (GH-130976)
#137810 opened
Aug 15, 2025 -
gh-127146: Emscripten: Add test_sample_profiler skips where needed
#137815 opened
Aug 15, 2025 -
gh-131178: Fix `test_unknown_flag` for platform CLI
#137816 opened
Aug 15, 2025 -
gh-137791: Improve documentation for the reference counting changes in 3.14
#137819 opened
Aug 15, 2025 -
[3.13] gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805)
#137827 opened
Aug 15, 2025 -
GH-137759:Limit _PyObject_HashFast to dicts keys, rename it, and mark it as Py_ALWAYS_INLINE
#137828 opened
Aug 15, 2025 -
[3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796)
#137830 opened
Aug 15, 2025 -
[3.14] gh-131178: Add tests for `site` command-line interface (GH-133582)
#137832 opened
Aug 15, 2025 -
gh-69528: Distinguish between file modes `wb+` and `rb+`
#137834 opened
Aug 15, 2025 -
gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser
#137837 opened
Aug 15, 2025
21 Issues closed by 16 people
-
spam
#137839 closed
Aug 16, 2025 -
Docs: quit/exit and help constants documentation is out of date
#137760 closed
Aug 15, 2025 -
Lib/importlib: Ensure stale empty python module directories don't break the build
#120492 closed
Aug 15, 2025 -
re invalid escape sequence isn't: \( and \)
#137835 closed
Aug 15, 2025 -
`test_fstring.py` with Python3.13.6 and 3.13.7 fails, 3.13.5 and 3.13.4 o.k.
#137820 closed
Aug 15, 2025 -
The keyword typo error messages work inconsistently when executed over files
#137078 closed
Aug 15, 2025 -
Provide optional type hints in docs.python.org documentation
#96186 closed
Aug 15, 2025 -
HTMLParser does not support escapable raw text mode (<textarea> and <title>)
#118350 closed
Aug 15, 2025 -
Misc/python-config.sh.in: ensure sed invocations only match beginning of strings
#67096 closed
Aug 15, 2025 -
Note change in behavior for itertools.tee() with "flattening" itertables
#137597 closed
Aug 15, 2025 -
asyncio loop does not start a task while running run_forever()
#137817 closed
Aug 15, 2025 -
use argument clinic for _thread.lock and _thread.RLock
#137808 closed
Aug 15, 2025 -
DIfference between utf8 and utf-8 when i define python source code encoding.
#70125 closed
Aug 15, 2025 -
Improve import time of various stdlib modules
#118761 closed
Aug 15, 2025 -
AI Generated code has emoticons. Python Windows print will abort in the default case.
#137780 closed
Aug 15, 2025 -
Smaller viewport shifts the "expand left menu" character into the text
#68960 closed
Aug 15, 2025 -
For new REPL the help page should explain keyboard shortcuts
#125142 closed
Aug 15, 2025 -
test_os.TimerfdTests is flaky
#126112 closed
Aug 15, 2025
10 Issues opened by 9 people
-
Implement PEP 728: TypedDict with Typed Extra Items
#137840 opened
Aug 16, 2025 -
Make no-opt JIT to pass whole unit test.
#137838 opened
Aug 15, 2025 -
Support other RAWTEXT and PLAINTEXT elements in HTMLParser
#137836 opened
Aug 15, 2025 -
test_shelve.py crashes on WSL?
#137829 opened
Aug 15, 2025 -
Convert `_json` to Argument Clinic
#137821 opened
Aug 15, 2025 -
Document usage of comprehensions with multiple if clauses
#137818 opened
Aug 15, 2025 -
`__annotate__` functions generated by CPython for class methods have an incorrect `__qualname__`
#137814 opened
Aug 15, 2025 -
./configure: add option to disable LZMA build
#137812 opened
Aug 15, 2025 -
Split up the Changelog
#137795 opened
Aug 15, 2025
70 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-135228: Create __dict__ and __weakref__ descriptors for object
#136966 commented on
Aug 15, 2025 • 4 new comments -
gh-129069: make list ass_slice and memory_repeat safe in free-threading
#131882 commented on
Aug 15, 2025 • 4 new comments -
gh-137725: Convert faulthandler to Argument Clinic
#137726 commented on
Aug 15, 2025 • 4 new comments -
gh-137609: Update signatures of builtins in the documentation
#137610 commented on
Aug 15, 2025 • 4 new comments -
gh-128942: make arraymodule.c free-thread safe (lock-free)
#130771 commented on
Aug 15, 2025 • 3 new comments -
[3.13] Lint: Create a project-wide ``.ruff.toml`` settings file (GH-133124)
#137670 commented on
Aug 15, 2025 • 3 new comments -
gh-137530: generate an __annotate__ function for dataclasses __init__
#137711 commented on
Aug 15, 2025 • 2 new comments -
gh-116738: Make _json module safe in the free-threading build
#119438 commented on
Aug 15, 2025 • 1 new comment -
gh-137352: Add terms links to dis.rst
#137787 commented on
Aug 15, 2025 • 1 new comment -
Consider supporting deflate64 in zipfile
#134334 commented on
Aug 15, 2025 • 0 new comments -
bpo-32904: Fix a potential crash in os.chdir() and os.getcwd() on Windows
#5802 commented on
Aug 16, 2025 • 0 new comments -
[infra][CI] Deal with the sunset of `macos-13` @ GHA by Sep 1, 2025
#137638 commented on
Aug 15, 2025 • 0 new comments -
gh-114827: clarify `threading.Event.wait` timeout behavior
#114834 commented on
Aug 15, 2025 • 0 new comments -
Minimum macos system requirement for 3.14.0rc1?
#137749 commented on
Aug 15, 2025 • 0 new comments -
`test_pyrepl.test_dumb_terminal_exits_cleanly` fails under Fish when run in VS Code's terminal
#137568 commented on
Aug 15, 2025 • 0 new comments -
`test_repl.test_toplevel_contextvars_async` fails under Fish in a VS Code terminal
#137569 commented on
Aug 15, 2025 • 0 new comments -
gh-133829: Update zipimport example to not mention Python 2.3
#133835 commented on
Aug 15, 2025 • 0 new comments -
gh-134740: Add missing documentation for importlib.metadata.distributions()
#134749 commented on
Aug 15, 2025 • 0 new comments -
gh-132657: Avoid locks and refcounts in frozenset operations
#136107 commented on
Aug 15, 2025 • 0 new comments -
[3.14] gh-136516: Mention installation artifacts as de-facto resources (GH-136419)
#137038 commented on
Aug 15, 2025 • 0 new comments -
gh-137063: Remove notice about ast node types no longer available
#137064 commented on
Aug 15, 2025 • 0 new comments -
gh-137197: Add SSLContext.set_ciphersuites to set TLS 1.3 ciphers
#137198 commented on
Aug 16, 2025 • 0 new comments -
gh-137729: Fix support for locales with @-modifiers
#137253 commented on
Aug 15, 2025 • 0 new comments -
gh-137017: Fix `Thread.is_alive()` to only return False after the underlying OS thread exits
#137315 commented on
Aug 15, 2025 • 0 new comments -
[3.14] gh-137058: Sync _Py_NULL macro with the main branch
#137409 commented on
Aug 15, 2025 • 0 new comments -
gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline
#137470 commented on
Aug 15, 2025 • 0 new comments -
[3.14] GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH-137485)
#137487 commented on
Aug 15, 2025 • 0 new comments -
gh-137533: document key type coercion limitations in `json.loads`
#137545 commented on
Aug 15, 2025 • 0 new comments -
gh-137600: Promote `ast` node constructor deprecation warnings to errors
#137601 commented on
Aug 15, 2025 • 0 new comments -
gh-137609: Change names of some positional-only parameters in builtins
#137611 commented on
Aug 15, 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 15, 2025 • 0 new comments -
gh-137627: Make `csv.Sniffer.sniff()` delimiter detection 1.5x faster
#137628 commented on
Aug 16, 2025 • 0 new comments -
gh-73487: Convert _decimal to use Argument Clinic (part 2)
#137637 commented on
Aug 16, 2025 • 0 new comments -
gh-137758: Clarify os.stat_result time fields (since Unix epoch) and add datetime conversion note
#137761 commented on
Aug 15, 2025 • 0 new comments -
[3.14] gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (GH-137700)
#137763 commented on
Aug 15, 2025 • 0 new comments -
Add support for Include What You Use/Clang Include Cleaner in Python.h
#137744 commented on
Aug 15, 2025 • 0 new comments -
Link devguide build instructions in docs
#67071 commented on
Aug 15, 2025 • 0 new comments -
Convert ``_interpreters`` to Argument Clinic
#137630 commented on
Aug 15, 2025 • 0 new comments -
Sync with importlib_metadata for Python 3.15
#132947 commented on
Aug 15, 2025 • 0 new comments -
Update signatures of builtins in the documentation
#137609 commented on
Aug 15, 2025 • 0 new comments -
Lib/types.py nit: isinstance != PyType_IsSubtype
#67157 commented on
Aug 15, 2025 • 0 new comments -
Buildbots fail when new files are added
#81224 commented on
Aug 15, 2025 • 0 new comments -
document what config directory is used for
#70711 commented on
Aug 15, 2025 • 0 new comments -
What's new in 3.7 incorrectly states PEP 563 will be default in 3.10
#112306 commented on
Aug 15, 2025 • 0 new comments -
Formatter.format's exc_text cache breaks multiple formatters formatting a message in different ways
#137790 commented on
Aug 15, 2025 • 0 new comments -
Guard against negative offset/length values in tarfile's GNU sparse extraction
#137396 commented on
Aug 15, 2025 • 0 new comments -
HTTPSever.handle_request not respecting timeout as documented between first and second request
#102156 commented on
Aug 15, 2025 • 0 new comments -
Incorrect exit status of an already waited process in subprocess.Popen
#96863 commented on
Aug 15, 2025 • 0 new comments -
[ENH] Support F-contiguous `memoryview`s in `cast`
#91484 commented on
Aug 15, 2025 • 0 new comments -
Make the JIT thread-safe
#133171 commented on
Aug 15, 2025 • 0 new comments -
Clarify documentation of positional-only default values
#67926 commented on
Aug 15, 2025 • 0 new comments -
`asyncio.Timeout.__aexit__` does not handle `BaseExceptionGroup`
#137549 commented on
Aug 15, 2025 • 0 new comments -
[3.14] Parser stack overflow on `musllinux` `x86_64`
#137231 commented on
Aug 15, 2025 • 0 new comments -
Unloading docstrings from memory if -OO is given
#63732 commented on
Aug 15, 2025 • 0 new comments -
UTF-8 encoding not enforced
#64141 commented on
Aug 15, 2025 • 0 new comments -
Disabling logging to ~/.python_history is not simple enough
#65085 commented on
Aug 15, 2025 • 0 new comments -
File mode wb+ appears as rb+
#69528 commented on
Aug 15, 2025 • 0 new comments -
`_pydatetime` rejects `ZoneInfo` as tzinfo yet C datetime accepts
#137754 commented on
Aug 15, 2025 • 0 new comments -
Add tests for command-line interface
#131178 commented on
Aug 15, 2025 • 0 new comments -
Windows virtual environment does not work correctly under WSL
#124139 commented on
Aug 15, 2025 • 0 new comments -
Docs: remove Program Framework chapter
#137777 commented on
Aug 15, 2025 • 0 new comments -
Shouldn't `set_intersection` use `_PyObject_HashFast()`?
#137759 commented on
Aug 15, 2025 • 0 new comments -
asm_trampoline.S misses branch protection flags for x86_64 and aarch64
#128605 commented on
Aug 15, 2025 • 0 new comments -
datetime fold value cleanup on increment
#137752 commented on
Aug 15, 2025 • 0 new comments -
Allow ABCMeta in PyType_FromMetaclass
#137770 commented on
Aug 15, 2025 • 0 new comments -
What's New in Python 3.14 (copyediting)
#123299 commented on
Aug 15, 2025 • 0 new comments -
Please document the exact changes you made in how reference counting changed for 3.14 internally for C-API developers
#137791 commented on
Aug 15, 2025 • 0 new comments -
use argument clinic for more socket functions
#135748 commented on
Aug 15, 2025 • 0 new comments -
Convert faulthandler extension to Argument Clinic
#137725 commented on
Aug 15, 2025 • 0 new comments -
`order` parameter name of the `PyBuffer_FromContiguous`
#137696 commented on
Aug 15, 2025 • 0 new comments