About the Ideas category
|
|
9
|
4250
|
October 31, 2024
|
Make pathlib extensible
|
|
218
|
23806
|
March 25, 2025
|
Buffer protocol and arbitrary (data) types
|
|
12
|
1998
|
March 25, 2025
|
Deprecating the direct use of str internals, e.g. PyASCIIObject, PyCompactUnicodeObject, PyUnicodeObject structs
|
|
21
|
584
|
March 25, 2025
|
PEP8 and line length
|
|
61
|
2068
|
March 25, 2025
|
Implement `precision` format spec for `int` type data
|
|
8
|
377
|
March 25, 2025
|
Simpler alternative for next(iter(x))
|
|
20
|
651
|
March 24, 2025
|
On the case of single-line match statements
|
|
8
|
511
|
March 24, 2025
|
Introduce a __json__ magic method
|
|
23
|
7935
|
March 23, 2025
|
UnionType exception handling
|
|
22
|
550
|
March 22, 2025
|
DSL Operator – A different approach to DSLs
|
|
79
|
1243
|
March 22, 2025
|
Design by Contract in Python: proposal for native class invariants
|
|
22
|
688
|
March 21, 2025
|
Make `set.difference` stop early like all other set methods?
|
|
14
|
930
|
March 21, 2025
|
Abstract Base Class for `queue.Queue` and `multiprocessing.Queue`
|
|
31
|
302
|
March 21, 2025
|
Initializer for set, like dict {} and list []
|
|
69
|
1219
|
March 21, 2025
|
Pattern Matching | Add Support for Set Literals
|
|
2
|
172
|
March 21, 2025
|
CLI for datetime module
|
|
5
|
356
|
March 20, 2025
|
Format specifier for pretty printing
|
|
5
|
152
|
March 20, 2025
|
Add zero-copy conversion of `bytearray` to `bytes` by providing `__bytes__()`
|
|
56
|
1734
|
March 19, 2025
|
Dataclasses freezing specific fields should be possible
|
|
3
|
699
|
March 19, 2025
|
Singletonobject.c and unification of `singletons` and `singlenels`
|
|
13
|
458
|
March 18, 2025
|
Connecting Asyncio and Tkinter event loops?
|
|
31
|
6701
|
March 18, 2025
|
Contextlib.suppress enhancement: an optional callback
|
|
0
|
136
|
March 16, 2025
|
Syntactic sugar to encourage use of named arguments
|
|
300
|
22768
|
March 16, 2025
|
Improving the Turtle library
|
|
17
|
1674
|
March 16, 2025
|
AI-Powered begginer friendly python error messages
|
|
4
|
201
|
March 16, 2025
|
Auto import CLI
|
|
9
|
370
|
March 15, 2025
|
Asserting exact exception instances
|
|
16
|
509
|
March 14, 2025
|
TextIOWrapper probably shouldn't close its stream when GCed
|
|
7
|
180
|
March 13, 2025
|
Negative zero (-0) as a slice index
|
|
50
|
1174
|
March 13, 2025
|