Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.9
/
Doc
tag
8f3383f0068fdbbff6d7a8d28f4e728ef41010d6
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Dec 06 18:31:23 2022
object
1dd9be6584413fbfa823f37a224f101b819505d1
Python 3.10.9
300d812
[3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#100059)
by Łukasz Langa
· 2 years, 9 months ago
b7ae1d2
[3.10] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100044)
by Miss Islington (bot)
· 2 years, 9 months ago
ec8c06b
gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
by Miss Islington (bot)
· 2 years, 9 months ago
e507598
[3.10] dataclasses.rst: Prevent horizontal scrolling (gh-100025). (gh-100029)
by Eric V. Smith
· 2 years, 9 months ago
e2209cb
gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice and suggest other edits (GH-99784)
by Miss Islington (bot)
· 2 years, 9 months ago
80f4624
[3.10] GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916) (GH-99913)
by Miss Islington (bot)
· 2 years, 9 months ago
3baaa97
Docs: improve accuracy of socketserver reference (GH-24767)
by Miss Islington (bot)
· 2 years, 9 months ago
9057296
whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853)
by Miss Islington (bot)
· 2 years, 9 months ago
ca3c480
gh-90717: Update the documentation for the altchars paremeter in base64 library (GH-94187)
by Steve Dower
· 2 years, 9 months ago
b1c148c
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
by Miss Islington (bot)
· 2 years, 9 months ago
ab87bcd
Docs: both sqlite3 "point examples" now adapt to str (GH-99823)
by Miss Islington (bot)
· 2 years, 9 months ago
72d1735
doc: Remove backslashes in doctest grammar docs (GH-29346)
by Miss Islington (bot)
· 2 years, 9 months ago
4323439
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659)
by Miss Islington (bot)
· 2 years, 9 months ago
3d82b7e
[3.10] gh-99795: Fix typo in importlib.resources.abc (GH-99796) (GH-99800)
by Jason R. Coombs
· 2 years, 9 months ago
1fc2e2a
[3.10] gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH-99512) (#99790)
by Miss Islington (bot)
· 2 years, 9 months ago
fae745e
Fix typo in `__match_args__` doc (GH-99785)
by Miss Islington (bot)
· 2 years, 9 months ago
aabe831
gh-96168: Add sqlite3 row factory how-to (GH-99507)
by Miss Islington (bot)
· 2 years, 9 months ago
59241fe
Fix rendering of audioop license in Doc/license.rst (GH-99752)
by Miss Islington (bot)
· 2 years, 9 months ago
5252ad2
GH-92892: Add section about variadic functions to ctypes documentation (GH-99529)
by Miss Islington (bot)
· 2 years, 9 months ago
fa6cc9e
[3.10] gh-99146 struct module documentation should have more predictable examples/warnings (GH-99141) (GH-99703)
by Miss Islington (bot)
· 2 years, 9 months ago
101dfae
[3.10] GH-95815: Document less specific error for os.remove (GH-99571) (#99639)
by Miss Islington (bot)
· 2 years, 9 months ago
4572c98
[3.10] gh-85073: Add some missing links to source (GH-99363) (#99589)
by Stanley
· 2 years, 9 months ago
731a747
Doc: Replace question mark with fullstop (GH-99558)
by Miss Islington (bot)
· 2 years, 9 months ago
bc2cdfc
[3.10] gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) (#99452)
by Kamil Turek
· 2 years, 9 months ago
5324893
gh-99392: Fix sqlite3 converter recipes (GH-99393)
by Miss Islington (bot)
· 2 years, 9 months ago
ad5159b
gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
by Miss Islington (bot)
· 2 years, 9 months ago
5612471
gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)
by Miss Islington (bot)
· 2 years, 9 months ago
f7d3b18
GH-99183: Document behavior of count() for empty substrings (GH-99339)
by Miss Islington (bot)
· 2 years, 9 months ago
bec1317
gh-99238: clarify the type of the env dict. (GH-99253)
by Miss Islington (bot)
· 2 years, 9 months ago
b51c283
Fix broken link in `asyncio-subprocesses` doc (GH-99214)
by Miss Islington (bot)
· 2 years, 9 months ago
d2cb0f9
[3.10] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99002) (GH-99213)
by Miss Islington (bot)
· 2 years, 10 months ago
6b46cb4
doc: Formatting and typo fixes (GH-98974)
by Miss Islington (bot)
· 2 years, 10 months ago
8eb4e2c
gh-94286 Fix documentation of print default param (GH-94297)
by Miss Islington (bot)
· 2 years, 10 months ago
0f45b2e
minor edits to locale doc (GH-98537)
by Miss Islington (bot)
· 2 years, 10 months ago
3a7e9ea
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (GH-99078)
by Miss Islington (bot)
· 2 years, 10 months ago
22bbb0c
[3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (GH-99046)
by Serhiy Storchaka
· 2 years, 10 months ago
b9e621b
gh-65002: Make note that null bytes are used to pad bytes (GH-98635)
by Miss Islington (bot)
· 2 years, 10 months ago
8c0cf11
Docs: Add 'as, match statement' to the index (GH-99001)
by Miss Islington (bot)
· 2 years, 10 months ago
f9b37d4
argparse howto: Use f-string in preference to "...".format() (GH-98883)
by Miss Islington (bot)
· 2 years, 10 months ago
c592b33
[3.10] gh-96265: Formatting changes for faq/programming (GH-98242) (#98994)
by Stanley
· 2 years, 10 months ago
6cf30c6
gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)
by Miss Islington (bot)
· 2 years, 10 months ago
e07086d
[3.10] gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958) (#98986)
by Jelle Zijlstra
· 2 years, 10 months ago
5f0d266
gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)
by Miss Islington (bot)
· 2 years, 10 months ago
8a7695e
[3.10] [doc] Update cookbook example for socket-based logging in a production sett… (GH-98922) (GH-98981)
by Miss Islington (bot)
· 2 years, 10 months ago
8648c06
Doc: use "unnumbered" footnotes (GH-98954)
by Miss Islington (bot)
· 2 years, 10 months ago
1907e5a
gh-98576: Fix types in dataclass.InitVar example (gh-98577)
by Miss Islington (bot)
· 2 years, 10 months ago
23545fb
glossary.rst: Fix typo in package definition (GH-98865)
by Miss Islington (bot)
· 2 years, 10 months ago
c76e70a
gh-93358: Fix python-config docs for how to embed Python (GH-98649)
by Miss Islington (bot)
· 2 years, 10 months ago
85f88f6
Fix typo in contextvars docs (GH-98823)
by Miss Islington (bot)
· 2 years, 10 months ago
4320115
[3.10] `argparse` docs: normalize constant references (#98765) (#98808)
by Alex Waygood
· 2 years, 10 months ago
586bb1f
[3.10] bpo-2716: add license for audioop module (GH-19972) (#98532)
by Miss Islington (bot)
· 2 years, 10 months ago
f786485
[3.10] Change links to label refs (GH-98454) (#98726)
by Stanley
· 2 years, 10 months ago
4b41b11
[3.10] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720) (#98737)
by Erlend E. Aasland
· 2 years, 10 months ago
5e08585
gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355)
by Miss Islington (bot)
· 2 years, 10 months ago
0f93725
gh-77753: Add example for values that compare equal in stdtypes (GH-98497)
by Miss Islington (bot)
· 2 years, 10 months ago
866dc74
gh-84747: Add `async for` comment for StreamReader (GH-98633)
by Miss Islington (bot)
· 2 years, 10 months ago
3e335f2
gh-98623: Fix base classes in `typing.rst` (GH-98626)
by Miss Islington (bot)
· 2 years, 10 months ago
d79a42a
gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscripting" (GH-98508)
by Miss Islington (bot)
· 2 years, 10 months ago
39e914c
GH-91635: clarify docs about closing of transport in asyncio (GH-98563)
by Miss Islington (bot)
· 2 years, 10 months ago
e69509f
gh-98500: Fix typing docs for `*View` classes (GH-98511)
by Miss Islington (bot)
· 2 years, 10 months ago
f3c23fc
gh-98561: Fix a typo in typing (GH-98562)
by Miss Islington (bot)
· 2 years, 10 months ago
dcb342b
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370)
by Miss Islington (bot)
· 2 years, 10 months ago
3f040bc
[3.10] [doc] Improve logging cookbook example. (GH-98481) (GH-98482)
by Miss Islington (bot)
· 2 years, 10 months ago
dddbbd9
[3.10] [doc] Refresh the venv introduction documentation, and correct… (GH-98466)
by Vinay Sajip
· 2 years, 10 months ago
ac2e7be
Doc: Remove title text from internal links (GH-98409)
by Miss Islington (bot)
· 2 years, 10 months ago
b2db1c2
[3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)
by C.A.M. Gerlach
· 2 years, 10 months ago
2630738
gh-85299: Add note warning about entry point guard for asyncio example (GH-93457)
by Miss Islington (bot)
· 2 years, 10 months ago
8a1f1cb
[3.10] docs(typing): harmonize "See PEP x for more details" (GH-97927). (#98293)
by Jelle Zijlstra
· 2 years, 10 months ago
7b604d8
[3.10] [doc] Update logging cookbook with an example of custom handli… (GH-98299)
by Vinay Sajip
· 2 years, 10 months ago
258c440
gh-96265: Formatting changes for faq/general (GH-98129)
by Miss Islington (bot)
· 2 years, 10 months ago
2ed28a6
tutorial: remove "with single quotes" (GH-98204)
by Miss Islington (bot)
· 2 years, 10 months ago
bd73110
gh-65046: Link to logging cookbook from asyncio docs (GH-98207)
by Miss Islington (bot)
· 2 years, 10 months ago
f6abb33
Formatting fixes in contextlib docs (GH-98111)
by Miss Islington (bot)
· 2 years, 10 months ago
f94e6b4
gh-95276: Add callable entry to the glossary (GH-95738)
by Miss Islington (bot)
· 2 years, 10 months ago
48447d4
gh-96130: Rephrase use of "typecheck" verb for clarity (GH-98144)
by Miss Islington (bot)
· 2 years, 10 months ago
bf6b52e
[3.10] gh-88452: Add a warning about non-portability of environments. (GH-98155) (GH-98156)
by Miss Islington (bot)
· 2 years, 10 months ago
de74587
gh-83940: os docs: Improve wording for getenv/getenvb (GH-98113)
by Miss Islington (bot)
· 2 years, 10 months ago
8827b95
doc: remove a misleading statement. (GH-98093)
by Miss Islington (bot)
· 2 years, 10 months ago
ac0a19b
gh-56133: copyreg docs: Clarify function/constructor parameter (GH-95497)
by Miss Islington (bot)
· 2 years, 10 months ago
03ea515
Fix types in buffer/memoryview docs (GH-98118)
by Miss Islington (bot)
· 2 years, 10 months ago
820ef62
[3.10] Minor edits to the Descriptor HowTo Guide (GH-24901) (GH-98114)
by Miss Islington (bot)
· 2 years, 10 months ago
a2ce21f
gh-97913 Docs: Add walrus operator to the index (GH-97921)
by Miss Islington (bot)
· 2 years, 11 months ago
786fde5
gh-97822: Fix http.server documentation reference to test() function (GH-98027)
by Miss Islington (bot)
· 2 years, 11 months ago
1818235
gh-57179: Add note on symlinks for os.walk (GH-94799)
by Miss Islington (bot)
· 2 years, 11 months ago
1a31799
gh-61105: Add default param, note on using cookiejar subclass (GH-95427)
by Miss Islington (bot)
· 2 years, 11 months ago
0239440
[3.10] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98053)
by Miss Islington (bot)
· 2 years, 11 months ago
90f2c79
Add a warning message about PyOS_snprintf (GH-95993)
by Miss Islington (bot)
· 2 years, 11 months ago
e73cb54
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
by Miss Islington (bot)
· 2 years, 11 months ago
7565944
[3.10] gh-96959: Update HTTP links which are redirected to HTTPS (GH-98039) (#98050)
by Miss Islington (bot)
· 2 years, 11 months ago
5054ae2
gh-64921: Clarify wording for open()'s newline arg (GH-96171)
by Miss Islington (bot)
· 2 years, 11 months ago
5e87cc2
[3.10] gh-71316: Update dis documentation to include changes to jump arguments (GH-95798). (GH-98029)
by Christopher Chianelli
· 2 years, 11 months ago
bb21bc3
[3.10] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98008)
by Miss Islington (bot)
· 2 years, 11 months ago
bc03bf4
gh-97850: Remove the open issues section from the import reference (GH-97935)
by Miss Islington (bot)
· 2 years, 11 months ago
b7487df
gh-86482: Document assignment expression need for ()s (GH-23291)
by Miss Islington (bot)
· 2 years, 11 months ago
537c93e
[3.10] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97977)
by Łukasz Langa
· 2 years, 11 months ago
e2591e4
[3.10] gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (#97948)
by Miss Islington (bot)
· 2 years, 11 months ago
c80c282
GH-88968: Add notes about socket ownership transfers (GH-97936)
by Miss Islington (bot)
· 2 years, 11 months ago
9f1c9b1
[3.10] gh-97654: Add auto exception chaining example to tutorial (GH-97703) (#97884)
by Miss Islington (bot)
· 2 years, 11 months ago
3b0f2a7
[3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97925)
by Łukasz Langa
· 2 years, 11 months ago
b39182e
[3.10] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) (#97911)
by Miss Islington (bot)
· 2 years, 11 months ago
Next »