Add a Stopwatch class to the timeit module
|
|
5
|
267
|
September 1, 2024
|
Proposal to Add a datetimewalker Function to the datetime Module
|
|
7
|
227
|
August 31, 2024
|
Defining a symbolic syntax for referring to assignment targets
|
|
48
|
913
|
August 30, 2024
|
Async eagerness as a context variable
|
|
0
|
115
|
August 30, 2024
|
@invoke built-in Decorator for Immediately Invoked Function (IIF) Ability
|
|
31
|
1007
|
August 28, 2024
|
Add support for brackets as quotechar in CSV files
|
|
5
|
204
|
August 28, 2024
|
Why does csv.field_size_limit(new_limit) returns old_limit
|
|
4
|
88
|
August 27, 2024
|
Make Python IDLE's icon simpler
|
|
17
|
1443
|
August 26, 2024
|
Standardized Interface for Configuration Management in Python
|
|
6
|
400
|
August 26, 2024
|
Suggestion: add "end" as a keyword for marking end of blocks
|
|
34
|
2507
|
August 26, 2024
|
Add cross-platform user directories to pathlib/standard library
|
|
24
|
1737
|
August 26, 2024
|
Add `python -m sysconfig --json` option
|
|
10
|
170
|
August 26, 2024
|
Add a built-in equivalent of C's `getch()`
|
|
17
|
437
|
August 25, 2024
|
Add more color conversions to colorsys module (at least CIELAB, maybe also CIEXYZ)
|
|
7
|
253
|
August 25, 2024
|
Add 2-state (boolean) asyncio synchronization primitive
|
|
8
|
191
|
August 24, 2024
|
Add a pager module to the standard library
|
|
16
|
213
|
August 23, 2024
|
Making it simpler to gracefully exit threads
|
|
11
|
11726
|
August 23, 2024
|
Feature Suggestion - Assign match case result to a variable
|
|
12
|
5310
|
August 21, 2024
|
`yield from` in async functions
|
|
11
|
3441
|
August 20, 2024
|
Concurrent file opening on Windows (multi threads or multi processes)
|
|
15
|
292
|
August 19, 2024
|
Namespace support in pypi
|
|
52
|
18210
|
August 18, 2024
|
Add new synchronization primitives to asyncio
|
|
8
|
288
|
August 18, 2024
|
Add `index: bool` keyword to `min`, `max`, `sorted`
|
|
96
|
850
|
August 18, 2024
|
Require C17 compiler to build CPython?
|
|
13
|
575
|
August 18, 2024
|
Passing anonymous functions as the last positional argument
|
|
90
|
1495
|
August 15, 2024
|
Uniform Function Call Syntax (UFCS)
|
|
29
|
675
|
August 15, 2024
|
Adding a simple way to create string prefixes
|
|
4
|
358
|
August 15, 2024
|
Reduce metaclass conflicts with less eager proclamation, automatic metaclass merges
|
|
19
|
1716
|
August 15, 2024
|
Allowing structural pattern matching to find things in the middle of lists
|
|
14
|
377
|
August 14, 2024
|
Allow `python -m json` to work (in addition to `python -m json.tool`)
|
|
4
|
455
|
August 13, 2024
|