Inconsistent/undocumented list extension behaviour
|
|
18
|
311
|
October 9, 2024
|
An average function builtin?
|
|
29
|
661
|
September 6, 2024
|
Making functions subscriptable at runtime
|
|
34
|
3864
|
June 20, 2024
|
XOR operator between bytes
|
|
13
|
5159
|
May 14, 2024
|
PEP 718: subscriptable functions
|
|
42
|
6242
|
February 29, 2024
|
Shorthand dict literal initialization
|
|
11
|
1588
|
February 26, 2024
|
Complex numbers inconsistency
|
|
3
|
295
|
January 18, 2024
|
Add `key` argument to `tuple.index()`
|
|
18
|
922
|
January 7, 2024
|
Dictionary get method eager execution
|
|
6
|
1155
|
December 11, 2023
|
Enhance builtin iterables like list, range with async methods like __aiter__, __anext__,
|
|
13
|
5685
|
November 23, 2023
|
Subtract from a string (str -= x) as shortcut for str.replace(x, "")
|
|
13
|
4721
|
August 4, 2023
|
Ability to modify python types by simple class declaration
|
|
14
|
1549
|
July 31, 2023
|
Add ability to define literal prefixes in classes
|
|
4
|
826
|
July 24, 2023
|
Super() call with no arguments
|
|
3
|
3002
|
May 6, 2023
|
__super__ and super()
|
|
3
|
1103
|
March 10, 2023
|
Let int accept scientific notation strings
|
|
68
|
6774
|
February 23, 2023
|
Why using readline() for default iterator when open file in binary mode?
|
|
2
|
918
|
December 14, 2022
|
More similarity between exec() and eval()
|
|
8
|
1533
|
December 7, 2022
|
PEP 585 extension: allowing builtin containers specified with shorthands
|
|
6
|
1223
|
August 22, 2022
|
Allow `open()` to create non-existent directories in write mode
|
|
3
|
26220
|
June 1, 2022
|
Better random algo than the built-in Random() function?
|
|
8
|
3942
|
February 13, 2022
|
Add a `find()` builtin function
|
|
5
|
804
|
February 11, 2022
|