Help creating a Delivery Status Notification using email library module
|
|
7
|
1691
|
November 15, 2023
|
PR review request: New methods to access mailbox.Maildir message info and flags
|
|
1
|
459
|
November 11, 2023
|
Status of defusedxml and recommendation in docs
|
|
20
|
3873
|
September 28, 2023
|
Add recursion guard for `hash()` function like `reprlib.recursive_repr()` to avoid infinite recursion
|
|
15
|
924
|
September 24, 2023
|
tempfile: changing 'delete' property of NamedTemporaryFile after creation
|
|
6
|
3656
|
September 14, 2023
|
Make unittest assertions act as type guards
|
|
3
|
982
|
September 6, 2023
|
Should sqlite3.Row be more dict-like?
|
|
4
|
1057
|
August 29, 2023
|
Clean up some sqlite3 APIs
|
|
1
|
710
|
August 28, 2023
|
Python 3.12: help porting from `distutils` to get the expected build directory
|
|
4
|
1075
|
August 22, 2023
|
Adding Call Context to concurrent.futures.Future
|
|
7
|
1705
|
July 18, 2023
|
Move umarshal.py to the standard library
|
|
5
|
688
|
July 13, 2023
|
Safer logging methods for f-strings and new-style formatting
|
|
23
|
24707
|
July 4, 2023
|
Bump SQLite minimum version requirement
|
|
6
|
1348
|
June 19, 2023
|
Tarfile: compressor options
|
|
0
|
374
|
May 11, 2023
|
Sqlite3 executemany with RETURNING clauses
|
|
11
|
4268
|
April 28, 2023
|
Add aliases with explicit names for naive and aware datetime.now() and utcnow()
|
|
4
|
917
|
April 20, 2023
|
Hashlib.file_digest() should take a pathlib.Path object to compute a hash of file in the filesystem
|
|
3
|
3745
|
April 20, 2023
|
FileInput method to iterate over files explicitly for in-place mode?
|
|
2
|
822
|
April 13, 2023
|
Command works in Terminal, but not in subprocess.run()
|
|
1
|
3388
|
April 13, 2023
|
Problem with split() command
|
|
6
|
6081
|
April 5, 2023
|
Why pytest is not a battery?
|
|
14
|
2152
|
March 11, 2023
|
Sqlite3: consider deprecating combining named placeholders with sequence of params
|
|
8
|
2334
|
February 9, 2023
|
Add comments parsing flag to ast.parse
|
|
3
|
1208
|
February 3, 2023
|
Include prefix 'called_' in list of forbidden method prefixes for mock objects in unsafe mode
|
|
9
|
1010
|
January 5, 2023
|
Python shelve add sub db support via prefix
|
|
0
|
361
|
January 5, 2023
|
Check for assert prefixes doesn't respect spec
|
|
2
|
504
|
January 3, 2023
|
How can I enforce aware datetime objects?
|
|
7
|
4941
|
November 29, 2022
|
Introducing a PEP 249 compliant transaction behaviour to sqlite3
|
|
9
|
1393
|
November 12, 2022
|
Generic `typing.ForwardRef` to support generic recursive types
|
|
1
|
2934
|
October 21, 2022
|
Add `filter()` method for `multiprocessing.Pool` class
|
|
7
|
1898
|
October 16, 2022
|