|
Argparse: Add `subnamespace` flag to allow nested `Namespace`s
|
|
3
|
492
|
June 5, 2026
|
|
Add a mixin class to allow module constants with custom repr and docstrings
|
|
26
|
767
|
June 5, 2026
|
|
Add 'half turns' functions (cospi et al) to math module following C23 & IEEE754-2019
|
|
22
|
1082
|
June 5, 2026
|
|
Getting generator return values with natural for loop syntax
|
|
29
|
4506
|
June 4, 2026
|
|
I made some improvement for IDLE, can I contribute to idlelib library in Python project? #
|
|
9
|
1320
|
June 3, 2026
|
|
Division with different rounding
|
|
5
|
462
|
June 2, 2026
|
|
Better error messages when using operators on `super()` objects
|
|
0
|
184
|
June 2, 2026
|
|
Greater sanitizer support in CI?
|
|
5
|
644
|
June 1, 2026
|
|
Integer ceiling divide
|
|
32
|
2329
|
June 1, 2026
|
|
Basic Syntax Layer and Syntax Transformation
|
|
11
|
959
|
June 1, 2026
|
|
None-coalescing operator and null‑coalescing assignment
|
|
64
|
1735
|
May 31, 2026
|
|
Standardized Reflection Objects for Python Callables
|
|
2
|
306
|
May 31, 2026
|
|
More detailed wheel tags on Windows platform regarding MSVC / MinGW differences
|
|
12
|
293
|
May 30, 2026
|
|
Adding a method caching decorator to functools
|
|
50
|
2146
|
May 29, 2026
|
|
Adding Median Absolute Deviation (MAD) to statistics
|
|
4
|
348
|
May 29, 2026
|
|
Allow FrameType to be instantiated
|
|
11
|
583
|
May 28, 2026
|
|
Adding support for a subset of ISO 8601 durations in the `datetime` module
|
|
14
|
667
|
May 26, 2026
|
|
Alternative Syntax for Attribute Access
|
|
18
|
1719
|
May 26, 2026
|
|
Per-file default print settings
|
|
10
|
500
|
May 25, 2026
|
|
Add a High-Level Frame Hook API to CPython
|
|
9
|
1067
|
May 25, 2026
|
|
Expose special method lookup at Python level
|
|
13
|
1072
|
May 24, 2026
|
|
Generalized ptr_wise_atomic_{memmove,memcpy} as part of public API
|
|
7
|
353
|
May 24, 2026
|
|
Add decorator for script entry point
|
|
62
|
1676
|
July 21, 2026
|
|
Add symmetric difference to collections.Counter
|
|
13
|
934
|
May 22, 2026
|
|
Faster float-to-string conversions
|
|
15
|
1065
|
May 22, 2026
|
|
`raise` as a function
|
|
20
|
1659
|
May 21, 2026
|
|
Pre-PEP discussion: typing.tool + inspect.tool_schema(), close the Zod gap for Python agent dev
|
|
7
|
520
|
May 20, 2026
|
|
Encode `str` (utf-8 uncodeobject) without a copy
|
|
4
|
603
|
May 18, 2026
|
|
Pidfd_getfd() syscall
|
|
2
|
291
|
May 18, 2026
|
|
Security and usability improvement for webbrowser.open() on macOS: Replace osascript with /usr/bin/open
|
|
9
|
608
|
May 16, 2026
|