|
About the Ideas category
|
|
5
|
5063
|
October 31, 2024
|
|
Add json.ExtendedEncoder to the standard library for common types (datetime, UUID, Decimal, set)
|
|
28
|
784
|
June 13, 2026
|
|
Adding level control to pretty-print in json
|
|
14
|
701
|
June 13, 2026
|
|
Faster (lazier) dataclasses
|
|
15
|
423
|
June 13, 2026
|
|
Allow `sorted` to take list for `key` argument
|
|
233
|
3714
|
June 13, 2026
|
|
Beginner friendly error messages for missing self: "TypeError: A.lol() takes 1 positional argument but 2 were given"
|
|
28
|
1084
|
June 12, 2026
|
|
An `@experimental` decorator for the standard library
|
|
3
|
443
|
June 11, 2026
|
|
Add --env-file flag to the Python CLI
|
|
29
|
779
|
June 11, 2026
|
|
Raise an error when entering an AsyncExitStack without a context?
|
|
15
|
416
|
June 11, 2026
|
|
Could the reduce protocol offer a self-describing "irreducible" signal, instead of consumers maintaining a hardcoded atomic-type table?
|
|
1
|
184
|
June 9, 2026
|
|
Add a command-line interface to the secrets module
|
|
23
|
653
|
June 9, 2026
|
|
Improve SyntaxError message for `match`
|
|
8
|
356
|
June 9, 2026
|
|
Make `os._walk_symlinks_as_files` public
|
|
2
|
215
|
June 8, 2026
|
|
Add appendright() and popright() aliases to collections.deque
|
|
9
|
438
|
June 8, 2026
|
|
Don’t allow empty regex pattern
|
|
24
|
730
|
June 7, 2026
|
|
Add a process-exit callback to subprocess.Popen
|
|
8
|
290
|
June 6, 2026
|
|
Argparse: Add `subnamespace` flag to allow nested `Namespace`s
|
|
3
|
466
|
June 5, 2026
|
|
Add a mixin class to allow module constants with custom repr and docstrings
|
|
26
|
705
|
June 5, 2026
|
|
Add 'half turns' functions (cospi et al) to math module following C23 & IEEE754-2019
|
|
22
|
970
|
June 5, 2026
|
|
Getting generator return values with natural for loop syntax
|
|
29
|
4398
|
June 4, 2026
|
|
I made some improvement for IDLE, can I contribute to idlelib library in Python project? #
|
|
9
|
1292
|
June 3, 2026
|
|
An alternative to Annotated
|
|
35
|
3837
|
June 2, 2026
|
|
Division with different rounding
|
|
5
|
420
|
June 2, 2026
|
|
Better error messages when using operators on `super()` objects
|
|
0
|
154
|
June 2, 2026
|
|
Greater sanitizer support in CI?
|
|
5
|
622
|
June 1, 2026
|
|
Integer ceiling divide
|
|
32
|
2175
|
June 1, 2026
|
|
Basic Syntax Layer and Syntax Transformation
|
|
11
|
921
|
June 1, 2026
|
|
None-coalescing operator and null‑coalescing assignment
|
|
64
|
1492
|
May 31, 2026
|
|
Standardized Reflection Objects for Python Callables
|
|
2
|
288
|
May 31, 2026
|
|
More detailed wheel tags on Windows platform regarding MSVC / MinGW differences
|
|
12
|
258
|
May 30, 2026
|