|
Simplify datetime calculation
|
|
11
|
959
|
April 24, 2026
|
|
Pure C structured traceback
|
|
8
|
653
|
April 23, 2026
|
|
Faster float / string conversion (Ryu)
|
|
31
|
7535
|
April 19, 2026
|
|
Slice Views for Python Sequences
|
|
33
|
1849
|
April 16, 2026
|
|
Tkinter: don't deallocate images that are in use
|
|
4
|
246
|
April 16, 2026
|
|
Adding support for Linux IMA (Integrity Measurement Architecture) and Linux executability secure bits
|
|
0
|
214
|
April 14, 2026
|
|
Asyncio without function colouring
|
|
56
|
1796
|
April 14, 2026
|
|
Allow a, b += 1, 1 among other shorthand
|
|
5
|
517
|
April 13, 2026
|
|
Recommend against (or for?) pathlib.Path.open
|
|
11
|
877
|
April 13, 2026
|
|
Adding parameters to math.comb and math.perm to accept signed inputs
|
|
16
|
473
|
April 11, 2026
|
|
zlib.Decompress should have an attribute to tell if output is available
|
|
0
|
124
|
April 8, 2026
|
|
Input() prompt doesn't always go to stdout
|
|
20
|
926
|
April 7, 2026
|
|
BehaviorEnum: an Enum subclass that bundles a value with a callable - stdlib candidate?
|
|
27
|
1052
|
April 6, 2026
|
|
Prevent open(2)ing of `.pth` files during startup
|
|
11
|
684
|
April 6, 2026
|
|
Allow default as kwarg in dict.get()
|
|
3
|
313
|
April 5, 2026
|
|
_lru_cache_wrapper should be optimized for argument-less functions
|
|
19
|
731
|
April 5, 2026
|
|
Introduce macro `Py_NOEXCEPT`
|
|
2
|
197
|
April 4, 2026
|
|
Cheatsheet in python help (especially for number formatting specification language)
|
|
0
|
125
|
April 3, 2026
|
|
Simplified Dynamic Import API
|
|
4
|
237
|
April 2, 2026
|
|
Adding level control to pretty-print in json
|
|
13
|
642
|
April 1, 2026
|
|
Add bfloat16 support to struct
|
|
68
|
1379
|
April 1, 2026
|
|
Add asyncio.sleep_forever() in some form
|
|
14
|
887
|
April 1, 2026
|
|
Proposal to Add an Optional Inclusive Parameter to Python’s range() Function
|
|
2
|
233
|
April 1, 2026
|
|
Str.split: allow grouping separators under an optional parameter
|
|
4
|
401
|
March 30, 2026
|
|
Support Forward Declarations
|
|
40
|
1638
|
March 29, 2026
|
|
Adding vi mode to pyrepl
|
|
15
|
833
|
March 28, 2026
|
|
Should `collections.abc.MutableMapping` implement `__ior__` as a mixin?
|
|
10
|
424
|
March 27, 2026
|
|
Add a module for monitoring GC statistics
|
|
0
|
219
|
March 26, 2026
|
|
Add `array_hook` to Json-decoder options
|
|
3
|
324
|
March 26, 2026
|
|
Cross-language method suggestions for AttributeError
|
|
15
|
742
|
March 25, 2026
|