Backquotes for deferred expression
|
|
216
|
1878
|
December 1, 2024
|
multiline input in terminal
|
|
57
|
349
|
December 1, 2024
|
Enable dictionary constructor to compute values concurrently
|
|
4
|
173
|
December 1, 2024
|
`for` loop abstraction using `$` symbol
|
|
19
|
556
|
December 1, 2024
|
Add boolean `padded` argument to `base64.b64decode` et al
|
|
18
|
291
|
December 1, 2024
|
Move NamedTuple from typing module to collections
|
|
0
|
179
|
November 29, 2024
|
Make unicodedata.normalize a str method
|
|
41
|
850
|
November 29, 2024
|
Who works on digital sustainability in the Python world?
|
|
8
|
453
|
November 28, 2024
|
Windows Store package to become installer/launcher?
|
|
74
|
880
|
November 28, 2024
|
Foot Gun: no RuntimeError on non-`None` return from generator outside of `yield from`
|
|
18
|
323
|
November 28, 2024
|
Feature proposal: add a new `env://` value converter for logging configuration
|
|
0
|
105
|
November 28, 2024
|
Create new package similar to `heapq` but be able to pass custom comparator through a constructor
|
|
32
|
420
|
November 27, 2024
|
Async imports to reduce startup times
|
|
62
|
1771
|
November 27, 2024
|
FunctionWatcher? Like PyCode_AddWatcher, but for functions
|
|
4
|
136
|
November 26, 2024
|
`itemgetter` split into 2 objects
|
|
30
|
697
|
November 25, 2024
|
`functools.pipe`
|
|
42
|
668
|
November 25, 2024
|
Shorthand notation of dict literal and function call
|
|
20
|
11360
|
November 25, 2024
|
Dot equals operator (.=)
|
|
34
|
1221
|
November 25, 2024
|
Initialize variables inline with ~> such as `0 ~> total += value`
|
|
10
|
225
|
November 25, 2024
|
Make difflib._mdiff() a standard method
|
|
1
|
113
|
November 25, 2024
|
Feature request: walrus compound assignment operators
|
|
9
|
265
|
November 24, 2024
|
Implicitly packaging scripts to enable more intuitive relative imports
|
|
29
|
503
|
November 24, 2024
|
Proposal: Introduce .= operator for In-Place Method Invocation
|
|
1
|
130
|
November 24, 2024
|
Official Lint Rules & Tool
|
|
26
|
412
|
November 24, 2024
|
Allow None in list initializer to return an empty list: list(None) -> []
|
|
22
|
382
|
November 23, 2024
|
Pathlib should forbid paths with invalid characters
|
|
4
|
227
|
November 23, 2024
|
Feature Request: Expose Handling Frame Information in Python's Traceback Module
|
|
20
|
350
|
November 23, 2024
|
Use a typeddict as the `case` guard to match structure
|
|
8
|
139
|
November 22, 2024
|
Parse "Z" timezone suffix in datetime
|
|
28
|
111820
|
November 21, 2024
|
Deque.append() should return popped item
|
|
16
|
219
|
November 19, 2024
|