About the Ideas category
|
|
7
|
1723
|
March 9, 2023
|
Add Structural Pattern Matching to Exception objects
|
|
11
|
429
|
June 5, 2023
|
New format specifiers for string formatting of floats with SI and IEC prefixes
|
|
45
|
1136
|
June 5, 2023
|
Can `ast.BoolOp` use `left` and `right` instead of a `values` list?
|
|
9
|
166
|
June 5, 2023
|
Snake_case aliases to camelCased methods in unittest
|
|
22
|
267
|
June 5, 2023
|
Annotation-based sugar for ctypes
|
|
8
|
645
|
June 5, 2023
|
Add sys._is_immortal() and inspect.isimmortal()
|
|
0
|
132
|
June 4, 2023
|
Allow comprehension syntax in loop header of for loop
|
|
17
|
2451
|
June 3, 2023
|
Native extensions in zipapps
|
|
7
|
258
|
June 2, 2023
|
Buffer protocol and arbitrary (data) types
|
|
4
|
352
|
June 2, 2023
|
Add a http.fetch() API
|
|
6
|
235
|
June 2, 2023
|
Destructuring paths with glob patterns
|
|
2
|
224
|
June 1, 2023
|
Conditional loop filtering
|
|
5
|
160
|
June 1, 2023
|
Prevent .pyc creation when shadowing another module?
|
|
10
|
419
|
June 1, 2023
|
Add support for top-level await
|
|
13
|
1798
|
June 1, 2023
|
Add more set-like type hints (difference, complement)
|
|
4
|
331
|
May 31, 2023
|
Overwrite existing files when extracting a file
|
|
0
|
93
|
June 1, 2023
|
Idea: Allow assigning a scalar to all elements of a list slice, just as is allowed with a numpy array
|
|
5
|
327
|
May 31, 2023
|
Audit event for time.sleep
|
|
8
|
301
|
May 31, 2023
|
Allowing pass_fds to be a mapping to pass arbitrary file descriptors to Popen()
|
|
13
|
273
|
May 29, 2023
|
Conditional context manager (with foo() if bar)
|
|
10
|
366
|
May 29, 2023
|
Should loops be in their own scope? [poll]
|
|
28
|
2217
|
May 29, 2023
|
Allowing override of JSON dumps serialization for standard types
|
|
10
|
2711
|
May 28, 2023
|
Let generator.close() return StopIteration.value
|
|
29
|
1089
|
May 28, 2023
|
Queue termination further design
|
|
10
|
477
|
May 28, 2023
|
Allowing type hints only on typing.overloads, with an untyped function/method implementation
|
|
4
|
215
|
May 28, 2023
|
BoundedTaskGroup to control parallelism
|
|
0
|
122
|
May 27, 2023
|
Add optional chaining of attributes
|
|
6
|
397
|
May 26, 2023
|
Stop ignoring asserts when running in optimized mode
|
|
70
|
5322
|
May 26, 2023
|
Different granularity stepping and object-centric breakpoints in Pdb
|
|
0
|
94
|
May 26, 2023
|