About the Ideas category
|
|
9
|
4007
|
October 31, 2024
|
Official Lint Rules & Tool
|
|
26
|
282
|
November 24, 2024
|
Add optional `if break:` suite to `for/while`
|
|
92
|
985
|
November 24, 2024
|
Shorthand notation of dict literal and function call
|
|
17
|
11105
|
November 24, 2024
|
`functools.pipe`
|
|
37
|
487
|
November 23, 2024
|
Windows Store package to become installer/launcher?
|
|
63
|
554
|
November 23, 2024
|
Create new package similar to `heapq` but be able to pass custom comparator through a constructor
|
|
1
|
58
|
November 23, 2024
|
Allow None in list initializer to return an empty list: list(None) -> []
|
|
22
|
337
|
November 23, 2024
|
Pathlib should forbid paths with invalid characters
|
|
4
|
185
|
November 23, 2024
|
Feature Request: Expose Handling Frame Information in Python's Traceback Module
|
|
20
|
332
|
November 23, 2024
|
`itemgetter` split into 2 objects
|
|
28
|
584
|
November 23, 2024
|
Feature request: walrus compound assignment operators
|
|
7
|
162
|
November 22, 2024
|
Use a typeddict as the `case` guard to match structure
|
|
8
|
110
|
November 22, 2024
|
Async imports to reduce startup times
|
|
52
|
1442
|
November 22, 2024
|
Parse "Z" timezone suffix in datetime
|
|
28
|
111491
|
November 21, 2024
|
Implicitly packaging scripts to enable more intuitive relative imports
|
|
27
|
434
|
November 21, 2024
|
Feature proposal: mixing 0-based and 1-based indices with `a[i]` and `a{i}`
|
|
55
|
1372
|
November 20, 2024
|
Deque.append() should return popped item
|
|
16
|
203
|
November 19, 2024
|
Optimizing Python memory allocation fragmentation
|
|
4
|
265
|
November 19, 2024
|
Removing chained comparisons
|
|
23
|
511
|
November 19, 2024
|
Move `Callable` and other types that don't belong in `collections.abc` to another module
|
|
14
|
522
|
November 19, 2024
|
Backquotes for deferred expression
|
|
178
|
1408
|
November 18, 2024
|
Add stable API's for easy appending of frozen modules when embedding
|
|
6
|
253
|
November 18, 2024
|
Friendlier syntax for Python debugger: Distinguishing between pdb commands and Python statements
|
|
5
|
197
|
November 18, 2024
|
New syntax proposal: Section Statement to adopt most features of config language
|
|
21
|
282
|
November 18, 2024
|
Sys.monitoring event for global variable access
|
|
0
|
73
|
November 18, 2024
|
Future of `functools.partial`
|
|
13
|
461
|
November 15, 2024
|
Change `open().write()` to guarantee all bytes will be written or an exception will be thrown
|
|
8
|
285
|
November 14, 2024
|
Python and OpenSSL FIPS mode
|
|
12
|
2100
|
November 14, 2024
|
Resumable Exceptions?
|
|
12
|
314
|
November 14, 2024
|