About the Ideas category
|
|
9
|
4297
|
October 31, 2024
|
Deprecate str % format operator
|
|
58
|
1228
|
April 18, 2025
|
Simplify slicing
|
|
11
|
218
|
April 18, 2025
|
Argparse: Allow combining `type` and `choices`
|
|
5
|
136
|
April 18, 2025
|
Buffer protocol and arbitrary (data) types
|
|
17
|
2342
|
April 17, 2025
|
'insert', 'swap', 'get_by_index' for `OrderedDict`
|
|
24
|
1536
|
April 17, 2025
|
Debug keyword to allow debug code to be nooped
|
|
5
|
142
|
April 17, 2025
|
Memoizing based on `id(.)` to avoid implementing and computing ` __hash__` method
|
|
8
|
425
|
April 17, 2025
|
Better PyREPL history file format?
|
|
7
|
312
|
April 16, 2025
|
Snargs : triple-star packing/unpacking of self-named arguments (and alternative to PEP 736)
|
|
47
|
948
|
April 16, 2025
|
An extension for argparse - class based API
|
|
6
|
278
|
April 16, 2025
|
Optional strict mode for @runtime_checkable
|
|
5
|
151
|
April 15, 2025
|
On the case of single-line match statements
|
|
9
|
686
|
April 15, 2025
|
Standardized shebang for PEP 723 script runner
|
|
5
|
461
|
April 15, 2025
|
Ipaddress: Deprecate network_address + broadcast_address from IPv6Networks, add subnet_router_anycast and terminology cleanups
|
|
8
|
224
|
April 14, 2025
|
Add `os.path.home`
|
|
4
|
320
|
April 14, 2025
|
Frozenset literals and comprehensions
|
|
10
|
352
|
April 14, 2025
|
Proposal: Syntactic Sugar for global import, global def, and global x = ... Declarations
|
|
20
|
554
|
April 14, 2025
|
Introduce Partial for TypedDict
|
|
65
|
6157
|
April 13, 2025
|
Generic Mapper in python
|
|
4
|
320
|
April 12, 2025
|
Suggestion: Improve `urlencode()` handling of boolean values
|
|
4
|
188
|
April 9, 2025
|
Interface type for OOP in python
|
|
6
|
317
|
April 9, 2025
|
Displaying parsing errors
|
|
1
|
116
|
April 9, 2025
|
Try With Resources — Elegant Handling of Exceptions In Context Managers
|
|
8
|
381
|
April 8, 2025
|
Conventional import name specification
|
|
33
|
709
|
April 8, 2025
|
Separating virtualenvs for subinterpreters within a single Python process
|
|
8
|
337
|
April 7, 2025
|
queue.Queue.join() usability: wait for current tasks only
|
|
2
|
140
|
April 7, 2025
|
Graceful exit from ThreadPoolExecutor when blocked on IO - problem and possible enhancement
|
|
11
|
603
|
April 6, 2025
|
Refactoring the difflib
|
|
9
|
452
|
April 6, 2025
|
Implement `precision` format spec for `int` type data
|
|
27
|
922
|
April 5, 2025
|