About the Ideas category
|
|
7
|
3811
|
March 9, 2023
|
Allow `min()` and `max()` to return both the key and value
|
|
21
|
395
|
September 11, 2024
|
Allow defaultdict factory function to optionally accept input key for dynamic defaults
|
|
9
|
1613
|
September 11, 2024
|
Replacement for `else` keyword in `try-else` (for ex. `noexcept` or `not except`)
|
|
26
|
836
|
September 11, 2024
|
Significantly improve `shutil.copytree`?
|
|
19
|
861
|
September 11, 2024
|
Revise true division for ints? Lets return (optionally) a Fraction!
|
|
8
|
264
|
September 11, 2024
|
Add to random.shuffle, allowing shuffle of dict key/value pairs
|
|
39
|
359
|
September 11, 2024
|
Add a minimal CLI functionality to urllib.request
|
|
18
|
317
|
September 11, 2024
|
Imaplib.move_messages() command
|
|
0
|
47
|
September 10, 2024
|
Is there a road towards making bool a fully-fledged Boolean type?
|
|
36
|
1083
|
September 10, 2024
|
Literals for Decimal and Fraction
|
|
20
|
163
|
September 10, 2024
|
Make ad-hoc command line execution friendlier with options to import a module and output the value of an expression
|
|
2
|
95
|
September 10, 2024
|
Allow accessing / retrieving the current item of `itertools.count`
|
|
22
|
1102
|
September 9, 2024
|
Mitigating python deprecation message frustrations by improving the design of deprecation message handling
|
|
24
|
643
|
September 7, 2024
|
Running generators in executors asynchronously
|
|
4
|
193
|
September 6, 2024
|
An average function builtin?
|
|
29
|
568
|
September 6, 2024
|
Built-in "default value" function, like NVL(x, y) in SQL
|
|
1
|
121
|
September 5, 2024
|
String API changes
|
|
17
|
318
|
September 5, 2024
|
Make pathlib extensible
|
|
187
|
21425
|
September 5, 2024
|
Freezing data type for parallel access
|
|
19
|
792
|
September 5, 2024
|
Add tuple support to more str functions
|
|
132
|
2259
|
September 5, 2024
|
Struct in python
|
|
7
|
485
|
September 5, 2024
|
Print exception notes - in repr(exc) or otherwise
|
|
1
|
128
|
September 5, 2024
|
Syntax for Generator iterables using angle brackets
|
|
37
|
693
|
September 3, 2024
|
Improving the Turtle library
|
|
8
|
790
|
September 3, 2024
|
Functools.partial extension to support specific positional arguments
|
|
24
|
6252
|
September 3, 2024
|
Adding “finalizer” to the threading library
|
|
19
|
968
|
September 3, 2024
|
Publish Linux installer on python.org
|
|
90
|
3465
|
September 3, 2024
|
JSONDecodeError exception's message - verbose
|
|
17
|
468
|
September 1, 2024
|
Add a New Log Handler: `TimedMovingFileHandler`
|
|
0
|
66
|
September 1, 2024
|