|
Proposal for adding flatten to itertools
|
|
31
|
1006
|
July 12, 2026
|
|
Name-Matched shorthand for dict literals and function calls
|
|
16
|
454
|
July 8, 2026
|
|
PyREPL: Add ctrl+up/down for multiline history retrieving
|
|
13
|
694
|
July 6, 2026
|
|
Deprecate "C function acts like static method when accessed on class" behaviour?
|
|
7
|
341
|
July 6, 2026
|
|
Bind `frozendict` with new unpacking syntax?
|
|
8
|
352
|
July 5, 2026
|
|
Modernizing the ctypes API or Providing an alternative
|
|
1
|
237
|
July 5, 2026
|
|
Dict constant folding, new frozendict type
|
|
17
|
1069
|
July 5, 2026
|
|
A lightweight cooperative timeout mechanism for synchronous code `with timeout(seconds):`
|
|
29
|
1220
|
July 2, 2026
|
|
Pluggable cyclic GC strategy hook for CPython experiments and embedders
|
|
3
|
199
|
July 2, 2026
|
|
Redesign "traceback.format_exception_only"
|
|
0
|
139
|
July 1, 2026
|
|
An `@experimental` decorator for the standard library
|
|
4
|
721
|
July 1, 2026
|
|
The itertools.chain.from_iterable and itertools.chain should include a note referring to PEP 798 alternatives
|
|
3
|
410
|
June 27, 2026
|
|
Possibility to exclude ranges from range
|
|
49
|
1086
|
June 27, 2026
|
|
Make `os._walk_symlinks_as_files` public
|
|
3
|
408
|
June 27, 2026
|
|
Introduce the two-argument form of `iter` to `aiter`
|
|
3
|
412
|
June 26, 2026
|
|
Beginner friendly error messages for missing self: "TypeError: A.lol() takes 1 positional argument but 2 were given"
|
|
29
|
1395
|
June 26, 2026
|
|
Run "__main__.py" with relative import directly in IDLE
|
|
0
|
130
|
June 26, 2026
|
|
Improve IDLE usability with optional ↑/↓ command history navigation
|
|
2
|
277
|
June 24, 2026
|
|
Making `combinations`, `combinations_with_replacement` and `permutations` indexable
|
|
3
|
294
|
June 24, 2026
|
|
Add an opt-in timeout parameter to re to mitigate catastrophic backtracking
|
|
34
|
1114
|
June 23, 2026
|
|
An alternative to Annotated
|
|
34
|
4177
|
June 23, 2026
|
|
Sampling mode for tracemalloc
|
|
4
|
484
|
June 23, 2026
|
|
Faster (lazier) dataclasses
|
|
17
|
1095
|
June 22, 2026
|
|
Proposal: Retaining Inline Comments (#) in AST via Module.comments
|
|
2
|
263
|
June 22, 2026
|
|
Add a command-line interface to the secrets module
|
|
23
|
911
|
June 19, 2026
|
|
Unittest: ignore test cases that are also ABC
|
|
26
|
1484
|
June 17, 2026
|
|
Add json.ExtendedEncoder to the standard library for common types (datetime, UUID, Decimal, set)
|
|
39
|
1354
|
June 16, 2026
|
|
Adding level control to pretty-print in json
|
|
15
|
909
|
June 16, 2026
|
|
Could the reduce protocol offer a self-describing "irreducible" signal, instead of consumers maintaining a hardcoded atomic-type table?
|
|
7
|
383
|
June 14, 2026
|
|
Fcntl module: Provide equivalents to linux' asm-generic/ioctl.h macros for ioctl's ioc argument
|
|
0
|
116
|
June 14, 2026
|