About the Ideas category
|
|
9
|
4165
|
October 31, 2024
|
True constructors
|
|
102
|
888
|
February 14, 2025
|
DSL Operator – A different approach to DSLs
|
|
73
|
889
|
February 14, 2025
|
Graceful exit from ThreadPoolExecutor when blocked on IO - problem and possible enhancement
|
|
7
|
163
|
February 13, 2025
|
Add task pipeline to asyncio with capped parallelism and lazy input reading
|
|
24
|
459
|
February 13, 2025
|
Floating point is an optimization, not a major datatype to use in a programming language
|
|
27
|
356
|
February 13, 2025
|
Add venv hooks for running custom scripts on activate/deactivate
|
|
3
|
108
|
February 12, 2025
|
Who works on digital sustainability in the Python world?
|
|
20
|
1051
|
February 12, 2025
|
Protocol-only intersections
|
|
11
|
356
|
February 12, 2025
|
Support arbitrary type of object as a slice key, as in X[range(0, 4, 2)] meaning X[0 : 4 : 2]
|
|
4
|
186
|
February 12, 2025
|
Make pathlib extensible
|
|
207
|
23051
|
February 11, 2025
|
Add error logging to every function in Python 3.15 version
|
|
2
|
329
|
February 10, 2025
|
Add to windows right click menu the option to create .py file easily
|
|
1
|
137
|
February 10, 2025
|
Add `asyncio.console` module to progamatically access the asyncio REPL
|
|
6
|
202
|
February 10, 2025
|
Make difflib._mdiff() a standard method
|
|
2
|
204
|
February 10, 2025
|
Could we save cgi http server in Python?
|
|
32
|
777
|
February 9, 2025
|
New defaults: `newline="\n"` and `ensure_ascii=False`
|
|
8
|
227
|
February 9, 2025
|
Access the buffer protocol using ctypes
|
|
2
|
99
|
February 9, 2025
|
IPv6 in socketserver
|
|
9
|
249
|
February 8, 2025
|
Allow using TypedDict itself as type annotation or constraint
|
|
0
|
64
|
February 8, 2025
|
Add zero-copy conversion of `bytearray` to `bytes` by providing `__bytes__()`
|
|
24
|
633
|
February 8, 2025
|
Linked Booleans Logics (rethinking PEP 505)
|
|
32
|
716
|
February 8, 2025
|
Any chance for reconsideration of PEP 335?
|
|
58
|
786
|
February 8, 2025
|
Expanding lru_cache to allow caching data without a function call
|
|
26
|
436
|
February 7, 2025
|
Extending StrEnum with _normalize_input_ for flexible value lookups
|
|
2
|
58
|
February 6, 2025
|
None-safe traversal of dictionaries, e.g. from JSON
|
|
12
|
423
|
February 5, 2025
|
In-built Python Version Manager (PVM) and Package Manager
|
|
10
|
1002
|
February 5, 2025
|
Annotating a variable without specifying its type
|
|
22
|
1728
|
February 5, 2025
|
Have asyncio event loop proactively garbage collect?
|
|
5
|
159
|
February 5, 2025
|
Add optional `if break:` suite to `for/while`
|
|
196
|
5177
|
February 4, 2025
|