summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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-258-17/+23
* gh-112331: Fix reference manual description of attribute lookup mechanics (gh...Raymond Hettinger2023-11-251-6/+12
* Descriptor HowTo: Sync the error-messages with the C code. Add tests. (gh-11...Raymond Hettinger2023-11-251-3/+40
* gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (#112399)Hugo van Kemenade2023-11-253-21/+29
* gh-101100: Define `_tkinter` module to fix references (#112382)Hugo van Kemenade2023-11-251-0/+3
* gh-101100: Define `test.regrtest` module to fix references (#112381)Hugo van Kemenade2023-11-251-0/+3
* gh-59254: mention in open() doc that line buffering is for writing (#112318)Irit Katriel2023-11-241-1/+1
* Remove bogus annotations from the descriptor howto guide (#112349)Raymond Hettinger2023-11-231-3/+3
* gh-112137: change dis output to display labels instead of offsets (#112138)Irit Katriel2023-11-222-9/+36
* Fix docstring and var name of itertools recipe (#112113)Sebastian Rittau2023-11-221-3/+3
* GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112291)Tian Gao2023-11-211-0/+7
* gh-110745: add a newline argument to pathlib.Path.read_text (#110880)Junya Okabe2023-11-211-1/+3
* gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112...Lincoln2023-11-211-0/+6
* gh-110383: Explained which error message is generated when there is an unhand...Unique-Usman2023-11-191-2/+1
* gh-110383: Fix documentation profile cumtime fix (#112221)Alex Ptakhin2023-11-191-2/+2
* Fix typo in documentation of `importlib.metadata` (GH-112099)Charlie Zhao2023-11-171-1/+1
* gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171)Victor Stinner2023-11-171-14/+0
* gh-110481, doc: Add "immortal" term to the glossary (#112180)Victor Stinner2023-11-178-21/+32
* gh-94309: "What's new in Python 3.12": improve deprecation notice for typing....Ori Avtalion2023-11-171-2/+3
* gh-112165: Fix typo in `__main__.py` (#112183)Terry Jan Reedy2023-11-171-1/+1
* [doc] Make subprocess.wait documentation more precise (#98700)Luis Pedro Coelho2023-11-161-3/+4
* gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111...Petr Viktorin2023-11-161-6/+97
* gh-112088: Run autoreconf in GHA check_generated_files (#112090)Victor Stinner2023-11-151-5/+12
* gh-112026: Add again <unistd.h> include in Python.h (#112046)Victor Stinner2023-11-151-18/+0
* Fix typo in perf profiling docs (#112112)Ryuji Tsutsui2023-11-151-1/+1
* Docs: Add the time to the HTML last updated format (#110091)Adam Turner2023-11-151-3/+2
* gh-111545: Test PyHash_GetFuncDef() function (#112098)Victor Stinner2023-11-152-0/+49
* gh-111262: Add PyDict_Pop() function (#112028)Victor Stinner2023-11-142-0/+33
* gh-111622: Fix doc for items views (#112051)Terry Jan Reedy2023-11-141-5/+8
* GH-110417: Fix `glob` docs ordering (#110418)Barney Gale2023-11-131-34/+35
* GH-72904: Add `glob.translate()` function (#106703)Barney Gale2023-11-132-0/+46
* gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)Victor Stinner2023-11-132-0/+28
* Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (#...Hugo van Kemenade2023-11-132-0/+7
* gh-111944: Add assignment expression parentheses requirements (#111977)Terry Jan Reedy2023-11-131-4/+5
* gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)Stephen Gildea2023-11-111-1/+103
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Ɓukasz Langa2023-11-101-1/+9
* gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)Zac Hatfield-Dodds2023-11-101-3/+3
* gh-81925: Implement native thread ids for kFreeBSD (#111761)Samuel Thibault2023-11-093-4/+10
* gh-111895: Convert definition list to bullet list for readability on mobile (...Hugo van Kemenade2023-11-091-6/+6
* Add detail to comment on range of random.random() (gh-111868)zipperer2023-11-091-1/+1
* gh-111835: Add seekable method to mmap.mmap (gh-111852)Donghee Na2023-11-092-0/+16
* gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)Serhiy Storchaka2023-11-081-2/+16
* gh-111246: Remove listening Unix socket on close (#111483)Pierre Ossman (ThinLinc team)2023-11-082-1/+16
* Glossary: Add "static type checker" (#111837)Jelle Zijlstra2023-11-084-7/+14
* gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)Victor Stinner2023-11-073-18/+0
* gh-81137: deprecate assignment of code object to a function of a mismatched t...Irit Katriel2023-11-071-0/+6
* gh-85098: Implement functional CLI of symtable (#109112)Serhiy Storchaka2023-11-071-0/+18
* gh-106672: C API: Report indiscriminately ignored errors (GH-106674)Serhiy Storchaka2023-11-071-0/+9