|
Making `combinations`, `combinations_with_replacement` and `permutations` indexable
|
|
3
|
275
|
June 24, 2026
|
|
Pre-PEP discussion: typing.tool + inspect.tool_schema(), close the Zod gap for Python agent dev
|
|
7
|
517
|
May 20, 2026
|
|
Nested dataclasses: reducing structural boilerplate
|
|
15
|
1260
|
April 29, 2026
|
|
Adding parameters to math.comb and math.perm to accept signed inputs
|
|
16
|
535
|
April 11, 2026
|
|
BehaviorEnum: an Enum subclass that bundles a value with a callable - stdlib candidate?
|
|
27
|
1216
|
April 6, 2026
|
|
Turtle - make it possible to tilt image shape
|
|
2
|
521
|
February 14, 2026
|
|
Enhance time.sleep to accept a datetime.timedelta
|
|
56
|
1665
|
January 24, 2026
|
|
Moving expat version (or symbol) checks from buildtime to runtime
|
|
10
|
1644
|
January 22, 2026
|
|
Clarifying stdout flushing in Python when \\n appears inside a single print() call (C vs CPython behavior)
|
|
0
|
215
|
January 17, 2026
|
|
Status of defusedxml and recommendation in docs
|
|
21
|
7084
|
January 17, 2026
|
|
Add str.tokenize() for basic alphanumeric word tokenization
|
|
25
|
1052
|
January 4, 2026
|
|
Impressive but spooky AI
|
|
34
|
2558
|
December 11, 2025
|
|
Idea: date().end_of_month()
|
|
34
|
2856
|
December 6, 2025
|
|
Additional struct packed byte type: 24-bit
|
|
0
|
235
|
November 13, 2025
|
|
`dataclasses.asdicttype(type)`
|
|
15
|
1117
|
September 26, 2025
|
|
[CSV] Add CSV dialect for RFC 4180
|
|
0
|
275
|
September 18, 2025
|
|
ConfigParser read() should propagate file errors when only one config file is provided
|
|
4
|
414
|
August 25, 2025
|
|
Missing MIME types for Excel Workbooks ('.xlsx') files
|
|
4
|
454
|
July 25, 2025
|
|
Dataclasses and non-dataclasses inheritance
|
|
18
|
2091
|
July 15, 2025
|
|
Adding functions to check the validation of IP address in lib `ipaddress`
|
|
8
|
579
|
June 27, 2025
|
|
smtplib chunked sending
|
|
0
|
173
|
June 26, 2025
|
|
Support IPv6 in http.cookiejar when deciding whether a string is a HDN or a IP addr
|
|
5
|
316
|
June 17, 2025
|
|
Proposal: Add smart chunking utility (like chunked()) to itertools or stdlib
|
|
6
|
445
|
June 8, 2025
|
|
__str__ attributes for basic python object should be agnostic
|
|
8
|
463
|
April 23, 2025
|
|
An extension for argparse - class based API
|
|
11
|
963
|
April 19, 2025
|
|
Dataclasses freezing specific fields should be possible
|
|
3
|
1610
|
March 19, 2025
|
|
Are Import in classes not working when c implementation available?
|
|
15
|
373
|
February 15, 2025
|
|
Expanding lru_cache to allow caching data without a function call
|
|
26
|
951
|
February 7, 2025
|
|
The function unicodedata.normalize() should always return an instance of the built-in str type
|
|
9
|
536
|
February 4, 2025
|
|
RFC 4122/9562: UUID version 7 and 8 implementation
|
|
13
|
6229
|
January 20, 2025
|