• Home
  • Raw
  • Download

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.
775 invalid string-like object as a name. Patch by Xiang Zhang.
784 Fix invalid exception handling in Lib/ctypes/macholib/dyld.py. Patch by
840 Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat(). Patch
860 Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
869 Enable WebSocket URL schemes in urllib.parse.urljoin. Patch by Gergely Imreh
919 match"), as required by RFC 1542. Patch by Michael Lazar.
937 xml.etree.ElementTree nows preserves whitespaces in attributes (Patch by
957 Don't pass str(_charset) to MIMEText.set_payload(). Patch by Claude Paroz.
1087 cursor. Patch by Xiang Zhang.
1107 match those obtained in Python 2. Patch by Nofar Schnider.
1293 'name'. Patch by Lev Maximov.
1455 Add loop.connect_accepted_socket(). Patch by Jim Fulton.
1493 Fix socket accept exhaustion during high TCP traffic. Patch by Kevin Conway.
1502 Handle when SO_REUSEPORT isn't properly supported. Patch by Seth Michael
1512 Inspect functools.partial in asyncio.Handle.__repr__. Patch by iceboy.
1521 Fix slow pipes IO in asyncio. Patch by INADA Naoki.
1539 Fix selectors incorrectly retain invalid file descriptors. Patch by Mark
1549 Refuse monitoring processes if the child watcher has no loop attached. Patch
1569 Speedup asyncio.StreamReader.readexactly. Patch by Коренберг Марк.
1596 Remove UNIX socket from FS before binding. Patch by Коренберг Марк.
1615 Patch by Johannes Ebke.
1653 Fix inspect.isawaitable to always return bool Patch by Justin Mayfield.
1699 Fix SSL hanging if connection is closed before handshake completed. (Patch
1709 Add 'interrupt execution' (^C) to Shell menu. Patch by Roger Serwy, updated
1788 Patch by Serhiy Storchaka.
1895 Argument Clinic. Patch by Petr Viktorin.
1977 Fix out-of-tree building on AIX. Patch by Tristan Carel and Michael
2015 Makefile). Patch by Arfrever Frehtes Taifersar Arahesis.
2102 Patch by Xiang Zhang
2123 CPP invocation in configure must use CPPFLAGS. Patch by Chi Hsuan Yen.
2162 Prevent missing 'getentropy' declaration warning on macOS. Patch by Gareth