Renaming datetime.datetime to datetime.DateTime
|
|
75
|
7489
|
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
|
176
|
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
|
304
|
April 23, 2025
|
Proposal: Reactive (event-based) Python
|
|
20
|
618
|
April 23, 2025
|
`include-group` for `project.optional-dependencies`
|
|
3
|
162
|
April 22, 2025
|
Print C stacktrace with `faulthandler`
|
|
5
|
622
|
April 22, 2025
|
Argparse: Allow combining `type` and `choices`
|
|
7
|
313
|
April 22, 2025
|
DSL Operator – A different approach to DSLs
|
|
80
|
1461
|
April 22, 2025
|
Alternative to create slice and tuple of slices with slice.__class_getitem__
|
|
14
|
1859
|
April 20, 2025
|
An extension for argparse - class based API
|
|
11
|
512
|
April 19, 2025
|
Simplify slicing
|
|
11
|
421
|
April 18, 2025
|
Buffer protocol and arbitrary (data) types
|
|
17
|
2394
|
April 17, 2025
|
'insert', 'swap', 'get_by_index' for `OrderedDict`
|
|
24
|
1596
|
April 17, 2025
|
Debug keyword to allow debug code to be nooped
|
|
5
|
188
|
April 17, 2025
|
Memoizing based on `id(.)` to avoid implementing and computing ` __hash__` method
|
|
8
|
470
|
April 17, 2025
|
Better PyREPL history file format?
|
|
7
|
348
|
April 16, 2025
|
Optional strict mode for @runtime_checkable
|
|
5
|
170
|
April 15, 2025
|
On the case of single-line match statements
|
|
9
|
732
|
April 15, 2025
|
Standardized shebang for PEP 723 script runner
|
|
5
|
492
|
April 15, 2025
|
Ipaddress: Deprecate network_address + broadcast_address from IPv6Networks, add subnet_router_anycast and terminology cleanups
|
|
8
|
239
|
April 14, 2025
|
Add `os.path.home`
|
|
4
|
356
|
April 14, 2025
|
Frozenset literals and comprehensions
|
|
10
|
399
|
April 14, 2025
|
Proposal: Syntactic Sugar for global import, global def, and global x = ... Declarations
|
|
20
|
593
|
April 14, 2025
|
Introduce Partial for TypedDict
|
|
65
|
6344
|
April 13, 2025
|
Generic Mapper in python
|
|
4
|
343
|
April 12, 2025
|
Suggestion: Improve `urlencode()` handling of boolean values
|
|
4
|
195
|
April 9, 2025
|
Interface type for OOP in python
|
|
6
|
338
|
April 9, 2025
|