|
Adding a GatheringTaskGroup
|
|
3
|
229
|
July 17, 2026
|
|
`__serialize__`: Arguing with myself
|
|
13
|
361
|
July 16, 2026
|
|
Indexing, formatting, sorting
|
|
21
|
888
|
July 16, 2026
|
|
Hide some repeat exceptions in printing ExceptionGroup
|
|
0
|
102
|
July 16, 2026
|
|
Adding vi mode to pyrepl
|
|
18
|
1185
|
July 15, 2026
|
|
Expose file size, mode, etc from `pathlib.Path.info`
|
|
28
|
1733
|
July 14, 2026
|
|
Can the bytecode optimization code be farmed out to LLVM?
|
|
3
|
359
|
July 13, 2026
|
|
Proposal for adding flatten to itertools
|
|
31
|
1023
|
July 12, 2026
|
|
Name-Matched shorthand for dict literals and function calls
|
|
16
|
460
|
July 8, 2026
|
|
PyREPL: Add ctrl+up/down for multiline history retrieving
|
|
13
|
702
|
July 6, 2026
|
|
Deprecate "C function acts like static method when accessed on class" behaviour?
|
|
7
|
345
|
July 6, 2026
|
|
Bind `frozendict` with new unpacking syntax?
|
|
8
|
354
|
July 5, 2026
|
|
Modernizing the ctypes API or Providing an alternative
|
|
1
|
244
|
July 5, 2026
|
|
Dict constant folding, new frozendict type
|
|
17
|
1070
|
July 5, 2026
|
|
A lightweight cooperative timeout mechanism for synchronous code `with timeout(seconds):`
|
|
29
|
1226
|
July 2, 2026
|
|
Pluggable cyclic GC strategy hook for CPython experiments and embedders
|
|
3
|
204
|
July 2, 2026
|
|
Redesign "traceback.format_exception_only"
|
|
0
|
141
|
July 1, 2026
|
|
An `@experimental` decorator for the standard library
|
|
4
|
727
|
July 1, 2026
|
|
The itertools.chain.from_iterable and itertools.chain should include a note referring to PEP 798 alternatives
|
|
3
|
412
|
June 27, 2026
|
|
Possibility to exclude ranges from range
|
|
49
|
1092
|
June 27, 2026
|
|
Make `os._walk_symlinks_as_files` public
|
|
3
|
409
|
June 27, 2026
|
|
Introduce the two-argument form of `iter` to `aiter`
|
|
3
|
413
|
June 26, 2026
|
|
Beginner friendly error messages for missing self: "TypeError: A.lol() takes 1 positional argument but 2 were given"
|
|
29
|
1398
|
June 26, 2026
|
|
Run "__main__.py" with relative import directly in IDLE
|
|
0
|
131
|
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
|
296
|
June 24, 2026
|
|
Add an opt-in timeout parameter to re to mitigate catastrophic backtracking
|
|
34
|
1122
|
June 23, 2026
|
|
An alternative to Annotated
|
|
34
|
4182
|
June 23, 2026
|
|
Sampling mode for tracemalloc
|
|
4
|
487
|
June 23, 2026
|
|
Faster (lazier) dataclasses
|
|
17
|
1107
|
June 22, 2026
|