Lines Matching refs:Patch

75 astral characters.  Patch by Xiang Zhang.
113 Added sanity checks and tests for PyUnicode_CopyCharacters(). Patch by Xiang
123 The type of long range iterator is now registered as Iterator. Patch by Oren
133 The constructor of range_iterator now checks that step is not 0. Patch by
209 Fix incorrect type in error message from ``complex(1.0, {2:3})``. Patch by
259 dictitems_contains no longer swallows compare errors. (Patch by Xiang Zhang)
309 types returned from ``Py_create_mod``. Patch by Xiang Zhang.
342 Patch written by Xiang Zhang.
382 Patch by Xiang Zhang.
391 Add integer overflow check in bytearray.extend(). Patch by Xiang Zhang.
400 Don't rely on wrapping for overflow check in PySequence_Tuple(). Patch by
430 Patch by Sam Breese.
587 data twice. Patch by Benjamin Fogle.
638 new line after printing a month's calendar. Patch by Xiang Zhang.
776 invalid string-like object as a name. Patch by Xiang Zhang.
785 Fix invalid exception handling in Lib/ctypes/macholib/dyld.py. Patch by
841 Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat(). Patch
861 Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
870 Enable WebSocket URL schemes in urllib.parse.urljoin. Patch by Gergely Imreh
920 match"), as required by RFC 1542. Patch by Michael Lazar.
938 xml.etree.ElementTree nows preserves whitespaces in attributes (Patch by
958 Don't pass str(_charset) to MIMEText.set_payload(). Patch by Claude Paroz.
1088 cursor. Patch by Xiang Zhang.
1108 match those obtained in Python 2. Patch by Nofar Schnider.
1294 'name'. Patch by Lev Maximov.
1456 Add loop.connect_accepted_socket(). Patch by Jim Fulton.
1494 Fix socket accept exhaustion during high TCP traffic. Patch by Kevin Conway.
1503 Handle when SO_REUSEPORT isn't properly supported. Patch by Seth Michael
1513 Inspect functools.partial in asyncio.Handle.__repr__. Patch by iceboy.
1522 Fix slow pipes IO in asyncio. Patch by INADA Naoki.
1540 Fix selectors incorrectly retain invalid file descriptors. Patch by Mark
1550 Refuse monitoring processes if the child watcher has no loop attached. Patch
1570 Speedup asyncio.StreamReader.readexactly. Patch by Коренберг Марк.
1597 Remove UNIX socket from FS before binding. Patch by Коренберг Марк.
1616 Patch by Johannes Ebke.
1654 Fix inspect.isawaitable to always return bool Patch by Justin Mayfield.
1700 Fix SSL hanging if connection is closed before handshake completed. (Patch
1710 Add 'interrupt execution' (^C) to Shell menu. Patch by Roger Serwy, updated
1789 Patch by Serhiy Storchaka.
1896 Argument Clinic. Patch by Petr Viktorin.
1978 Fix out-of-tree building on AIX. Patch by Tristan Carel and Michael
2016 Makefile). Patch by Arfrever Frehtes Taifersar Arahesis.
2103 Patch by Xiang Zhang
2124 CPP invocation in configure must use CPPFLAGS. Patch by Chi Hsuan Yen.
2163 Prevent missing 'getentropy' declaration warning on macOS. Patch by Gareth