|
About the Ideas category
|
|
5
|
5087
|
October 31, 2024
|
|
Possibility to exclude ranges from range
|
|
35
|
342
|
June 25, 2026
|
|
Introduce the two-argument form of `iter` to `aiter`
|
|
0
|
105
|
June 25, 2026
|
|
A lightweight cooperative timeout mechanism for synchronous code `with timeout(seconds):`
|
|
26
|
826
|
June 25, 2026
|
|
Improve IDLE usability with optional ↑/↓ command history navigation
|
|
2
|
234
|
June 24, 2026
|
|
Making `combinations`, `combinations_with_replacement` and `permutations` indexable
|
|
3
|
219
|
June 24, 2026
|
|
Add an opt-in timeout parameter to re to mitigate catastrophic backtracking
|
|
34
|
920
|
June 23, 2026
|
|
An alternative to Annotated
|
|
34
|
4035
|
June 23, 2026
|
|
Sampling mode for tracemalloc
|
|
4
|
452
|
June 23, 2026
|
|
Faster (lazier) dataclasses
|
|
17
|
891
|
June 22, 2026
|
|
Proposal: Retaining Inline Comments (#) in AST via Module.comments
|
|
3
|
214
|
June 22, 2026
|
|
PyREPL: Add ctrl+up/down for multiline history retrieving
|
|
10
|
476
|
June 21, 2026
|
|
Connecting Asyncio and Tkinter event loops?
|
|
39
|
9039
|
June 20, 2026
|
|
Add a command-line interface to the secrets module
|
|
24
|
825
|
June 19, 2026
|
|
Unittest: ignore test cases that are also ABC
|
|
26
|
1384
|
June 17, 2026
|
|
Support t-strings in gettext
|
|
13
|
819
|
June 17, 2026
|
|
Add json.ExtendedEncoder to the standard library for common types (datetime, UUID, Decimal, set)
|
|
39
|
1212
|
June 16, 2026
|
|
Adding level control to pretty-print in json
|
|
15
|
847
|
June 16, 2026
|
|
Could the reduce protocol offer a self-describing "irreducible" signal, instead of consumers maintaining a hardcoded atomic-type table?
|
|
7
|
350
|
June 14, 2026
|
|
Fcntl module: Provide equivalents to linux' asm-generic/ioctl.h macros for ioctl's ioc argument
|
|
0
|
101
|
June 14, 2026
|
|
Allow `sorted` to take list for `key` argument
|
|
233
|
4104
|
June 13, 2026
|
|
Beginner friendly error messages for missing self: "TypeError: A.lol() takes 1 positional argument but 2 were given"
|
|
28
|
1175
|
June 12, 2026
|
|
An `@experimental` decorator for the standard library
|
|
3
|
505
|
June 11, 2026
|
|
Add --env-file flag to the Python CLI
|
|
29
|
858
|
June 11, 2026
|
|
Raise an error when entering an AsyncExitStack without a context?
|
|
15
|
458
|
June 11, 2026
|
|
Improve SyntaxError message for `match`
|
|
8
|
393
|
June 9, 2026
|
|
Make `os._walk_symlinks_as_files` public
|
|
2
|
238
|
June 8, 2026
|
|
Add appendright() and popright() aliases to collections.deque
|
|
9
|
461
|
June 8, 2026
|
|
Don’t allow empty regex pattern
|
|
24
|
805
|
June 7, 2026
|
|
Add a process-exit callback to subprocess.Popen
|
|
8
|
309
|
June 6, 2026
|