Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.1
/
Doc
tag
92f76e215d500a11861f0318dccd8576a26b7876
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Dec 06 19:05:29 2022
object
a7a450f84a087421603170c2dad226bb881d4d9a
Python 3.11.1
3fae04b
[3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#99949)
by Serhiy Storchaka
· 2 years, 9 months ago
235f5fd
[3.11] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100043)
by Miss Islington (bot)
· 2 years, 9 months ago
05031ee
[Enum] Fix typos in the documentation (GH-99960)
by Miss Islington (bot)
· 2 years, 9 months ago
a726f74
gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
by Miss Islington (bot)
· 2 years, 9 months ago
f3a58ce
[3.11] dataclasses.rst: Prevent horizontal scrolling (gh-100025) (gh-100028)
by Miss Islington (bot)
· 2 years, 9 months ago
7f2bcc7
gh-93464: [Enum] Add versionchanged tag (GH-99997)
by Miss Islington (bot)
· 2 years, 9 months ago
27218d0
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
f4511d3
[3.11] GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916) (GH-99912)
by Miss Islington (bot)
· 2 years, 9 months ago
90701eb
bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH-25491)
by Miss Islington (bot)
· 2 years, 9 months ago
d7c2e0a
Docs: improve accuracy of socketserver reference (GH-24767)
by Miss Islington (bot)
· 2 years, 9 months ago
fbe3881
whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853)
by Miss Islington (bot)
· 2 years, 9 months ago
2e9ea7b
gh-90717: Update the documentation for the altchars paremeter in base64 library (GH-94187)
by Miss Islington (bot)
· 2 years, 9 months ago
a2b84bb
`fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (GH-99819)
by Miss Islington (bot)
· 2 years, 9 months ago
5dce4ab
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
by Miss Islington (bot)
· 2 years, 9 months ago
1e32705
bpo-41825: restructure docs for the os.wait*() family (GH-22356)
by Miss Islington (bot)
· 2 years, 9 months ago
f160996
Docs: both sqlite3 "point examples" now adapt to str (GH-99823)
by Miss Islington (bot)
· 2 years, 9 months ago
366adc7
gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339)
by Miss Islington (bot)
· 2 years, 9 months ago
8bb7fda
doc: Remove backslashes in doctest grammar docs (GH-29346)
by Miss Islington (bot)
· 2 years, 9 months ago
4ce1a82
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659)
by Miss Islington (bot)
· 2 years, 9 months ago
fe99572
gh-99795: Fix typo in importlib.resources.abc (GH-99796)
by Miss Islington (bot)
· 2 years, 9 months ago
f983229
[3.11] gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH-99512) (#99791)
by Miss Islington (bot)
· 2 years, 9 months ago
0006d9b
Fix typo in `__match_args__` doc (GH-99785)
by Miss Islington (bot)
· 2 years, 9 months ago
0075519
[3.11] Fix misspelling in docs for http.HTTPMethod (GH-99376) (#99451)
by Miss Islington (bot)
· 2 years, 9 months ago
f5fa17b
gh-64019: Have attribute table in `inspect` docs link to module attributes instead of listing them (GH-98116)
by Miss Islington (bot)
· 2 years, 9 months ago
772fc63
[3.11] gh-85073: Add some missing links to source (GH-99363) (#99586)
by Miss Islington (bot)
· 2 years, 9 months ago
5b74084
gh-96168: Add sqlite3 row factory how-to (GH-99507)
by Miss Islington (bot)
· 2 years, 9 months ago
d279f38
Fix rendering of audioop license in Doc/license.rst (GH-99752)
by Miss Islington (bot)
· 2 years, 9 months ago
609273e
gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621)
by Miss Islington (bot)
· 2 years, 9 months ago
b4ae5b7
[3.11] gh-99650 : Updated argparse docs (GH-99653) (GH-99705)
by Miss Islington (bot)
· 2 years, 9 months ago
a64e71e
GH-92892: Add section about variadic functions to ctypes documentation (GH-99529)
by Miss Islington (bot)
· 2 years, 9 months ago
420b7e8
[3.11] gh-99146 struct module documentation should have more predictable examples/warnings (GH-99141) (GH-99702)
by Miss Islington (bot)
· 2 years, 9 months ago
9a4b2f4
gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
by Miss Islington (bot)
· 2 years, 9 months ago
05147dc
gh-99662: fix typo in typing.TypeVarTuple docs (GH-99672)
by Miss Islington (bot)
· 2 years, 9 months ago
bb4c091
[3.11] GH-95815: Document less specific error for os.remove (GH-99571) (#99641)
by Miss Islington (bot)
· 2 years, 9 months ago
a15ab1e
Doc: Make functions.html readable again. (GH-99476)
by Miss Islington (bot)
· 2 years, 9 months ago
369cb3e
Doc: Replace question mark with fullstop (GH-99558)
by Miss Islington (bot)
· 2 years, 9 months ago
82ab9e6
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)
by Miss Islington (bot)
· 2 years, 9 months ago
51c68cf
[3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449)
by Gregory P. Smith
· 2 years, 9 months ago
edf7449
gh-99392: Fix sqlite3 converter recipes (GH-99393)
by Miss Islington (bot)
· 2 years, 9 months ago
944ac46
[3.11] gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395) (GH-99415)
by Miss Islington (bot)
· 2 years, 9 months ago
d75b2e2
gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
by Miss Islington (bot)
· 2 years, 9 months ago
b31b645
gh-84522: Add for-loop to apply-method-to-sequence FAQ (GH-94660)
by Miss Islington (bot)
· 2 years, 9 months ago
edd92a1
gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)
by Miss Islington (bot)
· 2 years, 9 months ago
17f1c0a
GH-99183: Document behavior of count() for empty substrings (GH-99339)
by Miss Islington (bot)
· 2 years, 9 months ago
014940a
Update reference to the size of PyPI (GH-99076)
by Miss Islington (bot)
· 2 years, 9 months ago
cf5dbb4
[Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)
by Miss Islington (bot)
· 2 years, 9 months ago
00147a8
gh-99238: clarify the type of the env dict. (GH-99253)
by Miss Islington (bot)
· 2 years, 9 months ago
ca94462
Fix broken link in `asyncio-subprocesses` doc (GH-99214)
by Miss Islington (bot)
· 2 years, 9 months ago
2d00190
gh-92119: ctypes: Print exception class name instead of its representation (GH-98302)
by Miss Islington (bot)
· 2 years, 9 months ago
857f6a4
[3.11] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99002) (GH-99212)
by Miss Islington (bot)
· 2 years, 9 months ago
3dbf270
doc: Formatting and typo fixes (GH-98974)
by Miss Islington (bot)
· 2 years, 9 months ago
c4408d3
gh-94286 Fix documentation of print default param (GH-94297)
by Miss Islington (bot)
· 2 years, 10 months ago
be4bab8
gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)
by Miss Islington (bot)
· 2 years, 10 months ago
e0fc2b3
[doc] fix typo (GH-99143)
by Miss Islington (bot)
· 2 years, 10 months ago
07734a4
[3.11] gh-98706: Sync with importlib_metadata 4.13.0. (GH-98875)
by Jason R. Coombs
· 2 years, 10 months ago
f7d2c94
minor edits to locale doc (GH-98537)
by Miss Islington (bot)
· 2 years, 10 months ago
2ef2eaa
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
eb023a8
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
by Miss Islington (bot)
· 2 years, 10 months ago
2199a7d
gh-65002: Make note that null bytes are used to pad bytes (GH-98635)
by Miss Islington (bot)
· 2 years, 10 months ago
e0df94d
Docs: Add 'as, match statement' to the index (GH-99001)
by Miss Islington (bot)
· 2 years, 10 months ago
8b4d5b1
argparse howto: Use f-string in preference to "...".format() (GH-98883)
by Miss Islington (bot)
· 2 years, 10 months ago
88736db
gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)
by Miss Islington (bot)
· 2 years, 10 months ago
46ccb35
gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)
by Miss Islington (bot)
· 2 years, 10 months ago
d683bcc
gh-96265: Formatting changes for faq/programming (GH-98242)
by Miss Islington (bot)
· 2 years, 10 months ago
b2e28c8
gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958)
by Miss Islington (bot)
· 2 years, 10 months ago
67f63b8
[3.11] [doc] Update cookbook example for socket-based logging in a production sett… (GH-98922) (GH-98980)
by Miss Islington (bot)
· 2 years, 10 months ago
129de5d
Doc: use "unnumbered" footnotes (GH-98954)
by Miss Islington (bot)
· 2 years, 10 months ago
e02ce48
[3.11] Missing PS1 prompt in tutorial example (GH-98921) (GH-98944)
by Miss Islington (bot)
· 2 years, 10 months ago
217a317
Fix wording in Functional Programming HOWTO (GH-98939)
by Miss Islington (bot)
· 2 years, 10 months ago
46a3cf4
gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH-98732)
by Miss Islington (bot)
· 2 years, 10 months ago
a4f8db1
Fix typo in sorting HOWTO (GH-98888)
by Miss Islington (bot)
· 2 years, 10 months ago
43cbb3d
Doc: Fix sphinx-lint issues (GH-98911)
by Miss Islington (bot)
· 2 years, 10 months ago
f6f07b2
gh-98576: Fix types in dataclass.InitVar example (gh-98577)
by Miss Islington (bot)
· 2 years, 10 months ago
a55bd6f
glossary.rst: Fix typo in package definition (GH-98865)
by Miss Islington (bot)
· 2 years, 10 months ago
d038307
Fix typo in docs (GH-98863)
by Miss Islington (bot)
· 2 years, 10 months ago
f8fb0d8
gh-93358: Fix python-config docs for how to embed Python (GH-98649)
by Miss Islington (bot)
· 2 years, 10 months ago
e237bf6
dataclasses docs: consistent indentation (4 spaces) in examples (GH-98855)
by Miss Islington (bot)
· 2 years, 10 months ago
12957d7
Fix typo in contextvars docs (GH-98823)
by Miss Islington (bot)
· 2 years, 10 months ago
2d4b6e0
`argparse` docs: normalize constant references (GH-98765)
by Miss Islington (bot)
· 2 years, 10 months ago
434943e
[3.11] Python documents state elsewhere that a comma is not an operator (GH-98736) (#98757)
by Miss Islington (bot)
· 2 years, 10 months ago
5f86275
[3.11] Change links to label refs (GH-98454) (#98725)
by Stanley
· 2 years, 10 months ago
78df56e
gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720)
by Miss Islington (bot)
· 2 years, 10 months ago
ca266aa
gh-98644: point people to tomllib from configparser’s docs (GH-98645)
by Miss Islington (bot)
· 2 years, 10 months ago
2aedba5
gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355)
by Miss Islington (bot)
· 2 years, 10 months ago
7a25d27
gh-77753: Add example for values that compare equal in stdtypes (GH-98497)
by Miss Islington (bot)
· 2 years, 10 months ago
8777d05
gh-84747: Add `async for` comment for StreamReader (GH-98633)
by Miss Islington (bot)
· 2 years, 10 months ago
fa95b69
fix a typo in whatsnew/3.11 (GH-98603)
by Miss Islington (bot)
· 2 years, 10 months ago
298364f
Fix typos in deprecation section of 3.11 What's New (GH-98628)
by Miss Islington (bot)
· 2 years, 10 months ago
08c3c91
gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583)
by Miss Islington (bot)
· 2 years, 10 months ago
4fc042f
gh-97937: dis docs: add adaptive=False (GH-97939)
by Miss Islington (bot)
· 2 years, 10 months ago
4cd5ea6
gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple example (GH-98605)
by Miss Islington (bot)
· 2 years, 10 months ago
4b68e34
gh-98623: Fix base classes in `typing.rst` (GH-98626)
by Miss Islington (bot)
· 2 years, 10 months ago
c96c763
gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits (GH-98631)
by Miss Islington (bot)
· 2 years, 10 months ago
b3cafb6
[3.11] Fix v3.11.0 release merge problems (GH-98622)
by Pablo Galindo Salgado
· 2 years, 10 months ago
69b6b56
Merge tag 'v3.11.0' into 3.11
by Pablo Galindo
· 2 years, 10 months ago
cdbfce1
gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscripting" (GH-98508)
by Miss Islington (bot)
· 2 years, 10 months ago
032d127
GH-91635: clarify docs about closing of transport in asyncio (GH-98563)
by Miss Islington (bot)
· 2 years, 10 months ago
d9abd8a
gh-98500: Fix typing docs for `*View` classes (GH-98511)
by Miss Islington (bot)
· 2 years, 10 months ago
3f6cfc5
gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (GH-98604)
by Miss Islington (bot)
· 2 years, 10 months ago
981b509
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
by Miss Islington (bot)
· 2 years, 10 months ago
Next »