|
PEP 718: subscriptable functions
|
|
102
|
13368
|
April 28, 2026
|
|
Cross-language method suggestions for AttributeError
|
|
15
|
656
|
March 25, 2026
|
|
`range()` with optional inclusive `stop`
|
|
23
|
916
|
March 17, 2026
|
|
PEP 814: Add frozendict built-in type
|
|
136
|
11178
|
March 7, 2026
|
|
Add value factory parameter to `dict.fromkeys` to enable use with mutable values
|
|
22
|
620
|
February 12, 2026
|
|
Proposal for a built-in average() function
|
|
7
|
402
|
January 20, 2026
|
|
Extending open() to accept custom RawIOBase, BufferedIOBase, and TextIOBase classes
|
|
2
|
248
|
November 15, 2025
|
|
Additional struct packed byte type: 24-bit
|
|
0
|
176
|
November 13, 2025
|
|
Allow to pass defaults when defining NamedTuple dynamically
|
|
6
|
387
|
October 22, 2025
|
|
Better random algo than the built-in Random() function?
|
|
9
|
5629
|
August 3, 2025
|
|
Why is "del s[i]" not mentioned under "Mutable Sequence Types"?
|
|
3
|
372
|
May 27, 2025
|
|
Allow `open()` to create non-existent directories in write mode
|
|
5
|
33758
|
March 5, 2025
|
|
Are Import in classes not working when c implementation available?
|
|
15
|
266
|
February 15, 2025
|
|
An average function builtin?
|
|
29
|
2670
|
September 6, 2024
|
|
Inconsistent/undocumented list extension behaviour
|
|
31
|
770
|
October 12, 2024
|
|
Making functions subscriptable at runtime
|
|
34
|
4506
|
June 20, 2024
|
|
XOR operator between bytes
|
|
13
|
7520
|
May 14, 2024
|
|
Shorthand dict literal initialization
|
|
11
|
2076
|
February 26, 2024
|
|
Complex numbers inconsistency
|
|
3
|
382
|
January 18, 2024
|
|
Add `key` argument to `tuple.index()`
|
|
18
|
1163
|
January 7, 2024
|
|
Dictionary get method eager execution
|
|
6
|
1643
|
December 11, 2023
|
|
Enhance builtin iterables like list, range with async methods like __aiter__, __anext__,
|
|
13
|
7749
|
November 23, 2023
|
|
Subtract from a string (str -= x) as shortcut for str.replace(x, "")
|
|
13
|
7227
|
August 4, 2023
|
|
Ability to modify python types by simple class declaration
|
|
14
|
1825
|
July 31, 2023
|
|
Add ability to define literal prefixes in classes
|
|
4
|
1040
|
July 24, 2023
|
|
Super() call with no arguments
|
|
3
|
3581
|
May 6, 2023
|
|
__super__ and super()
|
|
3
|
1647
|
March 10, 2023
|
|
Let int accept scientific notation strings
|
|
68
|
8056
|
February 23, 2023
|
|
Why using readline() for default iterator when open file in binary mode?
|
|
2
|
1106
|
December 14, 2022
|
|
More similarity between exec() and eval()
|
|
8
|
1740
|
December 7, 2022
|