|
Add "end" as a keyword for marking end of blocks
|
|
54
|
4850
|
May 8, 2026
|
|
'äöü'.casefold() should return 'aeoeue'
|
|
7
|
576
|
May 6, 2026
|
|
'ß'.upper() should return 'ẞ' instead of 'SS'
|
|
10
|
791
|
May 6, 2026
|
|
Disable obviously recursive auditing?
|
|
1
|
213
|
May 6, 2026
|
|
Functools.track_stats decorator for lightweight performance monitoring
|
|
12
|
493
|
May 4, 2026
|
|
The variable injection in packaging time
|
|
2
|
200
|
May 4, 2026
|
|
Add Edit in External Editor to PyREPL (Ctrl+X Ctrl+E)
|
|
1
|
176
|
May 4, 2026
|
|
Proposal: Native Runtime Execution Mapping for Python Development
|
|
6
|
458
|
May 3, 2026
|
|
Should `shlex.quote` be changed to not return `"''"` for falsey non-`str` data
|
|
12
|
588
|
May 2, 2026
|
|
Add size and offset parameters to method .read_bytes() of class pathlib.Path
|
|
0
|
166
|
April 30, 2026
|
|
Adding a `module=` keyword argument to `typing.TypeAliasType`
|
|
4
|
371
|
April 30, 2026
|
|
Nested dataclasses: reducing structural boilerplate
|
|
15
|
1208
|
April 29, 2026
|
|
Decorators for support for developers tool within function
|
|
14
|
488
|
April 29, 2026
|
|
Importer: provide a specialisation point for handling new file extensions
|
|
12
|
524
|
April 29, 2026
|
|
Syntax highlighting for dis module
|
|
20
|
1224
|
April 27, 2026
|
|
Simplify datetime calculation
|
|
11
|
990
|
April 24, 2026
|
|
Pure C structured traceback
|
|
8
|
668
|
April 23, 2026
|
|
Faster float / string conversion (Ryu)
|
|
31
|
7612
|
April 19, 2026
|
|
Slice Views for Python Sequences
|
|
33
|
1900
|
April 16, 2026
|
|
Tkinter: don't deallocate images that are in use
|
|
4
|
260
|
April 16, 2026
|
|
Adding support for Linux IMA (Integrity Measurement Architecture) and Linux executability secure bits
|
|
0
|
224
|
April 14, 2026
|
|
Asyncio without function colouring
|
|
56
|
1949
|
April 14, 2026
|
|
Allow a, b += 1, 1 among other shorthand
|
|
5
|
532
|
April 13, 2026
|
|
Recommend against (or for?) pathlib.Path.open
|
|
11
|
923
|
April 13, 2026
|
|
Adding parameters to math.comb and math.perm to accept signed inputs
|
|
16
|
524
|
April 11, 2026
|
|
zlib.Decompress should have an attribute to tell if output is available
|
|
0
|
132
|
April 8, 2026
|
|
Input() prompt doesn't always go to stdout
|
|
20
|
988
|
April 7, 2026
|
|
BehaviorEnum: an Enum subclass that bundles a value with a callable - stdlib candidate?
|
|
27
|
1153
|
April 6, 2026
|
|
Prevent open(2)ing of `.pth` files during startup
|
|
11
|
733
|
April 6, 2026
|
|
Allow default as kwarg in dict.get()
|
|
3
|
319
|
April 5, 2026
|