|
Proposal: Retaining Inline Comments (#) in AST via Module.comments
|
|
2
|
249
|
June 22, 2026
|
|
Add a command-line interface to the secrets module
|
|
23
|
858
|
June 19, 2026
|
|
Unittest: ignore test cases that are also ABC
|
|
26
|
1455
|
June 17, 2026
|
|
Add json.ExtendedEncoder to the standard library for common types (datetime, UUID, Decimal, set)
|
|
39
|
1271
|
June 16, 2026
|
|
Adding level control to pretty-print in json
|
|
15
|
885
|
June 16, 2026
|
|
Could the reduce protocol offer a self-describing "irreducible" signal, instead of consumers maintaining a hardcoded atomic-type table?
|
|
7
|
364
|
June 14, 2026
|
|
Fcntl module: Provide equivalents to linux' asm-generic/ioctl.h macros for ioctl's ioc argument
|
|
0
|
111
|
June 14, 2026
|
|
Add --env-file flag to the Python CLI
|
|
29
|
912
|
June 11, 2026
|
|
Raise an error when entering an AsyncExitStack without a context?
|
|
15
|
482
|
June 11, 2026
|
|
Improve SyntaxError message for `match`
|
|
8
|
413
|
June 9, 2026
|
|
Add appendright() and popright() aliases to collections.deque
|
|
9
|
480
|
June 8, 2026
|
|
Don’t allow empty regex pattern
|
|
23
|
870
|
June 7, 2026
|
|
Add a process-exit callback to subprocess.Popen
|
|
8
|
336
|
June 6, 2026
|
|
Argparse: Add `subnamespace` flag to allow nested `Namespace`s
|
|
3
|
495
|
June 5, 2026
|
|
Add a mixin class to allow module constants with custom repr and docstrings
|
|
26
|
775
|
June 5, 2026
|
|
Add 'half turns' functions (cospi et al) to math module following C23 & IEEE754-2019
|
|
22
|
1097
|
June 5, 2026
|
|
Getting generator return values with natural for loop syntax
|
|
29
|
4533
|
June 4, 2026
|
|
I made some improvement for IDLE, can I contribute to idlelib library in Python project? #
|
|
9
|
1326
|
June 3, 2026
|
|
Division with different rounding
|
|
5
|
465
|
June 2, 2026
|
|
Better error messages when using operators on `super()` objects
|
|
0
|
187
|
June 2, 2026
|
|
Greater sanitizer support in CI?
|
|
5
|
647
|
June 1, 2026
|
|
Integer ceiling divide
|
|
32
|
2363
|
June 1, 2026
|
|
Basic Syntax Layer and Syntax Transformation
|
|
11
|
962
|
June 1, 2026
|
|
None-coalescing operator and null‑coalescing assignment
|
|
64
|
1757
|
May 31, 2026
|
|
Standardized Reflection Objects for Python Callables
|
|
2
|
307
|
May 31, 2026
|
|
More detailed wheel tags on Windows platform regarding MSVC / MinGW differences
|
|
12
|
296
|
May 30, 2026
|
|
Adding a method caching decorator to functools
|
|
50
|
2164
|
May 29, 2026
|
|
Adding Median Absolute Deviation (MAD) to statistics
|
|
4
|
356
|
May 29, 2026
|
|
Allow FrameType to be instantiated
|
|
11
|
588
|
May 28, 2026
|
|
Adding support for a subset of ISO 8601 durations in the `datetime` module
|
|
14
|
679
|
May 26, 2026
|