Maintaining the chunk module after it has been removed from the standard library
|
|
44
|
1654
|
November 30, 2023
|
Add ability to force alignment of ctypes.Structure
|
|
2
|
336
|
November 24, 2023
|
Help creating a Delivery Status Notification using email library module
|
|
7
|
990
|
November 15, 2023
|
PR review request: New methods to access mailbox.Maildir message info and flags
|
|
1
|
219
|
November 11, 2023
|
Status of defusedxml and recommendation in docs
|
|
20
|
754
|
September 28, 2023
|
Add recursion guard for `hash()` function like `reprlib.recursive_repr()` to avoid infinite recursion
|
|
15
|
437
|
September 24, 2023
|
tempfile: changing 'delete' property of NamedTemporaryFile after creation
|
|
6
|
463
|
September 14, 2023
|
Make unittest assertions act as type guards
|
|
3
|
375
|
September 6, 2023
|
Should sqlite3.Row be more dict-like?
|
|
4
|
374
|
August 29, 2023
|
Clean up some sqlite3 APIs
|
|
1
|
427
|
August 28, 2023
|
Python 3.12: help porting from `distutils` to get the expected build directory
|
|
4
|
420
|
August 22, 2023
|
Adding Call Context to concurrent.futures.Future
|
|
7
|
506
|
July 18, 2023
|
Move umarshal.py to the standard library
|
|
5
|
425
|
July 13, 2023
|
Safer logging methods for f-strings and new-style formatting
|
|
23
|
15821
|
July 4, 2023
|
Multi-threaded `lzma`
|
|
2
|
602
|
June 22, 2023
|
Bump SQLite minimum version requirement
|
|
6
|
788
|
June 19, 2023
|
Allowing override of JSON dumps serialization for standard types
|
|
10
|
4338
|
May 28, 2023
|
Tarfile: compressor options
|
|
0
|
229
|
May 11, 2023
|
Sqlite3 executemany with RETURNING clauses
|
|
11
|
1405
|
April 28, 2023
|
Add aliases with explicit names for naive and aware datetime.now() and utcnow()
|
|
4
|
519
|
April 20, 2023
|
Hashlib.file_digest() should take a pathlib.Path object to compute a hash of file in the filesystem
|
|
3
|
980
|
April 20, 2023
|
Python3.11 - importlib no longer exposes .util
|
|
19
|
2390
|
April 14, 2023
|
FileInput method to iterate over files explicitly for in-place mode?
|
|
2
|
346
|
April 13, 2023
|
Command works in Terminal, but not in subprocess.run()
|
|
1
|
686
|
April 13, 2023
|
Problem with split() command
|
|
6
|
1423
|
April 5, 2023
|
Why pytest is not a battery?
|
|
14
|
898
|
March 11, 2023
|
A new feature is being added in `logging.config.dictConfig()` to configure `QueueHandler` and `QueueListener`
|
|
5
|
1033
|
February 22, 2023
|
Sqlite3: consider deprecating combining named placeholders with sequence of params
|
|
8
|
1117
|
February 9, 2023
|
Add comments parsing flag to ast.parse
|
|
3
|
692
|
February 3, 2023
|
Include prefix 'called_' in list of forbidden method prefixes for mock objects in unsafe mode
|
|
9
|
738
|
January 5, 2023
|