About the Ideas category
|
|
9
|
4023
|
October 31, 2024
|
Managing unhandled exceptions from concurrent.futures
|
|
0
|
13
|
December 3, 2024
|
Add BiMap - a bidirectional dictionary to collections module
|
|
7
|
84
|
December 3, 2024
|
Dataclasses: add a cache_hash option, similar to attrs'
|
|
1
|
43
|
December 3, 2024
|
Connecting Asyncio and Tkinter event loops?
|
|
14
|
5467
|
December 1, 2024
|
Add optional `if break:` suite to `for/while`
|
|
151
|
2001
|
December 2, 2024
|
Add list.remove_duplicates() method
|
|
15
|
121
|
December 2, 2024
|
Increment, decrement... Can we have inc(), dec() functions in Python? feature request :)
|
|
40
|
5785
|
December 2, 2024
|
Make pathlib extensible
|
|
197
|
21942
|
December 2, 2024
|
Another attempt at docstrings for names and parameters--using "||"
|
|
38
|
644
|
December 2, 2024
|
Publish Linux installer on python.org
|
|
99
|
4149
|
December 2, 2024
|
Dataclasses freezing specific fields should be possible
|
|
1
|
299
|
December 2, 2024
|
Revisiting attribute docstrings
|
|
31
|
5096
|
December 2, 2024
|
Space as a thousands separator in the format specification mini-language
|
|
8
|
257
|
December 2, 2024
|
Backquotes for deferred expression
|
|
216
|
1855
|
December 1, 2024
|
multiline input in terminal
|
|
57
|
329
|
December 1, 2024
|
Enable dictionary constructor to compute values concurrently
|
|
4
|
153
|
December 1, 2024
|
`for` loop abstraction using `$` symbol
|
|
19
|
520
|
December 1, 2024
|
Add boolean `padded` argument to `base64.b64decode` et al
|
|
18
|
283
|
December 1, 2024
|
Move NamedTuple from typing module to collections
|
|
0
|
139
|
November 29, 2024
|
Make unicodedata.normalize a str method
|
|
41
|
824
|
November 29, 2024
|
Who works on digital sustainability in the Python world?
|
|
8
|
445
|
November 28, 2024
|
Windows Store package to become installer/launcher?
|
|
74
|
866
|
November 28, 2024
|
Foot Gun: no RuntimeError on non-`None` return from generator outside of `yield from`
|
|
18
|
305
|
November 28, 2024
|
Feature proposal: add a new `env://` value converter for logging configuration
|
|
0
|
103
|
November 28, 2024
|
Create new package similar to `heapq` but be able to pass custom comparator through a constructor
|
|
32
|
419
|
November 27, 2024
|
Feature proposal: mixing 0-based and 1-based indices with `a[i]` and `a{i}`
|
|
64
|
1533
|
November 27, 2024
|
Async imports to reduce startup times
|
|
62
|
1752
|
November 27, 2024
|
FunctionWatcher? Like PyCode_AddWatcher, but for functions
|
|
4
|
132
|
November 26, 2024
|
`itemgetter` split into 2 objects
|
|
30
|
683
|
November 25, 2024
|