|
Allow default as kwarg in dict.get()
|
|
3
|
305
|
April 5, 2026
|
|
_lru_cache_wrapper should be optimized for argument-less functions
|
|
19
|
711
|
April 5, 2026
|
|
Introduce macro `Py_NOEXCEPT`
|
|
2
|
191
|
April 4, 2026
|
|
Cheatsheet in python help (especially for number formatting specification language)
|
|
0
|
121
|
April 3, 2026
|
|
Simplified Dynamic Import API
|
|
4
|
235
|
April 2, 2026
|
|
Adding level control to pretty-print in json
|
|
13
|
628
|
April 1, 2026
|
|
Add bfloat16 support to struct
|
|
68
|
1326
|
April 1, 2026
|
|
Add asyncio.sleep_forever() in some form
|
|
14
|
874
|
April 1, 2026
|
|
Proposal to Add an Optional Inclusive Parameter to Python’s range() Function
|
|
2
|
230
|
April 1, 2026
|
|
Str.split: allow grouping separators under an optional parameter
|
|
4
|
382
|
March 30, 2026
|
|
Support Forward Declarations
|
|
40
|
1601
|
March 29, 2026
|
|
Adding vi mode to pyrepl
|
|
15
|
809
|
March 28, 2026
|
|
Should `collections.abc.MutableMapping` implement `__ior__` as a mixin?
|
|
10
|
408
|
March 27, 2026
|
|
Add a module for monitoring GC statistics
|
|
0
|
208
|
March 26, 2026
|
|
Add `array_hook` to Json-decoder options
|
|
3
|
311
|
March 26, 2026
|
|
Cross-language method suggestions for AttributeError
|
|
15
|
695
|
March 25, 2026
|
|
Add alternatives to TypeIs for user-defined assertions
|
|
3
|
311
|
March 25, 2026
|
|
Lshaz: possible useful tool for development?
|
|
0
|
203
|
March 23, 2026
|
|
Improve IDLE usability with optional ↑/↓ command history navigation
|
|
0
|
139
|
March 23, 2026
|
|
Algorithmic complexity of difflib
|
|
132
|
2281
|
March 21, 2026
|
|
Memory-Efficient Dictionary via Elastic Hashing (Achieving 40%+ RAM savings at high load factors)
|
|
26
|
1528
|
March 21, 2026
|
|
Proposal for two new typing constructs: `MemberNames[T]` and `MemberTypes[T]`
|
|
19
|
764
|
March 21, 2026
|
|
Simple https client in standard library
|
|
31
|
1810
|
March 20, 2026
|
|
Consideration of `pureread()`, `purewrite()`, `purefunc()` builtins
|
|
56
|
1304
|
March 19, 2026
|
|
Sorting case-sensitively and alphabetically argparse's help output by POSIX style options
|
|
3
|
275
|
March 19, 2026
|
|
Add a `Format.DEFERRED` option for PEP-649/749 annotations
|
|
6
|
638
|
March 18, 2026
|
|
`range()` with optional inclusive `stop`
|
|
23
|
934
|
March 17, 2026
|
|
Add a list.fastremove method
|
|
19
|
1035
|
March 15, 2026
|
|
Add __reversed__ Support, proper __repr__ for _collections_abc.KeysView
|
|
9
|
457
|
March 11, 2026
|
|
Proposal: Optional Explicit covariance/contravariance for PEP 695
|
|
18
|
1509
|
March 10, 2026
|