|
Rename, alias, and deprecate timedelta part attributes
|
|
24
|
1449
|
February 28, 2026
|
|
Allow to set process specific defaults for `open(..., newline=, encoding=, ...)`
|
|
9
|
509
|
February 27, 2026
|
|
Improvement on current `difflib.SequenceMatcher` algorithm
|
|
0
|
190
|
February 19, 2026
|
|
Try With Resources — Elegant Handling of Exceptions In Context Managers
|
|
10
|
3000
|
February 19, 2026
|
|
`seqtools` (`alglib` / `seqlib`)
|
|
27
|
1343
|
February 18, 2026
|
|
C API: `PyArg_Parse` to a C `bool` (`<stdbool.h>`)
|
|
8
|
348
|
February 18, 2026
|
|
Exponentiating functions implements nested calls
|
|
10
|
346
|
February 17, 2026
|
|
Add a URL builder class to urllib
|
|
7
|
619
|
February 17, 2026
|
|
Add format zstdzip to shutil.make_archive
|
|
3
|
224
|
February 16, 2026
|
|
Turtle - make it possible to tilt image shape
|
|
2
|
530
|
February 14, 2026
|
|
Include `math.sign`
|
|
478
|
14356
|
February 13, 2026
|
|
Overcome *PoolExecutor class dangers
|
|
3
|
304
|
February 12, 2026
|
|
Add value factory parameter to `dict.fromkeys` to enable use with mutable values
|
|
22
|
812
|
February 12, 2026
|
|
Adding a low level wait for file descriptor
|
|
2
|
648
|
February 12, 2026
|
|
SyntaxWarning for await a unawaitable literal
|
|
15
|
533
|
February 11, 2026
|
|
Add binary search tree to collections
|
|
21
|
1000
|
February 11, 2026
|
|
Function alias proposal
|
|
13
|
932
|
February 9, 2026
|
|
Preserve unpacked `extra` in LogRecord
|
|
18
|
4227
|
February 8, 2026
|
|
Can we make asyncio event.wait with timeout atomic?
|
|
2
|
248
|
February 7, 2026
|
|
Error-prone naming: asyncio.timeout vs asyncio.Timeout
|
|
3
|
560
|
February 7, 2026
|
|
Exhausted iterator evaluate as False
|
|
35
|
1268
|
February 6, 2026
|
|
Add os.junction & pathlib.Path.junction_to
|
|
14
|
1262
|
February 5, 2026
|
|
Contexts for floating-point math?
|
|
37
|
1476
|
February 4, 2026
|
|
Optional imports for optional dependencies
|
|
35
|
2679
|
February 4, 2026
|
|
Helper function for requiring optional dependencies
|
|
1
|
186
|
February 4, 2026
|
|
Modify `json.load` and `json.dump` to accept a `pathlib.Path` object
|
|
4
|
840
|
January 30, 2026
|
|
Unpack timedelta and datetime
|
|
10
|
667
|
January 29, 2026
|
|
Revisiting inline type annotations for multiple assignment
|
|
10
|
670
|
January 27, 2026
|
|
_io.TextIOWrapper.readlines(keepends=True)
|
|
1
|
201
|
January 27, 2026
|
|
Conditional omission of function arguments at the call site using a bare inline if
|
|
114
|
3401
|
January 24, 2026
|