Lines Matching refs:Patch
91 ``_fields_``. Patch by Oren Milman.
101 argument has a bad keys() method. Patch by Oren Milman.
111 exception with a bad ``__module__`` attribute. Patch by Oren Milman.
121 warnings.defaultaction. Patch by Oren Milman.
155 not a dictionary. Patch by Oren Milman.
229 Patch by Oren Milman.
239 the encoder doesn't return a bytes object. Patch by Oren Milman.
249 is invalid. Patch by Oren Milman.
259 syntax. Patch by Sanyam Khurana.
362 SyntaxError, not to subclasses. Patch by Martijn Pieters.
399 Python 2 statement. Patch by Sanyam Khurana.
441 Allows setting cell values for __closure__. Patch by Lisa Roach.
533 code struct and sizes of objects which it references. Patch by Dong-hee Na.
727 Fixes to memory allocation in _PyCode_SetExtra. Patch by Brian Coleman.
748 Patch by Martijn Pieters.
757 Fix stack_effect computation for CALL_FUNCTION_EX. Patch by Matthieu
768 subclasses and for inputs having a __complex__ method. Patch by Serhiy
829 no longer ignored. Patch by Mircea Cosbuc.
895 only spaces. Patch by Robert Xiao.
942 The preferred encoding is UTF-8 on Android. Patch written by Chi Hsuan Yen.
982 combined table into split table. Patch written by INADA Naoki.
1108 Patch by Jonathan Ellington.
1138 astral characters. Patch by Xiang Zhang.
1167 implementation. Patch by Adrian Wielgosik.
1176 Optimize iterating split table values. Patch by Xiang Zhang.
1185 PyDict_SetDefault didn't combine split table when needed. Patch by Xiang
1196 better information about where the error occurs. Patch by Serhiy Storchaka
1271 Added sanity checks and tests for PyUnicode_CopyCharacters(). Patch by Xiang
1281 The type of long range iterator is now registered as Iterator. Patch by Oren
1292 disallowed. Calling iter() on range instance is the only way. Patch by Oren
1387 Fix incorrect type in complex(1.0, {2:3}) error message. Patch by Soumya
1484 (Not yet inserted in split-table). Patch by Xiang Zhang.
1806 Update some methods in the _pyio module to also accept integer types. Patch
1839 implicitly converted to strings. Patch by James Tocknell.
1880 on some CPU architectures such as POWER8. Patch is based on research from
1900 `dis` now works with asynchronous generator and coroutine objects. Patch by
1917 function/its caller (such as in issue 31169). - Patch by Allen W. Smith
1978 name begins with an underscore. Patch by Shane Harvey.
1997 implemented on POSIX). This is similar to ``os.path.ismount(p)``. Patch by
2078 functions. Patch by Aaron Gallagher.
2136 Fix segfault in readline when using readline's history-size option. Patch
2268 LF. Patch by Dong-hee Na.
2346 Fix race condition between signal delivery and wakeup file descriptor. Patch
2366 Patch by Sanyam Khurana.
2415 package is only shipped with bytecodes. Patch by Alexandru Ardelean.
2434 leaving a fd in a bad state in case of error. Patch by Giampaolo Rodola'.
2466 with misplaced inline modifier. Patch by Roy Williams.
2476 implementation. Patch by Michaël Sghaïer.
2485 Closing transport during handshake process leaks open socket. Patch by
2495 Fix waiter cancellation in asyncio.Lock. Patch by Mathieu Sornay.
2505 module is around 10% faster. Patch by Giampaolo Rodola'.
2525 and __weakref__ creation. Patch by Aaron Hall.
2561 Fix possible overflow when organize struct.pack_into error message. Patch
2590 Deprecate invalid ctypes call protection on Windows. Patch by Mariatta
2620 wrapped with partialmethod. Patch by Dong-hee Na.
2715 bpo-25958. Patch by Jelle Zijlstra.
2766 requests. Patch by Pierre Quentel.
2867 inspect.isabstract() now works during __init_subclass__. Patch by Nate
2878 Patch by Bryan Olson.
2918 Fix PathLike support for shutil.unpack_archive. Patch by Jelle Zijlstra.
2946 Fixed race condition in pathlib mkdir with flags parents=True. Patch by
2957 contextlib.contextmanager. Patch by Siddharth Velankar.
2968 bpo-9303. Patch by Aviv Palivoda.
3016 size and offset. Patch by Andrew Nester.
3025 Support If-Modified-Since HTTP header (browser cache). Patch by Pierre
3035 Fixed comparison check for ipaddress.ip_interface objects. Patch by Sanjay
3107 hang. Patch by Davin Potts and Xiang Zhang.
3166 faulthandler: Restore the old sigaltstack during teardown. Patch by
3186 strings. Patch by Michael Seifert.
3282 Add new :data:`socket.TCP_NOTSENT_LOWAT` (Linux 3.12) constant. Patch by
3293 Patch by David Ellis.
3302 Migrate sqlite3 module to _v2 API. Patch by Aviv Palivoda.
3351 exception(s) raised in the dispatched methods. Patch by Petr Motejlek.
3380 objects. Patch by Sayan Chowdhury.
3389 Start a transaction implicitly before a DML statement. Patch by Aviv
3400 Patch by Nikolay Kim.
3410 set of characters that is not quoted by default. Patch by Christian Theune
3431 and is not in valid AIFF format. Patch by Anthony Zhang.
3542 unused since 2000. Patch by Eric N. Vander Weele.
3679 dots could match related hostnames again (e.g. .b.c matches a.b.c). Patch by
3690 Patch written by Jiajun Huang.
3700 Patch by Sam Breese.
3709 Update authorizer constants in sqlite3 module. Patch by Dingyuan Wang.
3880 :data:`socket.TCP_USER_TIMEOUT` (Linux 2.6.37) constants. Patch written by
3941 Makes Path.resolve() succeed on paths that do not exist. Patch by Vajrasky
3973 data twice. Patch by Benjamin Fogle.
4015 arguments. Patch by David Steele
4047 line after printing a month's calendar. Patch by Xiang Zhang.
4146 Optimize csv.DictWriter for large number of columns. Patch by Mariatta
4228 Make webbrowser support Chrome on Mac OS X. Patch by Ned Batchelder.
4246 Fixed bytes path support in os.scandir() on Windows. Patch by Eryk Sun.
4301 gzip now supports pathlib. Patch by Ethan Furman.
4381 POSIX localtime_r, but available on all platforms. Patch by Ed Schouten.
4413 invalid string-like object as a name. Patch by Xiang Zhang.
4433 Fix invalid exception handling in Lib/ctypes/macholib/dyld.py. Patch by
4519 Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat(). Patch
4530 expression now contains a (truncated) regex pattern. Patch by Tim Graham.
4549 Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
4558 Enable WebSocket URL schemes in urllib.parse.urljoin. Patch by Gergely Imreh
4568 Fix a crash in parse_envlist() when env contains byte strings. Patch by Eryk
4587 Fix socket accept exhaustion during high TCP traffic. Patch by Kevin Conway.
4596 Handle when SO_REUSEPORT isn't properly supported. Patch by Seth Michael
4606 Inspect functools.partial in asyncio.Handle.__repr__. Patch by iceboy.
4615 Fix slow pipes IO in asyncio. Patch by INADA Naoki.
4633 Fix selectors incorrectly retain invalid file descriptors. Patch by Mark
4652 Refuse monitoring processes if the child watcher has no loop attached. Patch
4672 Speedup asyncio.StreamReader.readexactly. Patch by Коренберг Марк.
4699 Remove UNIX socket from FS before binding. Patch by Коренберг Марк.
4728 use keyword parameters in __init_subclass__. Patch by Nate Soares.
4749 not present in the filesystem. Patch by Antoine Pietri.
4860 documentation. Patch by Matthias Bussonnier.
5118 Fix compile error when compiling --without-threads. Patch by Masayuki
5218 but it depends on the compiler version). Patch written by Chi Hsuan Yen.
5245 Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
5312 Fix out-of-tree building on AIX. Patch by Tristan Carel and Michael
5359 ``&PyType_Type`` to PyVarObject_HEAD_INIT. Patch by Masayuki Yamamoto.
5368 Fix building extensions modules on Cygwin. Patch by Roumen Petrov, based on
5379 Patch by Masayuki Yamamoto with review and rebase by Erik Bray.
5389 Makefile). Patch by Arfrever Frehtes Taifersar Arahesis.
5428 Prevent missing 'getentropy' declaration warning on macOS. Patch by Gareth
5522 Fix socket deprecation warnings in socketmodule.c. Patch by Segev Finer.
5552 winreg does not truncate string correctly (Patch by Eryk Sun)
5588 Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun)
5744 Move some data and functions from the class to module level. Patch by Cheryl
5791 IDLE: Factor HighPage(Frame) class from ConfigDialog. Patch by Cheryl
5801 Add tests for configdialog highlight tab. Patch by Cheryl Sabella.
5811 tests continue to pass. Patch by Cheryl Sabella.
5829 Add tests for configdialog keys tab. Patch by Cheryl Sabella.
5839 This improves calltips for builtins converted to use Argument Clinic. Patch
5860 continue to pass. Patch by Cheryl Sabella.
5871 Slightly modified tests continue to pass. Fix General tests. Patch mostly by
5963 Patch by Louie Lu.
5998 IDLE: Add tests for ConfigParser subclasses in config. Patch by Louie Lu.
6007 IDLE: Add docstrings to browser.py. Patch by Cheryl Sabella.
6017 set but cannot be altered by users. Patch by Cheryl Sabella.
6061 IDLE: configdialog - Add docstrings and fix comments. Patch by Cheryl
6071 IDLE: Improve textview with docstrings, PEP8 names, and more tests. Patch by
6094 IDLE: add docstrings to grep module. Patch by Cheryl Sabella
6149 item by hitting Return. Hangs on MacOSX should no longer happen. Patch by
6292 The zipfile module CLI now prints usage to stderr. Patch by Stephen J.