An average function builtin?
|
|
29
|
1010
|
September 6, 2024
|
Inconsistent/undocumented list extension behaviour
|
|
31
|
537
|
October 12, 2024
|
Making functions subscriptable at runtime
|
|
34
|
3899
|
June 20, 2024
|
XOR operator between bytes
|
|
13
|
5385
|
May 14, 2024
|
PEP 718: subscriptable functions
|
|
42
|
6295
|
February 29, 2024
|
Shorthand dict literal initialization
|
|
11
|
1632
|
February 26, 2024
|
Complex numbers inconsistency
|
|
3
|
296
|
January 18, 2024
|
Add `key` argument to `tuple.index()`
|
|
18
|
937
|
January 7, 2024
|
Dictionary get method eager execution
|
|
6
|
1225
|
December 11, 2023
|
Enhance builtin iterables like list, range with async methods like __aiter__, __anext__,
|
|
13
|
5887
|
November 23, 2023
|
Subtract from a string (str -= x) as shortcut for str.replace(x, "")
|
|
13
|
4979
|
August 4, 2023
|
Ability to modify python types by simple class declaration
|
|
14
|
1569
|
July 31, 2023
|
Add ability to define literal prefixes in classes
|
|
4
|
845
|
July 24, 2023
|
Super() call with no arguments
|
|
3
|
3087
|
May 6, 2023
|
__super__ and super()
|
|
3
|
1170
|
March 10, 2023
|
Let int accept scientific notation strings
|
|
68
|
6887
|
February 23, 2023
|
Why using readline() for default iterator when open file in binary mode?
|
|
2
|
939
|
December 14, 2022
|
More similarity between exec() and eval()
|
|
8
|
1552
|
December 7, 2022
|
PEP 585 extension: allowing builtin containers specified with shorthands
|
|
6
|
1224
|
August 22, 2022
|
Allow `open()` to create non-existent directories in write mode
|
|
3
|
27236
|
June 1, 2022
|
Better random algo than the built-in Random() function?
|
|
8
|
4114
|
February 13, 2022
|
Add a `find()` builtin function
|
|
5
|
805
|
February 11, 2022
|