|
Alternative Syntax for Attribute Access
|
|
18
|
1729
|
May 26, 2026
|
|
Per-file default print settings
|
|
10
|
507
|
May 25, 2026
|
|
Add a High-Level Frame Hook API to CPython
|
|
9
|
1072
|
May 25, 2026
|
|
Expose special method lookup at Python level
|
|
13
|
1076
|
May 24, 2026
|
|
Generalized ptr_wise_atomic_{memmove,memcpy} as part of public API
|
|
7
|
355
|
May 24, 2026
|
|
Add decorator for script entry point
|
|
62
|
1739
|
July 21, 2026
|
|
Add symmetric difference to collections.Counter
|
|
13
|
939
|
May 22, 2026
|
|
Faster float-to-string conversions
|
|
15
|
1072
|
May 22, 2026
|
|
`raise` as a function
|
|
20
|
1678
|
May 21, 2026
|
|
Pre-PEP discussion: typing.tool + inspect.tool_schema(), close the Zod gap for Python agent dev
|
|
7
|
524
|
May 20, 2026
|
|
Encode `str` (utf-8 uncodeobject) without a copy
|
|
4
|
603
|
May 18, 2026
|
|
Pidfd_getfd() syscall
|
|
2
|
294
|
May 18, 2026
|
|
Security and usability improvement for webbrowser.open() on macOS: Replace osascript with /usr/bin/open
|
|
9
|
610
|
May 16, 2026
|
|
Allow closure in type slot
|
|
0
|
162
|
May 16, 2026
|
|
Expose SQLite's `sqlite3_recover` API in `sqlite3`?
|
|
3
|
284
|
May 13, 2026
|
|
Add `with_notes` method to exception classes
|
|
13
|
637
|
May 13, 2026
|
|
Make the gettext functions accept a localedir of type Traversable
|
|
1
|
212
|
May 12, 2026
|
|
Update supported auth mechanisms for IMAP and SMTP for standards compliance
|
|
4
|
363
|
May 10, 2026
|
|
Add "end" as a keyword for marking end of blocks
|
|
54
|
4975
|
May 8, 2026
|
|
'äöü'.casefold() should return 'aeoeue'
|
|
7
|
599
|
May 6, 2026
|
|
'ß'.upper() should return 'ẞ' instead of 'SS'
|
|
10
|
817
|
May 6, 2026
|
|
Disable obviously recursive auditing?
|
|
1
|
229
|
May 6, 2026
|
|
Functools.track_stats decorator for lightweight performance monitoring
|
|
12
|
512
|
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
|
190
|
May 4, 2026
|
|
Proposal: Native Runtime Execution Mapping for Python Development
|
|
6
|
469
|
May 3, 2026
|
|
Should `shlex.quote` be changed to not return `"''"` for falsey non-`str` data
|
|
12
|
597
|
May 2, 2026
|
|
Add size and offset parameters to method .read_bytes() of class pathlib.Path
|
|
0
|
173
|
April 30, 2026
|
|
Adding a `module=` keyword argument to `typing.TypeAliasType`
|
|
4
|
393
|
April 30, 2026
|
|
Nested dataclasses: reducing structural boilerplate
|
|
15
|
1281
|
April 29, 2026
|