December 19, 2019 – December 26, 2019
Overview
-
0 Active Issues
-
- 31 Merged Pull Requests
- 21 Proposed Pull Requests
- 0 Closed Issues
- 0 New Issues
31 Pull requests merged by 15 people
-
Merged
#17705
[3.8] bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) (GH-17677)
Dec 25, 2019 -
Merged
#17677
bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917)
Dec 25, 2019 -
Merged
#17701
[3.8] Fix the miscellaneous typo (GH-17700)
Dec 25, 2019 -
Merged
#17700
Fix the miscellaneous typo
Dec 25, 2019 -
Merged
#17665
Update 3.9.0a2.rst - correct small typos
Dec 25, 2019 -
Merged
#17268
[3.8] bpo-38753: AsyncMock added in version 3.8 (GH-17102)
Dec 25, 2019 -
Merged
#17698
[3.7] Minor C API documentation improvements. (GH-17696)
Dec 25, 2019 -
Merged
#17697
[3.8] Minor C API documentation improvements. (GH-17696)
Dec 25, 2019 -
Merged
#17699
[2.7] Fix typo in C API documentation. (GH-17696)
Dec 25, 2019 -
Merged
#17696
Minor Documentation Improvements
Dec 25, 2019 -
Merged
#17693
[3.8] bpo-39129: Fix import path for asyncio.TimeoutError (GH-17691)
Dec 24, 2019 -
Merged
#17691
bpo-39129: Fix import path for asyncio.TimeoutError
Dec 24, 2019 -
Merged
#17685
[3.7] bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336)
Dec 23, 2019 -
Merged
#17684
[3.8] bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336)
Dec 23, 2019 -
Merged
#17678
Add comment to avoid ACKS losing order
Dec 23, 2019 -
Merged
#17687
Revert "bpo-38870: Remove dependency on contextlib to avoid performance regression on import (GH-17376)"
Dec 23, 2019 -
Merged
#17612
bpo-38870: refactor delimiting with context managers
Dec 23, 2019 -
Merged
#17668
[3.8] Doc typo (GH-17667)
Dec 23, 2019 -
Merged
#17388
bpo-38914 Do not require email field in setup.py.
Dec 23, 2019 -
Merged
#17686
[3.8] [typo] fix dupe in datetime.fromisoformat docs (GH-17295)
Dec 23, 2019 -
Merged
#17295
[typo] fix dupe in datetime.fromisoformat docs
Dec 23, 2019 -
Merged
#17681
[3.8] Add missing markup (GH-17680)
Dec 22, 2019 -
Merged
#17680
Add missing markup
Dec 22, 2019 -
Merged
#17336
bpo-38878: Fix os.PathLike __subclasshook__
Dec 22, 2019 -
Merged
#17676
[3.8] bpo-38918: Add __module__ entry for function & method type in inspect docs table (GH-17408)
Dec 20, 2019 -
Merged
#17675
[3.7] bpo-38918: Add __module__ entry for function & method type in inspect docs table (GH-17408)
Dec 20, 2019 -
Merged
#17408
bpo-38918: Add __module__ entry for function & method type in inspect docs table
Dec 20, 2019 -
Merged
#17663
Reorder entries in Misc/ACKS
Dec 20, 2019 -
Merged
#17667
Doc typo
Dec 20, 2019 -
Merged
#17661
[3.8] bpo-38316: Fix co_stacksize documentation (GH-16983)
Dec 19, 2019 -
Merged
#17660
[3.7] bpo-38316: Fix co_stacksize documentation (GH-16983).
Dec 19, 2019
21 Pull requests proposed by 18 people
-
Proposed
#17659
bpo-39087: Add PyUnicode_GetUTF8Buffer().
Dec 19, 2019 -
Proposed
#17662
bpo-32888: improve wording for ast.literal_eval error messages
Dec 19, 2019 -
Proposed
#17664
bpo-39099: add scandir.dirfd()
Dec 19, 2019 -
Proposed
#17666
bpo-38971: open file in codecs.open() closes if exception raised
Dec 19, 2019 -
Proposed
#17669
bpo-39102: Increase Enum performance up to 10x times (3x average)
Dec 20, 2019 -
Proposed
#17670
bpo-39104 Fix hanging ProcessPoolExcutor on shutdown nowait with pickling failure
Dec 20, 2019 -
Proposed
#17671
bpo-31711: On SSLObject.write method, added assert that data has content.
Dec 20, 2019 -
Proposed
#17672
[3.7] Reorder entries in Misc/ACKS (GH-17663)
Dec 20, 2019 -
Proposed
#17673
[3.8] Reorder entries in Misc/ACKS (GH-17663)
Dec 20, 2019 -
Proposed
#17674
Update unittest.mock.rst
Dec 20, 2019 -
Proposed
#17682
bpo-39121: write gzip header OS information
Dec 23, 2019 -
Proposed
#17683
bpo-39087: Make PyUnicode_AsUTF8AndSize faster.
Dec 23, 2019 -
Proposed
#17688
pathlib: Add exist_ok argument to write_text and write_bytes
Dec 23, 2019 -
Proposed
#17689
[easy] Move _releaseLock() into `finally`
Dec 24, 2019 -
Proposed
#17690
bpo-39127: Make _Py_HashPointer's argument be const
Dec 24, 2019 -
Proposed
#17692
Fix link to bpo issue in Changelog
Dec 24, 2019 -
Proposed
#17694
bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well
Dec 24, 2019 -
Proposed
#17695
bpo-39131 email: add easier support for generating multipart/signed messages
Dec 24, 2019 -
Proposed
#17702
bpo-30364: replace deprecated no_address_safety_analysis with no_sanitize_address
Dec 25, 2019 -
Proposed
#17703
Update 3.9.0a2.rst
Dec 25, 2019 -
Proposed
#17704
fix minor typos
Dec 25, 2019
21 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
11 new comments
Open
#17575
bpo-36225: Finalise subinterpreters in Py_FinalizeEx()
Dec 20, 2019 -
10 new comments
Open
#17658
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw
Dec 23, 2019 -
9 new comments
Open
#17646
bpo-13601: always use line-buffering for sys.stderr
Dec 21, 2019 -
4 new comments
Open
#16575
bpo-37700: Raise a shutil.SpecialFileError when copying a Unix socket
Dec 25, 2019 -
4 new comments
Open
#17518
bpo-38091: Import deadlock detection causes deadlock
Dec 23, 2019 -
4 new comments
Open
#17560
bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile
Dec 25, 2019 -
3 new comments
Open
#17323
bpo-38880: List interpreters associated with a channel end
Dec 20, 2019 -
2 new comments
Open
#17620
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words.
Dec 24, 2019 -
2 new comments
Open
#17642
[3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)
Dec 23, 2019 -
1 new comment
Open
#340
bpo-32888: Improve exception message in ast.literal_eval
Dec 19, 2019 -
1 new comment
Open
#12382
bpo-36290: Fix kwargs handling in ast node constructors
Dec 21, 2019 -
1 new comment
Open
#13177
bpo-36839: Support the buffer protocol in code objects
Dec 25, 2019 -
1 new comment
Open
#16078
bpo-34533: Remove all static state from _csv module
Dec 21, 2019 -
1 new comment
Open
#16587
bpo-38879: Reordered error checking in PyArena_New().
Dec 23, 2019 -
1 new comment
Open
#16600
bpo-38364: unwrap partialmethods just like we unwrap partials
Dec 21, 2019 -
1 new comment
Open
#17134
bpo-38731: add quiet mode for py_compile main
Dec 19, 2019 -
1 new comment
Open
#17377
bpo-38870: Implement Simple Preceding to AST Unparser
Dec 24, 2019 -
1 new comment
Open
#17422
bpo-38938: Added special case to heapq.merge for small numbers of iterables
Dec 19, 2019 -
0 new comments
Open
#8718
Cosmetic smtplib changes
Dec 23, 2019 -
0 new comments
Open
#13364
bpo-36880: Fix refcount issue when returning None from a ctypes.py_object callback
Dec 19, 2019 -
0 new comments
Open
#17451
bpo-38960: DTrace build fix for FreeBSD.
Dec 20, 2019