Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.11
/
Doc
tag
2a0d801a6982c132ec5523b68c7f98a635170ad4
tagger
Łukasz Langa <lukasz@langa.pl>
Wed Mar 16 13:04:04 2022
object
2de452f8bf2f78417e04bcf7919beb502c53a0e2
Python 3.9.11
73943ce
bpo-31415: importtime was made by Inada Naoki (GH-31875)
by Miss Islington (bot)
· 3 years, 5 months ago
b4fd91b
[3.9] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31878)
by Miss Islington (bot)
· 3 years, 5 months ago
649cc9d
[3.9] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) (GH-31868)
by Illia Volochii
· 3 years, 5 months ago
177be52
[3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)
by Jason R. Coombs
· 3 years, 5 months ago
b5140a5
[3.9] bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs. (GH-31349) (GH-31808)
by Charlie Zhao
· 3 years, 5 months ago
49ff5ed
[3.9] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31807)
by Jelle Zijlstra
· 3 years, 5 months ago
30d8021
bpo-31327: Update time documentation to reflect possible errors (GH-31460)
by Miss Islington (bot)
· 3 years, 5 months ago
0c47008
[3.9] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31778)
by Jelle Zijlstra
· 3 years, 5 months ago
f8c3697
Removed confusing reference to sys (GH-31638)
by Miss Islington (bot)
· 3 years, 5 months ago
89c3601
Removed ambiguity in __init_subclass__ docs (GH-31540)
by Miss Islington (bot)
· 3 years, 5 months ago
24ebaf6
docs: Don't use code formatting for emphasis (GH-30519)
by Miss Islington (bot)
· 3 years, 5 months ago
0c718e0
bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
by Miss Islington (bot)
· 3 years, 5 months ago
e83f084
bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479)
by Miss Islington (bot)
· 3 years, 5 months ago
01df04883
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
by Miss Islington (bot)
· 3 years, 6 months ago
0981986
bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639) (GH-31661)
by Miss Islington (bot)
· 3 years, 6 months ago
cf8aff6
bpo-21910: Clarify docs for codecs writelines method (GH-31245)
by Miss Islington (bot)
· 3 years, 6 months ago
7190617
[3.9] Minor fixes to C API docs (GH-31501) (GH-31526)
by Jelle Zijlstra
· 3 years, 6 months ago
de2c91a
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
by Miss Islington (bot)
· 3 years, 6 months ago
b7f6e8e
bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547)
by Miss Islington (bot)
· 3 years, 6 months ago
763e23e
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
by Miss Islington (bot)
· 3 years, 6 months ago
2387aea
[3.9] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31507)
by Miss Islington (bot)
· 3 years, 6 months ago
aa9a5c4
bpo-36557: Updated wording for using/windows (GH-31457)
by Miss Islington (bot)
· 3 years, 6 months ago
83eabc6
Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31438)
by Miss Islington (bot)
· 3 years, 6 months ago
cf19932
Counter doc mentions three methods, but lists four (GH-30706)
by Miss Islington (bot)
· 3 years, 6 months ago
9399dc4
[docs] Correct typos in SSLContext.sni_callback (GH-30623)
by Miss Islington (bot)
· 3 years, 6 months ago
0da140d
Update html.parser.rst (GH-30678)
by Miss Islington (bot)
· 3 years, 6 months ago
1933238
Update the OMG link (GH-30383)
by Miss Islington (bot)
· 3 years, 6 months ago
5c303f3
doc: use colon for all color's rangs (GH-28998)
by Miss Islington (bot)
· 3 years, 6 months ago
1953f03
bpo-38619: Update the documentation for UUID.hex (GH-29830)
by Miss Islington (bot)
· 3 years, 6 months ago
0bd2d58
Fix minor grammar error (GH-31325)
by Miss Islington (bot)
· 3 years, 6 months ago
0b1417d
[3.9] Corrections to format precision description. (GH-31291) (GH-31321)
by John Belmonte
· 3 years, 6 months ago
ebe73e6
bpo-45447: Add entry to What's new 3.9 (GH-31305)
by Miss Islington (bot)
· 3 years, 6 months ago
a7c1cc4
bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281)
by Miss Islington (bot)
· 3 years, 6 months ago
c23f4ab
Fix the signature of multiprocessing.set_executable (GH-31276)
by Miss Islington (bot)
· 3 years, 6 months ago
459e26f
[3.9] bpo-46609: Update asyncio-task coroutine doc (GH-31132)
by Miss Islington (bot)
· 3 years, 7 months ago
ee3d050
Optimize images by IMGbot (GH-21348)
by Miss Islington (bot)
· 3 years, 7 months ago
1440dd3
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236)
by Miss Islington (bot)
· 3 years, 7 months ago
bc7d96e
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
by Miss Islington (bot)
· 3 years, 7 months ago
dafada3
[3.9] bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925) (GH-30934)
by Pablo Galindo Salgado
· 3 years, 7 months ago
49971b2
bpo-43698: do not use `...` as argument name in docs (GH-30502)
by Miss Islington (bot)
· 3 years, 7 months ago
f8a805b
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
by Miss Islington (bot)
· 3 years, 7 months ago
d0852c4
Update documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description (GH-30232) (GH-30703)
by Miss Islington (bot)
· 3 years, 7 months ago
d807bf2
Document optional 'task'/'asyncgen' fields in call_exception_handler (GH-21735) (GH-30727)
by Miss Islington (bot)
· 3 years, 7 months ago
b408880
bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) (#30786)
by Miss Islington (bot)
· 3 years, 7 months ago
b37f3e9
bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768)
by Miss Islington (bot)
· 3 years, 7 months ago
981c1dc
doc: Clarify os.urandom return type (GH-30282)
by Miss Islington (bot)
· 3 years, 7 months ago
0064516
[3.9] bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335) (GH-30689)
by Ken Jin
· 3 years, 7 months ago
353674f
bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341) (GH-30392)
by Miss Islington (bot)
· 3 years, 7 months ago
7b694b8
[3.9] bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639) (GH-30685)
by Miss Islington (bot)
· 3 years, 7 months ago
0be4760
[3.9] bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) (GH-30675)
by Miss Islington (bot)
· 3 years, 7 months ago
0ae2257
[3.9] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (#30672)
by Erlend Egeberg Aasland
· 3 years, 7 months ago
8527f7a
bpo-20823: Clarify copyreg.pickle() documentation (GH-30230)
by Miss Islington (bot)
· 3 years, 7 months ago
f869b56
bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354)
by Miss Islington (bot)
· 3 years, 7 months ago
9badf68
bpo-23183: Document the timeit output (GH-30359)
by Miss Islington (bot)
· 3 years, 7 months ago
4ddd5da
[3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (GH-30574)
by Christian Heimes
· 3 years, 7 months ago
12cf91c
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30541)
by Miss Islington (bot)
· 3 years, 7 months ago
238a36b
closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387)
by Miss Islington (bot)
· 3 years, 7 months ago
b29aa71
[3.9] bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
by Miss Islington (bot)
· 3 years, 7 months ago
cd95033
bpo-46290: Fix parameter names in dataclasses docs (GH-30450)
by Miss Islington (bot)
· 3 years, 7 months ago
a74eb54
bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
by Miss Islington (bot)
· 3 years, 7 months ago
c55616c
bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) (GH-30460)
by Miss Islington (bot)
· 3 years, 7 months ago
8bc6814
bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663)
by Miss Islington (bot)
· 3 years, 7 months ago
188fbde
[3.9] bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) (GH-30448)
by Miss Islington (bot)
· 3 years, 7 months ago
f902d88
Fix missing "," in the documentation of Executor Objects (GH-30404)
by Miss Islington (bot)
· 3 years, 8 months ago
9a9061d
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
by Miss Islington (bot)
· 3 years, 8 months ago
8f082e2
bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH-30396)
by Miss Islington (bot)
· 3 years, 8 months ago
4affb99
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
by Miss Islington (bot)
· 3 years, 8 months ago
4a792ca
bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods (GH-30347) (GH-30369)
by Miss Islington (bot)
· 3 years, 8 months ago
b28b022
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343)
by Miss Islington (bot)
· 3 years, 8 months ago
17c858e
Update copyright year to 2022. (GH-30335)
by Miss Islington (bot)
· 3 years, 8 months ago
72ffcb0
bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH-30329)
by Miss Islington (bot)
· 3 years, 8 months ago
f1f54c8
doc: fix a typo in unittest.mock.rst (GH-30227) (GH-30263)
by Miss Islington (bot)
· 3 years, 8 months ago
3c1100f
Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)
by Miss Islington (bot)
· 3 years, 8 months ago
a2295a4
Update potentially confusing note for mean. (GH-30174) (GH-30221)
by Miss Islington (bot)
· 3 years, 8 months ago
8e4564d
[3.9] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30210)
by Miss Islington (bot)
· 3 years, 8 months ago
8bfb11a
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109) (GH-30207)
by Miss Islington (bot)
· 3 years, 8 months ago
0da17eb
bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30187)
by Miss Islington (bot)
· 3 years, 8 months ago
43cb8f4
[3.9] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (GH-30180)
by Miss Islington (bot)
· 3 years, 8 months ago
8202a7e
[3.9] bpo-46044: Annotate deprecated sdists formats (GH-30043) (GH-30155)
by Miss Islington (bot)
· 3 years, 8 months ago
4c1effa
bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) (GH-30134)
by Miss Islington (bot)
· 3 years, 8 months ago
309614f
Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110)
by Miss Islington (bot)
· 3 years, 8 months ago
86f9ae5
Add Positional only arguments forward slash (/) to sorted() function in Built-in Functions document (GH-30113)
by Miss Islington (bot)
· 3 years, 8 months ago
9423422
[3.9] bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) (GH-30095)
by Miss Islington (bot)
· 3 years, 8 months ago
9b68759
Clarify new_event_loop return value. (GH-30078) (GH-30089)
by Miss Islington (bot)
· 3 years, 8 months ago
2029c58
[3.9] bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30081)
by Alex Waygood
· 3 years, 8 months ago
80eb8ab
bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (GH-30075) (GH-30083)
by Miss Islington (bot)
· 3 years, 8 months ago
9299e3a
bpo-19737: Improved the documentation for globals (GH-29823) (GH-30042)
by Miss Islington (bot)
· 3 years, 8 months ago
81a3829
[doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (GH-29670)
by Miss Islington (bot)
· 3 years, 8 months ago
f8eebb0
bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) (GH-30038)
by Miss Islington (bot)
· 3 years, 8 months ago
40d7652
bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384)
by Miss Islington (bot)
· 3 years, 8 months ago
db42809
bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)
by Miss Islington (bot)
· 3 years, 8 months ago
e688568
[3.9] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841) (GH-29958)
by Miss Islington (bot)
· 3 years, 8 months ago
2e36083
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)
by Miss Islington (bot)
· 3 years, 8 months ago
257eea5
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
by Miss Islington (bot)
· 3 years, 9 months ago
0003d57
docs: Improve example for urlparse() (GH-29816) (GH-29889)
by Miss Islington (bot)
· 3 years, 9 months ago
4203a5d
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29878)
by Miss Islington (bot)
· 3 years, 9 months ago
031e2bb
bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801) (GH-29863)
by Miss Islington (bot)
· 3 years, 9 months ago
376b24e
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
by Miss Islington (bot)
· 3 years, 9 months ago
da3e9dd
[3.9] [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838) (GH-29840)
by Miss Islington (bot)
· 3 years, 9 months ago
151c9bf
bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-29763)
by Miss Islington (bot)
· 3 years, 9 months ago
Next »