Dprint -- debugged print that is conditioned to global variables/object
|
|
6
|
336
|
June 30, 2025
|
Add a `__len__` and `__getitem__` ABC to `collections.abc`
|
|
13
|
477
|
June 30, 2025
|
Intput() - Shortened int(input())!
|
|
12
|
627
|
June 29, 2025
|
Can __abstractmethods__ be made documented/public?
|
|
1
|
214
|
June 29, 2025
|
Adding functions to check the validation of IP address in lib `ipaddress`
|
|
8
|
263
|
June 27, 2025
|
Module slot for checking ABI compatibility
|
|
8
|
313
|
June 27, 2025
|
Proposal: Implicit self in Python 4.x (reduce boilerplate in instance methods)
|
|
4
|
382
|
June 27, 2025
|
Type-only imports
|
|
5
|
394
|
June 26, 2025
|
smtplib chunked sending
|
|
0
|
84
|
June 26, 2025
|
Any Plans to Make Asyncio & Concurrent.futures Future Object accessible through the C-API?
|
|
0
|
90
|
June 26, 2025
|
Add support for t-strings in the stdlib logging library
|
|
27
|
984
|
June 25, 2025
|
Conditional collection literals
|
|
96
|
1356
|
June 25, 2025
|
Add a modulus argument to math.prod
|
|
10
|
249
|
June 24, 2025
|
Introduce funnel operator i,e '|>' to allow for generator pipelines
|
|
350
|
5996
|
June 24, 2025
|
Enhancing `getattr` to support nested attribute access with dotted strings
|
|
15
|
1400
|
June 23, 2025
|
Suggestion: make ast constructor types accept sequences
|
|
2
|
190
|
June 23, 2025
|
Extension module ABI compatibility check
|
|
3
|
397
|
June 23, 2025
|
Any interest in adding a --cors option to python -m http.server?
|
|
25
|
839
|
June 23, 2025
|
`functools.pipe` - Function Composition Utility
|
|
86
|
2134
|
June 21, 2025
|
Allow overriding (abstract) properties with fields
|
|
4
|
5097
|
June 20, 2025
|
Shorter and reversed format for traceback
|
|
12
|
1384
|
June 20, 2025
|
Who works on digital sustainability in the Python world?
|
|
21
|
1281
|
June 20, 2025
|
JSON library unable to provide index during parse operations
|
|
4
|
179
|
June 20, 2025
|
A "sorted" that returns a generator (mine implemented with quicksort)
|
|
185
|
2057
|
June 19, 2025
|
A new way to use `sys.unraisablehook` when try to show the Exception message raise other Exception
|
|
2
|
106
|
June 19, 2025
|
Proposed new str method 'issurrogate'
|
|
11
|
497
|
June 19, 2025
|
`unittest`: Add `addCleanup` to `subTest`?
|
|
14
|
498
|
June 19, 2025
|
Adding Deep Immutability
|
|
101
|
3172
|
June 19, 2025
|
Add HTTP status code 450 to http module
|
|
14
|
334
|
June 18, 2025
|
Convert SIGTERM to an exception by default?
|
|
20
|
1151
|
June 18, 2025
|