Title: Fix all Sphinx reference warnings in the documentation · Issue #101100 · python/cpython · GitHub
Open Graph Title: Fix all Sphinx reference warnings in the documentation · Issue #101100 · python/cpython
X Title: Fix all Sphinx reference warnings in the documentation · Issue #101100 · python/cpython
Description: Documentation Running sphinx-build in nit-picky mode, like: sphinx-build -n . build/html/ or: make html SPHINXERRORHANDLING=-n gives tons warnings. ~8k of them at the time of writing. Most of them are innocent, like using :const: while r...
Open Graph Description: Documentation Running sphinx-build in nit-picky mode, like: sphinx-build -n . build/html/ or: make html SPHINXERRORHANDLING=-n gives tons warnings. ~8k of them at the time of writing. Most of them ...
X Description: Documentation Running sphinx-build in nit-picky mode, like: sphinx-build -n . build/html/ or: make html SPHINXERRORHANDLING=-n gives tons warnings. ~8k of them at the time of writing. Most of them ...
Opengraph URL: https://github.com/python/cpython/issues/101100
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Fix all Sphinx reference warnings in the documentation","articleBody":"# Documentation\r\n\r\nRunning sphinx-build in nit-picky mode, like:\r\n\r\n sphinx-build -n . build/html/\r\n\r\nor:\r\n\r\n make html SPHINXERRORHANDLING=-n\r\n\r\n\r\ngives tons warnings. ~8k of them at the time of writing.\r\n\r\nMost of them are innocent, like using `:const:` while referring to a constant defined in another file, or using `` :meth:`__init__` `` to speak about the concept of an init method.\r\n\r\nThe fall in several cases:\r\n\r\n- The target is not documented at all, then document it, like in 664aa94b570a4a8f3535efb2e3d638a4ab655943\r\n- There's a typo, then fix it.\r\n- We're mentionning something that does not exists (or no longer exists), then rewrite.\r\n- Innocent usage of rst markers without the intention of linking to something, then ???\r\n\r\nI don't have statistics (yet) on the distribution for the 4 previous cases.\r\n\r\nFor the innocent usages of rst markers, there's two fixes:\r\n\r\n- Drop the role, `` :const:`IGNORECASE` `` becomes ``` ``IGNORECASE`` ```. We loose a bit of information in the rst file, I'm not fully convinced.\r\n- Make it point to something existing, `` :const:`IGNORECASE` `` becomes `` :const:`re.IGNORECASE` ``, or even `` :const:`~re.IGNORECASE` `` to keep the same output. It means more typing, and more links in the HTML output which are not all usefull.\r\n\r\nMy question is: should we try to fix all warnings so we can easily spot typos at build time?\r\n\r\nI tried to see if some typo would have been avoided by the nit-picky mode by reading a few pages of WARNINGS and found just one: `read1` instead of `read` in `bz2.rst`.\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-101122\n* gh-101173\n* gh-102125\n* gh-102237\n* gh-102238\n* gh-102260\n* gh-102262\n* gh-102263\n* gh-102274\n* gh-102291\n* gh-102292\n* gh-102340\n* gh-102513\n* gh-102526\n* gh-102529\n* gh-102530\n* gh-102597\n* gh-102638\n* gh-102639\n* gh-102695\n* gh-102727\n* gh-102728\n* gh-103001\n* gh-103002\n* gh-103019\n* gh-103116\n* gh-103135\n* gh-103191\n* gh-103289\n* gh-103457\n* gh-103531\n* gh-103803\n* gh-103818\n* gh-104124\n* gh-105265\n* gh-106172\n* gh-106191\n* gh-106192\n* gh-106204\n* gh-106205\n* gh-106220\n* gh-106278\n* gh-106281\n* gh-106282\n* gh-106299\n* gh-106460\n* gh-107095\n* gh-107103\n* gh-107120\n* gh-107386\n* gh-107418\n* gh-107419\n* gh-107966\n* gh-108065\n* gh-108127\n* gh-108678\n* gh-108680\n* gh-108681\n* gh-108684\n* gh-108707\n* gh-108708\n* gh-108746\n* gh-108750\n* gh-108755\n* gh-108756\n* gh-108757\n* gh-108759\n* gh-108805\n* gh-108807\n* gh-108808\n* gh-108810\n* gh-108812\n* gh-108813\n* gh-109394\n* gh-109416\n* gh-109417\n* gh-109424\n* gh-109799\n* gh-109800\n* gh-109801\n* gh-109814\n* gh-109881\n* gh-109883\n* gh-109884\n* gh-109931\n* gh-109937\n* gh-109938\n* gh-109963\n* gh-109966\n* gh-109967\n* gh-110074\n* gh-110081\n* gh-110082\n* gh-110084\n* gh-110085\n* gh-110086\n* gh-110087\n* gh-110112\n* gh-110113\n* gh-110114\n* gh-110115\n* gh-110118\n* gh-110135\n* gh-110136\n* gh-110140\n* gh-110141\n* gh-110144\n* gh-110185\n* gh-110187\n* gh-110207\n* gh-110461\n* gh-110623\n* gh-110624\n* gh-110841\n* gh-110855\n* gh-110856\n* gh-110862\n* gh-110877\n* gh-110878\n* gh-110979\n* gh-111070\n* gh-111071\n* gh-111072\n* gh-111073\n* gh-111074\n* gh-111075\n* gh-111076\n* gh-111079\n* gh-111080\n* gh-111097\n* gh-111098\n* gh-111118\n* gh-111173\n* gh-111175\n* gh-111176\n* gh-111179\n* gh-111185\n* gh-111186\n* gh-111222\n* gh-111226\n* gh-111227\n* gh-111469\n* gh-111470\n* gh-112351\n* gh-112357\n* gh-112366\n* gh-112373\n* gh-112381\n* gh-112382\n* gh-112390\n* gh-112391\n* gh-112392\n* gh-112393\n* gh-112399\n* gh-112402\n* gh-112404\n* gh-112416\n* gh-112420\n* gh-112422\n* gh-112455\n* gh-112456\n* gh-112662\n* gh-112666\n* gh-112667\n* gh-112668\n* gh-112669\n* gh-112673\n* gh-112674\n* gh-112697\n* gh-112698\n* gh-112701\n* gh-112702\n* gh-112703\n* gh-112704\n* gh-112705\n* gh-112735\n* gh-112737\n* gh-112748\n* gh-112749\n* gh-112757\n* gh-112772\n* gh-112775\n* gh-112781\n* gh-112789\n* gh-112790\n* gh-112811\n* gh-112813\n* gh-112815\n* gh-112816\n* gh-112817\n* gh-112832\n* gh-112833\n* gh-112836\n* gh-112857\n* gh-112858\n* gh-112868\n* gh-112869\n* gh-112870\n* gh-112872\n* gh-112873\n* gh-112874\n* gh-112875\n* gh-112884\n* gh-112886\n* gh-112908\n* gh-112910\n* gh-112911\n* gh-112912\n* gh-112913\n* gh-112929\n* gh-112930\n* gh-112933\n* gh-112974\n* gh-112981\n* gh-113001\n* gh-113003\n* gh-113029\n* gh-113030\n* gh-113031\n* gh-113043\n* gh-113044\n* gh-113057\n* gh-113061\n* gh-113062\n* gh-113106\n* gh-113107\n* gh-113109\n* gh-113110\n* gh-113111\n* gh-113112\n* gh-113116\n* gh-113124\n* gh-113125\n* gh-113136\n* gh-113137\n* gh-113142\n* gh-113143\n* gh-113144\n* gh-113145\n* gh-113158\n* gh-113159\n* gh-113162\n* gh-113163\n* gh-113181\n* gh-113182\n* gh-113183\n* gh-113184\n* gh-113237\n* gh-113244\n* gh-113245\n* gh-113289\n* gh-113290\n* gh-113291\n* gh-113493\n* gh-113494\n* gh-113496\n* gh-113497\n* gh-113498\n* gh-113500\n* gh-113502\n* gh-113504\n* gh-113505\n* gh-113508\n* gh-113509\n* gh-113510\n* gh-113511\n* gh-113551\n* gh-113552\n* gh-113564\n* gh-113598\n* gh-113599\n* gh-113600\n* gh-113629\n* gh-113641\n* gh-113642\n* gh-113669\n* gh-113681\n* gh-113725\n* gh-113734\n* gh-113735\n* gh-113739\n* gh-113748\n* gh-113749\n* gh-113752\n* gh-113846\n* gh-113847\n* gh-113946\n* gh-113998\n* gh-114001\n* gh-114060\n* gh-114063\n* gh-114064\n* gh-114194\n* gh-114280\n* gh-114327\n* gh-114373\n* gh-114377\n* gh-114378\n* gh-114425\n* gh-114436\n* gh-114437\n* gh-114469\n* gh-114477\n* gh-114478\n* gh-114518\n* gh-114519\n* gh-114521\n* gh-114525\n* gh-114526\n* gh-114527\n* gh-114531\n* gh-114546\n* gh-114584\n* gh-114585\n* gh-114635\n* gh-114640\n* gh-114641\n* gh-114646\n* gh-114649\n* gh-114650\n* gh-114652\n* gh-114654\n* gh-114658\n* gh-114661\n* gh-114669\n* gh-114696\n* gh-114704\n* gh-114705\n* gh-114711\n* gh-114712\n* gh-114716\n* gh-114718\n* gh-114729\n* gh-114769\n* gh-114770\n* gh-114771\n* gh-114773\n* gh-114786\n* gh-114793\n* gh-114794\n* gh-114825\n* gh-114846\n* gh-114872\n* gh-114878\n* gh-114958\n* gh-114969\n* gh-114970\n* gh-114972\n* gh-114981\n* gh-114982\n* gh-114983\n* gh-114988\n* gh-114989\n* gh-114992\n* gh-114999\n* gh-115003\n* gh-115135\n* gh-115141\n* gh-115208\n* gh-115209\n* gh-115263\n* gh-115284\n* gh-115297\n* gh-115308\n* gh-115310\n* gh-115311\n* gh-115319\n* gh-115330\n* gh-115331\n* gh-115430\n* gh-115575\n* gh-115580\n* gh-115587\n* gh-115588\n* gh-115589\n* gh-115590\n* gh-115691\n* gh-115902\n* gh-115903\n* gh-115924\n* gh-115925\n* gh-115932\n* gh-115933\n* gh-116913\n* gh-117037\n* gh-117038\n* gh-118353\n* gh-118356\n* gh-118364\n* gh-118365\n* gh-118366\n* gh-118367\n* gh-124106\n* gh-124480\n* gh-124556\n* gh-124558\n* gh-124577\n* gh-124579\n* gh-124580\n* gh-124709\n* gh-125190\n* gh-125191\n* gh-125208\n* gh-125211\n* gh-127054\n* gh-127084\n* gh-127222\n* gh-127239\n* gh-127240\n* gh-127287\n* gh-127311\n* gh-127511\n* gh-127512\n* gh-127662\n* gh-127684\n* gh-127692\n* gh-127693\n* gh-127783\n* gh-127784\n* gh-129988\n* gh-129997\n* gh-129998\n* gh-130300\n* gh-130346\n* gh-130347\n* gh-130629\n* gh-130774\n* gh-130779\n* gh-130780\n* gh-130781\n* gh-130782\n* gh-130994\n* gh-131074\n* gh-131075\n* gh-132422\n* gh-132485\n* gh-134303\n* gh-134338\n* gh-134339\n* gh-136163\n* gh-136309\n* gh-136238\n* gh-136317\n* gh-136318\n* gh-136323\n* gh-136372\n* gh-136373\n* gh-136389\n* gh-136390\n* gh-136402\n* gh-136404\n* gh-136405\n* gh-136414\n* gh-136415\n* gh-136424\n* gh-136475\n* gh-136532\n* gh-136533\n* gh-136552\n* gh-136554\n* gh-136562\n* gh-136597\n* gh-136598\n* gh-136612\n* gh-136629\n* gh-136646\n* gh-136647\n* gh-138408\n* gh-138409\n* gh-138410\n* gh-138411\n* gh-138412\n* gh-138413\n* gh-138414\n* gh-138415\n* gh-138416\n* gh-138417\n* gh-138418\n* gh-138420\n* gh-138421\n* gh-138422\n* gh-138423\n* gh-138424\n* gh-138435\n* gh-138436\n* gh-138437\n* gh-138438\n* gh-138441\n* gh-138442\n* gh-138443\n* gh-138444\n* gh-138446\n* gh-138447\n* gh-138455\n* gh-138456\n* gh-138459\n* gh-138460\n* gh-138461\n* gh-138463\n* gh-138480\n* gh-138481\n* gh-138680\n* gh-138681\n* gh-138464\n* gh-138683\n* gh-139236\n* gh-139568\n* gh-139569\n* gh-139572\n* gh-139576\n* gh-139592\n* gh-139636\n* gh-139787\n* gh-139788\n* gh-139832\n* gh-139833\n* gh-139835\n* gh-139910\n* gh-139912\n* gh-139930\n* gh-139966\n* gh-139967\n* gh-139991\n* gh-140023\n* gh-140084\n* gh-140085\n* gh-140109\n* gh-140194\n* gh-140352\n* gh-140353\n* gh-141827\n* gh-141853\n* gh-141854\n* gh-141855\n* gh-141857\n* gh-142300\n* gh-142345\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/JulienPalard","@type":"Person","name":"JulienPalard"},"datePublished":"2023-01-17T12:55:36.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":50},"url":"https://github.com/101100/cpython/issues/101100"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:ab179a39-b4b6-1748-cd03-9be6cc4aec1a |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8D02:2ACFDC:9D30A7:D2CC55:69699227 |
| html-safe-nonce | 529df1962adbdc15b37614cdd17621c0dbe4cd7cf6b618f9163928bac948e494 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RDAyOjJBQ0ZEQzo5RDMwQTc6RDJDQzU1OjY5Njk5MjI3IiwidmlzaXRvcl9pZCI6Ijc2MTA0ODY5NTk5ODEwNDAxNjciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 85336cd990e498eb24b9fa783bf35655458dfdeb5ec1731ae7d16c87b55b6766 |
| hovercard-subject-tag | issue:1536335238 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/101100/issue_layout |
| twitter:image | https://opengraph.githubassets.com/73b58c7993cc0e89ef0e7de7f747027234d0360a7f0206920027074065f9ab2f/python/cpython/issues/101100 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/73b58c7993cc0e89ef0e7de7f747027234d0360a7f0206920027074065f9ab2f/python/cpython/issues/101100 |
| og:image:alt | Documentation Running sphinx-build in nit-picky mode, like: sphinx-build -n . build/html/ or: make html SPHINXERRORHANDLING=-n gives tons warnings. ~8k of them at the time of writing. Most of them ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | JulienPalard |
| hostname | github.com |
| expected-hostname | github.com |
| None | 3542e147982176a7ebaa23dfb559c8af16f721c03ec560c68c56b64a0f35e751 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | af80af7cc9e3de9c336f18b208a600950a3c187c |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
| Skip to content | https://github.com/python/cpython/issues/101100#start-of-content |
| https://github.com/ | |
| Sign in | https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F101100 |
| GitHub CopilotWrite better code with AI | https://github.com/features/copilot |
| GitHub SparkBuild and deploy intelligent apps | https://github.com/features/spark |
| GitHub ModelsManage and compare prompts | https://github.com/features/models |
| MCP RegistryNewIntegrate external tools | https://github.com/mcp |
| ActionsAutomate any workflow | https://github.com/features/actions |
| CodespacesInstant dev environments | https://github.com/features/codespaces |
| IssuesPlan and track work | https://github.com/features/issues |
| Code ReviewManage code changes | https://github.com/features/code-review |
| GitHub Advanced SecurityFind and fix vulnerabilities | https://github.com/security/advanced-security |
| Code securitySecure your code as you build | https://github.com/security/advanced-security/code-security |
| Secret protectionStop leaks before they start | https://github.com/security/advanced-security/secret-protection |
| Why GitHub | https://github.com/why-github |
| Documentation | https://docs.github.com |
| Blog | https://github.blog |
| Changelog | https://github.blog/changelog |
| Marketplace | https://github.com/marketplace |
| View all features | https://github.com/features |
| Enterprises | https://github.com/enterprise |
| Small and medium teams | https://github.com/team |
| Startups | https://github.com/enterprise/startups |
| Nonprofits | https://github.com/solutions/industry/nonprofits |
| App Modernization | https://github.com/solutions/use-case/app-modernization |
| DevSecOps | https://github.com/solutions/use-case/devsecops |
| DevOps | https://github.com/solutions/use-case/devops |
| CI/CD | https://github.com/solutions/use-case/ci-cd |
| View all use cases | https://github.com/solutions/use-case |
| Healthcare | https://github.com/solutions/industry/healthcare |
| Financial services | https://github.com/solutions/industry/financial-services |
| Manufacturing | https://github.com/solutions/industry/manufacturing |
| Government | https://github.com/solutions/industry/government |
| View all industries | https://github.com/solutions/industry |
| View all solutions | https://github.com/solutions |
| AI | https://github.com/resources/articles?topic=ai |
| Software Development | https://github.com/resources/articles?topic=software-development |
| DevOps | https://github.com/resources/articles?topic=devops |
| Security | https://github.com/resources/articles?topic=security |
| View all topics | https://github.com/resources/articles |
| Customer stories | https://github.com/customer-stories |
| Events & webinars | https://github.com/resources/events |
| Ebooks & reports | https://github.com/resources/whitepapers |
| Business insights | https://github.com/solutions/executive-insights |
| GitHub Skills | https://skills.github.com |
| Documentation | https://docs.github.com |
| Customer support | https://support.github.com |
| Community forum | https://github.com/orgs/community/discussions |
| Trust center | https://github.com/trust-center |
| Partners | https://github.com/partners |
| GitHub SponsorsFund open source developers | https://github.com/sponsors |
| Security Lab | https://securitylab.github.com |
| Maintainer Community | https://maintainers.github.com |
| Accelerator | https://github.com/accelerator |
| Archive Program | https://archiveprogram.github.com |
| Topics | https://github.com/topics |
| Trending | https://github.com/trending |
| Collections | https://github.com/collections |
| Enterprise platformAI-powered developer platform | https://github.com/enterprise |
| GitHub Advanced SecurityEnterprise-grade security features | https://github.com/security/advanced-security |
| Copilot for BusinessEnterprise-grade AI features | https://github.com/features/copilot/copilot-business |
| Premium SupportEnterprise-grade 24/7 support | https://github.com/premium-support |
| Pricing | https://github.com/pricing |
| Search syntax tips | https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax |
| documentation | https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax |
| Sign in | https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F101100 |
| Sign up | https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython |
| Reload | https://github.com/python/cpython/issues/101100 |
| Reload | https://github.com/python/cpython/issues/101100 |
| Reload | https://github.com/python/cpython/issues/101100 |
| python | https://github.com/python |
| cpython | https://github.com/python/cpython |
| Please reload this page | https://github.com/python/cpython/issues/101100 |
| Notifications | https://github.com/login?return_to=%2Fpython%2Fcpython |
| Fork 33.9k | https://github.com/login?return_to=%2Fpython%2Fcpython |
| Star 71.1k | https://github.com/login?return_to=%2Fpython%2Fcpython |
| Code | https://github.com/python/cpython |
| Issues 5k+ | https://github.com/python/cpython/issues |
| Pull requests 2.1k | https://github.com/python/cpython/pulls |
| Actions | https://github.com/python/cpython/actions |
| Projects 31 | https://github.com/python/cpython/projects |
| Security Uh oh! There was an error while loading. Please reload this page. | https://github.com/python/cpython/security |
| Please reload this page | https://github.com/python/cpython/issues/101100 |
| Insights | https://github.com/python/cpython/pulse |
| Code | https://github.com/python/cpython |
| Issues | https://github.com/python/cpython/issues |
| Pull requests | https://github.com/python/cpython/pulls |
| Actions | https://github.com/python/cpython/actions |
| Projects | https://github.com/python/cpython/projects |
| Security | https://github.com/python/cpython/security |
| Insights | https://github.com/python/cpython/pulse |
| New issue | https://github.com/login?return_to=https://github.com/python/cpython/issues/101100 |
| New issue | https://github.com/login?return_to=https://github.com/python/cpython/issues/101100 |
| Fix all Sphinx reference warnings in the documentation | https://github.com/python/cpython/issues/101100#top |
| docsDocumentation in the Doc dir | https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22docs%22 |
| easy | https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22easy%22 |
| https://github.com/JulienPalard | |
| https://github.com/JulienPalard | |
| JulienPalard | https://github.com/JulienPalard |
| on Jan 17, 2023 | https://github.com/python/cpython/issues/101100#issue-1536335238 |
| 664aa94 | https://github.com/python/cpython/commit/664aa94b570a4a8f3535efb2e3d638a4ab655943 |
| gh-101100: Fix sphinx warnings in enum module #101122 | https://github.com/python/cpython/pull/101122 |
| [3.11] gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122) #101173 | https://github.com/python/cpython/pull/101173 |
| gh-101100: Fix Sphinx warnings in decimal module #102125 | https://github.com/python/cpython/pull/102125 |
| [3.10] gh-101100: Fix Sphinx warnings in decimal module (GH-102125) #102237 | https://github.com/python/cpython/pull/102237 |
| [3.11] gh-101100: Fix Sphinx warnings in decimal module (GH-102125) #102238 | https://github.com/python/cpython/pull/102238 |
| gh-101100: Fix sphinx warnings in typing module #102260 | https://github.com/python/cpython/pull/102260 |
| [3.11] gh-101100: Fix sphinx warnings in typing module docs (GH-102260) #102262 | https://github.com/python/cpython/pull/102262 |
| [3.10] gh-101100: Fix sphinx warnings in typing module docs (GH-102260) #102263 | https://github.com/python/cpython/pull/102263 |
| gh-101100: Fix sphinx warnings in types module #102274 | https://github.com/python/cpython/pull/102274 |
| [3.11] gh-101100: Fix sphinx warnings in types module (GH-102274) #102291 | https://github.com/python/cpython/pull/102291 |
| [3.10] gh-101100: Fix sphinx warnings in types module (GH-102274) #102292 | https://github.com/python/cpython/pull/102292 |
| gh-101100: Fix Sphinx warnings in turtle module #102340 | https://github.com/python/cpython/pull/102340 |
| gh-101100: Test docs in nit-picky mode #102513 | https://github.com/python/cpython/pull/102513 |
| gh-101100: Fix sphinx warnings in zipapp and zipfile modules #102526 | https://github.com/python/cpython/pull/102526 |
| [3.10] gh-101100: Fix sphinx warnings in zipapp and zipfile modules (GH-102526) #102529 | https://github.com/python/cpython/pull/102529 |
| [3.11] gh-101100: Fix sphinx warnings in zipapp and zipfile modules (GH-102526) #102530 | https://github.com/python/cpython/pull/102530 |
| gh-101100: [docs] Fix Sphinx warnings in dis module #102597 | https://github.com/python/cpython/pull/102597 |
| [3.10] gh-101100: Fix Sphinx warnings in turtle module (GH-102340) #102638 | https://github.com/python/cpython/pull/102638 |
| [3.11] gh-101100: Fix Sphinx warnings in turtle module (GH-102340) #102639 | https://github.com/python/cpython/pull/102639 |
| gh-101100: Documenting --prefix and --exec-prefix. #102695 | https://github.com/python/cpython/pull/102695 |
| [3.11] gh-101100: Documenting --prefix and --exec-prefix. (GH-102695) #102727 | https://github.com/python/cpython/pull/102727 |
| [3.10] gh-101100: Documenting --prefix and --exec-prefix. (GH-102695) #102728 | https://github.com/python/cpython/pull/102728 |
| [3.11] gh-101100: Document PyObject_ClearWeakRefs, gzip's name, and asyncio.iscoroutine #103001 | https://github.com/python/cpython/pull/103001 |
| [3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name #103002 | https://github.com/python/cpython/pull/103002 |
| gh-101100: Test only Doc/ files in nit-picky mode #103019 | https://github.com/python/cpython/pull/103019 |
| gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list #103116 | https://github.com/python/cpython/pull/103116 |
| gh-101100: Expand list of clean docs #103135 | https://github.com/python/cpython/pull/103135 |
| gh-101100: Use list of 'dirty' docs, with warnings, instead of a clean list #103191 | https://github.com/python/cpython/pull/103191 |
| gh-101100: Fix Sphinx warnings in argparse module #103289 | https://github.com/python/cpython/pull/103289 |
| gh-101100: Fix Sphinx warnings in curses and curses.ascii modules #103457 | https://github.com/python/cpython/pull/103457 |
| gh-101100: Fix broken reference __format__ in string.rst #103531 | https://github.com/python/cpython/pull/103531 |
| [3.11] gh-101100: Fix Sphinx warnings in argparse module (#103289) #103803 | https://github.com/python/cpython/pull/103803 |
| gh-101100: Add reference doc for __post_init__ #103818 | https://github.com/python/cpython/pull/103818 |
| [3.11] gh-101100: Fix Sphinx warnings in curses and curses.ascii modules (GH-103457) #104124 | https://github.com/python/cpython/pull/104124 |
| gh-101100: Fix reference to parse_args in optparse.rst #105265 | https://github.com/python/cpython/pull/105265 |
| gh-101100: Fix reference to asynchronous methods #106172 | https://github.com/python/cpython/pull/106172 |
| [3.12] gh-101100: Fix reference to asynchronous methods (GH-106172) #106191 | https://github.com/python/cpython/pull/106191 |
| [3.11] gh-101100: Fix reference to asynchronous methods (GH-106172) #106192 | https://github.com/python/cpython/pull/106192 |
| [3.12] gh-101100: Fix reference to parse_args in optparse.rst (GH-105265) #106204 | https://github.com/python/cpython/pull/106204 |
| [3.11] gh-101100: Fix reference to parse_args in optparse.rst (GH-105265) #106205 | https://github.com/python/cpython/pull/106205 |
| gh-101100: Fix incorrect roles of C-const in PyUnicode_RichCompare #106220 | https://github.com/python/cpython/pull/106220 |
| gh-101100: Docs: Fix references to several numeric dunders #106278 | https://github.com/python/cpython/pull/106278 |
| [3.12] gh-101100: Docs: Fix references to several numeric dunders (GH-106278) #106281 | https://github.com/python/cpython/pull/106281 |
| [3.11] gh-101100: Docs: Fix references to several numeric dunders (GH-106278) #106282 | https://github.com/python/cpython/pull/106282 |
| gh-101100: Fix incorrect roles of PyTrace_* #106299 | https://github.com/python/cpython/pull/106299 |
| gh-101100: Docs: Check Sphinx warnings and fail if improved #106460 | https://github.com/python/cpython/pull/106460 |
| gh-101100: Fix some broken sphinx references #107095 | https://github.com/python/cpython/pull/107095 |
| [3.12] gh-101100: Fix some broken sphinx references (GH-107095) #107103 | https://github.com/python/cpython/pull/107103 |
| [3.11] gh-101100: Fix some broken sphinx references (GH-107095). #107120 | https://github.com/python/cpython/pull/107120 |
| gh-101100: Sphinx warnings: pick the low hanging fruits #107386 | https://github.com/python/cpython/pull/107386 |
| [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) #107418 | https://github.com/python/cpython/pull/107418 |
| [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) #107419 | https://github.com/python/cpython/pull/107419 |
| gh-101100: Fix references to URLError and HTTPError in howto/urllib2.rst #107966 | https://github.com/python/cpython/pull/107966 |
| gh-101100: Only show GitHub check annotations on changed doc paragraphs #108065 | https://github.com/python/cpython/pull/108065 |
| [3.12] gh-101100: Only show GitHub check annotations on changed doc paragraphs (GH-108065) #108127 | https://github.com/python/cpython/pull/108127 |
| gh-101100: Fix Sphinx warnings in the Logging Cookbook #108678 | https://github.com/python/cpython/pull/108678 |
| [3.12] gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) #108680 | https://github.com/python/cpython/pull/108680 |
| [3.11] gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) #108681 | https://github.com/python/cpython/pull/108681 |
| gh-101100: Fix sphinx warnings in threading.rst #108684 | https://github.com/python/cpython/pull/108684 |
| [3.12] gh-101100: Fix sphinx warnings in threading.rst (GH-108684) #108707 | https://github.com/python/cpython/pull/108707 |
| [3.11] gh-101100: Fix sphinx warnings in threading.rst (GH-108684) #108708 | https://github.com/python/cpython/pull/108708 |
| gh-101100: Fix sphinx warnings in tutorial/classes.rst #108746 | https://github.com/python/cpython/pull/108746 |
| gh-101100: Fix sphinx warnings in tutorial/appendix.rst #108750 | https://github.com/python/cpython/pull/108750 |
| [3.11] gh-101100: Fix sphinx warnings in tutorial/classes.rst (GH-108746) #108755 | https://github.com/python/cpython/pull/108755 |
| [3.12] gh-101100: Fix sphinx warnings in tutorial/classes.rst (GH-108746) #108756 | https://github.com/python/cpython/pull/108756 |
| [3.11] gh-101100: Fix sphinx warnings in tutorial/appendix.rst (GH-108750) #108757 | https://github.com/python/cpython/pull/108757 |
| [3.12] gh-101100: Fix sphinx warnings in tutorial/appendix.rst (GH-108750) #108759 | https://github.com/python/cpython/pull/108759 |
| gh-101100: Fix sphinx warnings in uuid.rst #108805 | https://github.com/python/cpython/pull/108805 |
| [3.12] gh-101100: Fix sphinx warnings in uuid.rst (GH-108805) #108807 | https://github.com/python/cpython/pull/108807 |
| [3.11] gh-101100: Fix sphinx warnings in uuid.rst (GH-108805) #108808 | https://github.com/python/cpython/pull/108808 |
| gh-101100: Fix sphinx warnings in unittest.mock-examples.rst #108810 | https://github.com/python/cpython/pull/108810 |
| [3.11] gh-101100: Fix sphinx warnings in unittest.mock-examples.rst (GH-108810) #108812 | https://github.com/python/cpython/pull/108812 |
| [3.12] gh-101100: Fix sphinx warnings in unittest.mock-examples.rst (GH-108810) #108813 | https://github.com/python/cpython/pull/108813 |
| gh-101100: Fix sphinx warnings in turtle.rst #109394 | https://github.com/python/cpython/pull/109394 |
| [3.12] gh-101100: Fix sphinx warnings in turtle.rst (GH-109394) #109416 | https://github.com/python/cpython/pull/109416 |
| [3.11] gh-101100: Fix sphinx warnings in turtle.rst (GH-109394) #109417 | https://github.com/python/cpython/pull/109417 |
| gh-101100: Fix Sphinx warnings in tutorial/controlflow.rst #109424 | https://github.com/python/cpython/pull/109424 |
| gh-101100: Fix sphinx warnings in Doc/library/xml.etree.elementtree.rst #109799 | https://github.com/python/cpython/pull/109799 |
| [3.12] gh-101100: Fix sphinx warnings in Doc/library/xml.etree.elementtree.rst (GH-109799) #109800 | https://github.com/python/cpython/pull/109800 |
| [3.11] gh-101100: Fix sphinx warnings in Doc/library/xml.etree.elementtree.rst (GH-109799) #109801 | https://github.com/python/cpython/pull/109801 |
| gh-101100: Fix sphinx warnings in Doc/library/__future__.rst #109814 | https://github.com/python/cpython/pull/109814 |
| gh-101100: Fix Sphinx warnings in Doc/library/weakref.rst #109881 | https://github.com/python/cpython/pull/109881 |
| [3.11] gh-101100: Fix Sphinx warnings in Doc/library/weakref.rst (GH-109881) #109883 | https://github.com/python/cpython/pull/109883 |
| [3.12] gh-101100: Fix Sphinx warnings in Doc/library/weakref.rst (GH-109881) #109884 | https://github.com/python/cpython/pull/109884 |
| gh-101100: Fix Sphinx warnings in Doc/using/configure.rst #109931 | https://github.com/python/cpython/pull/109931 |
| [3.12] gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (GH-109931) #109937 | https://github.com/python/cpython/pull/109937 |
| [3.11] gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (GH-109931) #109938 | https://github.com/python/cpython/pull/109938 |
| gh-101100: Fix sphinx warnings in library/devmode.rst #109963 | https://github.com/python/cpython/pull/109963 |
| [3.12] gh-101100: Fix sphinx warnings in library/devmode.rst (GH-109963) #109966 | https://github.com/python/cpython/pull/109966 |
| [3.11] gh-101100: Fix sphinx warnings in library/devmode.rst (GH-109963) #109967 | https://github.com/python/cpython/pull/109967 |
| gh-101100: Fix sphinx warnings in library/difflib.rst #110074 | https://github.com/python/cpython/pull/110074 |
| [3.12] gh-101100: Fix sphinx warnings in library/difflib.rst (GH-110074) #110081 | https://github.com/python/cpython/pull/110081 |
| [3.11] gh-101100: Fix sphinx warnings in library/difflib.rst (GH-110074) #110082 | https://github.com/python/cpython/pull/110082 |
| [3.12] gh-101100: Fix Sphinx warnings in tutorial/controlflow.rst (GH-109424) #110084 | https://github.com/python/cpython/pull/110084 |
| [3.11] gh-101100: Fix Sphinx warnings in tutorial/controlflow.rst (GH-109424) #110085 | https://github.com/python/cpython/pull/110085 |
| [3.12] gh-101100: Fix references to URLError and HTTPError in howto/urllib2.rst (GH-107966) #110086 | https://github.com/python/cpython/pull/110086 |
| [3.11] gh-101100: Fix references to URLError and HTTPError in howto/urllib2.rst (GH-107966) #110087 | https://github.com/python/cpython/pull/110087 |
| GH-101100: Fix reference warnings for __enter__ and __exit__ #110112 | https://github.com/python/cpython/pull/110112 |
| GH-101100: Fix reference warnings for namedtuple #110113 | https://github.com/python/cpython/pull/110113 |
| GH-101100: Fix reference warnings for socket methods #110114 | https://github.com/python/cpython/pull/110114 |
| GH-101100: Fix reference warnings for gettext #110115 | https://github.com/python/cpython/pull/110115 |
| GH-101100: Fix reference warnings for __getitem__ #110118 | https://github.com/python/cpython/pull/110118 |
| [3.12] GH-101100: Fix reference warnings for namedtuple (GH-110113) #110135 | https://github.com/python/cpython/pull/110135 |
| [3.11] GH-101100: Fix reference warnings for namedtuple (GH-110113) #110136 | https://github.com/python/cpython/pull/110136 |
| [3.12] GH-101100: Fix reference warnings for gettext (GH-110115) #110140 | https://github.com/python/cpython/pull/110140 |
| [3.11] GH-101100: Fix reference warnings for gettext (GH-110115) #110141 | https://github.com/python/cpython/pull/110141 |
| gh-101100: Fix sphinx warnings in library/site.rst #110144 | https://github.com/python/cpython/pull/110144 |
| [3.11] gh-101100: Fix sphinx warnings in library/site.rst (GH-110144) #110185 | https://github.com/python/cpython/pull/110185 |
| [3.12] gh-101100: Fix sphinx warnings in library/site.rst (GH-110144) #110187 | https://github.com/python/cpython/pull/110187 |
| gh-101100: Fix sphinx warnings in library/socketserver.rst #110207 | https://github.com/python/cpython/pull/110207 |
| gh-101100: Fix sphinx warnings in library/getpass.rst #110461 | https://github.com/python/cpython/pull/110461 |
| [3.12] gh-101100: Fix sphinx warnings in library/socketserver.rst (GH-110207) #110623 | https://github.com/python/cpython/pull/110623 |
| [3.11] gh-101100: Fix sphinx warnings in library/socketserver.rst (GH-110207) #110624 | https://github.com/python/cpython/pull/110624 |
| gh-101100: Fix sphinx warnings in usage/cmdline.rst #110841 | https://github.com/python/cpython/pull/110841 |
| [3.12] gh-101100: Fix sphinx warnings in usage/cmdline.rst (GH-110841) #110855 | https://github.com/python/cpython/pull/110855 |
| [3.11] gh-101100: Fix sphinx warnings in usage/cmdline.rst (GH-110841) #110856 | https://github.com/python/cpython/pull/110856 |
| gh-101100: Fix sphinx warnings in library/time.rst #110862 | https://github.com/python/cpython/pull/110862 |
| [3.12] gh-101100: Fix sphinx warnings in library/time.rst (GH-110862) #110877 | https://github.com/python/cpython/pull/110877 |
| [3.11] gh-101100: Fix sphinx warnings in library/time.rst (GH-110862) #110878 | https://github.com/python/cpython/pull/110878 |
| gh-101100: Fix sphinx warnings in library/codecs.rst #110979 | https://github.com/python/cpython/pull/110979 |
| [3.12] gh-101100: Fix sphinx warnings in library/codecs.rst (GH-110979) #111070 | https://github.com/python/cpython/pull/111070 |
| [3.11] gh-101100: Fix sphinx warnings in library/codecs.rst (GH-110979) #111071 | https://github.com/python/cpython/pull/111071 |
| [3.11] gh-101100: Fix sphinx warnings in library/getpass.rst (GH-110461) #111072 | https://github.com/python/cpython/pull/111072 |
| [3.12] GH-101100: Fix reference warnings for __getitem__ (GH-110118) #111073 | https://github.com/python/cpython/pull/111073 |
| [3.11] GH-101100: Fix reference warnings for __getitem__ (GH-110118) #111074 | https://github.com/python/cpython/pull/111074 |
| [3.12] GH-101100: Fix reference warnings for __enter__ and __exit__ (GH-110112) #111075 | https://github.com/python/cpython/pull/111075 |
| [3.11] GH-101100: Fix reference warnings for __enter__ and __exit__ (GH-110112) #111076 | https://github.com/python/cpython/pull/111076 |
| gh-101100: Fix Sphinx warnings in library/tty.rst #111079 | https://github.com/python/cpython/pull/111079 |
| [3.12] gh-101100: Fix sphinx warnings in library/getpass.rst (GH-110461) #111080 | https://github.com/python/cpython/pull/111080 |
| [3.12] gh-101100: Fix Sphinx warnings in library/tty.rst (GH-111079) #111097 | https://github.com/python/cpython/pull/111097 |
| [3.11] gh-101100: Fix Sphinx warnings in library/tty.rst (GH-111079) #111098 | https://github.com/python/cpython/pull/111098 |
| gh-101100: Fix Sphinx warnings for fileno #111118 | https://github.com/python/cpython/pull/111118 |
| gh-101100: Fix Sphinx warning in tutorial/introduction.rst #111173 | https://github.com/python/cpython/pull/111173 |
| [3.12] gh-101100: Fix Sphinx warning in tutorial/introduction.rst (GH-111173) #111175 | https://github.com/python/cpython/pull/111175 |
| [3.11] gh-101100: Fix Sphinx warning in tutorial/introduction.rst (GH-111173) #111176 | https://github.com/python/cpython/pull/111176 |
| gh-101100: Fix sphinx warnings in library/asyncio-dev.rst #111179 | https://github.com/python/cpython/pull/111179 |
| [3.12] gh-101100: Fix sphinx warnings in library/asyncio-dev.rst (GH-111179) #111185 | https://github.com/python/cpython/pull/111185 |
| [3.11] gh-101100: Fix sphinx warnings in library/asyncio-dev.rst (GH-111179) #111186 | https://github.com/python/cpython/pull/111186 |
| gh-101100: Fix sphinx warnings in library/asyncio-eventloop.rst #111222 | https://github.com/python/cpython/pull/111222 |
| [3.12] gh-101100: Fix Sphinx warnings for fileno (GH-111118) #111226 | https://github.com/python/cpython/pull/111226 |
| [3.11] gh-101100: Fix Sphinx warnings for fileno (GH-111118) #111227 | https://github.com/python/cpython/pull/111227 |
| [3.12] gh-101100: Fix sphinx warnings in library/asyncio-eventloop.rst (GH-111222) #111469 | https://github.com/python/cpython/pull/111469 |
| [3.11] gh-101100: Fix sphinx warnings in library/asyncio-eventloop.rst (GH-111222) #111470 | https://github.com/python/cpython/pull/111470 |
| gh-101100: Fix Sphinx warnings in whatsnew/2.0.rst #112351 | https://github.com/python/cpython/pull/112351 |
| gh-101100: Fix Sphinx warnings in whatsnew/2.1.rst #112357 | https://github.com/python/cpython/pull/112357 |
| gh-101100: Fix Sphinx warnings in whatsnew/2.2.rst #112366 | https://github.com/python/cpython/pull/112366 |
| gh-101100: Fix Sphinx warnings in whatsnew/2.3.rst #112373 | https://github.com/python/cpython/pull/112373 |
| gh-101100: Define test.regrtest module to fix references #112381 | https://github.com/python/cpython/pull/112381 |
| gh-101100: Define _tkinter module to fix references #112382 | https://github.com/python/cpython/pull/112382 |
| [3.12] gh-101100: Define test.regrtest module to fix references (GH-112381) #112390 | https://github.com/python/cpython/pull/112390 |
| [3.11] gh-101100: Define test.regrtest module to fix references (GH-112381) #112391 | https://github.com/python/cpython/pull/112391 |
| [3.12] gh-101100: Define _tkinter module to fix references (GH-112382) #112392 | https://github.com/python/cpython/pull/112392 |
| [3.11] gh-101100: Define _tkinter module to fix references (GH-112382) #112393 | https://github.com/python/cpython/pull/112393 |
| gh-101100 : Fix Sphinx warnings in library/doctest.rst #112399 | https://github.com/python/cpython/pull/112399 |
| [3.12] gh-101100 : Fix Sphinx warnings in library/doctest.rst (GH-112399) #112402 | https://github.com/python/cpython/pull/112402 |
| [3.11] gh-101100 : Fix Sphinx warnings in library/doctest.rst (GH-112399) #112404 | https://github.com/python/cpython/pull/112404 |
| gh-101100: Fix Sphinx reference warnings #112416 | https://github.com/python/cpython/pull/112416 |
| [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) #112420 | https://github.com/python/cpython/pull/112420 |
| [3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) #112422 | https://github.com/python/cpython/pull/112422 |
| [3.12] GH-101100: Fix reference warnings for socket methods (GH-110114) #112455 | https://github.com/python/cpython/pull/112455 |
| [3.11] GH-101100: Fix reference warnings for socket methods (GH-110114) #112456 | https://github.com/python/cpython/pull/112456 |
| gh-101100: Fix most Sphinx nitpicks in inspect.rst #112662 | https://github.com/python/cpython/pull/112662 |
| [3.12] gh-101100: Fix most Sphinx nitpicks in inspect.rst (GH-112662) #112666 | https://github.com/python/cpython/pull/112666 |
| [3.11] gh-101100: Fix most Sphinx nitpicks in inspect.rst (GH-112662) #112667 | https://github.com/python/cpython/pull/112667 |
| gh-101100: Fix Sphinx warning in library/gettext.rst #112668 | https://github.com/python/cpython/pull/112668 |
| gh-101100: Fix Sphinx nitpicks in library/functions.rst #112669 | https://github.com/python/cpython/pull/112669 |
| [3.11] gh-101100: Fix Sphinx warning in library/gettext.rst (GH-112668) #112673 | https://github.com/python/cpython/pull/112673 |
| [3.12] gh-101100: Fix Sphinx warning in library/gettext.rst (GH-112668) #112674 | https://github.com/python/cpython/pull/112674 |
| [3.12] gh-101100: Fix Sphinx nitpicks in library/functions.rst (GH-112669) #112697 | https://github.com/python/cpython/pull/112697 |
| [3.11] gh-101100: Fix Sphinx nitpicks in library/functions.rst (GH-112669) #112698 | https://github.com/python/cpython/pull/112698 |
| [3.11] gh-101100: Fix sphinx warnings in Doc/library/__future__.rst (GH-109814) #112701 | https://github.com/python/cpython/pull/112701 |
| [3.12] gh-101100: Fix sphinx warnings in Doc/library/__future__.rst (#109814) #112702 | https://github.com/python/cpython/pull/112702 |
| gh-101100: Fix Sphinx nitpicks in library/abc.rst #112703 | https://github.com/python/cpython/pull/112703 |
| [3.11] gh-101100: Fix Sphinx nitpicks in library/abc.rst (GH-112703) #112704 | https://github.com/python/cpython/pull/112704 |
| [3.12] gh-101100: Fix Sphinx nitpicks in library/abc.rst (#112703) #112705 | https://github.com/python/cpython/pull/112705 |
| gh-101100: Properly document frame object attributes #112735 | https://github.com/python/cpython/pull/112735 |
| gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs #112737 | https://github.com/python/cpython/pull/112737 |
| [3.12] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (GH-112737) #112748 | https://github.com/python/cpython/pull/112748 |
| [3.11] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (GH-112737) #112749 | https://github.com/python/cpython/pull/112749 |
| gh-101100: Fix most Sphinx nitpicks in the glossary and stdtypes.rst #112757 | https://github.com/python/cpython/pull/112757 |
| [3.12] gh-101100: Properly document frame object attributes (GH-112735) #112772 | https://github.com/python/cpython/pull/112772 |
| [3.11] gh-101100: Properly document frame object attributes (#112735) #112775 | https://github.com/python/cpython/pull/112775 |
| gh-101100: Improve documentation of code object attributes #112781 | https://github.com/python/cpython/pull/112781 |
| [3.12] gh-101100: Fix most Sphinx nitpicks in the glossary and stdtypes.rst (GH-112757) #112789 | https://github.com/python/cpython/pull/112789 |
| [3.11] gh-101100: Fix most Sphinx nitpicks in the glossary and stdtypes.rst (GH-112757) #112790 | https://github.com/python/cpython/pull/112790 |
| gh-101100: Fix Sphinx nitpicks in library/reprlib.rst #112811 | https://github.com/python/cpython/pull/112811 |
| [3.12] gh-101100: Fix Sphinx nitpicks in library/reprlib.rst (GH-112811) #112813 | https://github.com/python/cpython/pull/112813 |
| [3.11] gh-101100: Fix Sphinx nitpicks in library/reprlib.rst (#112811) #112815 | https://github.com/python/cpython/pull/112815 |
| [3.12] gh-101100: Improve documentation of code object attributes (#112781) #112816 | https://github.com/python/cpython/pull/112816 |
| [3.11] gh-101100: Improve documentation of code object attributes (#112781) #112817 | https://github.com/python/cpython/pull/112817 |
| gh-101100: Improve documentation for attributes on instance methods #112832 | https://github.com/python/cpython/pull/112832 |
| gh-101100: Silence Sphinx warnings when ntpath or posixpath are referenced #112833 | https://github.com/python/cpython/pull/112833 |
| gh-101100: Fix Sphinx nitpicks in library/shelve.rst #112836 | https://github.com/python/cpython/pull/112836 |
| [3.12] gh-101100: Silence Sphinx warnings when ntpath or posixpath are referenced (#112833) #112857 | https://github.com/python/cpython/pull/112857 |
| [3.11] gh-101100: Silence Sphinx warnings when ntpath or posixpath are referenced (#112833) #112858 | https://github.com/python/cpython/pull/112858 |
| [3.12] gh-101100: Fix Sphinx nitpicks in library/shelve.rst (GH-112836) #112868 | https://github.com/python/cpython/pull/112868 |
| [3.11] gh-101100: Fix Sphinx nitpicks in library/shelve.rst (GH-112836) #112869 | https://github.com/python/cpython/pull/112869 |
| gh-101100: Fix Sphinx nits in library/contextlib.rst #112870 | https://github.com/python/cpython/pull/112870 |
| [3.12] gh-101100: Improve documentation for attributes on instance methods (GH-112832) #112872 | https://github.com/python/cpython/pull/112872 |
| [3.11] gh-101100: Improve documentation for attributes on instance methods (GH-112832) #112873 | https://github.com/python/cpython/pull/112873 |
| [3.11] gh-101100: Fix Sphinx nits in library/contextlib.rst (#112870) #112874 | https://github.com/python/cpython/pull/112874 |
| [3.12] gh-101100: Fix Sphinx nits in library/contextlib.rst (#112870) #112875 | https://github.com/python/cpython/pull/112875 |
| gh-101100: Improve documentation of TracebackType attributes #112884 | https://github.com/python/cpython/pull/112884 |
| gh-101100: Fix Sphinx nitpicks in library/tempfile.rst #112886 | https://github.com/python/cpython/pull/112886 |
| gh-101100: Fix Sphinx warning in library/http.cookies.rst #112908 | https://github.com/python/cpython/pull/112908 |
| [3.12] gh-101100: Fix Sphinx nitpicks in library/tempfile.rst (#112886) #112910 | https://github.com/python/cpython/pull/112910 |
| [3.12] gh-101100: Improve documentation of TracebackType attributes (GH-112884) #112911 | https://github.com/python/cpython/pull/112911 |
| [3.11] gh-101100: Improve documentation of TracebackType attributes (GH-112884) #112912 | https://github.com/python/cpython/pull/112912 |
| [3.11] gh-101100: Fix Sphinx nitpicks in library/tempfile.rst (#112886) #112913 | https://github.com/python/cpython/pull/112913 |
| [3.12] gh-101100: Fix Sphinx warning in library/http.cookies.rst (GH-112908) #112929 | https://github.com/python/cpython/pull/112929 |
| [3.11] gh-101100: Fix Sphinx warning in library/http.cookies.rst (GH-112908) #112930 | https://github.com/python/cpython/pull/112930 |
| gh-101100: Improve documentation on function attributes #112933 | https://github.com/python/cpython/pull/112933 |
| [3.12] gh-101100: Improve documentation on function attributes (GH-112933) #112974 | https://github.com/python/cpython/pull/112974 |
| gh-101100: Fix Sphinx warnings in library/random.rst #112981 | https://github.com/python/cpython/pull/112981 |
| gh-101100: Further improve docs on function attributes #113001 | https://github.com/python/cpython/pull/113001 |
| [3.11] gh-101100: Improve documentation on function attributes (#112933) #113003 | https://github.com/python/cpython/pull/113003 |
| gh-101100: Fix Sphinx warning in references with asterisks #113029 | https://github.com/python/cpython/pull/113029 |
| [3.12] gh-101100: Further improve docs on function attributes (GH-113001) #113030 | https://github.com/python/cpython/pull/113030 |
| [3.11] gh-101100: Further improve docs on function attributes (#113001) #113031 | https://github.com/python/cpython/pull/113031 |
| [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) #113043 | https://github.com/python/cpython/pull/113043 |
| [3.11] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) #113044 | https://github.com/python/cpython/pull/113044 |
| gh-101100: Improve docs on exception attributes #113057 | https://github.com/python/cpython/pull/113057 |
| [3.12] gh-101100: Improve docs on exception attributes (GH-113057) #113061 | https://github.com/python/cpython/pull/113061 |
| [3.11] gh-101100: Improve docs on exception attributes (GH-113057) #113062 | https://github.com/python/cpython/pull/113062 |
| gh-101100: Fix Sphinx nitpicks in library/traceback.rst #113106 | https://github.com/python/cpython/pull/113106 |
| gh-101100: Fix Sphinx nitpicks in library/inspect.rst and reference/simple_stmts.rst #113107 | https://github.com/python/cpython/pull/113107 |
| [3.12] gh-101100: Fix Sphinx nitpicks in library/inspect.rst and reference/simple_stmts.rst (GH-113107) #113109 | https://github.com/python/cpython/pull/113109 |
| [3.11] gh-101100: Fix Sphinx nitpicks in library/inspect.rst and reference/simple_stmts.rst (GH-113107) #113110 | https://github.com/python/cpython/pull/113110 |
| [3.12] gh-101100: Fix Sphinx nitpicks in library/traceback.rst (GH-113106) #113111 | https://github.com/python/cpython/pull/113111 |
| [3.11] gh-101100: Fix Sphinx nitpicks in library/traceback.rst (GH-113106) #113112 | https://github.com/python/cpython/pull/113112 |
| gh-101100: Fix Sphinx nitpicks in library/collections.abc.rst #113116 | https://github.com/python/cpython/pull/113116 |
| gh-101100: Cleanup mailbox docs #113124 | https://github.com/python/cpython/pull/113124 |
| gh-101100: Fix Sphinx nitpicks in library/rlcompleter.rst #113125 | https://github.com/python/cpython/pull/113125 |
| [3.12] gh-101100: Fix Sphinx nitpicks in library/collections.abc.rst (GH-113116) #113136 | https://github.com/python/cpython/pull/113136 |
| [3.11] gh-101100: Fix Sphinx nitpicks in library/collections.abc.rst (GH-113116) #113137 | https://github.com/python/cpython/pull/113137 |
| [3.12] gh-101100: Fix Sphinx warnings in whatsnew/2.3.rst (GH-112373) #113142 | https://github.com/python/cpython/pull/113142 |
| [3.11] gh-101100: Fix Sphinx warnings in whatsnew/2.3.rst (GH-112373) #113143 | https://github.com/python/cpython/pull/113143 |
| [3.12] gh-101100: Cleanup mailbox docs (GH-113124) #113144 | https://github.com/python/cpython/pull/113144 |
| [3.11] gh-101100: Cleanup mailbox docs (GH-113124) #113145 | https://github.com/python/cpython/pull/113145 |
| [3.12] gh-101100: Fix Sphinx nitpicks in library/rlcompleter.rst (GH-113125) #113158 | https://github.com/python/cpython/pull/113158 |
| [3.11] gh-101100: Fix Sphinx nitpicks in library/rlcompleter.rst (GH-113125) #113159 | https://github.com/python/cpython/pull/113159 |
| gh-101100: Fix Sphinx nitpicks in library/numbers.rst #113162 | https://github.com/python/cpython/pull/113162 |
| gh-101100: Fix various Sphinx warnings for dunder references in the library/ directory #113163 | https://github.com/python/cpython/pull/113163 |
| [3.11] gh-101100: Fix Sphinx nitpicks in library/numbers.rst (GH-113162) #113181 | https://github.com/python/cpython/pull/113181 |
| [3.12] gh-101100: Fix Sphinx nitpicks in library/numbers.rst (GH-113162) #113182 | https://github.com/python/cpython/pull/113182 |
| [3.12] gh-101100: Fix various Sphinx warnings for dunder references in the library/ directory (GH-113163) #113183 | https://github.com/python/cpython/pull/113183 |
| [3.11] gh-101100: Fix various Sphinx warnings for dunder references in the library/ directory (GH-113163) #113184 | https://github.com/python/cpython/pull/113184 |
| gh-101100: Fix Sphinx warnings in library/tarfile.rst #113237 | https://github.com/python/cpython/pull/113237 |
| [3.12] gh-101100: Fix Sphinx warnings in library/tarfile.rst (GH-113237) #113244 | https://github.com/python/cpython/pull/113244 |
| [3.11] gh-101100: Fix Sphinx warnings in library/tarfile.rst (GH-113237) #113245 | https://github.com/python/cpython/pull/113245 |
| gh-101100: Fix Sphinx warnings in library/ast.rst #113289 | https://github.com/python/cpython/pull/113289 |
| [3.12] gh-101100: Fix Sphinx warnings in library/ast.rst (GH-113289) #113290 | https://github.com/python/cpython/pull/113290 |
| [3.11] gh-101100: Fix Sphinx warnings in library/ast.rst (GH-113289) #113291 | https://github.com/python/cpython/pull/113291 |
| gh-101100: Fix Sphinx warnings in howto/isolating-extensions.rst #113493 | https://github.com/python/cpython/pull/113493 |
| gh-101100: Fix Sphinx warnings in c-api/float.rst #113494 | https://github.com/python/cpython/pull/113494 |
| gh-101100: Fix Sphinx warnings in library/bisect.rst #113496 | https://github.com/python/cpython/pull/113496 |
| [3.12] gh-101100: Fix Sphinx warnings in howto/isolating-extensions.rst (GH-113493) #113497 | https://github.com/python/cpython/pull/113497 |
| [3.11] gh-101100: Fix Sphinx warnings in howto/isolating-extensions.rst (GH-113493) #113498 | https://github.com/python/cpython/pull/113498 |
| gh-101100: Fix Sphinx warnings in library/calendar.rst #113500 | https://github.com/python/cpython/pull/113500 |
| gh-101100: Fix Sphinx warnings in library/cmd.rst #113502 | https://github.com/python/cpython/pull/113502 |
| [3.12] gh-101100: Fix Sphinx warnings in library/bisect.rst (GH-113496) #113504 | https://github.com/python/cpython/pull/113504 |
| [3.11] gh-101100: Fix Sphinx warnings in library/bisect.rst (GH-113496) #113505 | https://github.com/python/cpython/pull/113505 |
| [3.11] gh-101100: Fix Sphinx warnings in library/calendar.rst (GH-113500) #113508 | https://github.com/python/cpython/pull/113508 |
| [3.12] gh-101100: Fix Sphinx warnings in library/calendar.rst (GH-113500) #113509 | https://github.com/python/cpython/pull/113509 |
| [3.11] gh-101100: Fix Sphinx warnings in library/cmd.rst (GH-113502) #113510 | https://github.com/python/cpython/pull/113510 |
| [3.12] gh-101100: Fix Sphinx warnings in library/cmd.rst (GH-113502) #113511 | https://github.com/python/cpython/pull/113511 |
| [3.12] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) #113551 | https://github.com/python/cpython/pull/113551 |
| [3.11] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) #113552 | https://github.com/python/cpython/pull/113552 |
| gh-101100: Fix Sphinx warnings in c-api/structures.rst #113564 | https://github.com/python/cpython/pull/113564 |
| gh-101100: Fix Sphinx warnings in library/configparser.rst #113598 | https://github.com/python/cpython/pull/113598 |
| [3.12] gh-101100: Fix Sphinx warnings in library/configparser.rst (GH-113598) #113599 | https://github.com/python/cpython/pull/113599 |
| [3.11] gh-101100: Fix Sphinx warnings in library/configparser.rst (GH-113598) #113600 | https://github.com/python/cpython/pull/113600 |
| gh-101100: Fix Sphinx warnings from removed ~! references #113629 | https://github.com/python/cpython/pull/113629 |
| [3.12] gh-101100: Fix Sphinx warnings from removed ~! references (GH-113629) #113641 | https://github.com/python/cpython/pull/113641 |
| [3.11] gh-101100: Fix Sphinx warnings from removed ~! references (GH-113629) #113642 | https://github.com/python/cpython/pull/113642 |
| gh-101100: Fix Sphinx warnings for removed dead batteries #113669 | https://github.com/python/cpython/pull/113669 |
| [3.12] gh-101100: Fix Sphinx warnings for removed dead batteries (GH-113669) #113681 | https://github.com/python/cpython/pull/113681 |
| gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals #113725 | https://github.com/python/cpython/pull/113725 |
| [3.12] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-113725) #113734 | https://github.com/python/cpython/pull/113734 |
| [3.11] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-113725) #113735 | https://github.com/python/cpython/pull/113735 |
| gh-101100: Fix Sphinx warnings in library/pyclbr.rst #113739 | https://github.com/python/cpython/pull/113739 |
| [3.12] gh-101100: Fix Sphinx warnings in library/pyclbr.rst (GH-113739) #113748 | https://github.com/python/cpython/pull/113748 |
| [3.11] gh-101100: Fix Sphinx warnings in library/pyclbr.rst (GH-113739) #113749 | https://github.com/python/cpython/pull/113749 |
| gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations #113752 | https://github.com/python/cpython/pull/113752 |
| [3.12] gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (GH-113752) #113846 | https://github.com/python/cpython/pull/113846 |
| [3.11] gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (GH-113752) #113847 | https://github.com/python/cpython/pull/113847 |
| gh-101100: Fix Sphinx Lint warnings in Misc/ #113946 | https://github.com/python/cpython/pull/113946 |
| [3.12] gh-101100: Fix Sphinx Lint warnings in Misc/ (GH-113946) #113998 | https://github.com/python/cpython/pull/113998 |
| [3.11] gh-101100: Fix Sphinx Lint warnings in Misc/ (GH-113946) #114001 | https://github.com/python/cpython/pull/114001 |
| gh-101100: Fix Sphinx warnings in howto/urllib2.rst and library/http.client.rst #114060 | https://github.com/python/cpython/pull/114060 |
| [3.12] gh-101100: Fix Sphinx warnings in howto/urllib2.rst and library/http.client.rst (GH-114060) #114063 | https://github.com/python/cpython/pull/114063 |
| [3.11] gh-101100: Fix Sphinx warnings in howto/urllib2.rst and library/http.client.rst (GH-114060) #114064 | https://github.com/python/cpython/pull/114064 |
| gh-101100: Fix Sphinx warnings in reference/expressions.rst #114194 | https://github.com/python/cpython/pull/114194 |
| gh-101100: fix sphinx warnings in reference/datamodel.rst #114280 | https://github.com/python/cpython/pull/114280 |
| gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation #114327 | https://github.com/python/cpython/pull/114327 |
| gh-101100: Fix sphinx warnings in Doc/c-api/memory.rst #114373 | https://github.com/python/cpython/pull/114373 |
| [3.12] gh-101100: Fix sphinx warnings in Doc/c-api/memory.rst (GH-114373) #114377 | https://github.com/python/cpython/pull/114377 |
| [3.11] gh-101100: Fix sphinx warnings in Doc/c-api/memory.rst (GH-114373) #114378 | https://github.com/python/cpython/pull/114378 |
| gh-101100: Fix sphinx warnings in Doc/library/locale.rst #114425 | https://github.com/python/cpython/pull/114425 |
| [3.12] gh-101100: Fix Sphinx warnings in reference/expressions.rst (GH-114194) #114436 | https://github.com/python/cpython/pull/114436 |
| [3.11] gh-101100: Fix Sphinx warnings in reference/expressions.rst (GH-114194) #114437 | https://github.com/python/cpython/pull/114437 |
| gh-101100: Fix sphinx warnings in asyncio-task.rst #114469 | https://github.com/python/cpython/pull/114469 |
| [3.12] gh-101100: Fix sphinx warnings in Doc/library/locale.rst (GH-114425) #114477 | https://github.com/python/cpython/pull/114477 |
| [3.11] gh-101100: Fix sphinx warnings in Doc/library/locale.rst (GH-114425) #114478 | https://github.com/python/cpython/pull/114478 |
| [3.11] gh-101100: Fix sphinx warnings in asyncio-task.rst (GH-114469) #114518 | https://github.com/python/cpython/pull/114518 |
| [3.12] gh-101100: Fix sphinx warnings in asyncio-task.rst (GH-114469) #114519 | https://github.com/python/cpython/pull/114519 |
| gh-101100: Fix sphinx warnings in concurrent.futures.rst #114521 | https://github.com/python/cpython/pull/114521 |
| [3.12] gh-101100: Fix sphinx warnings in concurrent.futures.rst (GH-114521) #114525 | https://github.com/python/cpython/pull/114525 |
| [3.11] gh-101100: Fix sphinx warnings in concurrent.futures.rst (GH-114521) #114526 | https://github.com/python/cpython/pull/114526 |
| [3.12] gh-101100: Fix Sphinx warnings in c-api/structures.rst (GH-113564) #114527 | https://github.com/python/cpython/pull/114527 |
| gh-101100: Fix Sphinx warnings in whatsnew/3.11.rst and related #114531 | https://github.com/python/cpython/pull/114531 |
| gh-101100: Fix sphinx warnings in c-api/file.rst #114546 | https://github.com/python/cpython/pull/114546 |
| [3.12] gh-101100: Fix sphinx warnings in c-api/file.rst (GH-114546) #114584 | https://github.com/python/cpython/pull/114584 |
| [3.11] gh-101100: Fix sphinx warnings in c-api/file.rst (GH-114546) #114585 | https://github.com/python/cpython/pull/114585 |
| gh-101100: Fix sphinx warnings in library/email.mime.rst #114635 | https://github.com/python/cpython/pull/114635 |
| [3.12] gh-101100: Fix sphinx warnings in library/email.mime.rst (GH-114635) #114640 | https://github.com/python/cpython/pull/114640 |
| [3.11] gh-101100: Fix sphinx warnings in library/email.mime.rst (GH-114635) #114641 | https://github.com/python/cpython/pull/114641 |
| gh-101100: Fix sphinx warnings in reference/import.rst #114646 | https://github.com/python/cpython/pull/114646 |
| [3.12] gh-101100: Fix Sphinx warnings in whatsnew/3.11.rst and related (GH-114531) #114649 | https://github.com/python/cpython/pull/114649 |
| [3.11] gh-101100: Fix Sphinx warnings in whatsnew/3.11.rst and related (GH-114531) #114650 | https://github.com/python/cpython/pull/114650 |
| [3.12] gh-101100: Fix sphinx warnings in reference/import.rst (GH-114646) #114652 | https://github.com/python/cpython/pull/114652 |
| [3.11] gh-101100: Fix sphinx warnings in reference/import.rst (GH-114646) #114654 | https://github.com/python/cpython/pull/114654 |
| gh-101100: Fix references in csv docs #114658 | https://github.com/python/cpython/pull/114658 |
| gh-101100: Fix datetime reference warnings #114661 | https://github.com/python/cpython/pull/114661 |
| gh-101100: Fix sphinx warnings in Doc/c-api/memoryview.rst #114669 | https://github.com/python/cpython/pull/114669 |
| gh-101100: Fix sphinx warnings in library/enum.rst #114696 | https://github.com/python/cpython/pull/114696 |
| [3.12] gh-101100: Fix sphinx warnings in Doc/c-api/memoryview.rst (GH-114669) #114704 | https://github.com/python/cpython/pull/114704 |
| [3.11] gh-101100: Fix sphinx warnings in Doc/c-api/memoryview.rst (GH-114669) #114705 | https://github.com/python/cpython/pull/114705 |
| [3.12] gh-101100: Fix Sphinx warnings in whatsnew/2.2.rst (GH-112366) #114711 | https://github.com/python/cpython/pull/114711 |
| [3.11] gh-101100: Fix Sphinx warnings in whatsnew/2.2.rst (GH-112366) #114712 | https://github.com/python/cpython/pull/114712 |
| [3.12] gh-101100: Fix datetime reference warnings (GH-114661) #114716 | https://github.com/python/cpython/pull/114716 |
| [3.11] gh-101100: Fix datetime reference warnings (GH-114661) #114718 | https://github.com/python/cpython/pull/114718 |
| gh-101100: Fix Sphinx reference warnings in the glossary #114729 | https://github.com/python/cpython/pull/114729 |
| gh-101100: Fix class reference in library/test.rst #114769 | https://github.com/python/cpython/pull/114769 |
| gh-101100: Update .nitignore (after accepting library/test.rst changes) #114770 | https://github.com/python/cpython/pull/114770 |
| [3.12] gh-101100: Fix references in csv docs (GH-114658) #114771 | https://github.com/python/cpython/pull/114771 |
| [3.11] gh-101100: Fix references in csv docs (GH-114658) #114773 | https://github.com/python/cpython/pull/114773 |
| gh-101100: Fix sphinx warnings in c-api/gcsupport.rst #114786 | https://github.com/python/cpython/pull/114786 |
| [3.11] gh-101100: Fix class reference in library/test.rst (GH-114769) #114793 | https://github.com/python/cpython/pull/114793 |
| [3.12] gh-101100: Fix class reference in library/test.rst (GH-114769) #114794 | https://github.com/python/cpython/pull/114794 |
| gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst #114825 | https://github.com/python/cpython/pull/114825 |
| gh-101100: Fix sphinx warnings in howto/logging.rst #114846 | https://github.com/python/cpython/pull/114846 |
| [3.11] gh-101100: Fix sphinx warnings in howto/logging.rst (GH-114846) #114872 | https://github.com/python/cpython/pull/114872 |
| [3.12] gh-101100: Fix sphinx warnings in howto/logging.rst (GH-114846) #114878 | https://github.com/python/cpython/pull/114878 |
| gh-101100: Fix dangling references in test.rst #114958 | https://github.com/python/cpython/pull/114958 |
| [3.12] gh-101100: Fix Sphinx reference warnings in the glossary (GH-114729) #114969 | https://github.com/python/cpython/pull/114969 |
| [3.11] gh-101100: Fix Sphinx reference warnings in the glossary (GH-114729) #114970 | https://github.com/python/cpython/pull/114970 |
| gh-101100: Fix dangling references in pickle.rst #114972 | https://github.com/python/cpython/pull/114972 |
| gh-101100: Fix extending.rst #114981 | https://github.com/python/cpython/pull/114981 |
| gh-101100: Fix load_module ref #114982 | https://github.com/python/cpython/pull/114982 |
| gh-101100: Fix dangling refs in bdb.rst #114983 | https://github.com/python/cpython/pull/114983 |
| [3.12] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (GH-114327) #114988 | https://github.com/python/cpython/pull/114988 |
| [3.11] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (GH-114327) #114989 | https://github.com/python/cpython/pull/114989 |
| [3.11] gh-101100: Fix dangling references in pickle.rst (GH-114972) #114992 | https://github.com/python/cpython/pull/114992 |
| [3.12] gh-101100: Fix dangling references in pickle.rst (#114972) #114999 | https://github.com/python/cpython/pull/114999 |
| gh-101100: Fix Py_DEBUG dangling references #115003 | https://github.com/python/cpython/pull/115003 |
| [3.12] gh-101100: Fix Py_DEBUG dangling Sphinx references (GH-115003) #115135 | https://github.com/python/cpython/pull/115135 |
| [3.11] gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003) #115141 | https://github.com/python/cpython/pull/115141 |
| [3.12] gh-101100: Fix sphinx warnings in library/enum.rst (GH-114696) #115208 | https://github.com/python/cpython/pull/115208 |
| [3.11] gh-101100: Fix sphinx warnings in library/enum.rst (GH-114696) #115209 | https://github.com/python/cpython/pull/115209 |
| [3.12] gh-101100: Fix sphinx warnings in c-api/gcsupport.rst (GH-114786) #115263 | https://github.com/python/cpython/pull/115263 |
| [3.11] gh-101100: Fix dangling refs in bdb.rst (GH-114983) #115284 | https://github.com/python/cpython/pull/115284 |
| [3.12] gh-101100: Fix dangling refs in bdb.rst (#114983) #115297 | https://github.com/python/cpython/pull/115297 |
| [3.12] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825) #115308 | https://github.com/python/cpython/pull/115308 |
| [3.11] Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst #114825 (gh-101100) #115310 | https://github.com/python/cpython/pull/115310 |
| [3.11] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (#114825) #115311 | https://github.com/python/cpython/pull/115311 |
| gh-101100: Fix Sphinx warnings in whatsnew/2.7.rst and related #115319 | https://github.com/python/cpython/pull/115319 |
| [3.12] gh-101100: Fix Sphinx warnings in whatsnew/2.7.rst and related (GH-115319) #115330 | https://github.com/python/cpython/pull/115330 |
| [3.11] gh-101100: Fix Sphinx warnings in whatsnew/2.7.rst and related (GH-115319) #115331 | https://github.com/python/cpython/pull/115331 |
| [3.11] gh-101100: Fix sphinx warnings in c-api/gcsupport.rst (GH-114786) #115430 | https://github.com/python/cpython/pull/115430 |
| gh-101100: Fix Sphinx warnings in whatsnew/3.1.rst #115575 | https://github.com/python/cpython/pull/115575 |
| gh-101100: Fix Sphinx warnings in whatsnew/3.2.rst #115580 | https://github.com/python/cpython/pull/115580 |
| [3.12] gh-101100: Fix Sphinx warnings in whatsnew/3.1.rst (GH-115575) #115587 | https://github.com/python/cpython/pull/115587 |
| [3.11] gh-101100: Fix Sphinx warnings in whatsnew/3.1.rst (GH-115575) #115588 | https://github.com/python/cpython/pull/115588 |
| [3.12] gh-101100: Fix Sphinx warnings in whatsnew/3.2.rst (GH-115580) #115589 | https://github.com/python/cpython/pull/115589 |
| [3.11] gh-101100: Fix Sphinx warnings in whatsnew/3.2.rst (GH-115580) #115590 | https://github.com/python/cpython/pull/115590 |
| gh-101100: Fix broken xrefs in fcntl module doc #115691 | https://github.com/python/cpython/pull/115691 |
| [3.12] gh-101100: Fix Sphinx warnings in whatsnew/2.0.rst (GH-112351) #115902 | https://github.com/python/cpython/pull/115902 |
| [3.11] gh-101100: Fix Sphinx warnings in whatsnew/2.0.rst (GH-112351) #115903 | https://github.com/python/cpython/pull/115903 |
| [3.12] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) #115924 | https://github.com/python/cpython/pull/115924 |
| [3.11] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) #115925 | https://github.com/python/cpython/pull/115925 |
| [3.12] gh-101100: Fix Sphinx warnings in whatsnew/2.1.rst (GH-112357) #115932 | https://github.com/python/cpython/pull/115932 |
| [3.11] gh-101100: Fix Sphinx warnings in whatsnew/2.1.rst (GH-112357) #115933 | https://github.com/python/cpython/pull/115933 |
| gh-101100: Fix Sphinx warnings in library/pydoc.rst #116913 | https://github.com/python/cpython/pull/116913 |
| [3.12] gh-101100: Fix Sphinx warnings in library/pydoc.rst (GH-116913) #117037 | https://github.com/python/cpython/pull/117037 |
| [3.11] gh-101100: Fix Sphinx warnings in library/pydoc.rst (GH-116913) #117038 | https://github.com/python/cpython/pull/117038 |
| gh-101100: Fix Sphinx warnings in library/faulthandler.rst #118353 | https://github.com/python/cpython/pull/118353 |
| gh-101100: Fix Sphinx warnings in whatsnew/3.10.rst #118356 | https://github.com/python/cpython/pull/118356 |
| gh-101100: Fix Sphinx warnings in whatsnew/3.9.rst #118364 | https://github.com/python/cpython/pull/118364 |
| [3.12] gh-101100: Fix Sphinx warnings in whatsnew/3.9.rst (GH-118364) #118365 | https://github.com/python/cpython/pull/118365 |
| [3.12] gh-101100: Fix Sphinx warnings in library/faulthandler.rst (GH-118353) #118366 | https://github.com/python/cpython/pull/118366 |
| [3.12] gh-101100: Fix Sphinx warnings in whatsnew/3.10.rst (GH-118356) #118367 | https://github.com/python/cpython/pull/118367 |
| gh-101100: Fix Sphinx warnings in library/unittest.mock.rst #124106 | https://github.com/python/cpython/pull/124106 |
| gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs #124480 | https://github.com/python/cpython/pull/124480 |
| [3.13] gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480) #124556 | https://github.com/python/cpython/pull/124556 |
| [3.12] gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480) #124558 | https://github.com/python/cpython/pull/124558 |
| gh-101100: Make __subclasses__ doctest stable #124577 | https://github.com/python/cpython/pull/124577 |
| [3.13] gh-101100: Make __subclasses__ doctest stable (GH-124577) #124579 | https://github.com/python/cpython/pull/124579 |
| [3.12] gh-101100: Make __subclasses__ doctest stable (GH-124577) #124580 | https://github.com/python/cpython/pull/124580 |
| gh-101100: Consolidate documentation on ModuleType attributes #124709 | https://github.com/python/cpython/pull/124709 |
| [3.13] gh-101100: Fix Sphinx warnings in library/unittest.mock.rst (GH-124106) #125190 | https://github.com/python/cpython/pull/125190 |
| [3.12] gh-101100: Fix Sphinx warnings in library/unittest.mock.rst (GH-124106) #125191 | https://github.com/python/cpython/pull/125191 |
| [3.13] gh-101100: Consolidate documentation on ModuleType attributes (#124709) #125208 | https://github.com/python/cpython/pull/125208 |
| [3.12] gh-101100: Consolidate documentation on ModuleType attributes (#124709) #125211 | https://github.com/python/cpython/pull/125211 |
| gh-101100: Fix Sphinx warnings about list methods #127054 | https://github.com/python/cpython/pull/127054 |
| gh-101100: Fix sphinx warnings in howto/* #127084 | https://github.com/python/cpython/pull/127084 |
| gh-101100: Fix sphinx warnings of removed opcodes #127222 | https://github.com/python/cpython/pull/127222 |
| [3.13] gh-101100: Fix sphinx warnings of removed opcodes (GH-127222) #127239 | https://github.com/python/cpython/pull/127239 |
| [3.12] gh-101100: Fix sphinx warnings of removed opcodes (GH-127222) #127240 | https://github.com/python/cpython/pull/127240 |
| [3.13] gh-101100: Fix sphinx warnings in howto/* (GH-127084) #127287 | https://github.com/python/cpython/pull/127287 |
| [3.12] gh-101100: Fix sphinx warnings in howto/* (GH-127084) #127311 | https://github.com/python/cpython/pull/127311 |
| [3.13] gh-101100: Fix Sphinx warnings about list methods (GH-127054) #127511 | https://github.com/python/cpython/pull/127511 |
| [3.12] gh-101100: Fix Sphinx warnings about list methods (GH-127054) #127512 | https://github.com/python/cpython/pull/127512 |
| gh-101100: Fix sphinx warnings in whatsnew/3.0.rst #127662 | https://github.com/python/cpython/pull/127662 |
| gh-101100: amend references starting with !~ in gh-127054 #127684 | https://github.com/python/cpython/pull/127684 |
| [3.13] gh-101100: amend references starting with !~ in gh-127054 (GH-127684) #127692 | https://github.com/python/cpython/pull/127692 |
| [3.12] gh-101100: amend references starting with !~ in gh-127054 (GH-127684) #127693 | https://github.com/python/cpython/pull/127693 |
| [3.13] gh-101100: Fix sphinx warnings in whatsnew/3.0.rst (GH-127662) #127783 | https://github.com/python/cpython/pull/127783 |
| [3.12] gh-101100: Fix sphinx warnings in whatsnew/3.0.rst (GH-127662) #127784 | https://github.com/python/cpython/pull/127784 |
| gh-101100: Docs: Fix some typos in the document #129988 | https://github.com/python/cpython/pull/129988 |
| [3.13] gh-101100: Docs: Fix some typos in the document (GH-129988) #129997 | https://github.com/python/cpython/pull/129997 |
| [3.12] gh-101100: Docs: Fix some typos in the document (GH-129988) #129998 | https://github.com/python/cpython/pull/129998 |
| gh-101100: Fix sphinx warnings in readline.rst #130300 | https://github.com/python/cpython/pull/130300 |
| [3.13] gh-101100: Fix sphinx warnings in readline.rst (GH-130300) #130346 | https://github.com/python/cpython/pull/130346 |
| [3.12] gh-101100: Fix sphinx warnings in readline.rst (GH-130300) #130347 | https://github.com/python/cpython/pull/130347 |
| gh-101100: Fix Sphinx documentation warnings in collections.rst #130629 | https://github.com/python/cpython/pull/130629 |
| gh-101100: Fix sphinx warnings in library/email.errors.rst #130774 | https://github.com/python/cpython/pull/130774 |
| [3.13] gh-101100: Fix Sphinx documentation warnings in collections.rst (GH-130629) #130779 | https://github.com/python/cpython/pull/130779 |
| [3.12] gh-101100: Fix sphinx warnings in library/email.errors.rst (GH-130774) #130780 | https://github.com/python/cpython/pull/130780 |
| [3.13] gh-101100: Fix sphinx warnings in library/email.errors.rst (GH-130774) #130781 | https://github.com/python/cpython/pull/130781 |
| [3.12] gh-101100: Fix Sphinx documentation warnings in collections.rst (GH-130629) #130782 | https://github.com/python/cpython/pull/130782 |
| gh-101100: Fix sphinx warnings in library/asyncio-subprocess.rst #130994 | https://github.com/python/cpython/pull/130994 |
| [3.13] gh-101100: Fix sphinx warnings in library/asyncio-subprocess.rst (GH-130994) #131074 | https://github.com/python/cpython/pull/131074 |
| [3.12] gh-101100: Fix sphinx warnings in library/asyncio-subprocess.rst (GH-130994) #131075 | https://github.com/python/cpython/pull/131075 |
| gh-101100: Fix sphinx warnings in library/plistlib.rst #132422 | https://github.com/python/cpython/pull/132422 |
| [3.13] gh-101100: Fix sphinx warnings in library/plistlib.rst (GH-132422) #132485 | https://github.com/python/cpython/pull/132485 |
| gh-101100: Fix Sphinx warnings in library/decimal.rst #134303 | https://github.com/python/cpython/pull/134303 |
| [3.14] gh-101100: Fix Sphinx warnings in library/decimal.rst (GH-134303) #134338 | https://github.com/python/cpython/pull/134338 |
| [3.13] gh-101100: Fix Sphinx warnings in library/decimal.rst (GH-134303) #134339 | https://github.com/python/cpython/pull/134339 |
| gh-101100: Fix sphinx warnings in whatsnew/3.9 #136163 | https://github.com/python/cpython/pull/136163 |
| gh-101100: Fix sphinx warnings in Doc/library/exceptions.rst #136309 | https://github.com/python/cpython/pull/136309 |
| gh-101100: Fix references in http.cookiejar docs #114658 #136238 | https://github.com/python/cpython/pull/136238 |
| [3.13] gh-101100: Fix references in http.cookiejar docs (GH-136238) #136317 | https://github.com/python/cpython/pull/136317 |
| [3.14] gh-101100: Fix references in http.cookiejar docs (GH-136238) #136318 | https://github.com/python/cpython/pull/136318 |
| gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst #136323 | https://github.com/python/cpython/pull/136323 |
| [3.14] gh-101100: Fix sphinx warnings in whatsnew/3.9 (GH-136163) #136372 | https://github.com/python/cpython/pull/136372 |
| [3.13] gh-101100: Fix sphinx warnings in whatsnew/3.9 (GH-136163) #136373 | https://github.com/python/cpython/pull/136373 |
| [3.14] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (GH-136323) #136389 | https://github.com/python/cpython/pull/136389 |
| [3.13] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (GH-136323) #136390 | https://github.com/python/cpython/pull/136390 |
| gh-101100: Fix sphinx warnings in whatsnew/3.11.rst #136402 | https://github.com/python/cpython/pull/136402 |
| [3.13] gh-101100: Fix sphinx warnings in whatsnew/3.11.rst (GH-136402) #136404 | https://github.com/python/cpython/pull/136404 |
| [3.14] gh-101100: Fix sphinx warnings in whatsnew/3.11.rst (GH-136402) #136405 | https://github.com/python/cpython/pull/136405 |
| [3.14] gh-101100: Fix sphinx warnings in Doc/library/exceptions.rst (GH-136309) #136414 | https://github.com/python/cpython/pull/136414 |
| [3.13] gh-101100: Fix sphinx warnings in Doc/library/exceptions.rst (GH-136309) #136415 | https://github.com/python/cpython/pull/136415 |
| gh-101100: Fix sphinx warnings in Doc/library/functools.rst #136424 | https://github.com/python/cpython/pull/136424 |
| gh-101100: Fix sphinx warnings in library/email.parser.rst #136475 | https://github.com/python/cpython/pull/136475 |
| [3.14] gh-101100: Fix sphinx warnings in library/email.parser.rst (GH-136475) #136532 | https://github.com/python/cpython/pull/136532 |
| [3.13] gh-101100: Fix sphinx warnings in library/email.parser.rst (GH-136475) #136533 | https://github.com/python/cpython/pull/136533 |
| [3.14] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424) #136552 | https://github.com/python/cpython/pull/136552 |
| [3.13] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424) #136554 | https://github.com/python/cpython/pull/136554 |
| gh-101100: Fix sphinx warnings in Doc/library/platform.rst #136562 | https://github.com/python/cpython/pull/136562 |
| [3.14] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562) #136597 | https://github.com/python/cpython/pull/136597 |
| [3.13] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562) #136598 | https://github.com/python/cpython/pull/136598 |
| gh-101100: Resolve reference warnings in library/xml.sax.handler.rst #136612 | https://github.com/python/cpython/pull/136612 |
| Partially revert "gh-101100: Fix sphinx warnings in library/email.parser.rst (#136475)" #136629 | https://github.com/python/cpython/pull/136629 |
| [3.14] Partially revert "gh-101100: Fix sphinx warnings in library/email.parser.rst (GH-136475)" (GH-136629) #136646 | https://github.com/python/cpython/pull/136646 |
| [3.13] Partially revert "gh-101100: Fix sphinx warnings in library/email.parser.rst (GH-136475)" (GH-136629) #136647 | https://github.com/python/cpython/pull/136647 |
| GH-101100: Resolve reference warnings in whatsnew/3.10.rst #138408 | https://github.com/python/cpython/pull/138408 |
| GH-101100: Resolve reference warnings in whatsnew/3.8.rst #138409 | https://github.com/python/cpython/pull/138409 |
| GH-101100: Resolve reference warnings in whatsnew/3.7.rst #138410 | https://github.com/python/cpython/pull/138410 |
| GH-101100: Resolve reference warnings in whatsnew/3.6.rst #138411 | https://github.com/python/cpython/pull/138411 |
| GH-101100: Resolve reference warnings in whatsnew/3.5.rst #138412 | https://github.com/python/cpython/pull/138412 |
| GH-101100: Resolve reference warnings in whatsnew/3.4.rst #138413 | https://github.com/python/cpython/pull/138413 |
| GH-101100: Resolve reference warnings in whatsnew/3.3.rst #138414 | https://github.com/python/cpython/pull/138414 |
| GH-101100: Resolve reference warnings in whatsnew/2.7.rst #138415 | https://github.com/python/cpython/pull/138415 |
| GH-101100: Resolve reference warnings in using/windows.rst #138416 | https://github.com/python/cpython/pull/138416 |
| GH-101100: Resolve reference warnings in extending/extending.rst #138417 | https://github.com/python/cpython/pull/138417 |
| gh-101100: Resolve reference warnings in reference/ #138418 | https://github.com/python/cpython/pull/138418 |
| GH-101100: Resolve reference warnings in library/stdtypes.rst #138420 | https://github.com/python/cpython/pull/138420 |
| [3.14] gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (GH-136612) #138421 | https://github.com/python/cpython/pull/138421 |
| [3.13] gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (GH-136612) #138422 | https://github.com/python/cpython/pull/138422 |
| [3.14] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) #138423 | https://github.com/python/cpython/pull/138423 |
| [3.13] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) #138424 | https://github.com/python/cpython/pull/138424 |
| [3.14] GH-101100: Resolve reference warnings in whatsnew/3.3.rst (GH-138414) #138435 | https://github.com/python/cpython/pull/138435 |
| [3.13] GH-101100: Resolve reference warnings in whatsnew/3.3.rst (GH-138414) #138436 | https://github.com/python/cpython/pull/138436 |
| [3.14] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (GH-138409) #138437 | https://github.com/python/cpython/pull/138437 |
| [3.13] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (GH-138409) #138438 | https://github.com/python/cpython/pull/138438 |
| [3.14] GH-101100: Resolve reference warnings in whatsnew/2.7.rst (GH-138415) #138441 | https://github.com/python/cpython/pull/138441 |
| [3.13] GH-101100: Resolve reference warnings in whatsnew/2.7.rst (GH-138415) #138442 | https://github.com/python/cpython/pull/138442 |
| [3.14] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (GH-138413) #138443 | https://github.com/python/cpython/pull/138443 |
| [3.13] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (GH-138413) #138444 | https://github.com/python/cpython/pull/138444 |
| [3.14] GH-101100: Resolve reference warnings in extending/extending.rst (GH-138417) #138446 | https://github.com/python/cpython/pull/138446 |
| [3.13] GH-101100: Resolve reference warnings in extending/extending.rst (GH-138417) #138447 | https://github.com/python/cpython/pull/138447 |
| [3.14] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (GH-138411) #138455 | https://github.com/python/cpython/pull/138455 |
| [3.13] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (GH-138411) #138456 | https://github.com/python/cpython/pull/138456 |
| [3.14] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (GH-138412) #138459 | https://github.com/python/cpython/pull/138459 |
| [3.13] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (GH-138412) #138460 | https://github.com/python/cpython/pull/138460 |
| [3.14] GH-101100: Resolve reference warnings in using/windows.rst (GH-138416) #138461 | https://github.com/python/cpython/pull/138461 |
| [3.13] GH-101100: Resolve reference warnings in using/windows.rst (#138416) #138463 | https://github.com/python/cpython/pull/138463 |
| [3.14] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408) #138480 | https://github.com/python/cpython/pull/138480 |
| docsDocumentation in the Doc dir | https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22docs%22 |
| easy | https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22easy%22 |
| docs issues | https://github.com/orgs/python/projects/52 |
| https://github.com | |
| Terms | https://docs.github.com/site-policy/github-terms/github-terms-of-service |
| Privacy | https://docs.github.com/site-policy/privacy-policies/github-privacy-statement |
| Security | https://github.com/security |
| Status | https://www.githubstatus.com/ |
| Community | https://github.community/ |
| Docs | https://docs.github.com/ |
| Contact | https://support.github.com?tags=dotcom-footer |
Viewport: width=device-width