Lines Matching refs:Patch
68 code struct and sizes of objects which it references. Patch by Dong-hee Na.
145 no longer ignored. Patch by Mircea Cosbuc.
164 Patch by Nathaniel Smith.
193 wrapped with partialmethod. Patch by Dong-hee Na.
203 package is only shipped with bytecodes. Patch by Alexandru Ardelean.
212 Fixed comparison check for ipaddress.ip_interface objects. Patch by Sanjay
223 with misplaced inline modifier. Patch by Roy Williams.
284 implementation. Patch by Michaël Sghaïer.
293 Closing transport during handshake process leaks open socket. Patch by
303 Fix waiter cancellation in asyncio.Lock. Patch by Mathieu Sornay.
322 inspect.isabstract() now works during __init_subclass__. Patch by Nate
333 use keyword parameters in __init_subclass__. Patch by Nate Soares.
362 Patch by Bryan Olson.
434 bpo-25958. Patch by Jelle Zijlstra.
554 Fixed race condition in pathlib mkdir with flags parents=True. Patch by
565 contextlib.contextmanager. Patch by Siddharth Velankar.
615 hang. Patch by Davin Potts and Xiang Zhang.
644 faulthandler: Restore the old sigaltstack during teardown. Patch by
664 strings. Patch by Michael Seifert.
674 Patch by Nikolay Kim.
694 (objects that have __int__) as elements. Patch by Oren Milman.
723 exception(s) raised in the dispatched methods. Patch by Petr Motejlek.
733 not present in the filesystem. Patch by Antoine Pietri.
744 item by hitting Return. Hangs on MacOSX should no longer happen. Patch by