|
PEP 718: subscriptable functions
|
|
102
|
13635
|
April 28, 2026
|
|
Cross-language method suggestions for AttributeError
|
|
15
|
770
|
March 25, 2026
|
|
`range()` with optional inclusive `stop`
|
|
23
|
1006
|
March 17, 2026
|
|
PEP 814: Add frozendict built-in type
|
|
136
|
11516
|
March 7, 2026
|
|
Add value factory parameter to `dict.fromkeys` to enable use with mutable values
|
|
22
|
714
|
February 12, 2026
|
|
Proposal for a built-in average() function
|
|
7
|
423
|
January 20, 2026
|
|
Extending open() to accept custom RawIOBase, BufferedIOBase, and TextIOBase classes
|
|
2
|
275
|
November 15, 2025
|
|
Additional struct packed byte type: 24-bit
|
|
0
|
207
|
November 13, 2025
|
|
Allow to pass defaults when defining NamedTuple dynamically
|
|
6
|
419
|
October 22, 2025
|
|
Better random algo than the built-in Random() function?
|
|
9
|
5684
|
August 3, 2025
|
|
Why is "del s[i]" not mentioned under "Mutable Sequence Types"?
|
|
3
|
404
|
May 27, 2025
|
|
Allow `open()` to create non-existent directories in write mode
|
|
5
|
33827
|
March 5, 2025
|
|
Are Import in classes not working when c implementation available?
|
|
15
|
307
|
February 15, 2025
|
|
An average function builtin?
|
|
29
|
2757
|
September 6, 2024
|
|
Inconsistent/undocumented list extension behaviour
|
|
31
|
802
|
October 12, 2024
|
|
Making functions subscriptable at runtime
|
|
34
|
4625
|
June 20, 2024
|
|
XOR operator between bytes
|
|
13
|
7629
|
May 14, 2024
|
|
Shorthand dict literal initialization
|
|
11
|
2110
|
February 26, 2024
|
|
Complex numbers inconsistency
|
|
3
|
403
|
January 18, 2024
|
|
Add `key` argument to `tuple.index()`
|
|
18
|
1200
|
January 7, 2024
|
|
Dictionary get method eager execution
|
|
6
|
1677
|
December 11, 2023
|
|
Enhance builtin iterables like list, range with async methods like __aiter__, __anext__,
|
|
13
|
7787
|
November 23, 2023
|
|
Subtract from a string (str -= x) as shortcut for str.replace(x, "")
|
|
13
|
7327
|
August 4, 2023
|
|
Ability to modify python types by simple class declaration
|
|
14
|
1894
|
July 31, 2023
|
|
Add ability to define literal prefixes in classes
|
|
3
|
1062
|
July 24, 2023
|
|
Super() call with no arguments
|
|
3
|
3596
|
May 6, 2023
|
|
__super__ and super()
|
|
3
|
1680
|
March 10, 2023
|
|
Let int accept scientific notation strings
|
|
67
|
8189
|
February 23, 2023
|
|
Why using readline() for default iterator when open file in binary mode?
|
|
2
|
1136
|
December 14, 2022
|
|
More similarity between exec() and eval()
|
|
8
|
1776
|
December 7, 2022
|