summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-107298: Fix C API datetime documentation (GH-108034). (#108234)Serhiy Storchaka2023-08-212-15/+57
* [3.12] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108231)Miss Islington (bot)2023-08-211-1/+1
* [3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (G...Miss Islington (bot)2023-08-214-51/+51
* [3.12] docs: fix grammar in isolating-extensions.rst (GH-108037) (#108218)Miss Islington (bot)2023-08-211-1/+1
* [3.12] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...Miss Islington (bot)2023-08-211-0/+5
* [3.12] Improve references in the tutorial (GH-108069) (#108203)Miss Islington (bot)2023-08-216-49/+48
* [3.12] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-10814...Miss Islington (bot)2023-08-211-0/+8
* [3.12] Resolve reference warnings in faq/library.rst (GH-108149) (#108182)Miss Islington (bot)2023-08-202-6/+8
* [3.12] Resolve reference warnings in faq/design.rst (GH-108148) (#108180)Miss Islington (bot)2023-08-202-3/+2
* [3.12] Docs: Fix Sphinx warnings in sys.rst (#108106) (#108178)Erlend E. Aasland2023-08-203-115/+153
* [3.12] Docs: Fix Sphinx warnings in logging.rst (GH-108139) (#108174)Erlend E. Aasland2023-08-202-19/+20
* [3.12] Resolve reference warnings in faq/programming.rst (GH-108150) (#108170)Miss Islington (bot)2023-08-202-4/+3
* [3.12] Docs: Fix Sphinx warnings in license.rst (GH-108142) (#108167)Miss Islington (bot)2023-08-202-6/+5
* [3.12] gh-107659: Improve wording of the description of `ctypes.pointer` and ...Miss Islington (bot)2023-08-201-7/+7
* [3.12] gh-107619: Extend functools LRU cache docs with generators and async f...Miss Islington (bot)2023-08-201-2/+3
* [3.12] Fix misspellings in sysconfig docs (GH-108156) (#108157)Miss Islington (bot)2023-08-201-5/+5
* [3.12] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108152)Miss Islington (bot)2023-08-191-3/+3
* [3.12] Docs: Remove links to external C functions and macros in os.rst (GH-10...Miss Islington (bot)2023-08-191-25/+27
* [3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136)Erlend E. Aasland2023-08-191-6/+11
* [3.12] Docs: format sys.float_info properly (GH-108107) (#108130)Miss Islington (bot)2023-08-191-52/+73
* [3.12] gh-101100: Only show GitHub check annotations on changed doc paragraph...Miss Islington (bot)2023-08-191-22/+184
* [3.12] gh-101100: Docs: Check Sphinx warnings and fail if improved (GH-106460...C.A.M. Gerlach2023-08-184-96/+151
* [3.12] Docs: emphasise warning and add accurate markups for sys.unraisablehoo...Miss Islington (bot)2023-08-181-17/+21
* [3.12] gh-107801: Improve the docs of the SEEK_* constants (#108099) (#108108)Erlend E. Aasland2023-08-181-4/+14
* [3.12] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108093)Miss Islington (bot)2023-08-182-36/+36
* [3.12] gh-107801: Document SEEK_HOLE and SEEK_DATA (GH-107936) (#108086)Miss Islington (bot)2023-08-171-2/+27
* [3.12] GH-92584: Remove Installing Python Modules (Distutils version) (GH-108...Adam Turner2023-08-175-1090/+3
* [3.12] gh-107298: Fix some references in the C API documentation (GH-108072) ...Miss Islington (bot)2023-08-1711-20/+20
* [3.12] gh-107298: Add standard exceptions and warnings in the nitpick_ignore ...Miss Islington (bot)2023-08-171-0/+71
* [3.12] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#...Miss Islington (bot)2023-08-175-170/+16
* [3.12] GH-92584: Remove references to Distutils in configure.rst (GH-108043) ...Miss Islington (bot)2023-08-161-11/+6
* [3.12] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) ...Miss Islington (bot)2023-08-161-6/+2
* [3.12] GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (GH-108...Miss Islington (bot)2023-08-161-2/+2
* [3.12] gh-107298: Fix C API Buffer documentation (GH-108011). (#108048)Serhiy Storchaka2023-08-163-11/+14
* [3.12] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description...Miss Islington (bot)2023-08-161-2/+2
* [3.12] GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (GH-108031...Miss Islington (bot)2023-08-161-1/+1
* [3.12] Docs: Fix more Sphinx annotations in ctypes.rst (GH-107708) (#107717)Miss Islington (bot)2023-08-163-43/+44
* [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...Miss Islington (bot)2023-08-163-26467/+26460
* [3.12] Add another example to the statistics docs (GH-107904) (#107941)Miss Islington (bot)2023-08-142-0/+57
* [3.12] gh-107877: Update logging levels reference table with usage criteria. ...Miss Islington (bot)2023-08-141-15/+33
* [3.12] gh-107891: Fix typo in 3.12 whatsnew (GH-107892) (#107893)Miss Islington (bot)2023-08-141-1/+1
* [3.12] Docs: Document PyBUF_MAX_NDIM (GH-107865) (#107871)Miss Islington (bot)2023-08-111-3/+7
* [3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (...Miss Islington (bot)2023-08-0815-90/+162
* [3.12] gh-107442: Document all valid types for ctypes _as_parameter_ (GH-1074...Miss Islington (bot)2023-08-071-3/+4
* [3.12] Docs: Argument Clinic: Move the CConverter class to the reference (GH-...Miss Islington (bot)2023-08-071-64/+69
* [3.12] Improve cross-references in `runpy` docs (GH-107673) (#107698)Miss Islington (bot)2023-08-061-12/+13
* [3.12] Docs: Argument Clinic: Improve 'How to write a custom converter' (GH-1...Miss Islington (bot)2023-08-061-24/+26
* [3.12] Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (GH-107672) (#1...Miss Islington (bot)2023-08-062-32/+35
* [3.12] GH-84435: Make pyspecific directives translatable (GH-19470) (#107681)Miss Islington (bot)2023-08-061-10/+8
* [3.12] Do not use deprecated ``logger.warn()`` in pyspecific (GH-107694) (#10...Miss Islington (bot)2023-08-061-3/+3