8000 Docs: Update Donghee Na's name by hugovk · Pull Request #109743 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Docs: Update Donghee Na's name #109743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Donghee Na's name in Misc/NEWS.d/
  • Loading branch information
hugovk committed Sep 22, 2023
commit 3514340be4126b8e0c588f36e0d7b0abcbb2cad4
12 changes: 6 additions & 6 deletions Misc/NEWS.d/3.10.0a1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ getting the ``__bases__`` attribute leads to infinite recursion.
.. section: Core and Builtins

Speed up calls to ``reversed()`` by using the :pep:`590` ``vectorcall``
calling convention. Patch by Dong-hee Na.
calling convention. Patch by Donghee Na.

..

Expand All @@ -88,7 +88,7 @@ convention. Patch by Dennis Sweeney.
.. section: Core and Builtins

Speed up calls to ``bool()`` by using the :pep:`590` ``vectorcall`` calling
convention. Patch by Dong-hee 10000 Na.
convention. Patch by Donghee Na.

..

Expand Down Expand Up @@ -715,7 +715,7 @@ Fix refleak in _Py_fopen_obj() when PySys_Audit() fails
.. section: Core and Builtins

Add a state to the :mod:`!nis` module (:pep:`3121`) and apply the multiphase
initialization. Patch by Dong-hee Na.
initialization. Patch by Donghee Na.

..

Expand Down Expand Up @@ -936,7 +936,7 @@ class. Patch by Pablo Galindo.
.. section: Core and Builtins

:c:func:`Py_TYPE()` is changed to the inline static function. Patch by
Dong-hee Na.
Donghee Na.

..

Expand Down Expand Up @@ -2596,7 +2596,7 @@ remove multiple items from a list".
.. section: Documentation

Fix RemovedInSphinx40Warning when building the documentation. Patch by
Dong-hee Na.
Donghee Na.

..

Expand Down Expand Up @@ -2862,7 +2862,7 @@ Make test_gdb properly run on HP-UX. Patch by Michael Osipov.
.. section: Build

Update :c:macro:`Py_UNREACHABLE` to use __builtin_unreachable() if only the
compiler is able to use it. Patch by Dong-hee Na.
compiler is able to use it. Patch by Donghee Na.

..

Expand Down
4 changes: 2 additions & 2 deletions Misc/NEWS.d/3.10.0a2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Removed special methods ``__int__``, ``__float__``, ``__floordiv__``,

Micro optimization when compute :c:member:`~PySequenceMethods.sq_item` and
:c:member:`~PyMappingMethods.mp_subscript` of :class:`range`. Patch by
Dong-hee Na.
Donghee Na.

..

Expand All @@ -205,7 +205,7 @@ error message using the current locale's encoding.
.. nonce: iLoMVF
.. section: Core and Builtins

Micro optimization for range.index if step is 1. Patch by Dong-hee Na.
Micro optimization for range.index if step is 1. Patch by Donghee Na.

..

Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.10.0a3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Removed the ``formatter`` module, which was deprecated in Python 3.4. It is
somewhat obsolete, little used, and not tested. It was originally scheduled
to be removed in Python 3.6, but such removals were delayed until after
Python 2.7 EOL. Existing users should copy whatever classes they use into
their code. Patch by Dong-hee Na and and Terry J. Reedy.
their code. Patch by Donghee Na and and Terry J. Reedy.

..

Expand Down
4 changes: 2 additions & 2 deletions Misc/NEWS.d/3.10.0a4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ blocks
.. section: Core and Builtins

Make the :mod:`atexit` module state per-interpreter. It is now safe have
more than one :mod:`atexit` module instance. Patch by Dong-hee Na and Victor
more than one :mod:`atexit` module instance. Patch by Donghee Na and Victor
Stinner.

..
Expand Down Expand Up @@ -768,7 +768,7 @@ results. Patch by Ammar Askar.
.. section: Tests

Update test_nntplib to use official group name of news.aioe.org for testing.
Patch by Dong-hee Na.
Patch by Donghee Na.

..

Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.10.0a6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ actual dictionary. This created problems for introspection tools.
.. section: Library

Added :const:`~os.O_EVTONLY`, :const:`~os.O_FSYNC`, :const:`~os.O_SYMLINK` and
:const:`~os.O_NOFOLLOW_ANY` for macOS. Patch by Dong-hee Na.
:const:`~os.O_NOFOLLOW_ANY` for macOS. Patch by Donghee Na.

..

Expand Down
4 changes: 2 additions & 2 deletions Misc/NEWS.d/3.10.0a7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ in f-strings. Patch by Pablo Galindo.
.. section: Core and Builtins

Speed up calls to ``map()`` by using the :pep:`590` ``vectorcall`` calling
convention. Patch by Dong-hee Na.
convention. Patch by Donghee Na.

..

Expand Down Expand Up @@ -240,7 +240,7 @@ of processes that don't use sigaltstack.
.. section: Core and Builtins

Speed up calls to ``filter()`` by using the :pep:`590` ``vectorcall``
calling convention. Patch by Dong-hee Na.
calling convention. Patch by Donghee Na.

..

Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.10.0b1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ encoding.
.. section: Library

Removed an unnecessary list comprehension before looping from
:func:`urllib.parse.parse_qsl`. Patch by Christoph Zwerschke and Dong-hee
:func:`urllib.parse.parse_qsl`. Patch by Christoph Zwerschke and Donghee
Na.

..
Expand Down
24 changes: 12 additions & 12 deletions Misc/NEWS.d/3.11.0a1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Fixed pickling of range iterators that iterated for over ``2**32`` times.
.. section: Core and Builtins

A :exc:`SyntaxError` is now raised when trying to delete :const:`__debug__`.
Patch by Dong-hee Na.
Patch by Donghee Na.

..

Expand Down Expand Up @@ -415,7 +415,7 @@ type :class:`float` or :class:`complex`.
.. section: Core and Builtins

A debug variable :envvar:`PYTHONDUMPREFSFILE` is added for creating a dump
file which is generated by :option:`--with-trace-refs`. Patch by Dong-hee
file which is generated by :option:`--with-trace-refs`. Patch by Donghee
Na.

..
Expand Down Expand Up @@ -670,7 +670,7 @@ Parameter substitution of the union type with wrong types now raises
.. section: Core and Builtins

Update ``property_descr_set`` to use vectorcall if possible. Patch by
Dong-hee Na.
Donghee Na.

..

Expand Down Expand Up @@ -732,7 +732,7 @@ Collapse union of equal types. E.g. the result of ``int | int`` is now

On Windows, :func:`os.urandom`: uses BCryptGenRandom API instead of
CryptGenRandom API which is deprecated from Microsoft Windows API. Patch by
Dong-hee Na.
Donghee Na.

..

Expand Down Expand Up @@ -1657,7 +1657,7 @@ Patch by Hugo van Kemenade.
.. section: Library

Pure ASCII strings are now normalized in constant time by
:func:`unicodedata.normalize`. Patch by Dong-hee Na.
:func:`unicodedata.normalize`. Patch by Donghee Na.

..

Expand Down Expand Up @@ -1968,7 +1968,7 @@ A new function ``operator.call`` has been added, such that

:class:`!webbrowser.MacOSX` is deprecated and will be removed in Python 3.13.
It is untested and undocumented and also not used by :mod:`webbrowser` itself.
Patch by Dong-hee Na.
Patch by Donghee Na.

..

Expand Down Expand Up @@ -2465,7 +2465,7 @@ generator
.. section: Library

Make the implementation consistency of :func:`~operator.indexOf` between C
and Python versions. Patch by Dong-hee Na.
and Python versions. Patch by Donghee Na.

..

Expand Down Expand Up @@ -2752,7 +2752,7 @@ of reserved filenames, including those with trailing spaces or colons.
.. section: Library

Fix :meth:`~email.message.MIMEPart.as_string` to pass unixfrom properly.
Patch by Dong-hee Na.
Patch by Donghee Na.

..

Expand Down Expand Up @@ -2809,7 +2809,7 @@ behaves differently than the similar implementation in :mod:`sysconfig`.
.. section: Library

:class:`smtpd.MailmanProxy` is now removed as it is unusable without an
external module, ``mailman``. Patch by Dong-hee Na.
external module, ``mailman``. Patch by Donghee Na.

..

Expand Down Expand Up @@ -2916,7 +2916,7 @@ Support PEP 515 for Fraction's initialization from string.
.. nonce: qFBYpp
.. section: Library

Remove deprecated functions in the :mod:`gettext`. Patch by Dong-hee Na.
Remove deprecated functions in the :mod:`gettext`. Patch by Donghee Na.

..

Expand Down Expand Up @@ -4471,7 +4471,7 @@ and modify the frozen modules.
.. section: Build

Add support for building with clang thin lto via --with-lto=thin/full. Patch
by Dong-hee Na and Brett Holman.
by Donghee Na and Brett Holman.

..

Expand Down Expand Up @@ -4798,7 +4798,7 @@ Allow the Argument Clinic tool to handle ``__complex__`` special methods.

Removed the 'test2to3' demo project that demonstrated using lib2to3 to
support Python 2.x and Python 3.x from a single source in a distutils
package. Patch by Dong-hee Na
package. Patch by Donghee Na

..

Expand Down
10 changes: 5 additions & 5 deletions Misc/NEWS.d/3.11.0a2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Add SipHash13 for string hash algorithm and use it by default.
.. nonce: CTUT8s
.. section: Core and Builtins

Fix reference leak from descr_check. Patch by Dong-hee Na.
Fix reference leak from descr_check. Patch by Donghee Na.

..

Expand Down Expand Up @@ -263,7 +263,7 @@ Improve the generated bytecode for class and mapping patterns.
.. section: Core and Builtins

Speed up calls to ``enumerate()`` by using the :pep:`590` ``vectorcall``
calling convention. Patch by Dong-hee Na.
calling convention. Patch by Donghee Na.

..

Expand Down Expand Up @@ -396,7 +396,7 @@ Patch by Inada Naoki.
.. section: Library

Update :class:`~typing.ForwardRef` to support ``|`` operator. Patch by
Dong-hee Na.
Donghee Na.

..

Expand Down Expand Up @@ -486,7 +486,7 @@ Patch by Joongi Kim.
.. section: Library

Empty escapechar/quotechar is not allowed when initializing
:class:`csv.Dialect`. Patch by Vajrasky Kok and Dong-hee Na.
:class:`csv.Dialect`. Patch by Vajrasky Kok and Donghee Na.

..

Expand Down Expand Up @@ -569,7 +569,7 @@ formatting options.
.. section: Library

Improve error message of :class:`csv.Dialect` when initializing. Patch by
Vajrasky Kok and Dong-hee Na.
Vajrasky Kok and Donghee Na.

..

Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.11.0a3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Launch GNOME web browsers via gio tool instead of obsolete gvfs-open
.. section: Library

On Windows, :func:`time.sleep` now uses a waitable timer which supports
high-resolution timers. Patch by Dong-hee Na and Eryk Sun.
high-resolution timers. Patch by Donghee Na and Eryk Sun.

..

Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.11.0a5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Aditya.
.. section: Core and Builtins

Speed up calls to :meth:`weakref.ref.__call__` by using the :pep:`590`
``vectorcall`` calling convention. Patch by Dong-hee Na.
``vectorcall`` calling convention. Patch by Donghee Na.

..

Expand Down
6 changes: 3 additions & 3 deletions Misc/NEWS.d/3.11.0a6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ involving lots of brackets. Patch by Pablo Galindo.
.. section: Core and Builtins

:mod:`ctypes` now allocates memory on the stack instead of on the heap to
pass arguments while calling a Python callback function. Patch by Dong-hee
pass arguments while calling a Python callback function. Patch by Donghee
Na.

..
Expand Down Expand Up @@ -441,7 +441,7 @@ Add a missing call to ``va_end()`` in ``Modules/_hashopenssl.c``.
.. section: Core and Builtins

Use :c:func:`PyObject_Vectorcall` while calling ctypes callback function.
Patch by Dong-hee Na.
Patch by Donghee Na.

..

Expand Down Expand Up @@ -514,7 +514,7 @@ For performance, use the optimized string-searching implementations from
.. section: Library

:class:`~http.server.SimpleHTTPRequestHandler` now uses HTML5 grammar. Patch
by Dong-hee Na.
by Donghee Na.

..

Expand Down
4 changes: 2 additions & 2 deletions Misc/NEWS.d/3.11.0a7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ problem. Define :c:macro:`PY_CALL_TRAMPOLINE` to enable call trampolines.
.. section: Core and Builtins

Some Windows system error codes(>= 10000) are now mapped into the correct
errno and may now raise a subclass of :exc:`OSError`. Patch by Dong-hee Na.
errno and may now raise a subclass of :exc:`OSError`. Patch by Donghee Na.

..

Expand Down Expand Up @@ -1599,7 +1599,7 @@ Call the public :func:`sys.get_asyncgen_hooks` and
.. section: C API

Remove private functions ``_PySys_GetObjectId()`` and
``_PySys_SetObjectId()``. Patch by Dong-hee Na.
``_PySys_SetObjectId()``. Patch by Donghee Na.

..

Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.11.0b1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ functions leave the current exception unchanged. Patch by Victor Stinner.
.. section: Core and Builtins

Fix a minor memory leak at exit: release the memory of the
:class:`generic_alias_iterator` type. Patch by Dong-hee Na.
:class:`generic_alias_iterator` type. Patch by Donghee Na.

..

Expand Down
Loading
0