Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.5
/
Doc
tag
7b52b76d13869802945e0479b8128aa4906d7d31
tagger
Pablo Galindo <pablogsal@gmail.com>
Thu Aug 24 12:09:19 2023
object
cce6ba91b3a0111110d7e1db828bd6311d58a0a7
Python 3.11.5
42f9d6f
[3.11] gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) (#108410)
by Miss Islington (bot)
· 2 years ago
869dc14
[3.11] gh-70766: Mention the object getstate caveat in 3.11 What's new. (GH-108379) (#108385)
by Miss Islington (bot)
· 2 years ago
07c727e
[3.11] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108335)
by Miss Islington (bot)
· 2 years ago
1ecbe78
[3.11] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (#108357)
by Miss Islington (bot)
· 2 years ago
12cad61
[3.11] Docs: Add link to skip to datetime's format codes (GH-108027) (#108330)
by Miss Islington (bot)
· 2 years ago
fadf8a0
[3.11] Clarify how topics.py gets created. (GH-106121) (GH-106580)
by Miss Islington (bot)
· 2 years ago
9d7f270
[3.11] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260) (#108300)
by Miss Islington (bot)
· 2 years ago
3ca9264
[3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290)
by Serhiy Storchaka
· 2 years ago
80c7ae00
[3.11] gh-107298: Fix C API datetime documentation (GH-108034) (#108233)
by Miss Islington (bot)
· 2 years ago
3a39e15
[3.11] Resolve reference warnings in faq/gui.rst (GH-108147) (#108194)
by Miss Islington (bot)
· 2 years ago
d22ac0c
[3.11] Docs: align the param spec of sqlite3.Connection methods with the implementation (GH-108285) (#108288)
by Miss Islington (bot)
· 2 years ago
9d00379
[3.11] Docs: move sphinx-lint to pre-commit (GH-105750) (#108276)
by Hugo van Kemenade
· 2 years ago
8e83737
[3.11] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (GH-108209)
by Miss Islington (bot)
· 2 years ago
cc42182
[3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108264)
by Erlend E. Aasland
· 2 years ago
4d4871e
[3.11] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108232)
by Miss Islington (bot)
· 2 years ago
145d925
[3.11] gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077) (GH-108226)
by Miss Islington (bot)
· 2 years ago
be99653
[3.11] Improve references in the tutorial (GH-108069) (GH-108204)
by Serhiy Storchaka
· 2 years ago
a372274
[3.11] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-108145) (GH-108189)
by Miss Islington (bot)
· 2 years ago
4be05aa
[3.11] Resolve reference warnings in faq/library.rst (GH-108149) (#108183)
by Miss Islington (bot)
· 2 years ago
ff82da1
[3.11] Resolve reference warnings in faq/design.rst (GH-108148) (#108181)
by Adam Turner
· 2 years ago
e5e87f2
[3.11] Docs: Fix Sphinx warnings in logging.rst (GH-108139) (#108175)
by Erlend E. Aasland
· 2 years ago
797e3c9
[3.11] Docs: Fix Sphinx warnings in license.rst (#108142) (#108176)
by Erlend E. Aasland
· 2 years ago
bc055a2
[3.11] Resolve reference warnings in faq/programming.rst (GH-108150) (#108171)
by Miss Islington (bot)
· 2 years ago
5af34d2
[3.11] Docs: Fix Sphinx warnings in sys.rst (GH-108106) (#108166)
by Miss Islington (bot)
· 2 years ago
ba63706
[3.11] gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes.POINTER` (GH-107769) (#108164)
by Miss Islington (bot)
· 2 years ago
4c042a3
[3.11] gh-107619: Extend functools LRU cache docs with generators and async functions (GH-107934) (#108162)
by Miss Islington (bot)
· 2 years ago
5d366f2
[3.11] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108153)
by Miss Islington (bot)
· 2 years ago
cdb5e9f
[3.11] Fix misspellings in sysconfig docs (GH-108156) (#108158)
by Miss Islington (bot)
· 2 years ago
49abeb5
[3.11] Docs: Remove links to external C functions and macros in os.rst (GH-108138) (#108144)
by Miss Islington (bot)
· 2 years ago
e0ca342
[3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137)
by Erlend E. Aasland
· 2 years ago
0673d4c
[3.11] Docs: format sys.float_info properly (GH-108107) (#108131)
by Miss Islington (bot)
· 2 years ago
9a70989
[3.11] Docs: emphasise warning and add accurate markups for sys.unraisablehook (GH-108105) (#108110)
by Miss Islington (bot)
· 2 years ago
6dd1729
[3.11] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#108091)
by Adam Turner
· 2 years ago
d6555ab
[3.11] gh-107801: Improve the docs of the SEEK_* constants (GH-108099) (#108100)
by Miss Islington (bot)
· 2 years ago
b389939
[3.11] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108094)
by Miss Islington (bot)
· 2 years ago
1482b99
[3.11] gh-107801: Document SEEK_HOLE and SEEK_DATA (GH-107936) (#108087)
by Miss Islington (bot)
· 2 years ago
b3f7ddd
[3.11] gh-102215: importlib documentation cleanups (#108056)
by Adam Turner
· 2 years ago
358b1ac
[3.11] gh-107298: Fix some references in the C API documentation (GH-108072) (GH-108076)
by Serhiy Storchaka
· 2 years ago
b8e62cf
[3.11] gh-107298: Add standard exceptions and warnings in the nitpick_ignore list (GH-108029) (GH-108071)
by Miss Islington (bot)
· 2 years ago
e3a11e1
[3.11] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (GH-108047) (#108061)
by Adam Turner
· 2 years ago
ba2d6c9
[3.11] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) (#108059)
by Miss Islington (bot)
· 2 years ago
4e5dac1
[3.11] gh-107298: Fix C API Buffer documentation (GH-108011) (#108041)
by Miss Islington (bot)
· 2 years ago
e2420c5
[3.11] gh-107877: Update logging levels reference table with usage criteria. (GH-107894) (GH-107921)
by Miss Islington (bot)
· 2 years ago
4ddfb04
[3.11] Docs: Document PyBUF_MAX_NDIM (GH-107865) (#107872)
by Miss Islington (bot)
· 2 years ago
ec0c0c8
[3.11] Docs: clean up Argument Clinic howto's (#107797) (#107800)
by Erlend E. Aasland
· 2 years ago
b0b26af
[3.11] gh-86457: Add docs for Argument Clinic @text_signature directive (#107747) (#107799)
by Erlend E. Aasland
· 2 years ago
0aa3b9d
[3.11] GH-84435: Make pyspecific directives translatable (GH-19470) (#107682)
by Miss Islington (bot)
· 2 years ago
951320e
[3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)
by Eric Snow
· 2 years ago
880670a
[3.11] gh-107442: Document all valid types for ctypes `_as_parameter_` (GH-107443) (#107718)
by Tomas R
· 2 years ago
d58c74c
[3.11] Docs: Argument Clinic: Move the CConverter class to the reference (GH-107671) (#107702)
by Miss Islington (bot)
· 2 years ago
1878419ed
[3.11] Improve cross-references in `runpy` docs (GH-107673) (#107699)
by Miss Islington (bot)
· 2 years ago
2345a8f
[3.11] Do not use deprecated ``logger.warn()`` in pyspecific (GH-107694) (#107696)
by Miss Islington (bot)
· 2 years ago
58b3161
[3.11] Docs: skip python-docs-theme 2023.7 to fix mobile menu (GH-107666) (#107691)
by Miss Islington (bot)
· 2 years ago
e4b5ec7
[3.11] Docs: Argument Clinic: Improve 'How to write a custom converter' (GH-107328) (#107670)
by Miss Islington (bot)
· 2 years ago
b89feac
[3.11] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107665)
by Miss Islington (bot)
· 2 years ago
7e834c4
[3.11] gh-107432 Fix incorrect indentation in annotations HOWTO (GH-107445) (#107655)
by Miss Islington (bot)
· 2 years ago
f978a79
[3.11] Docs: upgrade to python-docs-theme 2023.7 (GH-107617) (#107634)
by Hugo van Kemenade
· 2 years, 1 month ago
6a2f981
[3.11] Docs: Only include Plausible for html, not for epub etc (GH-107637) (#107643)
by Miss Islington (bot)
· 2 years, 1 month ago
623b0d9
[3.11] Clarify `Self` interaction with subclasses (GH-107511) (#107549)
by Miss Islington (bot)
· 2 years, 1 month ago
3be07c9
[3.11] gh-107507: Replace 'The goals of Argument Clinic' with a summary (GH-107508) (#107517)
by Miss Islington (bot)
· 2 years, 1 month ago
3de42bb
[3.11] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045) (#107504)
by Miss Islington (bot)
· 2 years, 1 month ago
ed5be95
[3.11] gh-99079: add What's New item (GH-107482)
by Ned Deily
· 2 years, 1 month ago
b8beb07
[3.11] gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107476)
by Ned Deily
· 2 years, 1 month ago
ff5dd9d
[3.11] Fix the documentation for PyCode_New add qualname parameter (GH-107186) (#107454)
by da-woods
· 2 years, 1 month ago
357708e
[3.11] gh-107422: Remove outdated `TypedDict` example from typing docs (#107436) (#107438)
by Alex Waygood
· 2 years, 1 month ago
3c1bcae
[3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418)
by Miss Islington (bot)
· 2 years, 1 month ago
733a2a9
[3.11] gh-107091: Fix some uses of :func: role (GH-107378) (GH-107417)
by Serhiy Storchaka
· 2 years, 1 month ago
c343252
[3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385)
by Miss Islington (bot)
· 2 years, 1 month ago
d9392c0
[3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107381)
by Serhiy Storchaka
· 2 years, 1 month ago
32e17d4
[3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107377)
by Serhiy Storchaka
· 2 years, 1 month ago
dcfdfa5
[3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373)
by Serhiy Storchaka
· 2 years, 1 month ago
50d2613
[3.11] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107371)
by Serhiy Storchaka
· 2 years, 1 month ago
f106254
[3.11] Bump some docs dependencies to resolve a Dependabot security alert (GH-107341) (#107343)
by Miss Islington (bot)
· 2 years, 1 month ago
8f0dc18
[3.11] gh-106996: Rewrite turtle explanation (GH-107244) (#107336)
by Miss Islington (bot)
· 2 years, 1 month ago
9513acf
[3.11] gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316) (GH-107333)
by Serhiy Storchaka
· 2 years, 1 month ago
17aada0
[3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331)
by Serhiy Storchaka
· 2 years, 1 month ago
00b65da
[3.11] Docs: Argument Clinic: Restructure "Basic concepts and usage" (#106981) (#107327)
by Erlend E. Aasland
· 2 years, 1 month ago
55edee2
[3.11] Docs: Remove the numbered steps from the Argument Clinic tutorial (#107203) (#107319)
by Erlend E. Aasland
· 2 years, 1 month ago
603c5d5
[3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)
by Miss Islington (bot)
· 2 years, 1 month ago
35aa6b8
[3.11] Document that `os.link()` is not available on Emscripten (GH-104822) (GH-107309)
by Miss Islington (bot)
· 2 years, 1 month ago
cfa9f3b
[3.11] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107311)
by Serhiy Storchaka
· 2 years, 1 month ago
bd0def0
[3.11] gh-106948: Update documentation nitpick_ignore for c:identifer domain (#107295) (#107299)
by Victor Stinner
· 2 years, 1 month ago
9fa44d7
[3.11] GH-97950: Fix old-style index directive in Doc/library/imp.rst (#107246)
by Wei-Hsiang (Matt) Wang
· 2 years, 1 month ago
5a89248
[3.11] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107270)
by Miss Islington (bot)
· 2 years, 1 month ago
012bc13
[3.11] Remove superflous whitespaces in `layout.html`. (GH-107251) (#107252)
by Miss Islington (bot)
· 2 years, 1 month ago
1bc1609
[3.11] gh-106996: Add a how-to section to the turtle documentation (GH-107153) (#107234)
by Miss Islington (bot)
· 2 years, 1 month ago
8725d36
[3.11] gh-107017: Change Chapter Strings to Texts in the Introduction chapter. (GH-107104) (#107168)
by Miss Islington (bot)
· 2 years, 1 month ago
604eb04
[3.11] Docs: Add missing markup to Argument Clinic docs (#106876) (#107182)
by Erlend E. Aasland
· 2 years, 1 month ago
579868e
[3.11] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107174)
by Miss Islington (bot)
· 2 years, 1 month ago
798d83b
[3.11] Docs: Remove duplicate word in Argument Clinic howto heading (GH-107169) (#107172)
by Miss Islington (bot)
· 2 years, 1 month ago
b3e600a
[3.11] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) (#107157)
by Erlend E. Aasland
· 2 years, 1 month ago
6138ecd
[3.11] gh-107017: Analolgy to Pascal and C replaced. (GH-107025) (#107123)
by Miss Islington (bot)
· 2 years, 1 month ago
d2cdf08
[3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121)
by Serhiy Storchaka
· 2 years, 1 month ago
c51f766
[3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120)
by wulmer
· 2 years, 1 month ago
0574873
[3.11] gh-106969: Indicate no modules were added in 3.10 (GH-106988) (#107093)
by Moritz Neeb
· 2 years, 1 month ago
6e3a2fb0f
[3.11] gh-106996: Add the basics of a turtle graphics tutorial (GH-107072) (#107110)
by Daniele Procida
· 2 years, 1 month ago
ec8718d
[3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061)
by Serhiy Storchaka
· 2 years, 1 month ago
65e40aa
[3.11] gh-54738: Add argparse i18n howto (GH-104562) (#107101)
by Miss Islington (bot)
· 2 years, 1 month ago
5575b12
[3.11] gh-71261: Add paragraph on shadowing submodules with star imports (GH-107004) (#107099)
by Miss Islington (bot)
· 2 years, 1 month ago
7d41487
[3.11] gh-107017: removed mention that C does it the same way (GH-107020) (#107098)
by Miss Islington (bot)
· 2 years, 1 month ago
Next »