|
Dict constant folding, new frozendict type
|
|
17
|
1057
|
July 5, 2026
|
|
A lightweight cooperative timeout mechanism for synchronous code `with timeout(seconds):`
|
|
29
|
1189
|
July 2, 2026
|
|
Pluggable cyclic GC strategy hook for CPython experiments and embedders
|
|
3
|
192
|
July 2, 2026
|
|
Redesign "traceback.format_exception_only"
|
|
0
|
136
|
July 1, 2026
|
|
An `@experimental` decorator for the standard library
|
|
4
|
713
|
July 1, 2026
|
|
The itertools.chain.from_iterable and itertools.chain should include a note referring to PEP 798 alternatives
|
|
3
|
404
|
June 27, 2026
|
|
Possibility to exclude ranges from range
|
|
49
|
1035
|
June 27, 2026
|
|
Make `os._walk_symlinks_as_files` public
|
|
3
|
402
|
June 27, 2026
|
|
Introduce the two-argument form of `iter` to `aiter`
|
|
3
|
406
|
June 26, 2026
|
|
Beginner friendly error messages for missing self: "TypeError: A.lol() takes 1 positional argument but 2 were given"
|
|
29
|
1363
|
June 26, 2026
|
|
Run "__main__.py" with relative import directly in IDLE
|
|
0
|
128
|
June 26, 2026
|
|
Improve IDLE usability with optional ↑/↓ command history navigation
|
|
2
|
273
|
June 24, 2026
|
|
Making `combinations`, `combinations_with_replacement` and `permutations` indexable
|
|
3
|
285
|
June 24, 2026
|
|
Add an opt-in timeout parameter to re to mitigate catastrophic backtracking
|
|
34
|
1071
|
June 23, 2026
|
|
An alternative to Annotated
|
|
34
|
4147
|
June 23, 2026
|
|
Sampling mode for tracemalloc
|
|
4
|
477
|
June 23, 2026
|
|
Faster (lazier) dataclasses
|
|
17
|
1071
|
June 22, 2026
|
|
Proposal: Retaining Inline Comments (#) in AST via Module.comments
|
|
2
|
255
|
June 22, 2026
|
|
Add a command-line interface to the secrets module
|
|
23
|
884
|
June 19, 2026
|
|
Unittest: ignore test cases that are also ABC
|
|
26
|
1460
|
June 17, 2026
|
|
Add json.ExtendedEncoder to the standard library for common types (datetime, UUID, Decimal, set)
|
|
39
|
1317
|
June 16, 2026
|
|
Adding level control to pretty-print in json
|
|
15
|
889
|
June 16, 2026
|
|
Could the reduce protocol offer a self-describing "irreducible" signal, instead of consumers maintaining a hardcoded atomic-type table?
|
|
7
|
374
|
June 14, 2026
|
|
Fcntl module: Provide equivalents to linux' asm-generic/ioctl.h macros for ioctl's ioc argument
|
|
0
|
113
|
June 14, 2026
|
|
Add --env-file flag to the Python CLI
|
|
29
|
942
|
June 11, 2026
|
|
Raise an error when entering an AsyncExitStack without a context?
|
|
15
|
498
|
June 11, 2026
|
|
Improve SyntaxError message for `match`
|
|
8
|
420
|
June 9, 2026
|
|
Add appendright() and popright() aliases to collections.deque
|
|
9
|
491
|
June 8, 2026
|
|
Don’t allow empty regex pattern
|
|
23
|
895
|
June 7, 2026
|
|
Add a process-exit callback to subprocess.Popen
|
|
8
|
350
|
June 6, 2026
|