summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-108223: Document --disable-gil flag in configure (#108236)Sam Gross2023-08-211-0/+9
* gh-107298: Fix C API datetime documentation (GH-108034)Serhiy Storchaka2023-08-212-15/+57
* gh-108224: Fix asyncio doc inconsistency (#108230)temach2023-08-211-1/+1
* gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077)Serhiy Storchaka2023-08-214-51/+51
* gh-108113: Make it possible to create an optimized AST (#108154)Irit Katriel2023-08-212-2/+19
* docs: fix grammar in isolating-extensions.rst (#108037)David Lechner2023-08-211-1/+1
* gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)Petr Viktorin2023-08-211-0/+5
* Improve references in the tutorial (GH-108069)Serhiy Storchaka2023-08-216-49/+48
* Resolve reference warnings in faq/gui.rst (#108147)Adam Turner2023-08-212-5/+5
* Resolve reference warnings in faq/library.rst (#108149)Adam Turner2023-08-202-6/+8
* Resolve reference warnings in faq/design.rst (#108148)Adam Turner2023-08-202-3/+2
* Docs: document 'manager' and '_log' attrs of logging.Logging (#108145)Erlend E. Aasland2023-08-201-0/+8
* Resolve reference warnings in faq/programming.rst (#108150)Adam Turner2023-08-202-4/+3
* Docs: Fix Sphinx warnings in logging.rst (GH-108139)Erlend E. Aasland2023-08-202-24/+27
* Docs: Fix Sphinx warnings in license.rst (#108142)Erlend E. Aasland2023-08-202-6/+5
* Docs: Fix Sphinx warnings in sys.rst (#108106)Erlend E. Aasland2023-08-203-115/+153
* gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes...Tomas R2023-08-201-7/+7
* gh-107619: Extend functools LRU cache docs with generators and async function...Hadházy Tamás2023-08-201-2/+3
* Fix misspellings in sysconfig docs (#108156)Rafael Fontenelle2023-08-201-5/+5
* gh-107980: fix doc role for asyncio.timeouts (#108126)Tin Tvrtković2023-08-191-3/+3
* Docs: Remove links to external C functions and macros in os.rst (#108138)Erlend E. Aasland2023-08-191-25/+27
* gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)Serhiy Storchaka2023-08-191-0/+9
* Docs: format sys.float_info properly (#108107)Erlend E. Aasland2023-08-191-52/+73
* gh-107704: Argument Clinic: add support for deprecating keyword use of parame...Serhiy Storchaka2023-08-191-22/+43
* gh-101100: Only show GitHub check annotations on changed doc paragraphs (#108...C.A.M. Gerlach2023-08-191-22/+184
* gh-107801: Improve the accuracy of os.lseek docs (#107935)Erlend E. Aasland2023-08-181-6/+11
* Minor code clean-up for the factor() recipe (GH-108114)Raymond Hettinger2023-08-181-3/+1
* gh-108014: Add Py_IsFinalizing() function (#108032)Victor Stinner2023-08-183-5/+17
* Docs: emphasise warning and add accurate markups for sys.unraisablehook (#108...Erlend E. Aasland2023-08-181-17/+21
* gh-107801: Improve the docs of the SEEK_* constants (#108099)Erlend E. Aasland2023-08-171-4/+14
* Docs: Fix Sphinx warnings in io.rst (#107903)Erlend E. Aasland2023-08-172-36/+36
* gh-102029: Deprecate passing arguments to `_PyRLock` in `threading` (#102071)Nikita Sobolev2023-08-171-0/+6
* gh-107801: Document SEEK_HOLE and SEEK_DATA (#107936)Erlend E. Aasland2023-08-171-2/+27
* GH-107987: Remove the Distributing Python Modules guide (#108016)Adam Turner2023-08-175-170/+16
* gh-107298: Fix some references in the C API documentation (GH-108072)Serhiy Storchaka2023-08-1711-20/+20
* gh-107298: Add standard exceptions and warnings in the nitpick_ignore list (G...Serhiy Storchaka2023-08-171-0/+71
* GH-92584: Remove references to Distutils in configure.rst (#108043)Adam Turner2023-08-161-11/+6
* GH-92584: Remove Installing Python Modules (Distutils version) (#108020)Adam Turner2023-08-165-1090/+3
* GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (#108040)Adam Turner2023-08-161-2/+2
* GH-92584: Redirect macOS package installation to the PPUG (#108044)Adam Turner2023-08-161-6/+2
* gh-56166: Deprecate passing confusing positional arguments in re functions (#...Serhiy Storchaka2023-08-162-11/+20
* GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047)Adam Turner2023-08-161-2/+2
* gh-107298: Fix C API Buffer documentation (#108011)Victor Stinner2023-08-163-11/+14
* GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031)Adam Turner2023-08-161-1/+1
* gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)Victor Stinner2023-08-161-1/+3
* gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...Erlend E. Aasland2023-08-152-0/+11
* gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292)Romuald Brunet2023-08-151-2/+9
* gh-107877: Update logging levels reference table with usage criteria. (#107894)Vinay Sajip2023-08-131-15/+33
* Add another example to the statistics docs (GH-107904)Raymond Hettinger2023-08-132-0/+57
* gh-107891: Fix typo in 3.12 whatsnew (#107892)wookie1842023-08-121-1/+1