About the Ideas category
|
|
7
|
2391
|
March 9, 2023
|
Add a return statement to mkdir
|
|
12
|
367
|
September 25, 2023
|
Add recursion guard for `hash()` function like `reprlib.recursive_repr()` to avoid infinite recursion
|
|
15
|
154
|
September 24, 2023
|
Multiple dispatch based on typing.overload
|
|
47
|
1412
|
September 24, 2023
|
Deferred computation/evalution for toplevels, imports and dataclasses
|
|
11
|
557
|
September 24, 2023
|
Add complex literals?
|
|
39
|
1075
|
September 23, 2023
|
Concerns regarding deprecation of "fork()" with alive threads
|
|
18
|
854
|
September 24, 2023
|
Type checking Annotated metadata
|
|
16
|
934
|
September 24, 2023
|
Make pathlib extensible
|
|
155
|
13597
|
September 23, 2023
|
Use name mangling in the standard library where appropriate / more consistently
|
|
9
|
245
|
September 23, 2023
|
Native Interface Support in Python
|
|
10
|
295
|
September 23, 2023
|
Apply operator ( f @ x means f(x) )
|
|
32
|
1377
|
September 23, 2023
|
Introducing Record Types in Python
|
|
19
|
329
|
September 23, 2023
|
Syntax to skip elements when constructing a list/tuple/set/dict
|
|
9
|
304
|
September 22, 2023
|
Move typing-sig to Discourse?
|
|
29
|
1903
|
September 22, 2023
|
"Did you mean" for the metaclass keyword in class definition
|
|
1
|
236
|
September 20, 2023
|
`for-while` generator comprehension syntax
|
|
13
|
297
|
September 20, 2023
|
Making it simpler to gracefully exit threads
|
|
6
|
311
|
September 19, 2023
|
typing.FirstResolved as mechanism to refer to the first resolved passed typevar
|
|
17
|
199
|
September 18, 2023
|
Command line interface for the `re` module
|
|
35
|
1793
|
September 18, 2023
|
Compiler-Level const-Optimization
|
|
16
|
523
|
September 17, 2023
|
Mojo/Numba and Python HPC
|
|
0
|
255
|
September 15, 2023
|
The cp1252 codec is significantly slower than ascii or utf8 when reading a file that only contains ascii encoded text, could it be improved?
|
|
11
|
319
|
September 15, 2023
|
Since comprehension is now inline-ed, shall python allow "yield inside comprehension" again?
|
|
16
|
598
|
September 15, 2023
|
List of future commitments?
|
|
3
|
259
|
September 15, 2023
|
Proposal: `@typing.decorator_transform` to annotate a decorator as having a specific behavior
|
|
2
|
233
|
September 14, 2023
|
tempfile: changing 'delete' property of NamedTemporaryFile after creation
|
|
6
|
262
|
September 14, 2023
|
Should the stdlib provide an API to examine function/class field descriptions in docstrings?
|
|
6
|
403
|
September 14, 2023
|
Automatic code indentation skipping for triple quoted strings
|
|
8
|
312
|
September 13, 2023
|
Use version-agnostic shebang line in pydoc3
|
|
10
|
356
|
September 12, 2023
|