summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh-121626)Donghee Na2024-07-161-3/+6
* gh-84978: Add float.from_number() and complex.from_number() (GH-26827)Serhiy Storchaka2024-07-153-0/+44
* gh-117765: Improve documentation for `mocker.patch.dict` (#121755)Dominic H2024-07-151-1/+2
* gh-57141: Make shallow argument to filecmp.dircmp keyword-only (#121767)Jelle Zijlstra2024-07-141-1/+1
* gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750)Dominic H2024-07-141-1/+1
* gh-64308: Remove TestProgram from the unittest docs (GH-121675)Jan Musílek2024-07-141-2/+2
* gh-73159 Added clarifications in multiprocessing docs on that objects are pic...Ulrik Södergren2024-07-131-0/+10
* gh-120452: improve documentation about private name mangling (#120451)Bénédikt Tran2024-07-133-15/+69
* gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697)mirelagrigoras2024-07-131-1/+1
* gh-96765: Update ConfigParser.read() docs with multi-file read example (#121664)Timon Viola2024-07-131-14/+44
* gh-121615: Improve `module.rst` C-API docs with better error descriptions (#1...sobolevn2024-07-111-8/+15
* gh-121450: Make inline breakpoints use the most recent pdb instance (#121451)Tian Gao2024-07-111-0/+10
* gh-121567: Improve `slice` C-API docs by mentioning exceptions (#121568)sobolevn2024-07-101-3/+5
* gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (#121534)sobolevn2024-07-091-3/+6
* Docs: fix typo and duplicate word in configure.rst (#121410)Rafael Fontenelle2024-07-091-2/+2
* gh-121333: Clarify what is the default executor for asyncio.run_in_executor (...AN Long2024-07-091-0/+3
* NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)Hugo van Kemenade2024-07-086-7/+10
* gh-121461: Fix os.path.normpath documentation indentation (#121466)CBerJun2024-07-081-1/+1
* Regen ``Doc/requirements-oldest-sphinx.txt`` (#121437)Kirill Podoprigora2024-07-061-1/+1
* [docs] fix a Sphinx directive in `c-api/object.rst` (#121430)Bénédikt Tran2024-07-061-0/+1
* GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)Barney Gale2024-07-061-6/+6
* Update example of str.split, bytes.split (#121287)Yuxin Wu2024-07-051-6/+10
* gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176)Sergey B Kirpichev2024-07-051-0/+4
* gh-90437: Fix __main__.py documentation wording (GH-116309)Ali Tavallaie2024-07-041-3/+3
* gh-121355: Fix incorrect word in simple_stmts.rst (#121356)Jongbum Won2024-07-041-1/+1
* gh-121141: add support for `copy.replace` to AST nodes (#121162)Bénédikt Tran2024-07-041-2/+6
* gh-121035: Update PNG image for logging flow diagram. (GH-121323)Vinay Sajip2024-07-031-0/+0
* gh-61103: Support float and long double complex types in ctypes module (#121248)Sergey B Kirpichev2024-07-031-0/+20
* Docs: Add `os.splice` flags argument (#109847)Amin Alaee2024-07-031-1/+20
* docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)da-woods2024-07-031-2/+2
* gh-111872: Document the max_children attribute for `socketserver.ForkingMixIn...AN Long2024-07-031-0/+6
* gh-121027: Make the functools.partial object a method descriptor (GH-121089)Serhiy Storchaka2024-07-031-0/+6
* GH-73991: Support copying directory symlinks on older Windows (#120807)Barney Gale2024-07-031-5/+0
* gh-121035: Further improve logging flow diagram with respect to dark/light mo...Vinay Sajip2024-07-022-2/+14
* gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254)Vinay Sajip2024-07-022-11/+62
* Fix phrasing in paragraphs with leading "similar" (#121135)Rafael Fontenelle2024-07-021-2/+2
* gh-121196: Document `dict.fromkeys` params as pos-only (#121197)sobolevn2024-07-011-1/+1
* gh-114104: clarify asynchronous comprehension docs to match runtime behavior ...Danny Yang2024-07-011-4/+6
* gh-120743: Soft deprecate os.popen() function (#120744)Victor Stinner2024-07-012-1/+14
* gh-61103: Support double complex (_Complex) type in ctypes (#120894)Sergey B Kirpichev2024-07-011-0/+18
* gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...Kirill Podoprigora2024-06-301-0/+2
* [doc] Update element positions and styles in logging flow diagram. (GH-121182)Vinay Sajip2024-06-301-132/+155
* gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...Russell Keith-Magee2024-06-304-1/+60
* GH-119054: Add alt text to pathlib inheritance diagram (#121158)Barney Gale2024-06-291-0/+6
* GH-119054: Add "Expanding and resolving paths" section to pathlib docs. (#120...Barney Gale2024-06-291-101/+101
* gh-121101: Document -Wall option (an alias for -Walways) (#121102)Wim Jeantine-Glenn2024-06-291-0/+2
* gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)Steve Dower2024-06-281-4/+11
* gh-107803: add whatsnew for asyncio double linked list implementation (#120995)Kumar Aditya2024-06-281-0/+8
* gh-121035: Update logging flow chart to include the lastResort handler. (GH-1...Alexander Bessman2024-06-273-2/+283
* gh-115986 Improve pprint docs formatting (GH-117401)Kerim Kabirov2024-06-271-91/+89