|
Additional struct packed byte type: 24-bit
|
|
0
|
63
|
November 13, 2025
|
|
PEP 718: subscriptable functions
|
|
88
|
10786
|
November 13, 2025
|
|
Allow to pass defaults when defining NamedTuple dynamically
|
|
6
|
274
|
October 22, 2025
|
|
Better random algo than the built-in Random() function?
|
|
9
|
5259
|
August 3, 2025
|
|
Why is "del s[i]" not mentioned under "Mutable Sequence Types"?
|
|
3
|
336
|
May 27, 2025
|
|
Allow `open()` to create non-existent directories in write mode
|
|
5
|
32614
|
March 5, 2025
|
|
Are Import in classes not working when c implementation available?
|
|
15
|
139
|
February 15, 2025
|
|
An average function builtin?
|
|
29
|
1980
|
September 6, 2024
|
|
Inconsistent/undocumented list extension behaviour
|
|
31
|
602
|
October 12, 2024
|
|
Making functions subscriptable at runtime
|
|
34
|
4188
|
June 20, 2024
|
|
XOR operator between bytes
|
|
13
|
6915
|
May 14, 2024
|
|
Shorthand dict literal initialization
|
|
11
|
1900
|
February 26, 2024
|
|
Complex numbers inconsistency
|
|
3
|
337
|
January 18, 2024
|
|
Add `key` argument to `tuple.index()`
|
|
18
|
1024
|
January 7, 2024
|
|
Dictionary get method eager execution
|
|
6
|
1538
|
December 11, 2023
|
|
Enhance builtin iterables like list, range with async methods like __aiter__, __anext__,
|
|
13
|
7368
|
November 23, 2023
|
|
Subtract from a string (str -= x) as shortcut for str.replace(x, "")
|
|
13
|
6664
|
August 4, 2023
|
|
Ability to modify python types by simple class declaration
|
|
14
|
1678
|
July 31, 2023
|
|
Add ability to define literal prefixes in classes
|
|
4
|
968
|
July 24, 2023
|
|
Super() call with no arguments
|
|
3
|
3486
|
May 6, 2023
|
|
__super__ and super()
|
|
3
|
1496
|
March 10, 2023
|
|
Let int accept scientific notation strings
|
|
68
|
7463
|
February 23, 2023
|
|
Why using readline() for default iterator when open file in binary mode?
|
|
2
|
1046
|
December 14, 2022
|
|
More similarity between exec() and eval()
|
|
8
|
1659
|
December 7, 2022
|
|
PEP 585 extension: allowing builtin containers specified with shorthands
|
|
6
|
1260
|
August 22, 2022
|
|
Add a `find()` builtin function
|
|
5
|
836
|
February 11, 2022
|