About the Ideas category
|
|
9
|
4156
|
October 31, 2024
|
DSL Operator – A different approach to DSLs
|
|
46
|
462
|
February 10, 2025
|
True constructors
|
|
3
|
161
|
February 10, 2025
|
Make difflib._mdiff() a standard method
|
|
2
|
166
|
February 10, 2025
|
Add task pipeline to asyncio with capped parallelism and lazy input reading
|
|
18
|
353
|
February 10, 2025
|
Add `asyncio.console` module to progamatically access the asyncio REPL
|
|
4
|
160
|
February 10, 2025
|
Add error logging to every function in Python 3.15 version
|
|
0
|
111
|
February 10, 2025
|
Protocol-only intersections
|
|
9
|
232
|
February 10, 2025
|
Could we save cgi http server in Python?
|
|
32
|
758
|
February 9, 2025
|
New defaults: `newline="\n"` and `ensure_ascii=False`
|
|
8
|
195
|
February 9, 2025
|
Access the buffer protocol using ctypes
|
|
2
|
88
|
February 9, 2025
|
IPv6 in socketserver
|
|
9
|
238
|
February 8, 2025
|
Allow using TypedDict itself as type annotation or constraint
|
|
0
|
51
|
February 8, 2025
|
Add zero-copy conversion of `bytearray` to `bytes` by providing `__bytes__()`
|
|
24
|
608
|
February 8, 2025
|
Linked Booleans Logics (rethinking PEP 505)
|
|
32
|
701
|
February 8, 2025
|
Any chance for reconsideration of PEP 335?
|
|
58
|
742
|
February 8, 2025
|
Who works on digital sustainability in the Python world?
|
|
18
|
991
|
February 7, 2025
|
Expanding lru_cache to allow caching data without a function call
|
|
26
|
430
|
February 7, 2025
|
Extending StrEnum with _normalize_input_ for flexible value lookups
|
|
2
|
56
|
February 6, 2025
|
Add to windows right click menu the option to create .py file easily
|
|
0
|
67
|
February 6, 2025
|
None-safe traversal of dictionaries, e.g. from JSON
|
|
12
|
409
|
February 5, 2025
|
In-built Python Version Manager (PVM) and Package Manager
|
|
10
|
953
|
February 5, 2025
|
Annotating a variable without specifying its type
|
|
22
|
1710
|
February 5, 2025
|
Have asyncio event loop proactively garbage collect?
|
|
5
|
156
|
February 5, 2025
|
Add optional `if break:` suite to `for/while`
|
|
196
|
5164
|
February 4, 2025
|
Provide a canonical way to declare an abstract class variable
|
|
22
|
1682
|
February 4, 2025
|
The function unicodedata.normalize() should always return an instance of the built-in str type
|
|
9
|
308
|
February 4, 2025
|
Call F_FULLFSYNC in os.fsync for macOS
|
|
3
|
98
|
February 3, 2025
|
Modernize and add missing features to pygettext
|
|
12
|
1187
|
February 3, 2025
|
`unittest.mock`: Track return values of calls?
|
|
2
|
150
|
February 3, 2025
|