|
Making Python networking competitive with Go using work-stealing
|
|
2
|
638
|
July 27, 2026
|
|
Nicer APIs for urllib.request
|
|
0
|
260
|
July 26, 2026
|
|
Binding a new variable automatically in match-case should be explicit
|
|
10
|
783
|
July 25, 2026
|
|
Make `class` a soft keyword
|
|
37
|
2080
|
July 23, 2026
|
|
Markdown and others
|
|
37
|
1774
|
July 22, 2026
|
|
Add option to ignore CRC for bzip2
|
|
8
|
225
|
July 22, 2026
|
|
Pattern matching on constants that aren't in a namespace (especially sentinels)
|
|
69
|
2468
|
July 22, 2026
|
|
Get total live bytes across CPython's allocators
|
|
2
|
287
|
July 21, 2026
|
|
Sorted data structure in the stdlib?
|
|
44
|
2125
|
July 20, 2026
|
|
Proposal: add `@typing.format_specifiers(...)`
|
|
5
|
404
|
July 19, 2026
|
|
Adding a GatheringTaskGroup
|
|
3
|
234
|
July 17, 2026
|
|
`__serialize__`: Arguing with myself
|
|
13
|
372
|
July 16, 2026
|
|
Indexing, formatting, sorting
|
|
21
|
899
|
July 16, 2026
|
|
Hide some repeat exceptions in printing ExceptionGroup
|
|
0
|
105
|
July 16, 2026
|
|
Adding vi mode to pyrepl
|
|
18
|
1197
|
July 15, 2026
|
|
Expose file size, mode, etc from `pathlib.Path.info`
|
|
28
|
1744
|
July 14, 2026
|
|
Can the bytecode optimization code be farmed out to LLVM?
|
|
3
|
363
|
July 13, 2026
|
|
Proposal for adding flatten to itertools
|
|
31
|
1044
|
July 12, 2026
|
|
Name-Matched shorthand for dict literals and function calls
|
|
16
|
465
|
July 8, 2026
|
|
PyREPL: Add ctrl+up/down for multiline history retrieving
|
|
13
|
713
|
July 6, 2026
|
|
Deprecate "C function acts like static method when accessed on class" behaviour?
|
|
7
|
359
|
July 6, 2026
|
|
Bind `frozendict` with new unpacking syntax?
|
|
8
|
360
|
July 5, 2026
|
|
Modernizing the ctypes API or Providing an alternative
|
|
1
|
253
|
July 5, 2026
|
|
Dict constant folding, new frozendict type
|
|
17
|
1087
|
July 5, 2026
|
|
A lightweight cooperative timeout mechanism for synchronous code `with timeout(seconds):`
|
|
29
|
1240
|
July 2, 2026
|
|
Pluggable cyclic GC strategy hook for CPython experiments and embedders
|
|
3
|
211
|
July 2, 2026
|
|
Redesign "traceback.format_exception_only"
|
|
0
|
145
|
July 1, 2026
|
|
An `@experimental` decorator for the standard library
|
|
4
|
735
|
July 1, 2026
|
|
The itertools.chain.from_iterable and itertools.chain should include a note referring to PEP 798 alternatives
|
|
3
|
423
|
June 27, 2026
|
|
Possibility to exclude ranges from range
|
|
49
|
1111
|
June 27, 2026
|