|
About the Ideas category
|
|
5
|
4879
|
October 31, 2024
|
|
Adding the `is in` and `is not in` boolean operators: membership by `id()`
|
|
6
|
109
|
March 8, 2026
|
|
Supporting 'yield from' in asynchronous generators
|
|
6
|
121
|
March 8, 2026
|
|
Lets make λ as alternative keyword for lambda
|
|
34
|
9144
|
March 8, 2026
|
|
__decorators__ / functools.idempotent
|
|
25
|
482
|
March 7, 2026
|
|
Add __reversed__ Support, proper __repr__ for _collections_abc.KeysView
|
|
7
|
242
|
March 7, 2026
|
|
Introduce Py_TPFLAGS_CUSTOMCHSLOT
|
|
1
|
103
|
March 7, 2026
|
|
Ability to catch sqlite3 error log
|
|
12
|
1524
|
March 6, 2026
|
|
Add a new way to get the list of subclasses of a type
|
|
5
|
278
|
March 6, 2026
|
|
Algorithmic complexity of difflib
|
|
97
|
1225
|
March 6, 2026
|
|
Standard path in wheels for completion scripts and manpages
|
|
9
|
152
|
March 5, 2026
|
|
Suggest to add python debug / debugging symbols install for the new Python Install Manager (PIM) for Windows
|
|
1
|
225
|
March 4, 2026
|
|
Proposal for two new typing constructs: `MemberNames[T]` and `MemberTypes[T]`
|
|
12
|
335
|
March 3, 2026
|
|
Should CPython intern all constant strings automatically?
|
|
3
|
276
|
March 2, 2026
|
|
Syntax highlighting for dis module
|
|
18
|
792
|
March 1, 2026
|
|
Autoindentation and realtime formal syntax check
|
|
3
|
224
|
March 1, 2026
|
|
Adopt proven anyio/Trio patterns natively into asyncio (multi-release roadmap)
|
|
11
|
857
|
March 1, 2026
|
|
Connecting Asyncio and Tkinter event loops?
|
|
36
|
8340
|
February 28, 2026
|
|
Rename, alias, and deprecate timedelta part attributes
|
|
24
|
1220
|
February 28, 2026
|
|
Allow to set process specific defaults for `open(..., newline=, encoding=, ...)`
|
|
9
|
386
|
February 27, 2026
|
|
Add `array_hook` to Json-decoder options
|
|
0
|
117
|
February 27, 2026
|
|
Expose special method lookup at Python level
|
|
11
|
602
|
February 23, 2026
|
|
_lru_cache_wrapper should be optimized for argument-less functions
|
|
8
|
435
|
February 23, 2026
|
|
Memory-Efficient Dictionary via Elastic Hashing (Achieving 40%+ RAM savings at high load factors)
|
|
23
|
868
|
February 20, 2026
|
|
Improvement on current `difflib.SequenceMatcher` algorithm
|
|
0
|
145
|
February 19, 2026
|
|
Try With Resources — Elegant Handling of Exceptions In Context Managers
|
|
10
|
2405
|
February 19, 2026
|
|
`seqtools` (`alglib` / `seqlib`)
|
|
27
|
1112
|
February 18, 2026
|
|
Add Virtual Threads to Python
|
|
252
|
17453
|
February 18, 2026
|
|
C API: `PyArg_Parse` to a C `bool` (`<stdbool.h>`)
|
|
8
|
212
|
February 18, 2026
|
|
Exponentiating functions implements nested calls
|
|
10
|
207
|
February 17, 2026
|