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