|
Consideration of __meta__` dunder, `meta()` magic-method
|
|
0
|
160
|
March 9, 2026
|
|
Supporting 'yield from' in asynchronous generators
|
|
9
|
502
|
March 9, 2026
|
|
Adding the `is in` and `is not in` boolean operators: membership by `id()`
|
|
7
|
421
|
March 8, 2026
|
|
Lets make λ as alternative keyword for lambda
|
|
35
|
9615
|
March 13, 2026
|
|
__decorators__ / functools.idempotent
|
|
25
|
724
|
March 7, 2026
|
|
Introduce Py_TPFLAGS_CUSTOMCHSLOT
|
|
1
|
149
|
March 7, 2026
|
|
Ability to catch sqlite3 error log
|
|
12
|
1608
|
March 6, 2026
|
|
Add a new way to get the list of subclasses of a type
|
|
5
|
352
|
March 6, 2026
|
|
Standard path in wheels for completion scripts and manpages
|
|
9
|
234
|
March 5, 2026
|
|
Suggest to add python debug / debugging symbols install for the new Python Install Manager (PIM) for Windows
|
|
1
|
273
|
March 4, 2026
|
|
Should CPython intern all constant strings automatically?
|
|
3
|
373
|
March 2, 2026
|
|
Autoindentation and realtime formal syntax check
|
|
3
|
259
|
March 1, 2026
|
|
Adopt proven anyio/Trio patterns natively into asyncio (multi-release roadmap)
|
|
11
|
1106
|
March 1, 2026
|
|
Connecting Asyncio and Tkinter event loops?
|
|
36
|
8614
|
February 28, 2026
|
|
Rename, alias, and deprecate timedelta part attributes
|
|
24
|
1360
|
February 28, 2026
|
|
Allow to set process specific defaults for `open(..., newline=, encoding=, ...)`
|
|
9
|
450
|
February 27, 2026
|
|
Improvement on current `difflib.SequenceMatcher` algorithm
|
|
0
|
166
|
February 19, 2026
|
|
Try With Resources — Elegant Handling of Exceptions In Context Managers
|
|
10
|
2683
|
February 19, 2026
|
|
`seqtools` (`alglib` / `seqlib`)
|
|
27
|
1257
|
February 18, 2026
|
|
C API: `PyArg_Parse` to a C `bool` (`<stdbool.h>`)
|
|
8
|
276
|
February 18, 2026
|
|
Exponentiating functions implements nested calls
|
|
10
|
298
|
February 17, 2026
|
|
Add a URL builder class to urllib
|
|
7
|
506
|
February 17, 2026
|
|
Add format zstdzip to shutil.make_archive
|
|
3
|
193
|
February 16, 2026
|
|
Turtle - make it possible to tilt image shape
|
|
2
|
448
|
February 14, 2026
|
|
Include `math.sign`
|
|
478
|
12271
|
February 13, 2026
|
|
Overcome *PoolExecutor class dangers
|
|
3
|
252
|
February 12, 2026
|
|
Add value factory parameter to `dict.fromkeys` to enable use with mutable values
|
|
22
|
594
|
February 12, 2026
|
|
Adding a low level wait for file descriptor
|
|
2
|
584
|
February 12, 2026
|
|
SyntaxWarning for await a unawaitable literal
|
|
15
|
439
|
February 11, 2026
|
|
Add binary search tree to collections
|
|
21
|
890
|
February 11, 2026
|