Lines Matching refs:Patch

32 Fixes a ReDoS vulnerability in :mod:`http.cookiejar`. Patch by Ben Caller.
63 "if" node. Patch by Lysandros Nikolaou.
177 displays. Patch by Brandt Bucher.
197 Added ``__floor__`` and ``__ceil__`` methods to float object. Patch by
208 Patch by hongweipeng.
218 distribution identification. Patch by Michael Felt.
251 Fix :exc:`NameError` in :mod:`zipimport`. Patch by Karthikeyan Singaravelan.
320 Patch by Batuhan Taskaya.
407 Patch by Claudiu Popa.
426 text mode. Patch by Serhiy Storchaka.
452 determined index was bogus. Patch by Claudiu Popa
464 be copied, avoiding the recursion for newly created directories. Patch by
497 that would produce an equivalent :class:`ast.AST` object when parsed. Patch
532 runtime validation by downstream projects. Patch by Zac Hatfield-Dodds.
543 Patch by Federico Bond.
563 missing. Patch by Toke Høiland-Jørgensen.
615 Improve the performance of :func:`enum._decompose` in :mod:`enum`. Patch by
627 the ``__traceback__`` attribute. Patch by Mario Corchero.
636 Handle namespace packages in :mod:`doctest`. Patch by Karthikeyan
655 ElementTree supports recursive XInclude processing. Patch by Stefan Behnel.
699 accepts for ``%Z``. Patch by Karl Dubost.
817 Fix some unused functions in tests. Patch by Adam Johnson.
838 --ignore-file argument). Patch by Pablo Galindo.
848 methods with an :class:`ssl.SSLSocket` socket. Patch by Ido Michael.
887 previous `import posix`. Patch by Benoît Hudson.
896 Escape key now closes IDLE completion windows. Patch by Johnny Najera.
905 Fix IDLE autocomplete windows not always appearing on some systems. Patch by