Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.13
/
Doc
tag
b65d45e1be20902e5060796d86ea55be0e40d1d9
tagger
Łukasz Langa <lukasz@langa.pl>
Tue May 17 11:13:24 2022
object
6de2ca5339a83edb957e5a657ee6d6183cb3914c
Python 3.9.13
4d05114
gh-80143: Add clarification for escape characters (GH-92292) (GH-92630)
by Miss Islington (bot)
· 3 years, 3 months ago
c4fc53f
gh-87670: Add web.archive redirects from effbot (GH-92816)
by Miss Islington (bot)
· 3 years, 3 months ago
1aafad1
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
by Miss Islington (bot)
· 3 years, 3 months ago
f253cf4
Document Py_ssize_t. (GH-92512)
by Miss Islington (bot)
· 3 years, 3 months ago
256c6d0
Fix typo in argparse docs. (GH-92691) (#92731)
by thueringa
· 3 years, 3 months ago
f6bd1bd
[3.9] gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (GH-92568). (#92726)
by Jelle Zijlstra
· 3 years, 3 months ago
3f2113d
[3.9] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631) (GH-92661)
by Miss Islington (bot)
· 3 years, 3 months ago
7534c50
[3.9] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92610)
by Miss Islington (bot)
· 3 years, 3 months ago
b7a8786
bpo-13553: Document tkinter.Tk args (GH-4786)
by Miss Islington (bot)
· 3 years, 3 months ago
249be82
Doc: Update py2app link. (GH-91585)
by Miss Islington (bot)
· 3 years, 3 months ago
ad82e12
gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419)
by Miss Islington (bot)
· 3 years, 3 months ago
03aa752
bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
by Miss Islington (bot)
· 3 years, 3 months ago
bf5fc2a
pdb docs: workaround for double semicolon in strings (GH-17011)
by Miss Islington (bot)
· 3 years, 3 months ago
0dd32b5
gh-77521: Add link to builtin module names in modules tutorial (GH-92438)
by Miss Islington (bot)
· 3 years, 3 months ago
580163d
gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH-92425)
by Miss Islington (bot)
· 3 years, 3 months ago
baed0c3
[3.9] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422) (GH-92466)
by Miss Islington (bot)
· 3 years, 3 months ago
7fd4e65
[3.9] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92471)
by Miss Islington (bot)
· 3 years, 3 months ago
bab6954
[3.9] gh-77630: Change Charset to charset (GH-92439) (GH-92477)
by Miss Islington (bot)
· 3 years, 3 months ago
0cd0d6b
[3.9] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423) (GH-92474)
by Miss Islington (bot)
· 3 years, 3 months ago
731e844
gh-92417: `typing` docs: `from __future__ import annotations` can be used in all supported Python versions (GH-92418)
by Miss Islington (bot)
· 3 years, 3 months ago
4802344
[3.9] gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449). (GH-92458)
by Dong-hee Na
· 3 years, 3 months ago
4a2337f
gh-92368: Fix missing possessive apostrophe (GH-92397)
by Miss Islington (bot)
· 3 years, 3 months ago
326f6ed
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92329)
by Miss Islington (bot)
· 3 years, 3 months ago
60407e8
Document the lifetime of `PyUnicode_AsUTF8String` (GH-92325)
by Miss Islington (bot)
· 3 years, 3 months ago
d82a769
gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (GH-92224)
by Miss Islington (bot)
· 3 years, 4 months ago
187cb95
[3.9] Improve the typing docs (GH-92264) (#92271)
by Jelle Zijlstra
· 3 years, 4 months ago
696d868
gh-87304: Improve comments in language reference for imports (GH-92164)
by Miss Islington (bot)
· 3 years, 4 months ago
92d2615
[3.9] bpo-46586: Fix more erroneous doc links to builtins (GH-31429) (#92199)
by Jelle Zijlstra
· 3 years, 4 months ago
3fe4e46
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612)
by Miss Islington (bot)
· 3 years, 4 months ago
e48da72
[3.9] Remove effbot urls (GH-26308). (#92162)
by Thaddeus1499
· 3 years, 4 months ago
d113674
gh-91783: Document security considerations for shutil.unpack_archive (GH-91844)
by Miss Islington (bot)
· 3 years, 4 months ago
9b7cdfd
gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sentence (GH-91614)
by Miss Islington (bot)
· 3 years, 4 months ago
0c011cc
asyncio.subprocess: Fix a typo in doc (GH-92030)
by Miss Islington (bot)
· 3 years, 4 months ago
090a0f6
Fix typo in Programming FAQ (GH-92083)
by Miss Islington (bot)
· 3 years, 4 months ago
5a0f3ae
gh-85133: os docs: Add that getenv uses os.environ (GH-91874)
by Miss Islington (bot)
· 3 years, 4 months ago
cafcb2c
gh-84714: Add behavior if dst file exists (GH-91867)
by Miss Islington (bot)
· 3 years, 4 months ago
28cd98f
[3.9] gh-81488: Add recursive wording for issubclass docs (GH-92087) (#92131)
by slateny
· 3 years, 4 months ago
d05ee91
gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
by Miss Islington (bot)
· 3 years, 4 months ago
fcbff77
typing docs: Add example for async functions (GH-20386)
by Miss Islington (bot)
· 3 years, 4 months ago
cef3a99
gh-91611: Use example.com for documentation, not mydomain.com (GH-91613)
by Miss Islington (bot)
· 3 years, 4 months ago
2e84e97
gh-87801: Add run() to subprocess.CalledProcessError description (GH-91628)
by Miss Islington (bot)
· 3 years, 4 months ago
2830543
gh-87192: Update wording for fcntl 'Changed in' (GH-91658)
by Miss Islington (bot)
· 3 years, 4 months ago
2c859e3
gh-85864: io docs: Add missing position-only parameters (GH-91950)
by Miss Islington (bot)
· 3 years, 4 months ago
869a894
sorting howto: Add clarification on < using __lt__ (GH-92010)
by Miss Islington (bot)
· 3 years, 4 months ago
0e16105
Add note that headers added via urllib.request.add_header are added to redirected requests (GH-30708) (#92005)
by Miss Islington (bot)
· 3 years, 4 months ago
35a4eb2
gh-84459: Make wording more specific for Path.replace (GH-91853)
by Miss Islington (bot)
· 3 years, 4 months ago
24ce123
gh-68966: Document mailcap deprecation in Python 3.11 (GH-91971)
by Miss Islington (bot)
· 3 years, 4 months ago
38be31e
[3.9] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91935)
by Ezio Melotti
· 3 years, 4 months ago
7f897b9
[3.9] Update Sphinx bpo role to use redirect URI. (#91891)
by Ezio Melotti
· 3 years, 4 months ago
e4f5bff
[3.9] gh-85864: Mark positional-only args in io docs (GH-91683). (#91848)
by Jelle Zijlstra
· 3 years, 4 months ago
42a158b
gh-91547: Remove "Undocumented modules" page (GH-91682)
by Miss Islington (bot)
· 3 years, 4 months ago
342b4b0
bpo-23747: Enhance platform doc, document default behavior (GH-31462)
by Miss Islington (bot)
· 3 years, 4 months ago
33c6feb
bpo-30718: Add information about text buffering (GH-32351)
by Miss Islington (bot)
· 3 years, 4 months ago
6fd77aa
Add link to sys.path in os lib (GH-91679)
by Miss Islington (bot)
· 3 years, 4 months ago
3fa9191
Fix awkward sentence in signal docs (GH-91508)
by Miss Islington (bot)
· 3 years, 4 months ago
312e16f
[3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91664)
by Oleg Iarygin
· 3 years, 4 months ago
1c27a1a
Doc: Fix link formatting typo (GH-91659)
by Miss Islington (bot)
· 3 years, 4 months ago
636832f
Remove duplicate explanation (GH-91534)
by Miss Islington (bot)
· 3 years, 4 months ago
3537d89
gh-89885: Improve import example in language reference (GH-91523) (#91649)
by Miss Islington (bot)
· 3 years, 4 months ago
c6c9823
gh-91541: Fix error in example in modules tutorial (GH-91634)
by Miss Islington (bot)
· 3 years, 4 months ago
833ff16
gh-90923: Improve sqlite3.Connection.execute* docs (GH-91643)
by Miss Islington (bot)
· 3 years, 4 months ago
514162b
gh-82849: revise intro to os.path.rst (GH-32232)
by Miss Islington (bot)
· 3 years, 4 months ago
e0fc81c
Add link to documentation translation list (GH-91560) (#91588)
by Miss Islington (bot)
· 3 years, 4 months ago
2c03470
bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702) (GH-91557)
by Miss Islington (bot)
· 3 years, 4 months ago
b32d124
gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)
by Miss Islington (bot)
· 3 years, 4 months ago
35ce2b7
Add redirects to Misc/NEWS bpo links (GH-91454) (GH-91536)
by Miss Islington (bot)
· 3 years, 4 months ago
f3f5d4b
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
by Miss Islington (bot)
· 3 years, 4 months ago
0ab5e83
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
by Miss Islington (bot)
· 3 years, 4 months ago
a8d245a
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91465)
by Miss Islington (bot)
· 3 years, 4 months ago
8cd0f27
pickle docs: Fix typos and improve wording (GH-24776) (GH-32396)
by Miss Islington (bot)
· 3 years, 4 months ago
8b358d4
ssl docs: Fix typo (GH-32336)
by Miss Islington (bot)
· 3 years, 4 months ago
b124a39
c-api docs: There are five fields, not four (GH-32379)
by Miss Islington (bot)
· 3 years, 4 months ago
85f0792
doc: Link to `string.capwords` from `str.title` (GH-20913)
by Miss Islington (bot)
· 3 years, 4 months ago
ea6dc5e
pkgutil docs: Link sys constants, add backticks (GH-32356)
by Miss Islington (bot)
· 3 years, 4 months ago
30dfc46
ssl docs: Fix typo (GH-32314)
by Miss Islington (bot)
· 3 years, 4 months ago
d6a7ee6
[3.9] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32375)
by Ken Jin
· 3 years, 4 months ago
b5b3b91
stdtypes docs: fix typo (GH-32349)
by Miss Islington (bot)
· 3 years, 4 months ago
770780e
bpo-47235: Note where a typo is intentional in code. (GH-32348)
by Miss Islington (bot)
· 3 years, 4 months ago
d1fb16a
[3.9] bpo-45790: List macros in same order in which fields are described (GH-29529) (GH-32321)
by Jelle Zijlstra
· 3 years, 5 months ago
bc9ec24
bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)
by Miss Islington (bot)
· 3 years, 5 months ago
c1984f3
crypt docs: Fix references to `methods` attr (GH-26806)
by Miss Islington (bot)
· 3 years, 5 months ago
31c9e35
bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)
by Miss Islington (bot)
· 3 years, 5 months ago
c0063bd
bpo-47007: [doc] `str` special method lookup (GH-31863)
by Miss Islington (bot)
· 3 years, 5 months ago
e47e6ff
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
by Miss Islington (bot)
· 3 years, 5 months ago
a8f29b8
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383)
by Miss Islington (bot)
· 3 years, 5 months ago
0d0a6f1
Follow PEP-8 guidelines in tutorial for standard library (GH-26127)
by Miss Islington (bot)
· 3 years, 5 months ago
b509235
Language reference: Remove duplicated text about iterable unpacking (GH-25212)
by Miss Islington (bot)
· 3 years, 5 months ago
f4e280d
bpo-24563: Link encoding names to encoding declarations (GH-32274)
by Miss Islington (bot)
· 3 years, 5 months ago
6eff004
[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)
by Jelle Zijlstra
· 3 years, 5 months ago
74138ac
[3.9] More minor fixes to C API docs (GH-31714) (GH-32260)
by Jelle Zijlstra
· 3 years, 5 months ago
62da258
[3.9] Document func parameter of locale.atof (GH-18183) (GH-32261)
by Jelle Zijlstra
· 3 years, 5 months ago
6944258
bpo-45584: Clarify `math.trunc` documentation (GH-29183)
by Miss Islington (bot)
· 3 years, 5 months ago
bf0f04f
codecs docs: fix grammar mistake (GH-29462)
by Miss Islington (bot)
· 3 years, 5 months ago
dc9322a
bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845)
by Miss Islington (bot)
· 3 years, 5 months ago
5b80031
bpo-47031: Improve documentation for `math.nan` (GH-32170)
by Miss Islington (bot)
· 3 years, 5 months ago
98d5773
bpo-14911: Corrected generator.throw() documentation (GH-32207)
by Miss Islington (bot)
· 3 years, 5 months ago
c26af2b
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
by Miss Islington (bot)
· 3 years, 5 months ago
5f0305b
ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH-32097) (GH-32143)
by Miss Islington (bot)
· 3 years, 5 months ago
d2c6a44
bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161)
by Miss Islington (bot)
· 3 years, 5 months ago
1e3132b
bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636) (GH-32145)
by Miss Islington (bot)
· 3 years, 5 months ago
Next »