Introduce type keyword for type only imports
|
|
15
|
699
|
October 10, 2025
|
Idea: Import Auto: Optional Automatic Imports for Modules
|
|
32
|
539
|
October 9, 2025
|
Add `take_bytes([n])` to `bytearray` providing a zero-copy path to `bytes`
|
|
13
|
616
|
October 9, 2025
|
Improved repr() for lambdas
|
|
8
|
359
|
October 9, 2025
|
List optional dependencies and supported versions on Configuration page
|
|
1
|
121
|
October 9, 2025
|
"with comprehensions"?
|
|
21
|
805
|
October 8, 2025
|
Multiple simultaneous async REPLs
|
|
4
|
223
|
October 8, 2025
|
Scoped context manager to avoid leaking with targets
|
|
52
|
768
|
October 7, 2025
|
Pre-PEP: Safe Parallel Python
|
|
30
|
2433
|
October 7, 2025
|
Add an option to print result of `python -c`
|
|
17
|
466
|
October 7, 2025
|
"match True" statement
|
|
19
|
765
|
October 7, 2025
|
3.12 slot classes wishlist
|
|
4
|
779
|
October 6, 2025
|
Introduce eprint function to print in STDERR
|
|
4
|
240
|
October 3, 2025
|
Add backend parameter to dbm.open() and shelve.open() for explicit DBM backend selection
|
|
3
|
138
|
October 3, 2025
|
Pyxl, tagged templates, html builders, oh my!
|
|
9
|
1220
|
October 2, 2025
|
Deferred Evaluation for Template Strings
|
|
12
|
519
|
October 2, 2025
|
Making Any a builtin object, referring to typing.Any
|
|
20
|
2091
|
September 30, 2025
|
Appetite for a backport of t-strings/PEP750 for python<3.14?
|
|
12
|
861
|
September 30, 2025
|
Packed installation of Python: for venv only
|
|
5
|
191
|
September 30, 2025
|
Support async contextmanagers in contextlib.suppress
|
|
9
|
314
|
September 30, 2025
|
Set the class __str__ as a property in the dataclass decorator
|
|
13
|
357
|
September 29, 2025
|
Expose file size, mode, etc from `pathlib.Path.info`
|
|
27
|
994
|
September 29, 2025
|
Add Virtual Threads to Python
|
|
187
|
13730
|
September 28, 2025
|
Descriptors should have a __parent_init__ hook
|
|
5
|
331
|
September 28, 2025
|
Add a `Format.DEFERRED` option for PEP-649/749 annotations
|
|
0
|
144
|
September 28, 2025
|
Alternative Syntax for Attribute Access
|
|
17
|
1159
|
September 28, 2025
|
Proposal: Reactive (event-based) Python
|
|
26
|
1166
|
September 27, 2025
|
Partial string matches in structural pattern matching
|
|
27
|
6574
|
September 27, 2025
|
`dataclasses.asdicttype(type)`
|
|
15
|
637
|
September 26, 2025
|
Binding a new variable automatically in match-case should be explicit
|
|
7
|
307
|
September 26, 2025
|