|
Sampling mode for tracemalloc
|
|
4
|
471
|
June 23, 2026
|
|
Faster (lazier) dataclasses
|
|
17
|
1048
|
June 22, 2026
|
|
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
|
1456
|
June 17, 2026
|
|
Add json.ExtendedEncoder to the standard library for common types (datetime, UUID, Decimal, set)
|
|
39
|
1273
|
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
|
871
|
June 7, 2026
|
|
Add a process-exit callback to subprocess.Popen
|
|
8
|
338
|
June 6, 2026
|
|
Argparse: Add `subnamespace` flag to allow nested `Namespace`s
|
|
3
|
496
|
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
|
4535
|
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
|
2366
|
June 1, 2026
|
|
Basic Syntax Layer and Syntax Transformation
|
|
11
|
962
|
June 1, 2026
|
|
None-coalescing operator and null‑coalescing assignment
|
|
64
|
1761
|
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
|
2167
|
May 29, 2026
|
|
Adding Median Absolute Deviation (MAD) to statistics
|
|
4
|
356
|
May 29, 2026
|