Lines Matching refs:Patch

25 Added sanity checks and tests for PyUnicode_CopyCharacters(). Patch by Xiang
35 The type of long range iterator is now registered as Iterator. Patch by Oren
46 deprecated. Patch by Oren Milman.
55 The constructor of range_iterator now checks that step is not 0. Patch by
141 Fix incorrect type in complex(1.0, {2:3}) error message. Patch by Soumya
219 (Not yet inserted in split-table). Patch by Xiang Zhang.
238 Fixed bytes path support in os.scandir() on Windows. Patch by Eryk Sun.
313 gzip now supports pathlib. Patch by Ethan Furman.
383 POSIX localtime_r, but available on all platforms. Patch by Ed Schouten.
415 invalid string-like object as a name. Patch by Xiang Zhang.
435 Fix invalid exception handling in Lib/ctypes/macholib/dyld.py. Patch by
521 Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat(). Patch
532 expression now contains a (truncated) regex pattern. Patch by Tim Graham.
551 Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
560 Enable WebSocket URL schemes in urllib.parse.urljoin. Patch by Gergely Imreh
570 Fix a crash in parse_envlist() when env contains byte strings. Patch by Eryk
589 Fix socket accept exhaustion during high TCP traffic. Patch by Kevin Conway.
598 Handle when SO_REUSEPORT isn't properly supported. Patch by Seth Michael
608 Inspect functools.partial in asyncio.Handle.__repr__. Patch by iceboy.
617 Fix slow pipes IO in asyncio. Patch by INADA Naoki.
635 Fix selectors incorrectly retain invalid file descriptors. Patch by Mark
645 Refuse monitoring processes if the child watcher has no loop attached. Patch
665 Speedup asyncio.StreamReader.readexactly. Patch by Коренберг Марк.
692 Remove UNIX socket from FS before binding. Patch by Коренберг Марк.
719 Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun)
812 Makefile). Patch by Arfrever Frehtes Taifersar Arahesis.