]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: remove unneeded author attributions (#145002)
authorNed Batchelder <ned@nedbatchelder.com>
Thu, 19 Feb 2026 23:45:28 +0000 (18:45 -0500)
committerGitHub <noreply@github.com>
Thu, 19 Feb 2026 23:45:28 +0000 (18:45 -0500)
These directives are not maintained and misleadingly indicate individual
rather than community ownership.

See https://github.com/python/docs-community/issues/180 for discussion,
and https://github.com/python/devguide/pull/1740 for an update to the
devguide.

Also ensured that everyone is in the Misc/ACKS file.

157 files changed:
Doc/c-api/buffer.rst
Doc/c-api/code.rst
Doc/c-api/init.rst
Doc/c-api/memory.rst
Doc/c-api/set.rst
Doc/c-api/typeobj.rst
Doc/c-api/unicode.rst
Doc/extending/extending.rst
Doc/extending/newtypes_tutorial.rst
Doc/extending/windows.rst
Doc/howto/logging-cookbook.rst
Doc/library/abc.rst
Doc/library/argparse.rst
Doc/library/ast.rst
Doc/library/atexit.rst
Doc/library/bisect.rst
Doc/library/bz2.rst
Doc/library/calendar.rst
Doc/library/cmd.rst
Doc/library/codecs.rst
Doc/library/codeop.rst
Doc/library/collections.abc.rst
Doc/library/collections.rst
Doc/library/colorsys.rst
Doc/library/concurrent.interpreters.rst
Doc/library/configparser.rst
Doc/library/contextvars.rst
Doc/library/csv.rst
Doc/library/ctypes.rst
Doc/library/curses.ascii.rst
Doc/library/curses.panel.rst
Doc/library/curses.rst
Doc/library/dataclasses.rst
Doc/library/datetime.rst
Doc/library/decimal.rst
Doc/library/difflib.rst
Doc/library/doctest.rst
Doc/library/email.contentmanager.rst
Doc/library/email.headerregistry.rst
Doc/library/email.message.rst
Doc/library/email.policy.rst
Doc/library/email.rst
Doc/library/enum.rst
Doc/library/fcntl.rst
Doc/library/filecmp.rst
Doc/library/fileinput.rst
Doc/library/fractions.rst
Doc/library/functools.rst
Doc/library/gc.rst
Doc/library/getpass.rst
Doc/library/gettext.rst
Doc/library/hashlib.rst
Doc/library/heapq.rst
Doc/library/hmac.rst
Doc/library/html.entities.rst
Doc/library/http.cookiejar.rst
Doc/library/http.cookies.rst
Doc/library/idle.rst
Doc/library/imaplib.rst
Doc/library/importlib.rst
Doc/library/inspect.rst
Doc/library/io.rst
Doc/library/ipaddress.rst
Doc/library/itertools.rst
Doc/library/json.rst
Doc/library/linecache.rst
Doc/library/locale.rst
Doc/library/logging.config.rst
Doc/library/logging.handlers.rst
Doc/library/logging.rst
Doc/library/lzma.rst
Doc/library/mailbox.rst
Doc/library/mimetypes.rst
Doc/library/modulefinder.rst
Doc/library/msvcrt.rst
Doc/library/netrc.rst
Doc/library/operator.rst
Doc/library/optparse.rst
Doc/library/pickle.rst
Doc/library/platform.rst
Doc/library/plistlib.rst
Doc/library/poplib.rst
Doc/library/posix.rst
Doc/library/pprint.rst
Doc/library/pty.rst
Doc/library/py_compile.rst
Doc/library/pyclbr.rst
Doc/library/pydoc.rst
Doc/library/pyexpat.rst
Doc/library/re.rst
Doc/library/readline.rst
Doc/library/reprlib.rst
Doc/library/resource.rst
Doc/library/rlcompleter.rst
Doc/library/runpy.rst
Doc/library/sched.rst
Doc/library/secrets.rst
Doc/library/shlex.rst
Doc/library/shutil.rst
Doc/library/smtplib.rst
Doc/library/sqlite3.rst
Doc/library/ssl.rst
Doc/library/stat.rst
Doc/library/statistics.rst
Doc/library/stringprep.rst
Doc/library/subprocess.rst
Doc/library/symtable.rst
Doc/library/sysconfig.rst
Doc/library/tabnanny.rst
Doc/library/tarfile.rst
Doc/library/tempfile.rst
Doc/library/test.rst
Doc/library/textwrap.rst
Doc/library/tkinter.rst
Doc/library/tkinter.scrolledtext.rst
Doc/library/tkinter.ttk.rst
Doc/library/token.rst
Doc/library/tokenize.rst
Doc/library/tomllib.rst
Doc/library/tty.rst
Doc/library/turtle.rst
Doc/library/unicodedata.rst
Doc/library/unittest.mock-examples.rst
Doc/library/unittest.mock.rst
Doc/library/unittest.rst
Doc/library/urllib.error.rst
Doc/library/urllib.request.rst
Doc/library/urllib.robotparser.rst
Doc/library/uuid.rst
Doc/library/venv.rst
Doc/library/wave.rst
Doc/library/weakref.rst
Doc/library/webbrowser.rst
Doc/library/winreg.rst
Doc/library/winsound.rst
Doc/library/wsgiref.rst
Doc/library/xml.dom.minidom.rst
Doc/library/xml.dom.pulldom.rst
Doc/library/xml.dom.rst
Doc/library/xml.etree.elementtree.rst
Doc/library/xml.rst
Doc/library/xml.sax.handler.rst
Doc/library/xml.sax.reader.rst
Doc/library/xml.sax.rst
Doc/library/xml.sax.utils.rst
Doc/library/xmlrpc.client.rst
Doc/library/xmlrpc.server.rst
Doc/library/zipfile.rst
Doc/library/zipimport.rst
Doc/library/zoneinfo.rst
Doc/tutorial/controlflow.rst
Doc/tutorial/datastructures.rst
Doc/tutorial/floatingpoint.rst
Doc/using/mac.rst
Doc/using/unix.rst
Doc/using/windows.rst
Misc/ACKS

index 6bb72a2312be3bbaefc2b56615c3c3e462791a5f..e00b28ca4d7a7e76b67429f363d17f0ab27894a9 100644 (file)
 Buffer Protocol
 ---------------
 
-.. sectionauthor:: Greg Stein <gstein@lyra.org>
-.. sectionauthor:: Benjamin Peterson
-.. sectionauthor:: Stefan Krah
-
-
 Certain objects available in Python wrap access to an underlying memory
 array or *buffer*.  Such objects include the built-in :class:`bytes` and
 :class:`bytearray`, and some extension types like :class:`array.array`.
index 048bc2c2154e77627eb840c75adcb6e53a3852cf..be2c85ec97489e11b58ba1eb66ad31b7e3018118 100644 (file)
@@ -7,8 +7,6 @@
 Code Objects
 ------------
 
-.. sectionauthor:: Jeffrey Yasskin <jyasskin@gmail.com>
-
 Code objects are a low-level detail of the CPython implementation.
 Each one represents a chunk of executable code that hasn't yet been
 bound into a function.
index 6786aa76563f52afcb2173bae1bf961b11ce707c..52ed9e0647780b8f34927ddeba4990a5c4ba47eb 100644 (file)
@@ -1916,9 +1916,6 @@ pointer and a void pointer argument.
 Profiling and Tracing
 =====================
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
-
 The Python interpreter provides some low-level support for attaching profiling
 and execution tracing facilities.  These are used for profiling, debugging, and
 coverage analysis tools.
@@ -2148,9 +2145,6 @@ Reference tracing
 Advanced Debugger Support
 =========================
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
-
 These functions are only intended to be used by advanced debugging tools.
 
 
@@ -2187,8 +2181,6 @@ These functions are only intended to be used by advanced debugging tools.
 Thread Local Storage Support
 ============================
 
-.. sectionauthor:: Masayuki Yamamoto <ma3yuki.8mamo10@gmail.com>
-
 The Python interpreter provides low-level support for thread-local storage
 (TLS) which wraps the underlying native TLS implementation to support the
 Python-level thread local storage API (:class:`threading.local`).  The
index 58f0de5d0fc5410ad5b5e9a5a0ad603734b45eee..563c5d96b0536212fe4269cd60bbc32c33f333c6 100644 (file)
@@ -7,10 +7,6 @@
 Memory Management
 *****************
 
-.. sectionauthor:: Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>
-
-
-
 .. _memoryoverview:
 
 Overview
index b74859dd669c54acf966c50cac021e8952cc92fc..6974f74fbd597acdafb28e81445ccc09f537bc60 100644 (file)
@@ -5,9 +5,6 @@
 Set Objects
 -----------
 
-.. sectionauthor:: Raymond D. Hettinger <python@rcn.com>
-
-
 .. index::
    pair: object; set
    pair: object; frozenset
index a33da367e6071f9c462d4bb581d78be09a6776a8..bc134b5d00b4ad26300b9f08de367894c841fe60 100644 (file)
@@ -2632,9 +2632,6 @@ This is done by filling a :c:type:`PyType_Spec` structure and calling
 Number Object Structures
 ------------------------
 
-.. sectionauthor:: Amaury Forgeot d'Arc
-
-
 .. c:type:: PyNumberMethods
 
    This structure holds pointers to the functions which an object uses to
@@ -2852,9 +2849,6 @@ Number Object Structures
 Mapping Object Structures
 -------------------------
 
-.. sectionauthor:: Amaury Forgeot d'Arc
-
-
 .. c:type:: PyMappingMethods
 
    This structure holds pointers to the functions which an object uses to
@@ -2895,9 +2889,6 @@ Mapping Object Structures
 Sequence Object Structures
 --------------------------
 
-.. sectionauthor:: Amaury Forgeot d'Arc
-
-
 .. c:type:: PySequenceMethods
 
    This structure holds pointers to the functions which an object uses to
@@ -2991,10 +2982,6 @@ Sequence Object Structures
 Buffer Object Structures
 ------------------------
 
-.. sectionauthor:: Greg J. Stein <greg@lyra.org>
-.. sectionauthor:: Benjamin Peterson
-.. sectionauthor:: Stefan Krah
-
 .. c:type:: PyBufferProcs
 
    This structure holds pointers to the functions required by the
@@ -3090,8 +3077,6 @@ Buffer Object Structures
 Async Object Structures
 -----------------------
 
-.. sectionauthor:: Yury Selivanov <yselivanov@sprymix.com>
-
 .. versionadded:: 3.5
 
 .. c:type:: PyAsyncMethods
index d2b6643c700e88d0247b2b8b7ce746e63b020a2a..4845e0f300278db4f736b395b3d91b46e0594baf 100644 (file)
@@ -5,9 +5,6 @@
 Unicode Objects and Codecs
 --------------------------
 
-.. sectionauthor:: Marc-André Lemburg <mal@lemburg.com>
-.. sectionauthor:: Georg Brandl <georg@python.org>
-
 Unicode Objects
 ^^^^^^^^^^^^^^^
 
index c0066d315d092bf5fb9b580a311f8c1f99dccca0..d33cbd2813d637bc455ccc4f5865b091a1fff398 100644 (file)
@@ -903,9 +903,6 @@ define this symbol).
 Providing a C API for an Extension Module
 =========================================
 
-.. sectionauthor:: Konrad Hinsen <hinsen@cnrs-orleans.fr>
-
-
 Many extension modules just provide new functions and types to be used from
 Python, but sometimes the code in an extension module can be useful for other
 extension modules. For example, an extension module could implement a type
index 3bbee33bd50698f3c4ff610ea68b12372f0495ec..9f3cd1d6f4cf33aacc2aed6112d2902173ab04aa 100644 (file)
@@ -6,11 +6,6 @@
 Defining Extension Types: Tutorial
 **********************************
 
-.. sectionauthor:: Michael Hudson <mwh@python.net>
-.. sectionauthor:: Dave Kuhlman <dkuhlman@rexx.com>
-.. sectionauthor:: Jim Fulton <jim@zope.com>
-
-
 Python allows the writer of a C extension module to define new types that
 can be manipulated from Python code, much like the built-in :class:`str`
 and :class:`list` types.  The code for all extension types follows a
index a97c6182553c30245f62c2508ccd7e93209d03f3..cd81b443603d1744ff62267ad33e4060eaedcabe 100644 (file)
@@ -47,9 +47,6 @@ things manually, it may be instructive to study the project file for the
 Differences Between Unix and Windows
 ====================================
 
-.. sectionauthor:: Chris Phoenix <cphoenix@best.com>
-
-
 Unix and Windows use completely different paradigms for run-time loading of
 code.  Before you try to build a module that can be dynamically loaded, be aware
 of how your system works.
@@ -109,9 +106,6 @@ separate copy.
 Using DLLs in Practice
 ======================
 
-.. sectionauthor:: Chris Phoenix <cphoenix@best.com>
-
-
 Windows Python is built in Microsoft Visual C++; using other compilers may or
 may not work.  The rest of this section is MSVC++ specific.
 
index 9633bc75f2c914db6e526fc83f602ce091e58e80..b87ac93296b9151497196896d90cf3ef0c4dcc20 100644 (file)
@@ -1564,9 +1564,6 @@ process. This can be set up using a process management tool such as Supervisor -
 Using file rotation
 -------------------
 
-.. sectionauthor:: Doug Hellmann, Vinay Sajip (changes)
-.. (see <https://pymotw.com/3/logging/>)
-
 Sometimes you want to let a log file grow to a certain size, then open a new
 file and log to that. You may want to keep a certain number of these files, and
 when that many files have been created, rotate the files so that the number of
index 49e541a9d9b1cb037c7273ab27d034a7573214ad..8112cfee7d204dbe96ab26f4ed95397848ece23f 100644 (file)
@@ -4,10 +4,6 @@
 .. module:: abc
    :synopsis: Abstract base classes according to :pep:`3119`.
 
-.. moduleauthor:: Guido van Rossum
-.. sectionauthor:: Georg Brandl
-.. much of the content adapted from docstrings
-
 **Source code:** :source:`Lib/abc.py`
 
 --------------
index 60411b0a0c9748a8e244a2a44aaa4e0a1048f22f..ebcf8bf4dac00240f183eb6f38879d3a212ca814 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: argparse
    :synopsis: Command-line option and argument parsing library.
 
-.. moduleauthor:: Steven Bethard <steven.bethard@gmail.com>
-.. sectionauthor:: Steven Bethard <steven.bethard@gmail.com>
-
 .. versionadded:: 3.2
 
 **Source code:** :source:`Lib/argparse.py`
index 8815187ea8c8844e9ff4a8f75d69fe3380693fa1..9660ad7093276447d301e3ea6384dd5014c05ed0 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: ast
    :synopsis: Abstract Syntax Tree classes and manipulation.
 
-.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
-.. sectionauthor:: Georg Brandl <georg@python.org>
-
 .. testsetup::
 
     import ast
index 24a3492ba10c916e3083279cd5bb0751d0cdc87c..b5caf5502d0e1c6b1eea02bfb1bf65dfe8eb2c38 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: atexit
    :synopsis: Register and execute cleanup functions.
 
-.. moduleauthor:: Skip Montanaro <skip.montanaro@gmail.com>
-.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
-
 --------------
 
 The :mod:`!atexit` module defines functions to register and unregister cleanup
index 3efa3999171646953a8699be3683581902e59274..7f75e85a7eb64173786c253583f9eca40e6afcec 100644 (file)
@@ -3,9 +3,6 @@
 
 .. module:: bisect
    :synopsis: Array bisection algorithms for binary searching.
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-.. sectionauthor:: Raymond Hettinger <python at rcn.com>
-.. example based on the PyModules FAQ entry by Aaron Watters <arw@pythonpros.com>
 
 **Source code:** :source:`Lib/bisect.py`
 
index 32e223ddbdd8a29a495e8a80a1f742b259fbbb69..6c20e9c94a3eaeeefb7d6d0791f57c1dca7038c7 100644 (file)
@@ -4,11 +4,6 @@
 .. module:: bz2
    :synopsis: Interfaces for bzip2 compression and decompression.
 
-.. moduleauthor:: Gustavo Niemeyer <niemeyer@conectiva.com>
-.. moduleauthor:: Nadeem Vawda <nadeem.vawda@gmail.com>
-.. sectionauthor:: Gustavo Niemeyer <niemeyer@conectiva.com>
-.. sectionauthor:: Nadeem Vawda <nadeem.vawda@gmail.com>
-
 **Source code:** :source:`Lib/bz2.py`
 
 --------------
index 48472840eab319933ca542846717795b08f7865e..54cafaf4fe47d8f6b3429ab8312906724ac8969e 100644 (file)
@@ -5,8 +5,6 @@
    :synopsis: Functions for working with calendars, including some emulation
               of the Unix cal program.
 
-.. sectionauthor:: Drew Csillag <drew_csillag@geocities.com>
-
 **Source code:** :source:`Lib/calendar.py`
 
 --------------
index 1757dedabbf633f998e4544bb402486e49d7898b..c988fcebd68a0195b9de966a621694bcc537965f 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: cmd
    :synopsis: Build line-oriented command interpreters.
 
-.. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com>
-
 **Source code:** :source:`Lib/cmd.py`
 
 --------------
@@ -243,8 +241,6 @@ Instances of :class:`Cmd` subclasses have some public instance variables:
 Cmd Example
 -----------
 
-.. sectionauthor:: Raymond Hettinger <python at rcn dot com>
-
 The :mod:`!cmd` module is mainly useful for building custom shells that let a
 user work with a program interactively.
 
index 36f5e94b8477ec1be558ea2fa3258989696388de..9259ab10d5850b551e7e177ad80c905209a00bdf 100644 (file)
@@ -4,10 +4,6 @@
 .. module:: codecs
    :synopsis: Encode and decode data and streams.
 
-.. moduleauthor:: Marc-André Lemburg <mal@lemburg.com>
-.. sectionauthor:: Marc-André Lemburg <mal@lemburg.com>
-.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
-
 **Source code:** :source:`Lib/codecs.py`
 
 .. index::
@@ -1616,7 +1612,6 @@ This module implements the following exception:
 
 .. module:: encodings.idna
    :synopsis: Internationalized Domain Names implementation
-.. moduleauthor:: Martin v. Löwis
 
 This module implements :rfc:`3490` (Internationalized Domain Names in
 Applications) and :rfc:`3492` (Nameprep: A Stringprep Profile for
@@ -1700,7 +1695,6 @@ This module implements the ANSI codepage (CP_ACP).
 
 .. module:: encodings.utf_8_sig
    :synopsis: UTF-8 codec with BOM signature
-.. moduleauthor:: Walter Dörwald
 
 This module implements a variant of the UTF-8 codec. On encoding, a UTF-8 encoded
 BOM will be prepended to the UTF-8 encoded bytes. For the stateful encoder this
index 2e6d65980381ad66d385989c4ef9148d82256792..622e57d2ee63dbdc5ba7178bdb3835d8f605b681 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: codeop
    :synopsis: Compile (possibly incomplete) Python code.
 
-.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
-.. sectionauthor:: Michael Hudson <mwh@python.net>
-
 **Source code:** :source:`Lib/codeop.py`
 
 --------------
index e6daccb91f2b4e2b0460d95c8a59731a66f7fb4d..51853725b1b297c1488d62c4d22bc49b49bd8881 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: collections.abc
    :synopsis: Abstract base classes for containers
 
-.. moduleauthor:: Raymond Hettinger <python at rcn.com>
-.. sectionauthor:: Raymond Hettinger <python at rcn.com>
-
 .. versionadded:: 3.3
    Formerly, this module was part of the :mod:`collections` module.
 
index 4e0db485e068a8d5e902dfab7812634aed2dbdb9..58bbc9afe709af93e82b183da9e878fc809bdf65 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: collections
     :synopsis: Container datatypes
 
-.. moduleauthor:: Raymond Hettinger <python@rcn.com>
-.. sectionauthor:: Raymond Hettinger <python@rcn.com>
-
 **Source code:** :source:`Lib/collections/__init__.py`
 
 .. testsetup:: *
index 2d3dc2b8b57935ab0b2fdef27127bb0e32f73e76..dffc16ae8b7d475092d49f787a767da320c502a5 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: colorsys
    :synopsis: Conversion functions between RGB and other color systems.
 
-.. sectionauthor:: David Ascher <da@python.net>
-
 **Source code:** :source:`Lib/colorsys.py`
 
 --------------
index 55036090e8d5b86a29d8b526f2a7a218b1ce2d18..a7b115e5f6307dc710220b2d6e6ad690c1f5a012 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: concurrent.interpreters
    :synopsis: Multiple interpreters in the same process
 
-.. moduleauthor:: Eric Snow <ericsnowcurrently@gmail.com>
-.. sectionauthor:: Eric Snow <ericsnowcurrently@gmail.com>
-
 .. versionadded:: 3.14
 
 **Source code:** :source:`Lib/concurrent/interpreters`
index f73252a90265cf8fa457b45e08b6ab6cb1406df6..4c1750de1d39337124adcecb396fbfd3f597f621 100644 (file)
@@ -4,13 +4,6 @@
 .. module:: configparser
    :synopsis: Configuration file parser.
 
-.. moduleauthor:: Ken Manheimer <klm@zope.com>
-.. moduleauthor:: Barry Warsaw <bwarsaw@python.org>
-.. moduleauthor:: Eric S. Raymond <esr@thyrsus.com>
-.. moduleauthor:: Łukasz Langa <lukasz@langa.pl>
-.. sectionauthor:: Christopher G. Petrilli <petrilli@amber.org>
-.. sectionauthor:: Łukasz Langa <lukasz@langa.pl>
-
 **Source code:** :source:`Lib/configparser.py`
 
 .. index::
index 653d8b597c23628c12b6e8199ae50084578939e4..93d0c0d34bf039dad7ca1f80df22a3bdbc6ab831 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: contextvars
    :synopsis: Context Variables
 
-.. sectionauthor:: Yury Selivanov <yury@magic.io>
-
 --------------
 
 This module provides APIs to manage, store, and access context-local
index 5c086ab94229ac75884e056d33f6765b29aa7034..21ecdbcc08f3486669474a235d2f1dc73f8ab8f4 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: csv
    :synopsis: Write and read tabular data to and from delimited files.
 
-.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
-
 **Source code:** :source:`Lib/csv.py`
 
 .. index::
index 53849ac2a6aeb607e95b51c41b5e58e1f72cb3d7..c23e81e29df0f5112f150f171024edd533d10e61 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: ctypes
    :synopsis: A foreign function library for Python.
 
-.. moduleauthor:: Thomas Heller <theller@python.net>
-
 **Source code:** :source:`Lib/ctypes`
 
 --------------
index 4910954b7784b0d3d6111f3e70c0c7413d16c442..9ae82c1446553831b3afe7eff90db0743fc4e566 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: curses.ascii
    :synopsis: Constants and set-membership functions for ASCII characters.
 
-.. moduleauthor:: Eric S. Raymond <esr@thyrsus.com>
-.. sectionauthor:: Eric S. Raymond <esr@thyrsus.com>
-
 **Source code:** :source:`Lib/curses/ascii.py`
 
 --------------
index e52f588c5bc337c0c072091456913ad9c9f5f294..5bc6b74b7f07cae8aea7e7cb5999f47507dff9d0 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: curses.panel
    :synopsis: A panel stack extension that adds depth to  curses windows.
 
-.. sectionauthor:: A.M. Kuchling <amk@amk.ca>
-
 --------------
 
 Panels are windows with the added feature of depth, so they can be stacked on
index 2dc638b3d4014b716c7225d933ad2c0b95400e5e..0f1449873fcf7352284c735b86f527e037f1d9b6 100644 (file)
@@ -5,9 +5,6 @@
    :synopsis: An interface to the curses library, providing portable
               terminal handling.
 
-.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
-.. sectionauthor:: Eric Raymond <esr@thyrsus.com>
-
 **Source code:** :source:`Lib/curses`
 
 --------------
@@ -1830,9 +1827,6 @@ The following table lists the predefined colors:
 
 .. module:: curses.textpad
    :synopsis: Emacs-like input editing in a curses window.
-.. moduleauthor:: Eric Raymond <esr@thyrsus.com>
-.. sectionauthor:: Eric Raymond <esr@thyrsus.com>
-
 
 The :mod:`!curses.textpad` module provides a :class:`Textbox` class that handles
 elementary text editing in a curses window, supporting a set of keybindings
index 2864149a08fd50a0cc8c8407095db4d01c2f6a4e..447f05e67d84182444146932a521dc1f2e3a1713 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: dataclasses
     :synopsis: Generate special methods on user-defined classes.
 
-.. moduleauthor:: Eric V. Smith <eric@trueblade.com>
-.. sectionauthor:: Eric V. Smith <eric@trueblade.com>
-
 **Source code:** :source:`Lib/dataclasses.py`
 
 --------------
index b806a49e1be90322da2890a7585d2258e66864da..f27844c98ccff6d3f4ea1c7cd58657461aa3f1b4 100644 (file)
@@ -4,10 +4,6 @@
 .. module:: datetime
    :synopsis: Basic date and time types.
 
-.. moduleauthor:: Tim Peters <tim@zope.com>
-.. sectionauthor:: Tim Peters <tim@zope.com>
-.. sectionauthor:: A.M. Kuchling <amk@amk.ca>
-
 **Source code:** :source:`Lib/datetime.py`
 
 --------------
index 17b1604dd0ee9bf36edeef47d3b178f1dffbf5e1..2af5dfce9612b373030d582dfee3cbfd82a0e32e 100644 (file)
@@ -4,14 +4,6 @@
 .. module:: decimal
    :synopsis: Implementation of the General Decimal Arithmetic Specification.
 
-.. moduleauthor:: Eric Price <eprice at tjhsst.edu>
-.. moduleauthor:: Facundo Batista <facundo at taniquetil.com.ar>
-.. moduleauthor:: Raymond Hettinger <python at rcn.com>
-.. moduleauthor:: Aahz <aahz at pobox.com>
-.. moduleauthor:: Tim Peters <tim.one at comcast.net>
-.. moduleauthor:: Stefan Krah <skrah at bytereef.org>
-.. sectionauthor:: Raymond D. Hettinger <python at rcn.com>
-
 **Source code:** :source:`Lib/decimal.py`
 
 .. import modules for testing inline doctests with the Sphinx doctest builder
index 9e5a62d8fe526096f2b70a5d2f6c39b178a14d10..e56c4f5e7dfbf7fbbb5c67d72891d0a28a1f049f 100644 (file)
@@ -4,10 +4,6 @@
 .. module:: difflib
    :synopsis: Helpers for computing differences between objects.
 
-.. moduleauthor:: Tim Peters <tim_one@users.sourceforge.net>
-.. sectionauthor:: Tim Peters <tim_one@users.sourceforge.net>
-.. Markup by Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/difflib.py`
 
 .. testsetup::
index 3bc0f88d229681b047e35dfacc645d4bf265c4c6..3298697af8511b61d2513a56169521a5dd063abf 100644 (file)
@@ -4,11 +4,6 @@
 .. module:: doctest
    :synopsis: Test pieces of code within docstrings.
 
-.. moduleauthor:: Tim Peters <tim@python.org>
-.. sectionauthor:: Tim Peters <tim@python.org>
-.. sectionauthor:: Moshe Zadka <moshez@debian.org>
-.. sectionauthor:: Edward Loper <edloper@users.sourceforge.net>
-
 **Source code:** :source:`Lib/doctest.py`
 
 --------------
index b33fe82a6e4c9fc38c931c1a9fa671154621bfcf..04a41667f7dc2cddad6de24e002ec4efba18314b 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: email.contentmanager
    :synopsis: Storing and Retrieving Content from MIME Parts
 
-.. moduleauthor:: R. David Murray <rdmurray@bitdance.com>
-.. sectionauthor:: R. David Murray <rdmurray@bitdance.com>
-
 **Source code:** :source:`Lib/email/contentmanager.py`
 
 ------------
index f4c11821c4b91d90dc745a51798e5ba9a582997d..8dfcd492f0a763875e6ada34a00ed5408f985252 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: email.headerregistry
    :synopsis: Automatic Parsing of headers based on the field name
 
-.. moduleauthor:: R. David Murray <rdmurray@bitdance.com>
-.. sectionauthor:: R. David Murray <rdmurray@bitdance.com>
-
 **Source code:** :source:`Lib/email/headerregistry.py`
 
 --------------
index f6908d2e6e9748e24c497855fc0ce6c0c0e53272..b70df130e06dfa5cbe596b91b3881f254a88ecbb 100644 (file)
@@ -3,9 +3,6 @@
 
 .. module:: email.message
    :synopsis: The base class representing email messages.
-.. moduleauthor:: R. David Murray <rdmurray@bitdance.com>
-.. sectionauthor:: R. David Murray <rdmurray@bitdance.com>,
-                   Barry A. Warsaw <barry@python.org>
 
 **Source code:** :source:`Lib/email/message.py`
 
index fef064114ecf1ba3220463e93f37d908e710a54e..8f6e4218c97b38c685b1bbf6ba7316680c5961c4 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: email.policy
    :synopsis: Controlling the parsing and generating of messages
 
-.. moduleauthor:: R. David Murray <rdmurray@bitdance.com>
-.. sectionauthor:: R. David Murray <rdmurray@bitdance.com>
-
 .. versionadded:: 3.3
 
 **Source code:** :source:`Lib/email/policy.py`
index 03ac1783be08bdb33b648bdf6d0fee7203cc46d8..98b47ffd74096c03eb56ab25250687351b9d65c7 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: email
    :synopsis: Package supporting the parsing, manipulating, and generating
               email messages.
-.. moduleauthor:: Barry A. Warsaw <barry@python.org>,
-                  R. David Murray <rdmurray@bitdance.com>
-.. sectionauthor:: R. David Murray <rdmurray@bitdance.com>
 
 **Source code:** :source:`Lib/email/__init__.py`
 
index de56048f56a243d97ebf326513113f164fe7e2c2..8a8a2edc9e542d1f3f22e1d0f0512f9d5b5271c3 100644 (file)
@@ -4,11 +4,6 @@
 .. module:: enum
    :synopsis: Implementation of an enumeration class.
 
-.. moduleauthor:: Ethan Furman <ethan@stoneleaf.us>
-.. sectionauthor:: Barry Warsaw <barry@python.org>
-.. sectionauthor:: Eli Bendersky <eliben@gmail.com>
-.. sectionauthor:: Ethan Furman <ethan@stoneleaf.us>
-
 .. versionadded:: 3.4
 
 **Source code:** :source:`Lib/enum.py`
index 6e69d24a0e4586575237ca84abd42891849599e4..c28e4d6c0cc80cc3a6ffbc3bd13f9993cb3ec4b4 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: fcntl
    :synopsis: The fcntl() and ioctl() system calls.
 
-.. sectionauthor:: Jaap Vermeulen
-
 .. index::
    pair: UNIX; file control
    pair: UNIX; I/O control
index e87a7869685d04e2926ac20a664f8d68827bf81e..f8365b44c5a502da6afb41df905d29557b8a105e 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: filecmp
    :synopsis: Compare files efficiently.
 
-.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
-
 **Source code:** :source:`Lib/filecmp.py`
 
 --------------
index 8f32b11e565365288da4b6c919c1e285bb65cab6..5be16797be908cbcc026d2c6d9f68ccc1e8f093b 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: fileinput
    :synopsis: Loop over standard input or a list of files.
 
-.. moduleauthor:: Guido van Rossum <guido@python.org>
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/fileinput.py`
 
 --------------
index 575e90942d48b0c82a927e96dfc903f3152938c9..b02e7b5b641136d90d082760a0f2ddd441f14bbb 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: fractions
    :synopsis: Rational numbers.
 
-.. moduleauthor:: Jeffrey Yasskin <jyasskin at gmail.com>
-.. sectionauthor:: Jeffrey Yasskin <jyasskin at gmail.com>
-
 **Source code:** :source:`Lib/fractions.py`
 
 --------------
index f09e4c0536639e21742a68811139ac1dd1d7eec1..265610db3caabd5ffc19d87aa688bbf90e989af6 100644 (file)
@@ -4,13 +4,6 @@
 .. module:: functools
    :synopsis: Higher-order functions and operations on callable objects.
 
-.. moduleauthor:: Peter Harris <scav@blueyonder.co.uk>
-.. moduleauthor:: Raymond Hettinger <python@rcn.com>
-.. moduleauthor:: Nick Coghlan <ncoghlan@gmail.com>
-.. moduleauthor:: Łukasz Langa <lukasz@langa.pl>
-.. moduleauthor:: Pablo Galindo <pablogsal@gmail.com>
-.. sectionauthor:: Peter Harris <scav@blueyonder.co.uk>
-
 **Source code:** :source:`Lib/functools.py`
 
 .. testsetup:: default
index 250c31e7eee63fa8b362f04ea986906123ef6927..652475886fc30fe172a6edf81a0221f4dc153ca0 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: gc
    :synopsis: Interface to the cycle-detecting garbage collector.
 
-.. moduleauthor:: Neil Schemenauer <nas@arctrix.com>
-.. sectionauthor:: Neil Schemenauer <nas@arctrix.com>
-
 --------------
 
 This module provides an interface to the optional garbage collector.  It
index 37ffbe1be55a73e4b788ce122c168c15b8713f7b..1fb34d14d8b007d27f37fcd3cf1749dca34860a6 100644 (file)
@@ -4,10 +4,6 @@
 .. module:: getpass
    :synopsis: Portable reading of passwords and retrieval of the userid.
 
-.. moduleauthor:: Piers Lauder <piers@cs.su.oz.au>
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-.. Windows (& Mac?) support by Guido van Rossum.
-
 **Source code:** :source:`Lib/getpass.py`
 
 --------------
index ddd0188e6614e865cd1c6d778a622fb8947b64b6..2de16fe40362b3e43be71cf7ed4900164277d20e 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: gettext
    :synopsis: Multilingual internationalization services.
 
-.. moduleauthor:: Barry A. Warsaw <barry@python.org>
-.. sectionauthor:: Barry A. Warsaw <barry@python.org>
-
 **Source code:** :source:`Lib/gettext.py`
 
 --------------
index 542a72d4afe93398340bb1494cfc632fc8f37943..ed0b0b2735b5c3dca6cf9a41006972f3131ad12f 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: hashlib
    :synopsis: Secure hash and message digest algorithms.
 
-.. moduleauthor:: Gregory P. Smith <greg@krypto.org>
-.. sectionauthor:: Gregory P. Smith <greg@krypto.org>
-
 **Source code:** :source:`Lib/hashlib.py`
 
 .. index::
@@ -379,8 +376,6 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
 BLAKE2
 ------
 
-.. sectionauthor:: Dmitry Chestnykh
-
 .. index::
    single: blake2b, blake2s
 
index 5049262306a228d15dff3713b33d09648c05252b..26cffa7c643028a955bdac538ee391f3698c445a 100644 (file)
@@ -4,11 +4,6 @@
 .. module:: heapq
    :synopsis: Heap queue algorithm (a.k.a. priority queue).
 
-.. moduleauthor:: Kevin O'Connor
-.. sectionauthor:: Guido van Rossum <guido@python.org>
-.. sectionauthor:: François Pinard
-.. sectionauthor:: Raymond Hettinger
-
 **Source code:** :source:`Lib/heapq.py`
 
 --------------
index d5608bd7543eb1874f8546d7686e377569895369..2ee0c0bd9128b89df2190b449b04f2e1a7cf6e97 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: hmac
    :synopsis: Keyed-Hashing for Message Authentication (HMAC) implementation
 
-.. moduleauthor:: Gerhard Häring <ghaering@users.sourceforge.net>
-.. sectionauthor:: Gerhard Häring <ghaering@users.sourceforge.net>
-
 **Source code:** :source:`Lib/hmac.py`
 
 --------------
index add18e4c87d2204dcdd419e7526b5afd1ceba8fa..15d2dc2e9aa6bc9d9115550ce3435b278d251590 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: html.entities
    :synopsis: Definitions of HTML general entities.
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/html/entities.py`
 
 --------------
index 90daaf28f8d505c63a5ba94828717359f846dc6e..5ee783b7fae950f0b589dfaf0eb3d3cd03109ed2 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: http.cookiejar
    :synopsis: Classes for automatic handling of HTTP cookies.
 
-.. moduleauthor:: John J. Lee <jjl@pobox.com>
-.. sectionauthor:: John J. Lee <jjl@pobox.com>
-
 **Source code:** :source:`Lib/http/cookiejar.py`
 
 --------------
index a829fb27363ea5765ada1c1b7944c2895696788d..b3fcd21c7e224487dd8b65d72e5620b4e2d57cc0 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: http.cookies
    :synopsis: Support for HTTP state management (cookies).
 
-.. moduleauthor:: Timothy O'Malley <timo@alum.mit.edu>
-.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
-
 **Source code:** :source:`Lib/http/cookies.py`
 
 --------------
index 89be225b6baae4cb4c590c7d8ab2e5bfee43f946..c7c30e5300c2a4ad04f15fe179e468149fa9b738 100644 (file)
@@ -3,8 +3,6 @@
 IDLE --- Python editor and shell
 ================================
 
-.. moduleauthor:: Guido van Rossum <guido@python.org>
-
 **Source code:** :source:`Lib/idlelib/`
 
 .. index::
index 5129ae7f9d20f716869ac81b3929b35faa5fc9dd..b29b02d3cf5fe8b049a9cc705ad6a2a21fa61fc0 100644 (file)
@@ -4,14 +4,6 @@
 .. module:: imaplib
    :synopsis: IMAP4 protocol client (requires sockets).
 
-.. moduleauthor:: Piers Lauder <piers@communitysolutions.com.au>
-.. sectionauthor:: Piers Lauder <piers@communitysolutions.com.au>
-.. revised by ESR, January 2000
-.. changes for IMAP4_SSL by Tino Lange <Tino.Lange@isg.de>, March 2002
-.. changes for IMAP4_stream by Piers Lauder <piers@communitysolutions.com.au>,
-   November 2002
-.. changes for IMAP4 IDLE by Forest <forestix@nom.one>, August 2024
-
 **Source code:** :source:`Lib/imaplib.py`
 
 .. index::
index 795524e5b62145d27215112db2280285a45e4bd3..d5036a0fe7510bc5a0e8f46d201c0dff272ebee9 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: importlib
    :synopsis: The implementation of the import machinery.
 
-.. moduleauthor:: Brett Cannon <brett@python.org>
-.. sectionauthor:: Brett Cannon <brett@python.org>
-
 .. versionadded:: 3.1
 
 **Source code:** :source:`Lib/importlib/__init__.py`
index 1455d907de8888e20069c7e9d13113a47d47db74..ff893a4513926a02ec4bf0887a7a5aba11fe19e8 100644 (file)
@@ -9,9 +9,6 @@
 .. module:: inspect
    :synopsis: Extract information and source code from live objects.
 
-.. moduleauthor:: Ka-Ping Yee <ping@lfw.org>
-.. sectionauthor:: Ka-Ping Yee <ping@lfw.org>
-
 **Source code:** :source:`Lib/inspect.py`
 
 --------------
index 84e28986c31599f2ba5190a53b0aabce96b6ef50..494e57fe1c047430b54e82d1c7bef0f052522e5c 100644 (file)
@@ -4,14 +4,6 @@
 .. module:: io
    :synopsis: Core tools for working with streams.
 
-.. moduleauthor:: Guido van Rossum <guido@python.org>
-.. moduleauthor:: Mike Verdone <mike.verdone@gmail.com>
-.. moduleauthor:: Mark Russell <mark.russell@zen.co.uk>
-.. moduleauthor:: Antoine Pitrou <solipsis@pitrou.net>
-.. moduleauthor:: Amaury Forgeot d'Arc <amauryfa@gmail.com>
-.. moduleauthor:: Benjamin Peterson <benjamin@python.org>
-.. sectionauthor:: Benjamin Peterson <benjamin@python.org>
-
 **Source code:** :source:`Lib/io.py`
 
 --------------
index c546d913cbea9dc079b036c79144e9f9b2b95ef7..ba20310d63b2775f08195d847e7b19205c89ce0c 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: ipaddress
    :synopsis: IPv4/IPv6 manipulation library.
 
-.. moduleauthor:: Peter Moody
-
 **Source code:** :source:`Lib/ipaddress.py`
 
 --------------
index 4f73a74bdd17e2e4e78b2840cf61cca7f517893a..ce444d7bdfbadb504bdc4c3f32ca0ffe25d72133 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: itertools
    :synopsis: Functions creating iterators for efficient looping.
 
-.. moduleauthor:: Raymond Hettinger <python@rcn.com>
-.. sectionauthor:: Raymond Hettinger <python@rcn.com>
-
 .. testsetup::
 
    from itertools import *
index 57aad5ba9d17933e4e69a77ce7691b0486adb09b..4a26419e65bee48db5f3ac014518abd93fb0e8dc 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: json
    :synopsis: Encode and decode the JSON format.
 
-.. moduleauthor:: Bob Ippolito <bob@redivi.com>
-.. sectionauthor:: Bob Ippolito <bob@redivi.com>
-
 **Source code:** :source:`Lib/json/__init__.py`
 
 --------------
index 0a5373ec97637195c3caee5a229e30db9d174bb4..ff07499e58f0f6d6e06118d8e3af2ae874c61a81 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: linecache
    :synopsis: Provides random access to individual lines from text files.
 
-.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
-
 **Source code:** :source:`Lib/linecache.py`
 
 --------------
index 72311ecaabfc9f36cd4b4b3b526d07ff735b2f4f..e02cbe7d669f8b4e39bbb4bfb74231b6e0dcbd35 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: locale
    :synopsis: Internationalization services.
 
-.. moduleauthor:: Martin von Löwis <martin@v.loewis.de>
-.. sectionauthor:: Martin von Löwis <martin@v.loewis.de>
-
 **Source code:** :source:`Lib/locale.py`
 
 --------------
index 6709062dfca72b91635680be3518a3e7b016db02..30bf7860a75119230e20a93f17057b12d290cf66 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: logging.config
    :synopsis: Configuration of the logging module.
 
-.. moduleauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
-.. sectionauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
-
 **Source code:** :source:`Lib/logging/config.py`
 
 .. sidebar:: Important
index d128f64aae7236180712ff024a6ac411b218200c..714db5fa12af0aaa099e30e96571db7d929ea492 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: logging.handlers
    :synopsis: Handlers for the logging module.
 
-.. moduleauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
-.. sectionauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
-
 **Source code:** :source:`Lib/logging/handlers.py`
 
 .. sidebar:: Important
index 35ee87d736e7d6c736ad7543ab1763c1171f535f..aba530844d7177a352f19233c1427ae702745571 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: logging
    :synopsis: Flexible event logging system for applications.
 
-.. moduleauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
-.. sectionauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
-
 **Source code:** :source:`Lib/logging/__init__.py`
 
 .. index:: pair: Errors; logging
index 8a4f68f3502521633a7850f7117a5f9a36d6eecc..6cede00b2186789aff1ecb2ec61c29aa2e623b7b 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: lzma
    :synopsis: A Python wrapper for the liblzma compression library.
 
-.. moduleauthor:: Nadeem Vawda <nadeem.vawda@gmail.com>
-.. sectionauthor:: Nadeem Vawda <nadeem.vawda@gmail.com>
-
 .. versionadded:: 3.3
 
 **Source code:** :source:`Lib/lzma.py`
index 3b0c17c838c87957af8aa557e29232c43f557df6..b9a55a03dc8ae7605b4fbb8fcaf01f4071c330c0 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: mailbox
    :synopsis: Manipulate mailboxes in various formats
 
-.. moduleauthor:: Gregory K. Johnson <gkj@gregorykjohnson.com>
-.. sectionauthor:: Gregory K. Johnson <gkj@gregorykjohnson.com>
-
 **Source code:** :source:`Lib/mailbox.py`
 
 --------------
index f489b60af3cb44ce17b560085344adef5abe2027..1e599bde8bcddd2150ad640e21105afea51ea551 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: mimetypes
    :synopsis: Mapping of filename extensions to MIME types.
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/mimetypes.py`
 
 .. index:: pair: MIME; content type
index 823d853f1ed8ebe5c0d4bd636393250e865d195b..d26dcbd5f687257efa1974b82e90a478a671e17a 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: modulefinder
    :synopsis: Find modules used by a script.
 
-.. sectionauthor:: A.M. Kuchling <amk@amk.ca>
-
 **Source code:** :source:`Lib/modulefinder.py`
 
 --------------
index ee6798f969a1b6a5e506182824d1caf84909c7aa..6b49c1a9ccd6e110d00ce13c5ba0d470f0ac77b8 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: msvcrt
    :synopsis: Miscellaneous useful routines from the MS VC++ runtime.
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`PC/msvcrtmodule.c`
 
 --------------
index 74c97e8c9a975983647d83ec603435de35ee87f8..3fbd2b57426ebe70fead7e9e69227e70204fe7b7 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: netrc
    :synopsis: Loading of .netrc files.
 
-.. moduleauthor:: Eric S. Raymond <esr@snark.thyrsus.com>
-.. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com>
-
 **Source code:** :source:`Lib/netrc.py`
 
 --------------
index c715e977cca6cdd760a66550891fe9fdc26b5b62..c0dab83977e427f9881d288545f4f42e8ef4add5 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: operator
    :synopsis: Functions corresponding to the standard operators.
 
-.. sectionauthor:: Skip Montanaro <skip@automatrix.com>
-
 **Source code:** :source:`Lib/operator.py`
 
 .. testsetup::
index 51827e1f8da53423db6e36779bebd3bf3efcc2ec..905212965bd70fe2240fa466ec5ddae967bb7f49 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: optparse
    :synopsis: Command-line option parsing library.
 
-.. moduleauthor:: Greg Ward <gward@python.net>
-.. sectionauthor:: Greg Ward <gward@python.net>
-
 **Source code:** :source:`Lib/optparse.py`
 
 --------------
index 02b79a9f3a7a47adab899e63bed34c5bb37014f0..f8975c2f4281d454edf39dcda5ef76ba156c0535 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: pickle
    :synopsis: Convert Python objects to streams of bytes and back.
 
-.. sectionauthor:: Jim Kerr <jbkerr@sr.hp.com>.
-.. sectionauthor:: Barry Warsaw <barry@python.org>
-
 **Source code:** :source:`Lib/pickle.py`
 
 .. index::
index 9950d7ef36f4de0dc6f850d8c4634a6c6cf2ccfe..1d30966794fd1bfdd35477bc6be42c95ee68f360 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: platform
    :synopsis: Retrieves as much platform identifying data as possible.
 
-.. moduleauthor:: Marc-André Lemburg <mal@egenix.com>
-.. sectionauthor:: Bjorn Pettersen <bpettersen@corp.fairisaac.com>
-
 **Source code:** :source:`Lib/platform.py`
 
 --------------
index 415c4b45c4f100e455996266f7b1043528dfd7fe..e5fc19f495226e550b9f4aef495d44325f53ee6f 100644 (file)
@@ -4,10 +4,6 @@
 .. module:: plistlib
    :synopsis: Generate and parse Apple plist files.
 
-.. moduleauthor:: Jack Jansen
-.. sectionauthor:: Georg Brandl <georg@python.org>
-.. (harvested from docstrings in the original file)
-
 **Source code:** :source:`Lib/plistlib.py`
 
 .. index::
index 51ae480338ddb7a6faeacaca7583dfc5765b6a19..cd3a58016e9c12e29c77cc494bf64b8ec9595d99 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: poplib
    :synopsis: POP3 protocol client (requires sockets).
 
-.. sectionauthor:: Andrew T. Csillag
-.. revised by ESR, January 2000
-
 **Source code:** :source:`Lib/poplib.py`
 
 .. index:: pair: POP3; protocol
index 1f1ca03dfd6222fe2957df3291a82a837692490a..7d43b5d4cf7657e0185af679d2c272a63378618a 100644 (file)
@@ -36,8 +36,6 @@ Large File Support
    single: large files
    single: file; large files
 
-.. sectionauthor:: Steve Clift <clift@mail.anacapa.net>
-
 Several operating systems (including AIX and Solaris) provide
 support for files that are larger than 2 GiB from a C programming model where
 :c:expr:`int` and :c:expr:`long` are 32-bit values. This is typically accomplished
index be942949d3ebfe361718e6a4956addfd6c936a33..350831d6ad3c1b54f20af709d14294cd52816545 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: pprint
    :synopsis: Data pretty printer.
 
-.. moduleauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/pprint.py`
 
 --------------
index f0314ea5af81182328ecdd6ce482aecffbc9672d..a7be5779fb26208362becf33bd307da0b8b9c2b4 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: pty
    :synopsis: Pseudo-Terminal Handling for Unix.
 
-.. moduleauthor:: Steen Lumholt
-.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
-
 **Source code:** :source:`Lib/pty.py`
 
 --------------
@@ -92,8 +89,6 @@ The :mod:`!pty` module defines the following functions:
 Example
 -------
 
-.. sectionauthor:: Steen Lumholt
-
 The following program acts like the Unix command :manpage:`script(1)`, using a
 pseudo-terminal to record all input and output of a terminal session in a
 "typescript". ::
index 1cff16b6c1bf97496313c3092045937fb2109c12..7aa960de3f234542010452db9a9ddd128ec94ddf 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: py_compile
    :synopsis: Generate byte-code files from Python source files.
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-.. documentation based on module docstrings
-
 **Source code:** :source:`Lib/py_compile.py`
 
 .. index:: pair: file; byte-code
index 40f93646af2ceb585dedcba5e14d9f4f38a916a9..ed9fc6d0b5cf8c088e3fb6453b59ee3042a2e8bb 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: pyclbr
    :synopsis: Supports information extraction for a Python module browser.
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/pyclbr.py`
 
 --------------
index e8f153ee1b35ce03b812ccc05e2fd0b5aca5b97c..f236eba84576575348a3a38b6678be02c8dad85d 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: pydoc
    :synopsis: Documentation generator and online help system.
 
-.. moduleauthor:: Ka-Ping Yee <ping@lfw.org>
-.. sectionauthor:: Ka-Ping Yee <ping@lfw.org>
-
 **Source code:** :source:`Lib/pydoc.py`
 
 .. index::
index ff5265835da3f8cdefdd04999adf60512a992b0c..2e6938b5cf68602b4597be7d96b2a07302c34945 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: xml.parsers.expat
    :synopsis: An interface to the Expat non-validating XML parser.
 
-.. moduleauthor:: Paul Prescod <paul@prescod.net>
-
 --------------
 
 .. Markup notes:
@@ -666,9 +664,6 @@ otherwise stated.
 ExpatError Exceptions
 ---------------------
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
-
 :exc:`ExpatError` exceptions have a number of interesting attributes:
 
 
@@ -752,8 +747,6 @@ Content Model Descriptions
 
 .. module:: xml.parsers.expat.model
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 Content models are described using nested tuples.  Each tuple contains four
 values: the type, the quantifier, the name, and a tuple of children.  Children
 are simply additional content model descriptions.
index df99acf354bf1b1b9d0c030ea84f8940c9d2ed60..cc11d0205dc5cbc91147eb0fc491cc81664fc0d7 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: re
    :synopsis: Regular expression operations.
 
-.. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com>
-.. sectionauthor:: Andrew M. Kuchling <amk@amk.ca>
-
 **Source code:** :source:`Lib/re/`
 
 --------------
@@ -1726,8 +1723,6 @@ The equivalent regular expression would be ::
 search() vs. prefixmatch()
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 Python offers different primitive operations based on regular expressions:
 
 + :func:`re.prefixmatch` checks for a match only at the beginning of the string
index 59f5b54a042ea372995a6aa2d65777209f7f0664..234af8d191e3e35afae8b55f515a3e1b43133bf7 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: readline
    :synopsis: GNU readline support for Python.
 
-.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
-
 --------------
 
 The :mod:`!readline` module defines a number of functions to facilitate
index 28c7855dfeeef3b11595f97465ef23fef7a74a57..d269d8bbaa55da571d1aa06fea212c79eb6815bd 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: reprlib
    :synopsis: Alternate repr() implementation with size limits.
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/reprlib.py`
 
 --------------
index 94bfbeab967693ca79e8c25c4077ec9f20e58a83..561b2976ecea22bc8b9defb48d26085084697a7c 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: resource
    :synopsis: An interface to provide resource usage information on the current process.
 
-.. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
-.. sectionauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
-
 --------------
 
 This module provides basic mechanisms for measuring and controlling system
index 91779feb5250139e655c121ea0f39248c4e15aa2..2acd1df3c49007a1a79084ebef1fde62e2e73595 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: rlcompleter
    :synopsis: Python identifier completion, suitable for the GNU readline library.
 
-.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
-
 **Source code:** :source:`Lib/rlcompleter.py`
 
 --------------
index bb977e01a61bbf9375b10ef156afd52b63f7bff4..536b5980f86a817dbc5eb23819de80de4e3bfbf5 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: runpy
    :synopsis: Locate and run Python modules without importing them first.
 
-.. moduleauthor:: Nick Coghlan <ncoghlan@gmail.com>
-
 **Source code:** :source:`Lib/runpy.py`
 
 --------------
index 5560478ce15e28fc04e447c87ae0a9dc50f38e0a..70541c5f3cb3676fffb55e1b8e271bac4234f77a 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: sched
    :synopsis: General purpose event scheduler.
 
-.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
-
 **Source code:** :source:`Lib/sched.py`
 
 .. index:: single: event scheduling
index e266849918a80b59d1f551e908d7ac8265bccfc3..3b5b57fb1c2170262e230bf14f3436db0deed572 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: secrets
    :synopsis: Generate secure random numbers for managing secrets.
 
-.. moduleauthor:: Steven D'Aprano <steve+python@pearwood.info>
-.. sectionauthor:: Steven D'Aprano <steve+python@pearwood.info>
 .. versionadded:: 3.6
 
 .. testsetup::
index 0653bf2f4189c20db043f5be197ce832670f28b2..2ab12f2f6f9169e9b0dd9c638e15d1799be511d0 100644 (file)
@@ -4,11 +4,6 @@
 .. module:: shlex
    :synopsis: Simple lexical analysis for Unix shell-like languages.
 
-.. moduleauthor:: Eric S. Raymond <esr@snark.thyrsus.com>
-.. moduleauthor:: Gustavo Niemeyer <niemeyer@conectiva.com>
-.. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com>
-.. sectionauthor:: Gustavo Niemeyer <niemeyer@conectiva.com>
-
 **Source code:** :source:`Lib/shlex.py`
 
 --------------
index 33f56121e845145babac2566064b7afb7ecabf2b..22444c4d804265d4492590b885de24781f1ff2e1 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: shutil
    :synopsis: High-level file operations, including copying.
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-.. partly based on the docstrings
-
 **Source code:** :source:`Lib/shutil.py`
 
 .. index::
index e1a4cd9c2f50eac5ec4d39639bc160f93a154d57..5c97199bc453e85bd09f9a75d2c831a45eba5cb6 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: smtplib
    :synopsis: SMTP protocol client (requires sockets).
 
-.. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com>
-
 **Source code:** :source:`Lib/smtplib.py`
 
 .. index::
index 02663e2054d5f1fe0ff7dd2be4af6a81e45de23b..40d103c13f8f3834fe11958328a2f6114b53638e 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: sqlite3
    :synopsis: A DB-API 2.0 implementation using SQLite 3.x.
 
-.. sectionauthor:: Gerhard Häring <gh@ghaering.de>
-
 **Source code:** :source:`Lib/sqlite3/`
 
 .. Make sure we always doctest the tutorial with an empty database.
index 366ae00efa2fc98338333dcbaa31815805e48668..e83c2c9a8bc792c7151a5beb4701d487ffc0332d 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: ssl
    :synopsis: TLS/SSL wrapper for socket objects
 
-.. moduleauthor:: Bill Janssen <bill.janssen@gmail.com>
-.. sectionauthor::  Bill Janssen <bill.janssen@gmail.com>
-
 **Source code:** :source:`Lib/ssl.py`
 
 .. index:: single: OpenSSL; (use in module ssl)
index dc852bbb754d9bd5413e02747d5867b09b749ceb..5c5f1858ba447682349070ac186834d6ed849b33 100644 (file)
@@ -5,8 +5,6 @@
    :synopsis: Utilities for interpreting the results of os.stat(),
               os.lstat() and os.fstat().
 
-.. sectionauthor:: Skip Montanaro <skip@automatrix.com>
-
 **Source code:** :source:`Lib/stat.py`
 
 --------------
index 614f5b905a4a2ebfb70a71958de1e908eb7e5780..cbb131855dc664b048a6e69cccffc69b12ba05e6 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: statistics
    :synopsis: Mathematical statistics functions
 
-.. moduleauthor:: Steven D'Aprano <steve+python@pearwood.info>
-.. sectionauthor:: Steven D'Aprano <steve+python@pearwood.info>
-
 .. versionadded:: 3.4
 
 **Source code:** :source:`Lib/statistics.py`
index b9caa2aa830e9445c60da9a2ec6158b18bd0870d..325ac9ae7c5293a6811f68a7c21e3f307b2fd11d 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: stringprep
    :synopsis: String preparation, as per RFC 3453
 
-.. moduleauthor:: Martin v. Löwis <martin@v.loewis.de>
-.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
-
 **Source code:** :source:`Lib/stringprep.py`
 
 --------------
index 020326b78c6b3ddd434ed8eebe7a61b32e07ec71..def6d58eabbeee2425584ee45950137071f0bf9c 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: subprocess
    :synopsis: Subprocess management.
 
-.. moduleauthor:: Peter Åstrand <astrand@lysator.liu.se>
-.. sectionauthor:: Peter Åstrand <astrand@lysator.liu.se>
-
 **Source code:** :source:`Lib/subprocess.py`
 
 --------------
index 264857f7b76aad41feadfdc5e388ab2df9a3083a..52a722608db43124b8bfc94d8f7303bfa0452f44 100644 (file)
@@ -8,10 +8,6 @@
 
 --------------
 
-.. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
-.. sectionauthor:: Benjamin Peterson <benjamin@python.org>
-
-
 Symbol tables are generated by the compiler from AST just before bytecode is
 generated.  The symbol table is responsible for calculating the scope of every
 identifier in the code.  :mod:`!symtable` provides an interface to examine these
index 5c65d6fd0161759bc921da08f5d689d2abea25f1..8aa912d99ba756efd6ef8df2c8b18016589a8403 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: sysconfig
    :synopsis: Python's configuration information
 
-.. moduleauthor:: Tarek Ziadé <tarek@ziade.org>
-.. sectionauthor:: Tarek Ziadé <tarek@ziade.org>
-
 .. versionadded:: 3.2
 
 **Source code:** :source:`Lib/sysconfig`
index 4f61b3dd761400f702b8bd21d30d60db226d6cc6..570cc7fd93beef91d7e08331154a53e1f3324dff 100644 (file)
@@ -5,11 +5,6 @@
    :synopsis: Tool for detecting white space related problems in Python
               source files in a directory tree.
 
-.. moduleauthor:: Tim Peters <tim_one@users.sourceforge.net>
-.. sectionauthor:: Peter Funk <pf@artcom-gmbh.de>
-
-.. rudimentary documentation based on module comments
-
 **Source code:** :source:`Lib/tabnanny.py`
 
 --------------
index d162070e27a7d27223e9dd3afd5d39cc773a7e5a..a86469bb9ad70419ffa97f06113833dcc0cf57b7 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: tarfile
    :synopsis: Read and write tar-format archive files.
 
-.. moduleauthor:: Lars Gustäbel <lars@gustaebel.de>
-.. sectionauthor:: Lars Gustäbel <lars@gustaebel.de>
-
 **Source code:** :source:`Lib/tarfile.py`
 
 --------------
index 78d37d8135cc513bd02bbf5eafd844485ecc26b9..bf9198e175a0e1131e1d458535a35da44a085342 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: tempfile
    :synopsis: Generate temporary files and directories.
 
-.. sectionauthor:: Zack Weinberg <zack@codesourcery.com>
-
 **Source code:** :source:`Lib/tempfile.py`
 
 .. index::
index b5a3005f85441091029adce5ce67d44b7ba9ffea..7ae3fabf1cec644ad2865c682c76d349c24b58ed 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: test
    :synopsis: Regression tests package containing the testing suite for Python.
 
-.. sectionauthor:: Brett Cannon <brett@python.org>
-
 .. note::
    The :mod:`!test` package is meant for internal use by Python only. It is
    documented for the benefit of the core developers of Python. Any use of
index c9230f7d82705fc5d531eab1e3b5afdc0ff1f2a8..d12968dee91f3c3fa8f2de01802715c55fc41b36 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: textwrap
    :synopsis: Text wrapping and filling
 
-.. moduleauthor:: Greg Ward <gward@python.net>
-.. sectionauthor:: Greg Ward <gward@python.net>
-
 **Source code:** :source:`Lib/textwrap.py`
 
 --------------
index 805f619eab8c070435466b0f2d8d6db33ab6b1a0..a34b74a088874fea690111497d01111a088ad18d 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: tkinter
    :synopsis: Interface to Tcl/Tk for graphical user interfaces
 
-.. moduleauthor:: Guido van Rossum <guido@Python.org>
-
 **Source code:** :source:`Lib/tkinter/__init__.py`
 
 --------------
index 6c3c74afd47d82de26a870046df8ce09e1ca73c4..eb30b9c3eacc1b6ea49453f2eeeca52078f2b4f4 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: tkinter.scrolledtext
    :synopsis: Text widget with a vertical scroll bar.
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/tkinter/scrolledtext.py`
 
 --------------
index 7db5756469976be7e98ee9b68208792e598ac5cb..e1383e189a31a2b07faf64ee2ebccf6f7565e2fd 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: tkinter.ttk
    :synopsis: Tk themed widget set
 
-.. sectionauthor:: Guilherme Polo <ggpolo@gmail.com>
-
 **Source code:** :source:`Lib/tkinter/ttk.py`
 
 .. index:: single: ttk
index fb826f5465bd80ce11b54d75c4abdaf5502b53a5..3253be96238c3573569082b40a8019eb76aedd37 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: token
    :synopsis: Constants representing terminal nodes of the parse tree.
 
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/token.py`
 
 --------------
index cf638f0b095bd6efc65a3f77aa28dedd18784376..3db4cf42c17f3d826d952eda8743947097153549 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: tokenize
    :synopsis: Lexical scanner for Python source code.
 
-.. moduleauthor:: Ka Ping Yee
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/tokenize.py`
 
 --------------
index dc6e0cc178bf66047fbba7392161df76f8a07e47..2bac968c2bea68193fe7aa57d45537c2bd2e1a5d 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: tomllib
    :synopsis: Parse TOML files.
 
-.. moduleauthor:: Taneli Hukkinen
-.. sectionauthor:: Taneli Hukkinen
-
 **Source code:** :source:`Lib/tomllib`
 
 --------------
index fe46be8b3211a26b99f69d3b36e41ba36415b099..9a8e69f09e8946587a105e3603fad66d4c748ea2 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: tty
    :synopsis: Utility functions that perform common terminal control operations.
 
-.. moduleauthor:: Steen Lumholt
-.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
-
 **Source code:** :source:`Lib/tty.py`
 
 --------------
index bfe93bc253d4fceffced6ef41724612cfb016b13..234042c661f51aef3e311dce65645aab4ee69592 100644 (file)
@@ -5,8 +5,6 @@
 .. module:: turtle
    :synopsis: An educational framework for simple graphics applications
 
-.. sectionauthor:: Gregor Lingl <gregor.lingl@aon.at>
-
 **Source code:** :source:`Lib/turtle.py`
 
 .. testsetup:: default
index 838744c3f899b95fcbc31508afb287a3c8a15163..2fc8b1d8b52341780774641e14a2eaf5abc86593 100644 (file)
@@ -4,10 +4,6 @@
 .. module:: unicodedata
    :synopsis: Access the Unicode Database.
 
-.. moduleauthor:: Marc-André Lemburg <mal@lemburg.com>
-.. sectionauthor:: Marc-André Lemburg <mal@lemburg.com>
-.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
-
 .. index::
    single: Unicode
    single: character
index 61c75b5a03b1035d85c749d882fbc353b1f6125b..7c81f52165972a5ab7ea96053891d9649bc88e32 100644 (file)
@@ -1,7 +1,6 @@
 :mod:`!unittest.mock` --- getting started
 =========================================
 
-.. moduleauthor:: Michael Foord <michael@python.org>
 .. currentmodule:: unittest.mock
 
 .. versionadded:: 3.3
index 549b04997886fafb7ca92bcaadcdd4891162d2b8..2ff1015af7a86e0060465f1c9efccbef77d2a607 100644 (file)
@@ -4,7 +4,6 @@
 .. module:: unittest.mock
    :synopsis: Mock object library.
 
-.. moduleauthor:: Michael Foord <michael@python.org>
 .. currentmodule:: unittest.mock
 
 .. versionadded:: 3.3
index 9677612823df40826267bfc4306d5725563c18f6..c7682c2274633b8e38e900812421a6da391b77e6 100644 (file)
@@ -4,11 +4,6 @@
 .. module:: unittest
    :synopsis: Unit testing framework for Python.
 
-.. moduleauthor:: Steve Purcell <stephen_purcell@yahoo.com>
-.. sectionauthor:: Steve Purcell <stephen_purcell@yahoo.com>
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-.. sectionauthor:: Raymond Hettinger <python@rcn.com>
-
 **Source code:** :source:`Lib/unittest/__init__.py`
 
 --------------
index dd2c9858eaad69e7793a05b19ad9b0048ae1c432..b8864e36981ab9befe94ad4ce13ee024509940f5 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: urllib.error
    :synopsis: Exception classes raised by urllib.request.
 
-.. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
-.. sectionauthor:: Senthil Kumaran <orsenthil@gmail.com>
-
 **Source code:** :source:`Lib/urllib/error.py`
 
 --------------
index b857b2a235e1bd89634dd5ff3ba6d205d1215182..64e915d042d4a03b21290950f60979ab970a54f6 100644 (file)
@@ -4,10 +4,6 @@
 .. module:: urllib.request
    :synopsis: Extensible library for opening URLs.
 
-.. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
-.. sectionauthor:: Moshe Zadka <moshez@users.sourceforge.net>
-.. sectionauthor:: Senthil Kumaran <senthil@uthcode.com>
-
 **Source code:** :source:`Lib/urllib/request.py`
 
 --------------
index ba719ae084e7e0d8dae9f233ecb79ccdd731979b..492c65ae209d920d533de82d5d0adc78acb5507a 100644 (file)
@@ -5,8 +5,6 @@
    :synopsis: Load a robots.txt file and answer questions about
               fetchability of other URLs.
 
-.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
-
 **Source code:** :source:`Lib/urllib/robotparser.py`
 
 .. index::
index fe3a3a8e510bd8f38b83168b410d803f91ea4e86..4b505c81c06f0f977d008033944a1fb67d173df4 100644 (file)
@@ -3,8 +3,6 @@
 
 .. module:: uuid
    :synopsis: UUID objects (universally unique identifiers) according to RFC 9562
-.. moduleauthor:: Ka-Ping Yee <ping@zesty.ca>
-.. sectionauthor:: George Yoshida <quiver@users.sourceforge.net>
 
 **Source code:** :source:`Lib/uuid.py`
 
index c75d7348343e16f6ec4204be82581ed70bf01050..8bb267d5a0b9588d7cd7050e116ee0915b46ae05 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: venv
    :synopsis: Creation of virtual environments.
 
-.. moduleauthor:: Vinay Sajip <vinay_sajip@yahoo.co.uk>
-.. sectionauthor:: Vinay Sajip <vinay_sajip@yahoo.co.uk>
-
 .. versionadded:: 3.3
 
 **Source code:** :source:`Lib/venv/`
index da793a64c45f0d98d45f60361b2c459d66a7bf15..6e61a1a44ad232ba89ecdd91fa6a5642b60dcf1b 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: wave
    :synopsis: Provide an interface to the WAV sound format.
 
-.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
-.. Documentations stolen from comments in file.
-
 **Source code:** :source:`Lib/wave.py`
 
 --------------
index 6dc5f90686c77843b04de720a122ca491302bd8c..87dd860da4dcc464eb6982fdfc46d2cd9fdf4c78 100644 (file)
@@ -6,11 +6,6 @@
 .. module:: weakref
    :synopsis: Support for weak references and weak dictionaries.
 
-.. moduleauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-.. moduleauthor:: Neil Schemenauer <nas@arctrix.com>
-.. moduleauthor:: Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/weakref.py`
 
 --------------
index 7b37b270e75343832ab2ca51747c4a48e6b1e942..389648d4f393e487ba18e49df81e7f5b60b9758f 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: webbrowser
    :synopsis: Easy-to-use controller for web browsers.
 
-.. moduleauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/webbrowser.py`
 
 --------------
index 12f9252af9356ec360d8fd4f40f78985bcb96229..2353bfd5281dabdc43924499a8245f8c26b53f36 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: winreg
    :synopsis: Routines and objects for manipulating the Windows registry.
 
-.. sectionauthor:: Mark Hammond <MarkH@ActiveState.com>
-
 **Source code:** :source:`PC/winreg.c`
 
 --------------
index 730b1bac658002a0769705b606424045d7cc4131..6b5f88021489d3be70137d58c14b45395eb03483 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: winsound
    :synopsis: Access to the sound-playing machinery for Windows.
 
-.. moduleauthor:: Toby Dickenson <htrd90@zepler.org>
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`PC/winsound.c`
 
 --------------
index 0ace7b72d32570d7e56724f44f32724d1bce9f9f..2af54dc2a7e632b77e163bc6185feb63a129e3ae 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: wsgiref
    :synopsis: WSGI Utilities and Reference Implementation.
 
-.. moduleauthor:: Phillip J. Eby <pje@telecommunity.com>
-.. sectionauthor:: Phillip J. Eby <pje@telecommunity.com>
-
 **Source code:** :source:`Lib/wsgiref`
 
 --------------
index 321d93079bc6fa256d79acafb036321a2ad0140d..1a5291d018ac702f937da5e983be08c528782ec1 100644 (file)
@@ -4,10 +4,6 @@
 .. module:: xml.dom.minidom
    :synopsis: Minimal Document Object Model (DOM) implementation.
 
-.. moduleauthor:: Paul Prescod <paul@prescod.net>
-.. sectionauthor:: Paul Prescod <paul@prescod.net>
-.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
-
 **Source code:** :source:`Lib/xml/dom/minidom.py`
 
 --------------
index 5027596ed96ad506f89a837a6cc82a1a94ecd675..52340ffe92eb8579ecf17c321a723c13149c7ae7 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: xml.dom.pulldom
    :synopsis: Support for building partial DOM trees from SAX events.
 
-.. moduleauthor:: Paul Prescod <paul@prescod.net>
-
 **Source code:** :source:`Lib/xml/dom/pulldom.py`
 
 --------------
index 8e5a3c13cfd8600d09c5ace0e3934c2c8d989d00..34e58dcad93012537cbeb8699b0fde46a3924c15 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: xml.dom
    :synopsis: Document Object Model API for Python.
 
-.. sectionauthor:: Paul Prescod <paul@prescod.net>
-.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
-
 **Source code:** :source:`Lib/xml/dom/__init__.py`
 
 --------------
index 177be9ff4bad25ec3b9b316014c1b801d24f1638..e021a81d2a2b87b235961002070ed018d7a7cd7c 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: xml.etree.ElementTree
    :synopsis: Implementation of the ElementTree API.
 
-.. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com>
-
 **Source code:** :source:`Lib/xml/etree/ElementTree.py`
 
 --------------
index 81d47147f3381614de68229211cd136d07ae507c..a47d31465b19f128c972cc4cfa01d01f20744a5a 100644 (file)
@@ -6,9 +6,6 @@ XML Processing Modules
 .. module:: xml
    :synopsis: Package containing XML processing modules
 
-.. sectionauthor:: Christian Heimes <christian@python.org>
-.. sectionauthor:: Georg Brandl <georg@python.org>
-
 **Source code:** :source:`Lib/xml/`
 
 --------------
index 5079fc0f19ea96f994d1e4e78e408e96b0b51164..4188debf566d9b417e4654ad1500bb50338cdcda 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: xml.sax.handler
    :synopsis: Base classes for SAX event handlers.
 
-.. moduleauthor:: Lars Marius Garshol <larsga@garshol.priv.no>
-.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
-
 **Source code:** :source:`Lib/xml/sax/handler.py`
 
 --------------
index b0bc84062e0719828dd06da3e04973f7357081a3..1a5ab6a214f819a53d3b2cc4ee273e9be817ff0c 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: xml.sax.xmlreader
    :synopsis: Interface which SAX-compliant XML parsers must implement.
 
-.. moduleauthor:: Lars Marius Garshol <larsga@garshol.priv.no>
-.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
-
 **Source code:** :source:`Lib/xml/sax/xmlreader.py`
 
 --------------
index 148cb863aca2773775dfd87839e2c2177fc6d6e5..77234cac5d92addc18b65b5785481c8faf1a4afc 100644 (file)
@@ -4,10 +4,6 @@
 .. module:: xml.sax
    :synopsis: Package containing SAX2 base classes and convenience functions.
 
-.. moduleauthor:: Lars Marius Garshol <larsga@garshol.priv.no>
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
-
 **Source code:** :source:`Lib/xml/sax/__init__.py`
 
 --------------
index f93fe374e1c862ab3455b0730053689b3d001c55..2de7ae2bda42602b4b1fb0b2565aa7d4fa0cb4b9 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: xml.sax.saxutils
    :synopsis: Convenience functions and classes for use with SAX.
 
-.. moduleauthor:: Lars Marius Garshol <larsga@garshol.priv.no>
-.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
-
 **Source code:** :source:`Lib/xml/sax/saxutils.py`
 
 --------------
index 75de47d9595628d5cbd0b5ed7737e3beea27f5ce..8b3b3dcaa13447f8fcf0b0c5db34989d08b5c1f1 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: xmlrpc.client
    :synopsis: XML-RPC client access.
 
-.. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com>
-.. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com>
-
 **Source code:** :source:`Lib/xmlrpc/client.py`
 
 .. XXX Not everything is documented yet.  It might be good to describe
index 9f16c47056740633581bc16a7cd66d7282de843c..2c130785be0db092dbc33aea2228ef07ec1d5359 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: xmlrpc.server
    :synopsis: Basic XML-RPC server implementations.
 
-.. moduleauthor:: Brian Quinlan <brianq@activestate.com>
-.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-
 **Source code:** :source:`Lib/xmlrpc/server.py`
 
 --------------
index 082c4f8d3b40c3fd272ab19b7b42e1d5ad08885f..2d9231707d9f2ddf1797a6f6650dabdd7fcebc24 100644 (file)
@@ -4,9 +4,6 @@
 .. module:: zipfile
    :synopsis: Read and write ZIP-format archive files.
 
-.. moduleauthor:: James C. Ahlstrom <jim@interet.com>
-.. sectionauthor:: James C. Ahlstrom <jim@interet.com>
-
 **Source code:** :source:`Lib/zipfile/`
 
 --------------
index 97f3ede21525cff11edbd04cb19a8ff39afa128d..a4136733a550301bbf0d97d4c7bdc312d5ea9f2c 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: zipimport
    :synopsis: Support for importing Python modules from ZIP archives.
 
-.. moduleauthor:: Just van Rossum <just@letterror.com>
-
 **Source code:** :source:`Lib/zipimport.py`
 
 --------------
index 099b50b07475040f2acd78897c935235a0004a0e..cba08d6614fc08abd0b861b9beef7286f7b020fd 100644 (file)
@@ -6,9 +6,6 @@
 
 .. versionadded:: 3.9
 
-.. moduleauthor:: Paul Ganssle <paul@ganssle.io>
-.. sectionauthor:: Paul Ganssle <paul@ganssle.io>
-
 **Source code:** :source:`Lib/zoneinfo`
 
 --------------
index bee6cc39fafcdb95a0b69ca7592349b0a950cef7..8bac8df4368c00a48eae90707f88919bbaef3a28 100644 (file)
@@ -1068,7 +1068,6 @@ Here is an example of a multi-line docstring::
 Function Annotations
 --------------------
 
-.. sectionauthor:: Zachary Ware <zachary.ware@gmail.com>
 .. index::
    pair: function; annotations
    single: ->; function annotations
@@ -1102,7 +1101,6 @@ value annotated::
 Intermezzo: Coding Style
 ========================
 
-.. sectionauthor:: Georg Brandl <georg@python.org>
 .. index:: pair: coding; style
 
 Now that you are about to write longer, more complex pieces of Python, it is a
index fe62ee153fe03443a29021b512fb6869b9b21758..eba2474cd4009d2dd16aadce9265ed8fd3eed00b 100644 (file)
@@ -136,9 +136,6 @@ comparison.
 Using Lists as Stacks
 ---------------------
 
-.. sectionauthor:: Ka-Ping Yee <ping@lfw.org>
-
-
 The list methods make it very easy to use a list as a stack, where the last
 element added is the first element retrieved ("last-in, first-out").  To add an
 item to the top of the stack, use :meth:`~list.append`.  To retrieve an item from the
@@ -166,8 +163,6 @@ top of the stack, use :meth:`~list.pop` without an explicit index.  For example:
 Using Lists as Queues
 ---------------------
 
-.. sectionauthor:: Ka-Ping Yee <ping@lfw.org>
-
 It is also possible to use a list as a queue, where the first element added is
 the first element retrieved ("first-in, first-out"); however, lists are not
 efficient for this purpose.  While appends and pops from the end of list are
index dfe2d1d3a8378fa9dd44423b9d4f3c3d5d2732d5..37e23ba1cd0c81269c0bed1bc0fec6bc13166459 100644 (file)
@@ -9,10 +9,6 @@
 Floating-Point Arithmetic:  Issues and Limitations
 **************************************************
 
-.. sectionauthor:: Tim Peters <tim_one@users.sourceforge.net>
-.. sectionauthor:: Raymond Hettinger <python at rcn dot com>
-
-
 Floating-point numbers are represented in computer hardware as base 2 (binary)
 fractions.  For example, the **decimal** fraction ``0.625``
 has value 6/10 + 2/100 + 5/1000, and in the same way the **binary** fraction ``0.101``
index 2fd6eace2b5dda2b3f789a362ad7db63b81d913a..6cf945de5b3f3b426f7726a806eee612ddda6f42 100644 (file)
@@ -5,9 +5,6 @@
 Using Python on macOS
 *********************
 
-.. sectionauthor:: Bob Savage <bobsavage@mac.com>
-.. sectionauthor:: Ned Deily <nad@python.org>
-
 This document aims to give an overview of macOS-specific behavior you should
 know about to get started with Python on Mac computers.
 Python on a Mac running macOS is very similar to Python on other Unix-derived platforms,
index a9950ef75254976299eb47831946dfe27136dbd2..829bdfe8b1121fd7fd741167285532895fce7541 100644 (file)
@@ -6,9 +6,6 @@
  Using Python on Unix platforms
 ********************************
 
-.. sectionauthor:: Shriphani Palakodety
-
-
 Getting and installing the latest version of Python
 ===================================================
 
index d286788e8054cc387b0a8961feba1d42395f0901..69fe89290e3b27789091da146cc19253c47e9afe 100644 (file)
@@ -12,8 +12,6 @@
  Using Python on Windows
 *************************
 
-.. sectionauthor:: Steve Dower <steve.dower@python.org>
-
 This document aims to give an overview of Windows-specific behaviour you should
 know about when using Python on Microsoft Windows.
 
index 4295eff8c1e225d31bb2e44bdb66aa464f01d044..3464bd95bac791daf7436789e1bbce0622e25690 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -122,6 +122,7 @@ Don Bashford
 Pior Bastida
 Nick Bastin
 Ned Batchelder
+Facundo Batista
 Jeff Bauer
 Michael R Bax
 Anthony Baxter
@@ -328,6 +329,7 @@ David Chaum
 Nicolas Chauvat
 Jerry Chen
 Michael Chermside
+Dmitry Chestnykh
 Ingrid Cheung
 Adam Chhina
 Terry Chia
@@ -424,6 +426,7 @@ Eric Daniel
 Scott David Daniels
 Derzsi Dániel
 Lawrence D'Anna
+Steven D'Aprano
 Ben Darnell
 Kushal Das
 Jonathan Dasteel
@@ -500,6 +503,7 @@ Eugene Dvurechenski
 Karmen Dykstra
 Josip Dzolonga
 Maxim Dzumanenko
+Phillip J. Eby
 Hans Eckardt
 Rodolpho Eckhardt
 Ulrich Eckhardt
@@ -738,6 +742,7 @@ Derek Harland
 Jason Harper
 David Harrigan
 Brian Harring
+Peter Harris
 Jonathan Hartley
 Travis B. Hartwell
 Henrik Harutyunyan
@@ -758,6 +763,7 @@ Tim Heaney
 Henrik Heimbuerger
 Christian Heimes
 Thomas Heller
+Doug Hellmann
 Malte Helmert
 Lance Finn Helsten
 Gordon P. Hemsley
@@ -844,6 +850,7 @@ Lawrence Hudson
 Michael Hudson
 Roberto Hueso Gomez
 Jim Hugunin
+Taneli Hukkinen
 Greg Humphreys
 Chris Hunt
 Eric Huss
@@ -1051,6 +1058,7 @@ Jon Kuhn
 Andrei Kulakov
 Ilya Kulakov
 Upendra Kumar
+Senthil Kumaran
 Toshio Kuratomi
 Ilia Kurenkov
 Vladimir Kushnir
@@ -1159,6 +1167,7 @@ Yuan Liu
 Nick Lockwood
 Stephanie Lockwood
 Martin von Löwis
+Edward Loper
 Hugo Lopes Tavares
 Guillermo López-Anglada
 Anne Lord
@@ -1175,6 +1184,7 @@ Kang-Hao (Kenny) Lu
 Raymond Lu
 Lukas Lueg
 Loren Luke
+Steen Lumholt
 Fredrik Lundh
 Mike Lundy
 Zhongyue Luo
@@ -1661,6 +1671,7 @@ Amit Saha
 Suman Saha
 Koki Saito
 Hajime Saitou
+Vinay Sajip
 George Sakkis
 Victor Salgado
 Rich Salz
@@ -2134,6 +2145,7 @@ Alakshendra Yadav
 Hirokazu Yamamoto
 Masayuki Yamamoto
 Zhikang Yan
+Jeffrey Yasskin
 Jingchen Ye
 Ka-Ping Yee
 Chi Hsuan Yen