|
Improve error messages
|
|
2
|
136
|
January 4, 2026
|
|
Add str.tokenize() for basic alphanumeric word tokenization
|
|
25
|
656
|
January 4, 2026
|
|
A small general purpose MCP server as part of stdlib?
|
|
3
|
224
|
January 3, 2026
|
|
Standardized shebang for PEP 723 script runner
|
|
7
|
899
|
December 31, 2025
|
|
Annotating internal code with constexpr, consteval, and constinit
|
|
2
|
319
|
December 31, 2025
|
|
Stop ArgumentParser from forcing arguments containing spaces to be positional
|
|
6
|
311
|
December 31, 2025
|
|
Support `break/clear filename:function` syntax in pdb commands
|
|
0
|
105
|
December 31, 2025
|
|
Idle- Add more color options in config
|
|
5
|
184
|
December 30, 2025
|
|
Concerns regarding deprecation of "fork()" with alive threads
|
|
20
|
14976
|
December 29, 2025
|
|
KeyboardInterrupt and SystemExit in exception groups should be considered for Python's exit code
|
|
32
|
1063
|
December 29, 2025
|
|
Dprint -- debugged print that is conditioned to global variables/object
|
|
12
|
856
|
December 29, 2025
|
|
Add 'inrange()' simple function
|
|
13
|
664
|
December 29, 2025
|
|
Catch exceptions from function calls
|
|
13
|
402
|
December 27, 2025
|
|
Cancelling threads
|
|
105
|
1743
|
December 25, 2025
|
|
Add operator support for mathematical equivalence
|
|
32
|
920
|
December 23, 2025
|
|
Add a new token to force the methods to returns the previous object
|
|
59
|
1303
|
December 23, 2025
|
|
Dictionary and Function Argument Shorthand Syntax (JS ES6-style)
|
|
18
|
623
|
December 23, 2025
|
|
Typing support for common proxy and delegation patterns
|
|
4
|
398
|
December 22, 2025
|
|
Worker job slots in concurrent.futures.Executor
|
|
0
|
101
|
December 22, 2025
|
|
Allow use of tachyon as imported python module
|
|
4
|
339
|
December 22, 2025
|
|
We have str.format(), so where is str.template()?
|
|
3
|
334
|
December 22, 2025
|
|
Enhancing `getattr` to support nested attribute access with dotted strings
|
|
19
|
2450
|
December 21, 2025
|
|
Pre-PEP: Safe Parallel Python
|
|
32
|
3033
|
December 21, 2025
|
|
Improved Errors for Missing Standard Library Modules
|
|
14
|
918
|
December 21, 2025
|
|
Should __module__ of class methods agree with that of the class
|
|
6
|
309
|
December 21, 2025
|
|
Allow `sorted` to take list for `key` argument
|
|
228
|
2362
|
December 19, 2025
|
|
Introduce 'exclude' keyword in python
|
|
25
|
906
|
December 18, 2025
|
|
Add cross-platform user directories to pathlib/standard library
|
|
27
|
3009
|
December 17, 2025
|
|
Add a thread-owned (thread-aware) non-reentrant lock to threading (only owner can release)
|
|
0
|
119
|
December 16, 2025
|
|
Pre-PEP: d-string / Dedented Multiline Strings with Optional Language Hinting
|
|
160
|
4941
|
December 16, 2025
|