• Home
  • Raw
  • Download

Lines Matching refs:Patch

20 :class:`http.cookiejar.DefaultCookiePolicy` policy. Patch by Karthikeyan
58 arcs with labels of the same type. Patch by Pablo Galindo.
77 Patch by Zackery Spytz.
126 assignment expressions. Patch by Pablo Galindo.
147 about 2x faster. Patch by Inada Naoki.
176 Fix a segfault occurring when sorting a list of heterogeneous values. Patch
187 objects and documentation. Patch by Martijn Pieters
245 Patch by Pablo Galindo.
308 Patch by Inada Naoki.
338 Fix integer overflows in the array module. Patch by Stephan Hohe.
356 :mod:`logging` does not silently ignore RecursionError anymore. Patch
385 Fix format strings used for stderrprinter and re.Match reprs. Patch by
457 ``__name__`` global. Patch by Anthony Sottile.
486 Resolve potential name clash with libm's sinpi(). Patch by Dmitrii
496 Clean up reference to async generator in Lib/types. Patch by Henry Chen.
548 Implement ``__getitem__`` for ``_NamespacePath``. Patch by Anthony Sottile.
558 ``os.chmod`` which are always present. Patch by Anthony Sottile.
578 seconds for worker updates in :class:`multiprocessing.Pool`. Patch by Pablo
598 the cookie's path attribute but doesn't end with "/". Patch by Karthikeyan
609 should propagate to the parent. Patch by Karthikeyan Singaravelan.
648 which explaines the usage of slash(/) in the signature of a function. Patch
736 Don't honor POSIX ``HOME`` in ``os.path.expanduser`` on windows. Patch by
814 Avoid blurry IDLE application icon on macOS with Tk 8.6. Patch by Kevin
833 Increase test coverage of idlelib.autocomplete by 30%. Patch by Louie