|
Allow closure in type slot
|
|
0
|
164
|
May 16, 2026
|
|
Expose SQLite's `sqlite3_recover` API in `sqlite3`?
|
|
3
|
290
|
May 13, 2026
|
|
Add `with_notes` method to exception classes
|
|
13
|
645
|
May 13, 2026
|
|
Make the gettext functions accept a localedir of type Traversable
|
|
1
|
216
|
May 12, 2026
|
|
Update supported auth mechanisms for IMAP and SMTP for standards compliance
|
|
4
|
371
|
May 10, 2026
|
|
Add "end" as a keyword for marking end of blocks
|
|
54
|
4980
|
May 8, 2026
|
|
'äöü'.casefold() should return 'aeoeue'
|
|
7
|
601
|
May 6, 2026
|
|
'ß'.upper() should return 'ẞ' instead of 'SS'
|
|
10
|
820
|
May 6, 2026
|
|
Disable obviously recursive auditing?
|
|
1
|
231
|
May 6, 2026
|
|
Functools.track_stats decorator for lightweight performance monitoring
|
|
12
|
525
|
May 4, 2026
|
|
The variable injection in packaging time
|
|
2
|
206
|
May 4, 2026
|
|
Add Edit in External Editor to PyREPL (Ctrl+X Ctrl+E)
|
|
1
|
193
|
May 4, 2026
|
|
Proposal: Native Runtime Execution Mapping for Python Development
|
|
6
|
473
|
May 3, 2026
|
|
Should `shlex.quote` be changed to not return `"''"` for falsey non-`str` data
|
|
12
|
603
|
May 2, 2026
|
|
Add size and offset parameters to method .read_bytes() of class pathlib.Path
|
|
0
|
174
|
April 30, 2026
|
|
Adding a `module=` keyword argument to `typing.TypeAliasType`
|
|
4
|
393
|
April 30, 2026
|
|
Nested dataclasses: reducing structural boilerplate
|
|
15
|
1306
|
April 29, 2026
|
|
Decorators for support for developers tool within function
|
|
14
|
513
|
April 29, 2026
|
|
Importer: provide a specialisation point for handling new file extensions
|
|
12
|
554
|
April 29, 2026
|
|
Syntax highlighting for dis module
|
|
20
|
1285
|
April 27, 2026
|
|
Simplify datetime calculation
|
|
11
|
1010
|
April 24, 2026
|
|
Pure C structured traceback
|
|
8
|
694
|
April 23, 2026
|
|
Faster float / string conversion (Ryu)
|
|
31
|
7737
|
April 19, 2026
|
|
Slice Views for Python Sequences
|
|
33
|
1958
|
April 16, 2026
|
|
Tkinter: don't deallocate images that are in use
|
|
4
|
276
|
April 16, 2026
|
|
Adding support for Linux IMA (Integrity Measurement Architecture) and Linux executability secure bits
|
|
0
|
249
|
April 14, 2026
|
|
Asyncio without function colouring
|
|
56
|
2044
|
April 14, 2026
|
|
Allow a, b += 1, 1 among other shorthand
|
|
5
|
561
|
April 13, 2026
|
|
Recommend against (or for?) pathlib.Path.open
|
|
11
|
997
|
April 13, 2026
|
|
Adding parameters to math.comb and math.perm to accept signed inputs
|
|
16
|
555
|
April 11, 2026
|