Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.2
/
Doc
tag
3571d41577de6236d73a5eb4c1e28ea5c5ed7640
tagger
Pablo Galindo <pablogsal@gmail.com>
Thu Jan 13 18:52:21 2022
object
a58ebcc701dd6c43630df941481475ff0f615a81
Python 3.10.2
3ce6945
Define Py_BUILD_CORE_MODULE
by Miss Islington (bot)
· 3 years, 7 months ago
6f035c0
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30540)
by Miss Islington (bot)
· 3 years, 7 months ago
4cfb109
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
da8c075
Remove unused `Any` from `Concatenate` example in typing docs (GH-30516)
by Miss Islington (bot)
· 3 years, 7 months ago
2e6798f
bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504) (GH-30509)
by Miss Islington (bot)
· 3 years, 7 months ago
987fba1
bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
by Miss Islington (bot)
· 3 years, 7 months ago
8bef658
bpo-46290: Fix parameter names in dataclasses docs (GH-30450)
by Miss Islington (bot)
· 3 years, 7 months ago
e35430b
[3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)
by Miss Islington (bot)
· 3 years, 7 months ago
ed2656a
bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
by Miss Islington (bot)
· 3 years, 7 months ago
75a1865
[3.10] bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) (GH-30461)
by Miss Islington (bot)
· 3 years, 7 months ago
6630952
bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326)
by Miss Islington (bot)
· 3 years, 7 months ago
db60ed1
[3.10] bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) (GH-30447)
by Miss Islington (bot)
· 3 years, 7 months ago
289a32b
Fix missing "," in the documentation of Executor Objects (GH-30404)
by Miss Islington (bot)
· 3 years, 8 months ago
ba12467
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
by Miss Islington (bot)
· 3 years, 8 months ago
01b1294
bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH-30395)
by Miss Islington (bot)
· 3 years, 8 months ago
743394f
bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341)
by Miss Islington (bot)
· 3 years, 8 months ago
685b628
Add doctest and improve readability for move_to_end() example. (GH-30370) (GH-30373)
by Miss Islington (bot)
· 3 years, 8 months ago
0b3c3cb
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
by Miss Islington (bot)
· 3 years, 8 months ago
8184a61
bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods (GH-30347) (GH-30368)
by Miss Islington (bot)
· 3 years, 8 months ago
74af713
argparse docs: prog default is the basename of argv[0] (GH-30298) (GH-30339)
by Miss Islington (bot)
· 3 years, 8 months ago
35955e4
[3.10] Update copyright year to 2022. (GH-30335) (GH-30336)
by Miss Islington (bot)
· 3 years, 8 months ago
e9783d6
bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330)
by Miss Islington (bot)
· 3 years, 8 months ago
2bd7354
bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH-30328)
by Miss Islington (bot)
· 3 years, 8 months ago
ed1671c
[3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250)
by Miss Islington (bot)
· 3 years, 8 months ago
a550820
Fix typo in io.rst (GH-30218)
by Miss Islington (bot)
· 3 years, 8 months ago
cfdb230
doc: fix a typo in unittest.mock.rst (GH-30227)
by Miss Islington (bot)
· 3 years, 8 months ago
d968e42
docs: Fix typos and use anchor for internal link (GH-30236)
by Miss Islington (bot)
· 3 years, 8 months ago
2cb9ed2
Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)
by Miss Islington (bot)
· 3 years, 8 months ago
989d237
Update potentially confusing note for mean. (GH-30174) (GH-30220)
by Miss Islington (bot)
· 3 years, 8 months ago
0c0bd78
[3.10] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30209)
by Miss Islington (bot)
· 3 years, 8 months ago
d7537ac
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109) (GH-30206)
by Miss Islington (bot)
· 3 years, 8 months ago
9a28cf1
bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)
by Miss Islington (bot)
· 3 years, 8 months ago
bb286d4
bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30186)
by Miss Islington (bot)
· 3 years, 8 months ago
a66be91
[3.10] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (GH-30179)
by Miss Islington (bot)
· 3 years, 8 months ago
dbd1dc2
[3.10] bpo-46044: Annotate deprecated sdists formats (GH-30043) (#30154)
by Miss Islington (bot)
· 3 years, 8 months ago
0194bbb
bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) (GH-30133)
by Miss Islington (bot)
· 3 years, 8 months ago
fb5d314
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
c804477
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
503803d
bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079)
by Miss Islington (bot)
· 3 years, 8 months ago
f84e2f6
[3.10] bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) (GH-30094)
by Miss Islington (bot)
· 3 years, 8 months ago
bcb5d66
Clarify new_event_loop return value. (GH-30078) (GH-30088)
by Miss Islington (bot)
· 3 years, 8 months ago
310bae6
[3.10] bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (GH-30075) (GH-30085)
by Irit Katriel
· 3 years, 8 months ago
7da9025
bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30077)
by Alex Waygood
· 3 years, 8 months ago
438817f
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064)
by Miss Islington (bot)
· 3 years, 8 months ago
9917366
[3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061)
by Andrew Svetlov
· 3 years, 8 months ago
1f70008
bpo-19737: Improved the documentation for globals (GH-29823) (GH-30041)
by Miss Islington (bot)
· 3 years, 8 months ago
0f21bac
Fix markup buglet in Doc/howto/annotations.rst (GH-29802) (GH-29805)
by Miss Islington (bot)
· 3 years, 8 months ago
4b224e8
[doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (GH-29669)
by Miss Islington (bot)
· 3 years, 8 months ago
8f3728e
bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) (GH-30037)
by Miss Islington (bot)
· 3 years, 8 months ago
64c2788
bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384)
by Miss Islington (bot)
· 3 years, 8 months ago
2c2ee83
bpo-45391: mark UnionType as a class in documentation (GH-28757)
by Miss Islington (bot)
· 3 years, 8 months ago
99c7232
[3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (GH-29988)
by Mark Shannon
· 3 years, 8 months ago
cca3004
doc: Add link issue 44010 (GH-29454)
by Miss Islington (bot)
· 3 years, 8 months ago
14f03ce
[3.10] bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963) (GH-29965)
by Miss Islington (bot)
· 3 years, 8 months ago
f78c229
[3.10] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841) (GH-29957)
by Miss Islington (bot)
· 3 years, 8 months ago
15da2a2
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)
by Miss Islington (bot)
· 3 years, 8 months ago
f6648e2
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
by Miss Islington (bot)
· 3 years, 9 months ago
eac07e5
docs: Improve example for urlparse() (GH-29816) (GH-29888)
by Miss Islington (bot)
· 3 years, 9 months ago
e99c5e0
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29877)
by Miss Islington (bot)
· 3 years, 9 months ago
3975142
bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801) (GH-29862)
by Miss Islington (bot)
· 3 years, 9 months ago
32f1491
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
by Miss Islington (bot)
· 3 years, 9 months ago
efe2a23
[3.10] [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838) (GH-29839)
by Miss Islington (bot)
· 3 years, 9 months ago
7842aed
bpo-45619: documentation of execution model: clarify and update binding summary (GH-29232)
by Miss Islington (bot)
· 3 years, 9 months ago
52d10f6
[3.10] bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151) (GH-29779)
by Andrew Svetlov
· 3 years, 9 months ago
8cabcde
bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-29762)
by Miss Islington (bot)
· 3 years, 9 months ago
99aad31
[3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently required by CPython (GH-29170) (GH-29650)
by Brett Cannon
· 3 years, 9 months ago
3528df1
[3.10] bpo-45845: Change link for pyserial (GH-29675)
by Miss Islington (bot)
· 3 years, 9 months ago
edabf39
bpo-45845: Remove unresponsive web link (GH-29651) (GH-29674)
by Miss Islington (bot)
· 3 years, 9 months ago
82f1a6e
bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29656)
by Miss Islington (bot)
· 3 years, 9 months ago
bbe3c57
bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634) (GH-29643)
by Miss Islington (bot)
· 3 years, 9 months ago
2a630e7
[3.10] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606)
by Miss Islington (bot)
· 3 years, 9 months ago
fde9f61
[3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389) (GH-29620)
by Miss Islington (bot)
· 3 years, 9 months ago
252d83c
bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)
by Miss Islington (bot)
· 3 years, 9 months ago
02531f1
[doc] Expand on soft keywords in the docs for keyword.py (GH-29139) (GH-29195)
by Miss Islington (bot)
· 3 years, 9 months ago
0df5d31
bpo-45701: Improve documentation for *typed* parameter (GH-29498) (GH-29509)
by Miss Islington (bot)
· 3 years, 9 months ago
65c0897
[3.10] [Enum] update member.member removal (GH-29608)
by Ethan Furman
· 3 years, 9 months ago
563e458
[docs] Add missing word "any" in unittest -k cmdline option description (GH-29571) (GH-29603)
by Miss Islington (bot)
· 3 years, 9 months ago
7bac598
Save a reference for ensure_future and create_task (GH-29163)
by Miss Islington (bot)
· 3 years, 9 months ago
94dad5e
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566)
by Miss Islington (bot)
· 3 years, 9 months ago
0320cf1
bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29568)
by Miss Islington (bot)
· 3 years, 9 months ago
2081f9f
[3.10] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548) (GH-29556)
by M. Mostafa Farzan
· 3 years, 9 months ago
28326ac
bpo-45799: [Doc] improve confusing sentence in __main__.rst (GH-29546)
by Miss Islington (bot)
· 3 years, 9 months ago
3f15792
[3.10] bpo-45772: socket.socket should be a class instead of a function (GH-23960) (GH-29542)
by Miss Islington (bot)
· 3 years, 9 months ago
628667a
bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29535)
by Miss Islington (bot)
· 3 years, 9 months ago
2c47922
Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)
by Miss Islington (bot)
· 3 years, 9 months ago
69b3de6
bpo-40170: Update What's New in Python 3.9 (GH-29470)
by Miss Islington (bot)
· 3 years, 9 months ago
77afb76
bpo-45741: docs: fix plural (GH-29461) (GH-29463)
by Miss Islington (bot)
· 3 years, 9 months ago
e53cb98
bpo-39452: [doc] Change "must" to "can" on relative import style in `__main__` (GH-29379) (GH-29449)
by Miss Islington (bot)
· 3 years, 10 months ago
494f8da
[doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29447)
by Miss Islington (bot)
· 3 years, 10 months ago
279a7a0
bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29431)
by Miss Islington (bot)
· 3 years, 10 months ago
75ed2ce
Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
by Miss Islington (bot)
· 3 years, 10 months ago
c108966
bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387)
by Miss Islington (bot)
· 3 years, 10 months ago
0624706
bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29364)
by Miss Islington (bot)
· 3 years, 10 months ago
8af3090
[doc] Link to section File input (GH-28941) (GH-29375)
by Miss Islington (bot)
· 3 years, 10 months ago
71f602b
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) (GH-29373)
by Miss Islington (bot)
· 3 years, 10 months ago
ed34965
[3.10] Move field width to the right field (GH-29344) (GH-29351)
by Miss Islington (bot)
· 3 years, 10 months ago
89b1237
bpo-45516: add protocol description to the Traversable documentation (GH-29039)
by Miss Islington (bot)
· 3 years, 10 months ago
da222b7
Fix docs source link for importlib.metadata (GH-29025)
by Miss Islington (bot)
· 3 years, 10 months ago
0538351
bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204) (GH-29322)
by Miss Islington (bot)
· 3 years, 10 months ago
8ea665c
bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) (GH-29319)
by Miss Islington (bot)
· 3 years, 10 months ago
Next »