|
Should `shlex.quote` be changed to not return `"''"` for falsey non-`str` data
|
|
12
|
568
|
May 2, 2026
|
|
Add size and offset parameters to method .read_bytes() of class pathlib.Path
|
|
0
|
163
|
April 30, 2026
|
|
Adding a `module=` keyword argument to `typing.TypeAliasType`
|
|
4
|
362
|
April 30, 2026
|
|
Nested dataclasses: reducing structural boilerplate
|
|
15
|
1166
|
April 29, 2026
|
|
Decorators for support for developers tool within function
|
|
14
|
469
|
April 29, 2026
|
|
Importer: provide a specialisation point for handling new file extensions
|
|
12
|
509
|
April 29, 2026
|
|
Syntax highlighting for dis module
|
|
20
|
1200
|
April 27, 2026
|
|
Simplify datetime calculation
|
|
11
|
971
|
April 24, 2026
|
|
Pure C structured traceback
|
|
8
|
663
|
April 23, 2026
|
|
Faster float / string conversion (Ryu)
|
|
31
|
7559
|
April 19, 2026
|
|
Slice Views for Python Sequences
|
|
33
|
1876
|
April 16, 2026
|
|
Tkinter: don't deallocate images that are in use
|
|
4
|
257
|
April 16, 2026
|
|
Adding support for Linux IMA (Integrity Measurement Architecture) and Linux executability secure bits
|
|
0
|
222
|
April 14, 2026
|
|
Asyncio without function colouring
|
|
56
|
1867
|
April 14, 2026
|
|
Allow a, b += 1, 1 among other shorthand
|
|
5
|
525
|
April 13, 2026
|
|
Recommend against (or for?) pathlib.Path.open
|
|
11
|
895
|
April 13, 2026
|
|
Adding parameters to math.comb and math.perm to accept signed inputs
|
|
16
|
504
|
April 11, 2026
|
|
zlib.Decompress should have an attribute to tell if output is available
|
|
0
|
130
|
April 8, 2026
|
|
Input() prompt doesn't always go to stdout
|
|
20
|
963
|
April 7, 2026
|
|
BehaviorEnum: an Enum subclass that bundles a value with a callable - stdlib candidate?
|
|
27
|
1096
|
April 6, 2026
|
|
Prevent open(2)ing of `.pth` files during startup
|
|
11
|
713
|
April 6, 2026
|
|
Allow default as kwarg in dict.get()
|
|
3
|
316
|
April 5, 2026
|
|
_lru_cache_wrapper should be optimized for argument-less functions
|
|
19
|
753
|
April 5, 2026
|
|
Introduce macro `Py_NOEXCEPT`
|
|
2
|
204
|
April 4, 2026
|
|
Cheatsheet in python help (especially for number formatting specification language)
|
|
0
|
128
|
April 3, 2026
|
|
Simplified Dynamic Import API
|
|
4
|
248
|
April 2, 2026
|
|
Adding level control to pretty-print in json
|
|
13
|
659
|
April 1, 2026
|
|
Add bfloat16 support to struct
|
|
68
|
1438
|
April 1, 2026
|
|
Add asyncio.sleep_forever() in some form
|
|
14
|
914
|
April 1, 2026
|
|
Proposal to Add an Optional Inclusive Parameter to Python’s range() Function
|
|
1
|
241
|
April 1, 2026
|