summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-112999: Replace the outdated "deprecated" directives with "versionchanged"...Serhiy Storchaka2023-12-122-14/+11
* gh-87286: Add a number of LOG_* constants to syslog (#24432)Ronald Oussoren2023-12-121-17/+57
* GH-83162: Rename re.error for better clarity. (#101677)achhina2023-12-111-2/+6
* gh-101100: Improve documentation on function attributes (#112933)Alex Waygood2023-12-113-9/+10
* gh-101100: Fix Sphinx warning in library/http.cookies.rst (#112908)Hugo van Kemenade2023-12-101-20/+22
* gh-101100: Improve documentation of `TracebackType` attributes (#112884)Alex Waygood2023-12-093-9/+9
* gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886)Alex Waygood2023-12-091-23/+29
* gh-112758: Updated pathlib documentation for PurePath.match (#112814)Taylor Packard2023-12-081-0/+3
* gh-101100: Improve documentation for attributes on instance methods (#112832)Alex Waygood2023-12-082-10/+15
* gh-101100: Fix Sphinx nits in `library/contextlib.rst` (#112870)Alex Waygood2023-12-081-7/+7
* gh-101100: Fix Sphinx nitpicks in `library/shelve.rst` (#112836)Alex Waygood2023-12-081-4/+5
* Add a versionchanged directive for gh-94692 (GH-112846)Serhiy Storchaka2023-12-081-0/+2
* gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are reference...Alex Waygood2023-12-071-1/+1
* gh-102980: Redirect output of pdb's `interact` command, add tests and improve...Tian Gao2023-12-071-1/+18
* gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (#112811)Alex Waygood2023-12-061-22/+30
* gh-101100: Improve documentation of code object attributes (#112781)Alex Waygood2023-12-062-11/+12
* gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst` (#112757)Alex Waygood2023-12-061-11/+15
* gh-101100: Properly document frame object attributes (#112735)Alex Waygood2023-12-054-9/+11
* Minor stylistic edit to the grouper recipe (gh112759)Jurjen N. E. Bos2023-12-051-2/+2
* gh-112328: [Enum] Make some private attributes public. (GH-112514)Ethan Furman2023-12-051-21/+39
* gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (#1...Alex Waygood2023-12-051-3/+5
* gh-81441: shutil.rmtree() FileNotFoundError race condition (GH-14064)Jeffrey Kintscher2023-12-051-0/+4
* gh-82300: Add track parameter to multiprocessing.shared_memory (#110778)pan3242023-12-051-16/+35
* gh-102130: Support tab completion in cmd for Libedit. (GH-107748)Constantin Hong2023-12-051-0/+10
* gh-103363: Add follow_symlinks argument to `pathlib.Path.owner()` and `group(...Kamil Turek2023-12-041-4/+16
* gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (#112703)Alex Waygood2023-12-041-21/+21
* gh-110275: Named tuple's __replace__() now raises TypeError for invalid argum...Serhiy Storchaka2023-12-041-0/+4
* gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (#112669)Alex Waygood2023-12-041-46/+67
* bpo-34392: Add sys. _is_interned() (GH-8755)Serhiy Storchaka2023-12-041-0/+12
* gh-101100: Fix Sphinx warning in `library/gettext.rst` (#112668)Hugo van Kemenade2023-12-031-7/+7
* gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)Alex Waygood2023-12-031-6/+9
* Run more `inspect.rst` code snippets in CI (#112654)Alex Waygood2023-12-031-28/+38
* gh-112316: improve docs for `inspect.signature` and `inspect.Signature` (#112...Alex Waygood2023-12-031-36/+55
* gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143)Nikita Sobolev2023-12-021-0/+11
* gh-112316: Improve docs of `inspect.signature` and `Signature.from_callable` ...Nikita Sobolev2023-12-021-19/+18
* gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)William Wen2023-12-011-4/+9
* gh-112510: Add `readline.backend` for the backend readline uses (GH-112511)Tian Gao2023-12-011-5/+10
* gh-112502: Docs: Improve docs for gc.collect method (#112562)Alperen Serkan Aksöz2023-11-301-2/+2
* gh-104003: Implement PEP 702 (#104004)Jelle Zijlstra2023-11-291-0/+50
* gh-112454: Disable TLS-PSK if OpenSSL was built without PSK support (#112491)Grant Ramsay2023-11-291-0/+12
* gh-110930: Correct book title by Alan D. Moore (#112490)Hugo van Kemenade2023-11-281-2/+2
* gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)Irit Katriel2023-11-281-0/+8
* Docs: fix markup for `importlib.machinery.NamespaceLoader` (#112479)Alex Waygood2023-11-281-1/+1
* Correct documentation for AF_PACKET (#112339)Eugene Toder2023-11-271-2/+1
* gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393)Serhiy Storchaka2023-11-271-1/+59
* gh-76912: Raise OSError from any failure in getpass.getuser() (#29739)Jacob Walls2023-11-271-2/+5
* GH-101100: Fix reference warnings for ``socket`` methods (#110114)Adam Turner2023-11-271-12/+12
* Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)Tom Levy2023-11-271-1/+1
* gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)Grant Ramsay2023-11-271-0/+88
* gh-101100: Fix Sphinx reference warnings (GH-112416)Hugo van Kemenade2023-11-255-8/+21