PEP 718: subscriptable functions
|
|
22
|
2136
|
August 14, 2023
|
Subtract from a string (str -= x) as shortcut for str.replace(x, "")
|
|
13
|
316
|
August 4, 2023
|
Ability to modify python types by simple class declaration
|
|
14
|
922
|
July 31, 2023
|
Add ability to define literal prefixes in classes
|
|
4
|
342
|
July 24, 2023
|
Making functions subscriptable at runtime
|
|
33
|
1705
|
June 23, 2023
|
Super() call with no arguments
|
|
3
|
760
|
May 6, 2023
|
__super__ and super()
|
|
3
|
365
|
March 10, 2023
|
Let int accept scientific notation strings
|
|
68
|
2847
|
February 23, 2023
|
Enhance builtin iterables like list, range with async methods like __aiter__, __anext__,
|
|
12
|
1879
|
February 1, 2023
|
Why using readline() for default iterator when open file in binary mode?
|
|
2
|
475
|
December 14, 2022
|
More similarity between exec() and eval()
|
|
8
|
764
|
December 7, 2022
|
PEP 585 extension: allowing builtin containers specified with shorthands
|
|
6
|
841
|
August 22, 2022
|
XOR operand between bytes
|
|
11
|
3086
|
August 4, 2022
|
Allow `open()` to create non-existent directories in write mode
|
|
3
|
5280
|
June 1, 2022
|
Better random algo than the built-in Random() function?
|
|
8
|
1406
|
February 13, 2022
|
Add a `find()` builtin function
|
|
5
|
529
|
February 11, 2022
|