|
Hide some repeat exceptions in printing ExceptionGroup
|
|
0
|
92
|
July 16, 2026
|
|
Adding vi mode to pyrepl
|
|
18
|
1147
|
July 15, 2026
|
|
Expose file size, mode, etc from `pathlib.Path.info`
|
|
28
|
1692
|
July 14, 2026
|
|
Can the bytecode optimization code be farmed out to LLVM?
|
|
3
|
337
|
July 13, 2026
|
|
Use frozendict as type and module namespace (dictionary)
|
|
19
|
948
|
July 12, 2026
|
|
Proposal for adding flatten to itertools
|
|
31
|
931
|
July 12, 2026
|
|
Change `random.choice()` parameter from `Sequence` to `Collection`
|
|
4
|
303
|
July 9, 2026
|
|
Name-Matched shorthand for dict literals and function calls
|
|
16
|
420
|
July 8, 2026
|
|
PyREPL: Add ctrl+up/down for multiline history retrieving
|
|
13
|
667
|
July 6, 2026
|
|
Deprecate "C function acts like static method when accessed on class" behaviour?
|
|
7
|
318
|
July 6, 2026
|
|
Bind `frozendict` with new unpacking syntax?
|
|
8
|
328
|
July 5, 2026
|
|
Modernizing the ctypes API or Providing an alternative
|
|
1
|
231
|
July 5, 2026
|
|
Dict constant folding, new frozendict type
|
|
17
|
1050
|
July 5, 2026
|
|
A lightweight cooperative timeout mechanism for synchronous code `with timeout(seconds):`
|
|
29
|
1159
|
July 2, 2026
|
|
Pluggable cyclic GC strategy hook for CPython experiments and embedders
|
|
3
|
191
|
July 2, 2026
|
|
Redesign "traceback.format_exception_only"
|
|
0
|
135
|
July 1, 2026
|
|
An `@experimental` decorator for the standard library
|
|
4
|
708
|
July 1, 2026
|
|
Add a seal_pages flag to gc.freeze() to finish the copy-on-write story
|
|
0
|
147
|
June 30, 2026
|
|
The itertools.chain.from_iterable and itertools.chain should include a note referring to PEP 798 alternatives
|
|
3
|
399
|
June 27, 2026
|
|
Possibility to exclude ranges from range
|
|
49
|
982
|
June 27, 2026
|
|
Make `os._walk_symlinks_as_files` public
|
|
3
|
393
|
June 27, 2026
|
|
Introduce the two-argument form of `iter` to `aiter`
|
|
3
|
397
|
June 26, 2026
|
|
Beginner friendly error messages for missing self: "TypeError: A.lol() takes 1 positional argument but 2 were given"
|
|
29
|
1354
|
June 26, 2026
|
|
Run "__main__.py" with relative import directly in IDLE
|
|
0
|
125
|
June 26, 2026
|
|
Improve IDLE usability with optional ↑/↓ command history navigation
|
|
2
|
268
|
June 24, 2026
|
|
Making `combinations`, `combinations_with_replacement` and `permutations` indexable
|
|
3
|
278
|
June 24, 2026
|
|
Add an opt-in timeout parameter to re to mitigate catastrophic backtracking
|
|
34
|
1032
|
June 23, 2026
|
|
An alternative to Annotated
|
|
34
|
4139
|
June 23, 2026
|
|
Sampling mode for tracemalloc
|
|
4
|
471
|
June 23, 2026
|
|
Faster (lazier) dataclasses
|
|
17
|
1046
|
June 22, 2026
|