|
Adding level control to pretty-print in json
|
|
13
|
612
|
April 1, 2026
|
|
Add bfloat16 support to struct
|
|
68
|
1319
|
April 1, 2026
|
|
Add asyncio.sleep_forever() in some form
|
|
14
|
869
|
April 1, 2026
|
|
Proposal to Add an Optional Inclusive Parameter to Python’s range() Function
|
|
2
|
222
|
April 1, 2026
|
|
Str.split: allow grouping separators under an optional parameter
|
|
4
|
380
|
March 30, 2026
|
|
Support Forward Declarations
|
|
40
|
1586
|
March 29, 2026
|
|
Adding vi mode to pyrepl
|
|
15
|
802
|
March 28, 2026
|
|
Should `collections.abc.MutableMapping` implement `__ior__` as a mixin?
|
|
10
|
406
|
March 27, 2026
|
|
Add a module for monitoring GC statistics
|
|
0
|
205
|
March 26, 2026
|
|
Add `array_hook` to Json-decoder options
|
|
3
|
303
|
March 26, 2026
|
|
Cross-language method suggestions for AttributeError
|
|
15
|
672
|
March 25, 2026
|
|
Add alternatives to TypeIs for user-defined assertions
|
|
3
|
298
|
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
|
2269
|
March 21, 2026
|
|
Memory-Efficient Dictionary via Elastic Hashing (Achieving 40%+ RAM savings at high load factors)
|
|
26
|
1520
|
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
|
1800
|
March 20, 2026
|
|
Consideration of `pureread()`, `purewrite()`, `purefunc()` builtins
|
|
56
|
1284
|
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
|
634
|
March 18, 2026
|
|
`range()` with optional inclusive `stop`
|
|
23
|
917
|
March 17, 2026
|
|
Add a list.fastremove method
|
|
19
|
1028
|
March 15, 2026
|
|
Add __reversed__ Support, proper __repr__ for _collections_abc.KeysView
|
|
9
|
453
|
March 11, 2026
|
|
Proposal: Optional Explicit covariance/contravariance for PEP 695
|
|
18
|
1506
|
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
|
163
|
March 9, 2026
|
|
Supporting 'yield from' in asynchronous generators
|
|
9
|
516
|
March 9, 2026
|
|
Adding the `is in` and `is not in` boolean operators: membership by `id()`
|
|
7
|
437
|
March 8, 2026
|
|
Lets make λ as alternative keyword for lambda
|
|
35
|
9653
|
March 13, 2026
|