• Home
  • Raw
  • Download

Lines Matching +refs:new +refs:mu

751 issue, but the new parser threw a :exc:`SyntaxError` for valid input due to
783 Fix possible segfault in the new PEG parser when parsing f-string containing
793 Fixed a possible segfault in the new PEG parser when producing error
804 Fix invalid memory read in the new parser when checking newlines in string
814 Fix memory leak in when parsing f-strings in the new parser. Patch by Pablo
834 Allow overriding :data:`sys.platlibdir` via a new :envvar:`PYTHONPLATLIBDIR`
917 Support the "-d" debug flag in the new PEG parser. Patch by Pablo Galindo
1046 with 256 colors, and add the new function
1170 :data:`types.NoneType` have been reintroduced, providing a new set of types
1609 ``recv_into`` instead of ``recv``, thus not creating a new buffer for each
1896 ignoring their mu and xbar arguments.
1905 Use the new PEG parser when generating the stdlib :mod:`keyword` module.
2008 :mod:`functools` module has been moved to a new :mod:`graphlib` module to
2009 better accommodate the new tools and keep the original scope of the
2179 Add a new :data:`os.RWF_APPEND` flag for :func:`os.pwritev`.
2228 func:`hashlib.new` passed ``usedforsecurity`` to OpenSSL EVP constructor
2229 ``_hashlib.new()``. test_hashlib and test_smtplib handle strict security
2285 Added a new :term:`coroutine` :func:`asyncio.to_thread`. It is mainly used
2336 A new test assertion context-manager, :func:`unittest.assertNoLogs` will
2508 causes importation of a new module, or when a new module is imported in
2609 been removed from the NMT server.) The new link responds much faster and
2668 decorators into new sub-sections.
3360 removed. Please migrate to new buffer protocol; :c:func:`PyObject_GetBuffer`