summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-122944: Fix incorrect prompt strings in the Python Tutorial (#122949)Damien2024-08-124-10/+10
* GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)Barney Gale2024-08-112-39/+20
* gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` (#122702)sobolevn2024-08-111-5/+4
* Docs: Standardise versionchanged text in weakref.rst (#122898)Rafael Fontenelle2024-08-111-1/+1
* gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)Wulian2024-08-112-1/+6
* GH-120794: Use example paths with multiple parts in pathlib docs (#122887)Barney Gale2024-08-101-8/+8
* gh-122868: Add more lower bounds for sphinxcontrib dependencies (#122891)Adam Turner2024-08-101-9/+11
* gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)Nico Mexis2024-08-102-0/+27
* gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870)Adam Turner2024-08-091-3/+3
* gh-105376: Restore deprecated logging warn() method (#122775)Victor Stinner2024-08-093-23/+7
* gh-112301: Update documentation for configure options (``--disable-safety`` a...Nate Ohlson2024-08-081-4/+17
* gh-105201: Add PyIter_NextItem() (#122331)Erlend E. Aasland2024-08-074-28/+24
* Docs: Change `remove` to `removes` for consistency (#121072)smij7202024-08-071-2/+3
* Doc: cmdline.rst: Include -P and -R in usage (#122590)Wim Jeantine-Glenn2024-08-071-1/+1
* gh-122511: Improve documentation for object identity of mutable/immutable typ...Bénédikt Tran2024-08-071-6/+10
* GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)Barney Gale2024-08-072-23/+29
* gh-121103: Update site module docs for free-threaded installs (#122737)Sam Gross2024-08-061-4/+13
* gh-122058: `Lib/inspect`: Update docstrings for `isfunction`, `isgenerator`, ...Kirill Podoprigora2024-08-061-0/+25
* gh-121367: [doc] BUILD_TUPLE arg can be 0 (#122663)Irit Katriel2024-08-051-4/+8
* gh-122661: Remove GNU make-specific directive from Doc/Makefile (#122662)Libor Martínek2024-08-041-16/+20
* gh-122623: Improve `c-api/bytearray.rst` with error handling info (#122624)sobolevn2024-08-031-2/+7
* GH-121970: Fix ``gettext`` for audit events (#122651)Adam Turner2024-08-031-0/+2
* Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (#122646)scottwoodall2024-08-031-1/+1
* gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-#122280)Sergey B Kirpichev2024-08-031-0/+11
* Doc: Improve wording of ``os.path.commonpath()`` (#122627)Matth-M2024-08-031-1/+1
* gh-122445: populate only modified fields in __static_attributes__ (#122446)Irit Katriel2024-08-022-2/+2
* gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHand...Bénédikt Tran2024-08-021-3/+6
* Update PyObject_Del() documentation (#122597)Victor Stinner2024-08-022-9/+4
* Replace PyObject_Del with PyObject_Free (#122453)Victor Stinner2024-08-011-2/+2
* gh-122555: Remove removed functions from `Doc/data/refcounts.dat` (#122556)Bénédikt Tran2024-08-011-10/+0
* gh-122384: Mark strings from Download page for translation (#122385)Rafael Fontenelle2024-08-011-32/+42
* Fix typos in docs, error messages and comments (#122502)jianghuyiyuan2024-08-013-3/+3
* Docs: bump Sphinx to 8.0 and update constraints (#122496)Hugo van Kemenade2024-07-312-8/+8
* gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)Cody Maloney2024-07-311-20/+5
* gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)Petr Viktorin2024-07-303-0/+34
* Remove outdated note about instance methods from datamodel.rst (#122471)Thomas Grainger2024-07-301-8/+1
* gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-...Petr Viktorin2024-07-302-2/+11
* GH-121970: Extract ``audit_events`` into a new extension (#122325)Adam Turner2024-07-303-207/+263
* GH-122085: Use include files for C API deprecations (#109843)Adam Turner2024-07-297-181/+121
* gh-122085: Create dedicated page for deprecations (#122352)Hugo van Kemenade2024-07-283-0/+13
* GH-121462: pathlib docs: improve table of corresponding os/os.path functions ...Barney Gale2024-07-271-36/+51
* gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (#122242)Hugo van Kemenade2024-07-274-13/+32
* Fix underline for 'pty' in What's New in Python 3.14 (#122337)Adam Turner2024-07-271-1/+1
* Document ``mimetypes.MimeTypes.add_type()`` (#122301)Subrahmanya Gaonkar2024-07-261-0/+10
* Remove reference to docs mailing list for bug reports (#122323)Carol Willing2024-07-261-7/+2
* gh-122300: Preserve AST nodes for format specifiers with single elements (#12...Pablo Galindo Salgado2024-07-261-1/+3
* gh-121999: Change default tarfile filter to 'data' (GH-122002)WilliamRoyNelson2024-07-262-32/+55
* gh-122245: move checks for writes and shadowing of __debug__ to symtable (#12...Irit Katriel2024-07-261-0/+5
* GH-116090: Fix test and clarify behavior for exception events when exhausting...Mark Shannon2024-07-261-0/+4
* GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)Mark Shannon2024-07-251-9/+0