|
Possibility to exclude ranges from range
|
|
49
|
1031
|
June 27, 2026
|
|
Make `os._walk_symlinks_as_files` public
|
|
3
|
398
|
June 27, 2026
|
|
Introduce the two-argument form of `iter` to `aiter`
|
|
3
|
404
|
June 26, 2026
|
|
Beginner friendly error messages for missing self: "TypeError: A.lol() takes 1 positional argument but 2 were given"
|
|
29
|
1362
|
June 26, 2026
|
|
Run "__main__.py" with relative import directly in IDLE
|
|
0
|
127
|
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
|
282
|
June 24, 2026
|
|
Add an opt-in timeout parameter to re to mitigate catastrophic backtracking
|
|
34
|
1068
|
June 23, 2026
|
|
An alternative to Annotated
|
|
34
|
4146
|
June 23, 2026
|
|
Sampling mode for tracemalloc
|
|
4
|
477
|
June 23, 2026
|
|
Faster (lazier) dataclasses
|
|
17
|
1066
|
June 22, 2026
|
|
Proposal: Retaining Inline Comments (#) in AST via Module.comments
|
|
2
|
254
|
June 22, 2026
|
|
Add a command-line interface to the secrets module
|
|
23
|
882
|
June 19, 2026
|
|
Unittest: ignore test cases that are also ABC
|
|
26
|
1458
|
June 17, 2026
|
|
Add json.ExtendedEncoder to the standard library for common types (datetime, UUID, Decimal, set)
|
|
39
|
1314
|
June 16, 2026
|
|
Adding level control to pretty-print in json
|
|
15
|
887
|
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
|
941
|
June 11, 2026
|
|
Raise an error when entering an AsyncExitStack without a context?
|
|
15
|
497
|
June 11, 2026
|
|
Improve SyntaxError message for `match`
|
|
8
|
419
|
June 9, 2026
|
|
Add appendright() and popright() aliases to collections.deque
|
|
9
|
489
|
June 8, 2026
|
|
Don’t allow empty regex pattern
|
|
23
|
891
|
June 7, 2026
|
|
Add a process-exit callback to subprocess.Popen
|
|
8
|
347
|
June 6, 2026
|
|
Argparse: Add `subnamespace` flag to allow nested `Namespace`s
|
|
3
|
497
|
June 5, 2026
|
|
Add a mixin class to allow module constants with custom repr and docstrings
|
|
26
|
800
|
June 5, 2026
|
|
Add 'half turns' functions (cospi et al) to math module following C23 & IEEE754-2019
|
|
22
|
1121
|
June 5, 2026
|
|
Getting generator return values with natural for loop syntax
|
|
29
|
4545
|
June 4, 2026
|
|
I made some improvement for IDLE, can I contribute to idlelib library in Python project? #
|
|
9
|
1327
|
June 3, 2026
|
|
Division with different rounding
|
|
5
|
470
|
June 2, 2026
|