Why is "del s[i]" not mentioned under "Mutable Sequence Types"?
|
|
1
|
168
|
March 23, 2025
|
Allow `open()` to create non-existent directories in write mode
|
|
5
|
30382
|
March 5, 2025
|
Are Import in classes not working when c implementation available?
|
|
15
|
126
|
February 15, 2025
|
An average function builtin?
|
|
29
|
1406
|
September 6, 2024
|
Inconsistent/undocumented list extension behaviour
|
|
31
|
566
|
October 12, 2024
|
Making functions subscriptable at runtime
|
|
34
|
4017
|
June 20, 2024
|
XOR operator between bytes
|
|
13
|
6227
|
May 14, 2024
|
PEP 718: subscriptable functions
|
|
42
|
6428
|
February 29, 2024
|
Shorthand dict literal initialization
|
|
11
|
1787
|
February 26, 2024
|
Complex numbers inconsistency
|
|
3
|
314
|
January 18, 2024
|
Add `key` argument to `tuple.index()`
|
|
18
|
974
|
January 7, 2024
|
Dictionary get method eager execution
|
|
6
|
1466
|
December 11, 2023
|
Enhance builtin iterables like list, range with async methods like __aiter__, __anext__,
|
|
13
|
6725
|
November 23, 2023
|
Subtract from a string (str -= x) as shortcut for str.replace(x, "")
|
|
13
|
5876
|
August 4, 2023
|
Ability to modify python types by simple class declaration
|
|
14
|
1627
|
July 31, 2023
|
Add ability to define literal prefixes in classes
|
|
4
|
927
|
July 24, 2023
|
Super() call with no arguments
|
|
3
|
3330
|
May 6, 2023
|
__super__ and super()
|
|
3
|
1361
|
March 10, 2023
|
Let int accept scientific notation strings
|
|
68
|
7192
|
February 23, 2023
|
Why using readline() for default iterator when open file in binary mode?
|
|
2
|
1001
|
December 14, 2022
|
More similarity between exec() and eval()
|
|
8
|
1621
|
December 7, 2022
|
PEP 585 extension: allowing builtin containers specified with shorthands
|
|
6
|
1236
|
August 22, 2022
|
Better random algo than the built-in Random() function?
|
|
8
|
4686
|
February 13, 2022
|
Add a `find()` builtin function
|
|
5
|
815
|
February 11, 2022
|