|
Add asyncio.sleep_forever() in some form
|
|
14
|
867
|
April 1, 2026
|
|
Proposal to Add an Optional Inclusive Parameter to Python’s range() Function
|
|
2
|
221
|
April 1, 2026
|
|
Str.split: allow grouping separators under an optional parameter
|
|
4
|
379
|
March 30, 2026
|
|
Support Forward Declarations
|
|
40
|
1582
|
March 29, 2026
|
|
Adding vi mode to pyrepl
|
|
15
|
794
|
March 28, 2026
|
|
Should `collections.abc.MutableMapping` implement `__ior__` as a mixin?
|
|
10
|
405
|
March 27, 2026
|
|
Add a module for monitoring GC statistics
|
|
0
|
204
|
March 26, 2026
|
|
Add `array_hook` to Json-decoder options
|
|
3
|
303
|
March 26, 2026
|
|
Cross-language method suggestions for AttributeError
|
|
15
|
655
|
March 25, 2026
|
|
Add alternatives to TypeIs for user-defined assertions
|
|
3
|
297
|
March 25, 2026
|
|
Lshaz: possible useful tool for development?
|
|
0
|
202
|
March 23, 2026
|
|
Improve IDLE usability with optional ↑/↓ command history navigation
|
|
0
|
135
|
March 23, 2026
|
|
Algorithmic complexity of difflib
|
|
132
|
2260
|
March 21, 2026
|
|
Memory-Efficient Dictionary via Elastic Hashing (Achieving 40%+ RAM savings at high load factors)
|
|
26
|
1516
|
March 21, 2026
|
|
Proposal for two new typing constructs: `MemberNames[T]` and `MemberTypes[T]`
|
|
19
|
750
|
March 21, 2026
|
|
Simple https client in standard library
|
|
31
|
1799
|
March 20, 2026
|
|
Consideration of `pureread()`, `purewrite()`, `purefunc()` builtins
|
|
56
|
1282
|
March 19, 2026
|
|
Sorting case-sensitively and alphabetically argparse's help output by POSIX style options
|
|
3
|
273
|
March 19, 2026
|
|
Add a `Format.DEFERRED` option for PEP-649/749 annotations
|
|
6
|
633
|
March 18, 2026
|
|
`range()` with optional inclusive `stop`
|
|
23
|
916
|
March 17, 2026
|
|
Add a list.fastremove method
|
|
19
|
1028
|
March 15, 2026
|
|
Add __reversed__ Support, proper __repr__ for _collections_abc.KeysView
|
|
9
|
452
|
March 11, 2026
|
|
Proposal: Optional Explicit covariance/contravariance for PEP 695
|
|
18
|
1505
|
March 10, 2026
|
|
`__assignment_to_self__`, `__meta__` dunders, `meta()` magic-method, `pureread()`, `purewrite()`, `purefunc()` builtins
|
|
12
|
315
|
March 10, 2026
|
|
Consideration of __meta__` dunder, `meta()` magic-method
|
|
0
|
162
|
March 9, 2026
|
|
Supporting 'yield from' in asynchronous generators
|
|
9
|
506
|
March 9, 2026
|
|
Adding the `is in` and `is not in` boolean operators: membership by `id()`
|
|
7
|
435
|
March 8, 2026
|
|
Lets make λ as alternative keyword for lambda
|
|
35
|
9645
|
March 13, 2026
|
|
__decorators__ / functools.idempotent
|
|
25
|
740
|
March 7, 2026
|
|
Introduce Py_TPFLAGS_CUSTOMCHSLOT
|
|
1
|
151
|
March 7, 2026
|