Allow logging.handlers.QueueListener to be used as a context manager
|
|
1
|
97
|
April 5, 2025
|
Connecting Asyncio and Tkinter event loops?
|
|
33
|
6893
|
April 5, 2025
|
Backquotes for deferred expression
|
|
222
|
2413
|
April 4, 2025
|
Add zero-copy conversion of `bytearray` to `bytes` by providing `__bytes__()`
|
|
68
|
2180
|
April 4, 2025
|
Make difflib._mdiff() a standard method
|
|
3
|
302
|
April 3, 2025
|
Singledispatch support for PEP-585 generic types
|
|
4
|
247
|
April 2, 2025
|
Builtins.lazy for lazy arguments
|
|
52
|
396
|
March 31, 2025
|
Introduce a __json__ magic method
|
|
27
|
8492
|
March 31, 2025
|
Convert SIGTERM to an exception by default?
|
|
18
|
513
|
March 30, 2025
|
File path support for pickle.dump and pickle.load
|
|
4
|
1614
|
March 30, 2025
|
Deprecating the direct use of str internals, e.g. PyASCIIObject, PyCompactUnicodeObject, PyUnicodeObject structs
|
|
22
|
654
|
March 29, 2025
|
URLLib Join Behavior
|
|
5
|
145
|
March 29, 2025
|
Simpler alternative for next(iter(x))
|
|
22
|
1014
|
March 29, 2025
|
A note to signal.signal() usage
|
|
0
|
115
|
March 29, 2025
|
A way to disable virtual subclassing with ABC classes
|
|
0
|
95
|
March 29, 2025
|
Warnings.showwarning override for a specific class of warning
|
|
2
|
134
|
March 28, 2025
|
Full left and right "separator".join(L)
|
|
7
|
1377
|
March 27, 2025
|
Make pathlib extensible
|
|
218
|
23982
|
March 25, 2025
|
PEP8 and line length
|
|
61
|
2221
|
March 25, 2025
|
UnionType exception handling
|
|
22
|
580
|
March 22, 2025
|
DSL Operator – A different approach to DSLs
|
|
79
|
1306
|
March 22, 2025
|
Design by Contract in Python: proposal for native class invariants
|
|
22
|
758
|
March 21, 2025
|
Make `set.difference` stop early like all other set methods?
|
|
14
|
949
|
March 21, 2025
|
Abstract Base Class for `queue.Queue` and `multiprocessing.Queue`
|
|
31
|
337
|
March 21, 2025
|
Initializer for set, like dict {} and list []
|
|
69
|
1289
|
March 21, 2025
|
Pattern Matching | Add Support for Set Literals
|
|
2
|
200
|
March 21, 2025
|
CLI for datetime module
|
|
5
|
360
|
March 20, 2025
|
Format specifier for pretty printing
|
|
5
|
168
|
March 20, 2025
|
Dataclasses freezing specific fields should be possible
|
|
3
|
764
|
March 19, 2025
|
Singletonobject.c and unification of `singletons` and `singlenels`
|
|
13
|
468
|
March 18, 2025
|