History for Misc - python/cpython · GitHub

github.com

Tin mới

gh-150994: remove duplicate NEWS entry (#157248)

gh-150994: remove duplicate NEWS entry (#157248)

gh-156680: Raise the documented error from IPv6Network.next_network() (#156681)

gh-156680: Raise the documented error from IPv6Network.next_network() (#156681)

gh-156924: Try reifying lazy imports in `ForwarRef.evaluate()` (#156940)

gh-156924: Try reifying lazy imports in `ForwarRef.evaluate()` (#156940)

gh-155292: Skip updating unicodedata with mismatched interpreter (GH-157066)

gh-155292: Skip updating unicodedata with mismatched interpreter (GH-157066)

gh-155966: Correct handling of `math.tanpi` poles (#155980)

gh-155966: Correct handling of `math.tanpi` poles (#155980)

gh-156910: fix deadlock in type_set_abstractmethods under free-threading (#156948)

gh-156910: fix deadlock in type_set_abstractmethods under free-threading (#156948)

gh-156774: Speed up pdb startup with asyncio guard (#156775)

gh-156774: Speed up pdb startup with asyncio guard (#156775)

gh-156109: Allow static, non-framework iOS builds (#156110)

gh-156109: Allow static, non-framework iOS builds (#156110)

gh-152936: Make privileged functions available on Android (#152977)

gh-152936: Make privileged functions available on Android (#152977)

gh-123018: Keep the libedit history file header when truncating (GH-157165)

gh-123018: Keep the libedit history file header when truncating (GH-157165)

gh-127636: Fix tarfile extracting trailing slash member names (GH-152984)

gh-127636: Fix tarfile extracting trailing slash member names (GH-152984)

gh-157159: improve the tabnanny usage message (GH-157160)

gh-157159: improve the tabnanny usage message (GH-157160)

gh-157142: Fix linking _freeze_module with built-in test modules (GH-157143)

gh-157142: Fix linking _freeze_module with built-in test modules (GH-157143)

gh-99772: Fix datetime.time comparison and hashing for sub-minute UTC offsets (#155024)

gh-99772: Fix datetime.time comparison and hashing for sub-minute UTC offsets (#155024)

gh-157025: Fix transport cleanup when cancelling asyncio native sendfile (#157027)

gh-157025: Fix transport cleanup when cancelling asyncio native sendfile (#157027)

gh-157048: check for buffer errors before mutating in BytesIO.__init__ (#157049)

gh-157048: check for buffer errors before mutating in BytesIO.__init__ (#157049)

gh-155835: fix `digest_size` data race on BLAKE-2 objects (#155839)

gh-155835: fix `digest_size` data race on BLAKE-2 objects (#155839)

gh-155835: fix `digest_size` and `block_size` data races on SHA-3 objects (#155838)

gh-155835: fix `digest_size` and `block_size` data races on SHA-3 objects (#155838)

gh-155843: properly initialize HMAC objects to prevent crashes after allocation failures (#155845)

gh-155843: properly initialize HMAC objects to prevent crashes after allocation failures (#155845)

gh-156512: Fix asyncio calling connection_lost() twice from resume_writing() (#156657)

gh-156512: Fix asyncio calling connection_lost() twice from resume_writing() (#156657)

gh-156310: Make the iter() sequence fallback iterator safe in free-threaded build (#156311)

gh-156310: Make the iter() sequence fallback iterator safe in free-threaded build (#156311)

gh-154511: Consolidate IDLE's mouse wheel handling in util (GH-156974)

gh-154511: Consolidate IDLE's mouse wheel handling in util (GH-156974)

gh-156988: Fix asyncio call graph breaking at sync generators (#156991)

gh-156988: Fix asyncio call graph breaking at sync generators (#156991)

gh-156091: Fix crash compiling deeply nested inlined comprehensions (#156957)

gh-156091: Fix crash compiling deeply nested inlined comprehensions (#156957)

gh-156400: Close the socket or pipe when transport creation fails in asyncio datagram/pipe endpoints (#156401)

gh-156970: Set `Mock.return_value`'s docstring (#156971)

gh-127057: reschedule proactor datagram read loop after ConnectionResetError (#156726)

gh-118150: difflib: expose autojunk flag from SequenceMatcher to public methods and functions (GH-153959)

gh-155907: Fix error handling in the marshal C API (GH-155909)

gh-156894: Fix the position of syntax errors which cover a range (GH-156901)

gh-156896: Stop scrubbing tkinker submodules upon idlelib.run import (#156915)

gh-156886: Fix spurious ZeroDivisionError for complex powers (GH-156887)

gh-156439: Gate `socket.if_{nametoindex, indextoname}` on respective OS capability (#156708)

gh-155141: Improve stack-use estimation for keyword calls (#155785)

gh-117999: Fix small integer powers of complex numbers (GH-124243)