About the Ideas category
|
|
9
|
4327
|
October 31, 2024
|
csv.QUOTE_STRINGS should be able to read what it has written
|
|
0
|
11
|
May 7, 2025
|
Pre-PEP: d-string / Dedented Multiline Strings with Optional Language Hinting
|
|
12
|
173
|
May 7, 2025
|
Addition: `functools.argorder`
|
|
17
|
541
|
May 7, 2025
|
%-style formatting method
|
|
38
|
566
|
May 7, 2025
|
Lazy evaluation of expressions
|
|
21
|
376
|
May 7, 2025
|
Template strings variant where expressions are not evaluated
|
|
19
|
297
|
May 6, 2025
|
Make max heap functions public in heapq
|
|
15
|
7003
|
May 6, 2025
|
Conditional collection literals
|
|
21
|
607
|
May 6, 2025
|
Builtins.lazy for lazy arguments
|
|
87
|
758
|
May 6, 2025
|
`open()`able objects
|
|
16
|
433
|
May 5, 2025
|
Allow / and * (in function signatures) even where they have no effect
|
|
19
|
624
|
May 4, 2025
|
Proposal: add \z as a synonym for \Z in Python REs for standardization
|
|
20
|
417
|
May 3, 2025
|
PEP 750: Please add Template.join()
|
|
32
|
647
|
May 2, 2025
|
Improving the Turtle library
|
|
20
|
1887
|
May 2, 2025
|
Accessibility of multilingual content with mixed translation
|
|
9
|
423
|
May 2, 2025
|
Please add Template.split()
|
|
3
|
213
|
May 1, 2025
|
PEP 750: disallow str + Template
|
|
10
|
424
|
May 1, 2025
|
Error Messages for methods
|
|
5
|
353
|
April 30, 2025
|
Simpler alternative for next(iter(x))
|
|
30
|
1514
|
April 29, 2025
|
Deprecate str % format operator
|
|
82
|
2077
|
April 29, 2025
|
Snargs : triple-star packing/unpacking of self-named arguments (and alternative to PEP 736)
|
|
48
|
1079
|
April 29, 2025
|
Unpacking generalization for dict assignment with type conversion/data normalization
|
|
12
|
737
|
April 29, 2025
|
Renaming datetime.datetime to datetime.DateTime
|
|
75
|
7478
|
April 28, 2025
|
Ast library - reading the statements in an ordered manner
|
|
7
|
266
|
April 24, 2025
|
Delayed module execution (again)
|
|
7
|
357
|
April 24, 2025
|
Move dataclasses.MISSING into functools for general use by Python developers
|
|
3
|
173
|
April 24, 2025
|
Prefer Buffer Protocol over __bytes__ in functions taking a "bytes like"
|
|
2
|
187
|
April 23, 2025
|
__str__ attributes for basic python object should be agnostic
|
|
8
|
302
|
April 23, 2025
|
Proposal: Reactive (event-based) Python
|
|
20
|
615
|
April 23, 2025
|