|
Unittest: ignore test cases that are also ABC
|
|
26
|
1455
|
June 17, 2026
|
|
Add json.ExtendedEncoder to the standard library for common types (datetime, UUID, Decimal, set)
|
|
39
|
1270
|
June 16, 2026
|
|
Adding level control to pretty-print in json
|
|
15
|
881
|
June 16, 2026
|
|
Could the reduce protocol offer a self-describing "irreducible" signal, instead of consumers maintaining a hardcoded atomic-type table?
|
|
7
|
364
|
June 14, 2026
|
|
Fcntl module: Provide equivalents to linux' asm-generic/ioctl.h macros for ioctl's ioc argument
|
|
0
|
111
|
June 14, 2026
|
|
Add --env-file flag to the Python CLI
|
|
29
|
908
|
June 11, 2026
|
|
Raise an error when entering an AsyncExitStack without a context?
|
|
15
|
480
|
June 11, 2026
|
|
Improve SyntaxError message for `match`
|
|
8
|
413
|
June 9, 2026
|
|
Add appendright() and popright() aliases to collections.deque
|
|
9
|
480
|
June 8, 2026
|
|
Don’t allow empty regex pattern
|
|
23
|
869
|
June 7, 2026
|
|
Add a process-exit callback to subprocess.Popen
|
|
8
|
336
|
June 6, 2026
|
|
Argparse: Add `subnamespace` flag to allow nested `Namespace`s
|
|
3
|
495
|
June 5, 2026
|
|
Add a mixin class to allow module constants with custom repr and docstrings
|
|
26
|
774
|
June 5, 2026
|
|
Add 'half turns' functions (cospi et al) to math module following C23 & IEEE754-2019
|
|
22
|
1096
|
June 5, 2026
|
|
Getting generator return values with natural for loop syntax
|
|
29
|
4532
|
June 4, 2026
|
|
I made some improvement for IDLE, can I contribute to idlelib library in Python project? #
|
|
9
|
1323
|
June 3, 2026
|
|
Division with different rounding
|
|
5
|
464
|
June 2, 2026
|
|
Better error messages when using operators on `super()` objects
|
|
0
|
186
|
June 2, 2026
|
|
Greater sanitizer support in CI?
|
|
5
|
647
|
June 1, 2026
|
|
Integer ceiling divide
|
|
32
|
2361
|
June 1, 2026
|
|
Basic Syntax Layer and Syntax Transformation
|
|
11
|
962
|
June 1, 2026
|
|
None-coalescing operator and null‑coalescing assignment
|
|
64
|
1754
|
May 31, 2026
|
|
Standardized Reflection Objects for Python Callables
|
|
2
|
307
|
May 31, 2026
|
|
More detailed wheel tags on Windows platform regarding MSVC / MinGW differences
|
|
12
|
296
|
May 30, 2026
|
|
Adding a method caching decorator to functools
|
|
50
|
2162
|
May 29, 2026
|
|
Adding Median Absolute Deviation (MAD) to statistics
|
|
4
|
356
|
May 29, 2026
|
|
Allow FrameType to be instantiated
|
|
11
|
588
|
May 28, 2026
|
|
Adding support for a subset of ISO 8601 durations in the `datetime` module
|
|
14
|
677
|
May 26, 2026
|
|
Alternative Syntax for Attribute Access
|
|
18
|
1728
|
May 26, 2026
|
|
Per-file default print settings
|
|
10
|
506
|
May 25, 2026
|