|
Introduce the two-argument form of `iter` to `aiter`
|
|
4
|
585
|
August 23, 2026
|
|
Proposal: int.from_bytes and int.to_bytes, but for buffers
|
|
4
|
378
|
August 22, 2026
|
|
Expose PROC_THREAD_ATTRIBUTE_JOB_LIST through subprocess on Windows
|
|
0
|
105
|
August 21, 2026
|
|
Typing feature to statically get all subclasses of class
|
|
6
|
276
|
August 20, 2026
|
|
`frozendict` and `MappingProxyType`s as object-level `__dict__` values
|
|
4
|
262
|
August 20, 2026
|
|
`frozenset` and `frozendict` comprehensions
|
|
76
|
4158
|
August 20, 2026
|
|
IDLE proposal: Optional background shading for indentation levels
|
|
5
|
384
|
August 17, 2026
|
|
Add a list.swap_values method
|
|
15
|
602
|
August 17, 2026
|
|
Add parameter `validator` to `argparse.ArgumentParser.add_argument` or enhance `argparse` docs
|
|
6
|
265
|
August 15, 2026
|
|
Query multiple dictionary keys
|
|
21
|
920
|
August 15, 2026
|
|
Change `random.choice()` parameter from `Sequence` to `Collection`
|
|
9
|
745
|
August 14, 2026
|
|
Proposal: Add a `limit` parameter to `enumerate()`
|
|
17
|
837
|
August 14, 2026
|
|
reprlib.Repr should have a sort_dicts parameter
|
|
1
|
238
|
August 14, 2026
|
|
Explicit post-order hooks for ast.NodeTransformer
|
|
1
|
131
|
August 14, 2026
|
|
Use frozendict as type and module namespace (dictionary)
|
|
20
|
1305
|
August 13, 2026
|
|
From __future__ import annotations_compat as a migration bridge
|
|
3
|
383
|
August 12, 2026
|
|
Export Statement for DRY Re-exports
|
|
22
|
1078
|
August 12, 2026
|
|
The comment block for Python
|
|
37
|
1622
|
August 12, 2026
|
|
Machine-readable Specification for Deprecated and Removed APIs of CPython
|
|
35
|
1647
|
August 12, 2026
|
|
`--debug` flag to pause and print PID for use in debuggers, profilers, etc
|
|
3
|
180
|
August 12, 2026
|
|
Add `getprotobynumber` to the `socket` module
|
|
7
|
374
|
August 10, 2026
|
|
New splat import proposal
|
|
2
|
324
|
August 10, 2026
|
|
Tachyon gecko output: 1 row per thread, process or asyncio task
|
|
2
|
251
|
August 10, 2026
|
|
Mutable, bit addressable, integers
|
|
31
|
1337
|
August 9, 2026
|
|
Improve FileNotFoundError by adding a note that includes the current directory
|
|
27
|
1308
|
August 9, 2026
|
|
Algorithmic complexity of difflib
|
|
136
|
3340
|
August 8, 2026
|
|
Module descriptor
|
|
3
|
297
|
August 7, 2026
|
|
Can we make asyncio event.wait with timeout atomic?
|
|
3
|
376
|
August 7, 2026
|
|
Introduce type keyword for type only imports
|
|
16
|
1448
|
August 6, 2026
|
|
A clamp function inside math to put an interval
|
|
31
|
2073
|
August 6, 2026
|