About the Ideas category
|
|
7
|
1560
|
March 9, 2023
|
PEP 204 - Range Literals: Getting closure
|
|
15
|
361
|
March 21, 2023
|
Make float.__(i/r)floordiv__ return an int
|
|
56
|
613
|
March 21, 2023
|
C Python API: os.register_at_fork analogue with C function pointer arguments
|
|
7
|
267
|
March 21, 2023
|
boolif - A built-in conditional if statement, that requires the boolean type
|
|
56
|
960
|
March 21, 2023
|
Support for os.sendfile for Windows
|
|
10
|
141
|
March 20, 2023
|
ZeroDivisionError as a (virtual) subclass of ValueError
|
|
5
|
177
|
March 19, 2023
|
Console access from pythonw.exe
|
|
2
|
131
|
March 19, 2023
|
Make pathlib extensible
|
|
84
|
8015
|
March 19, 2023
|
Remove attributes from asdict method when dataclass field(repr=False)
|
|
2
|
137
|
March 18, 2023
|
Name mangling mechanism at module level
|
|
13
|
221
|
March 18, 2023
|
Make the PEG parser available to all Python users
|
|
10
|
447
|
March 18, 2023
|
Reversed ops in operator module
|
|
4
|
157
|
March 17, 2023
|
Enforce parameter naming in usage of function
|
|
4
|
177
|
March 16, 2023
|
Why not make str.join() coerce the items in its iterables
|
|
78
|
1672
|
March 16, 2023
|
Show builtin functions and classes in tracebacks and profiles
|
|
3
|
207
|
March 16, 2023
|
Let generator.close() return StopIteration.value
|
|
7
|
282
|
March 16, 2023
|
Language specifications for strings
|
|
19
|
678
|
March 15, 2023
|
Explicit Deferred References Alternative to peps 649 and 563
|
|
9
|
562
|
March 14, 2023
|
Update webbrowser.py to use Microsoft Edge as fallback instead of IE
|
|
4
|
204
|
March 14, 2023
|
Allow import ... from ... notation
|
|
13
|
838
|
March 11, 2023
|
In-line type hints for briefer use in `if`, `while` and `for` (perhaps some others)
|
|
3
|
296
|
March 11, 2023
|
Document that `urllib.request.install_opener(None)` will uninstall the global opener
|
|
3
|
115
|
March 10, 2023
|
Add support for `context` parameter in `run_coroutine_threadsafe`
|
|
0
|
92
|
March 10, 2023
|
Changing the error message when concatenating 'str' and 'NoneType'
|
|
4
|
240
|
March 10, 2023
|
Make type aliases show up in help()
|
|
4
|
256
|
March 9, 2023
|
Dataclasses asdict/astuple - skip deepcopy for types where deepcopy returns the original object
|
|
0
|
123
|
March 9, 2023
|
Complex numbers support in array module
|
|
7
|
256
|
March 9, 2023
|
Make typing.SupportsFloat, SupportsComplex and SupportInt be Unions with SupportsIndex
|
|
5
|
203
|
March 8, 2023
|
Expand structural pattern matching-like syntax to assignments/generalized unpacking
|
|
11
|
367
|
March 8, 2023
|