Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.2
/
Doc
tag
814da78353ba31d18a450d1a1aa4321cc17b985c
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Feb 07 13:38:02 2023
object
878ead1ac1651965126322c1b3d124faf5484dc6
Python 3.11.2
c993ffa
GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (GH-101617)
by Miss Islington (bot)
· 2 years, 6 months ago
7cbcfbe
GH-56426: Add cross-reference to the documentation for faulthandler, traceback, and pdb. (GH-101157)
by Miss Islington (bot)
· 2 years, 7 months ago
4c76346
Add missing `versionadded` directive for `PyCode_Addr2Location` (GH-101347)
by Miss Islington (bot)
· 2 years, 7 months ago
4392bf6
docs: replace PyPI description with link (GH-101506)
by Miss Islington (bot)
· 2 years, 7 months ago
2366c1a
gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (GH-101514)
by Miss Islington (bot)
· 2 years, 7 months ago
bfac5d9
gh-100925: Move array methods under class in array doc (GH-101485)
by Miss Islington (bot)
· 2 years, 7 months ago
08f5c77
docs: Fix enum reassign `str` documentation (GH-101507)
by Miss Islington (bot)
· 2 years, 7 months ago
c2c970f
Docs: improve accuracy of sqlite3 `check_same_thread` parameter (GH-101351)
by Miss Islington (bot)
· 2 years, 7 months ago
e98fa71
gh-101467: Correct py.exe handling of prefix matches and cases when only one runtime is installed (GH-101468)
by Miss Islington (bot)
· 2 years, 7 months ago
89442e1
gh-101498 : Fix asyncio.Timeout example in docs (GH-101499)
by Miss Islington (bot)
· 2 years, 7 months ago
c796d34
[3.11] gh-101454: fix documentation for END_ASYNC_FOR (#101455) (#101493)
by Irit Katriel
· 2 years, 7 months ago
85cc5d0e
gh-98657: [docs] `array.typecodes` is a module-level attribute (GH-98729)
by Miss Islington (bot)
· 2 years, 7 months ago
5e49807
[3.11] gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439) (GH-101463)
by Miss Islington (bot)
· 2 years, 7 months ago
9e4ba5c4
gh-99276 - Updated Doc/faq/general.rst (GH-101396)
by Miss Islington (bot)
· 2 years, 7 months ago
43af2db
Add JOBS parameter to docs Makefile (GH-101395)
by Miss Islington (bot)
· 2 years, 7 months ago
a79dd88
gh-77607: Improve accuracy of os.path.join docs (GH-101406)
by Miss Islington (bot)
· 2 years, 7 months ago
6a94f4c
Fixes typo in asyncio.TaskGroup context manager code example (GH-101449)
by Miss Islington (bot)
· 2 years, 7 months ago
6ec9f2d
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
by Miss Islington (bot)
· 2 years, 7 months ago
3bcb630
gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
by Miss Islington (bot)
· 2 years, 7 months ago
3467991
Fix trivial typo in shebang example (GH-101385)
by Miss Islington (bot)
· 2 years, 7 months ago
88a1e6d
[3.11] [doc] Add a section on logging handler configuration order. (GH-101380) (GH-101382)
by Miss Islington (bot)
· 2 years, 7 months ago
1016909
[3.11] [doc] Add some notices to logging configuration documentation. (GH-101373) (GH-101376)
by Miss Islington (bot)
· 2 years, 7 months ago
bab7994
[docs] Mention how to get/set a bigint PyLong via the C API (GH-101270)
by Miss Islington (bot)
· 2 years, 7 months ago
4cf4169
Added asyncio REPL example to docs. (GH-101243)
by Miss Islington (bot)
· 2 years, 7 months ago
69d12d8
[3.11] GH-101097: Switch from standard interval notation to greater or less than signs for random.random()'s documentation (GH-101119) (GH-101246)
by Miss Islington (bot)
· 2 years, 7 months ago
db0eeb3
[3.11] gh-86610: Use attribute directive in docs for pathlib.PurePath (GH-101114) (#101205)
by Miss Islington (bot)
· 2 years, 7 months ago
efc89f3
[3.11] GH-101111: Disambigaute origin of const for store_const and append_const (GH-101121) (#101203)
by Miss Islington (bot)
· 2 years, 7 months ago
1798df2
[3.11] Fix minor typos in SSL documentation (GH-101158) (#101201)
by Miss Islington (bot)
· 2 years, 7 months ago
0dc35e4
gh-91485: Avoid unnecessary use of non-Python syntax in io docs (GH-101177)
by Miss Islington (bot)
· 2 years, 7 months ago
e039d53
[3.11] gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122) (#101173)
by Miss Islington (bot)
· 2 years, 7 months ago
5e1c4ac
[3.11] Provided better example for logging cookbook (GH-101164) (GH-101184)
by Miss Islington (bot)
· 2 years, 7 months ago
efe3a38
[3.11] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positional (#101179)
by Gregory P. Smith
· 2 years, 7 months ago
1998ea6
gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042)
by Miss Islington (bot)
· 2 years, 7 months ago
db65a32
Docs: improve sqlite3 placeholders example (GH-101092)
by Miss Islington (bot)
· 2 years, 7 months ago
5e52778
Fix typo in `ReprEnum` documentation (GH-101079)
by Miss Islington (bot)
· 2 years, 7 months ago
a3510c3
gh-100247: Improve documentation for custom shebang commands in py.exe launcher (GH-101083)
by Miss Islington (bot)
· 2 years, 7 months ago
6d98282
[3.11] Sync-up parameter name in equivalent code snippet of `enumerate` (GH-101029) (#101030)
by Miss Islington (bot)
· 2 years, 7 months ago
c7aa392
gh-100668: Clarify how sqlite3 maps parameters onto placeholders (GH-100960)
by Miss Islington (bot)
· 2 years, 7 months ago
39c1f68
gh-101021: Document binary parameters as bytes (GH-101024)
by Miss Islington (bot)
· 2 years, 7 months ago
ba88628
[3.11] Add recipes to showcase tee(), zip*, batched, starmap, and product. (GH-101028)
by Raymond Hettinger
· 2 years, 7 months ago
6492492
gh-100247: Fix py.exe launcher not using entire shebang command for finding custom commands (GH-100944)
by Miss Islington (bot)
· 2 years, 7 months ago
2834fdc
[3.11] gh-100160: Tweak the documentation for the default asyncio policy (GH-100969)
by Serhiy Storchaka
· 2 years, 7 months ago
7571764
Fix typo in `enum` module documentation (GH-100992)
by Miss Islington (bot)
· 2 years, 7 months ago
e8097d4
GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH-100913)
by Miss Islington (bot)
· 2 years, 7 months ago
1b2459d
[3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (#100412)
by Serhiy Storchaka
· 2 years, 7 months ago
a7f9afd
[3.11] gh-100916: Convert argument to appropriate type (GH-100917) (GH-100918)
by Miss Islington (bot)
· 2 years, 7 months ago
1e74a12
[3.11] Fix typos in Doc folder (GH-100880). (#100914)
by Hugo van Kemenade
· 2 years, 7 months ago
4e096ec
bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH-27376)
by Miss Islington (bot)
· 2 years, 7 months ago
07d1f99
[3.11] Update copyright years to 2023. (gh-100848) (GH-100849)
by Miss Islington (bot)
· 2 years, 7 months ago
87076d8
gh-100783: fix os.path.join documentation (GH-100811)
by Miss Islington (bot)
· 2 years, 7 months ago
caed845
gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatterns (GH-100825)
by Miss Islington (bot)
· 2 years, 7 months ago
4b4e6da
[3.11] Future-proof recipe by renaming dotproduct() to sumprod() (GH-100828)
by Raymond Hettinger
· 2 years, 7 months ago
a3e2407
gh-100673: Removed erroneous note in the get_type_hints docs (GH-100701)
by Miss Islington (bot)
· 2 years, 7 months ago
72263f2
gh-99026 update dataclasses docs for when annotations are inspected (gh-100798)
by Miss Islington (bot)
· 2 years, 8 months ago
d6b8413
gh-87691: clarify use of anchor in pathlib docs (GH-100782)
by Miss Islington (bot)
· 2 years, 8 months ago
7586100
gh-87691: add an absolute path pathlib example in / operator docs (GH-100737)
by Miss Islington (bot)
· 2 years, 8 months ago
a34f0bd
GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100767)
by Miss Islington (bot)
· 2 years, 8 months ago
eba6b00
[3.11] gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-98353) (#100704)
by Miss Islington (bot)
· 2 years, 8 months ago
c915f00
docs: fix `ssizeobjargproc` parameters (GH-100736)
by Miss Islington (bot)
· 2 years, 8 months ago
b93bd15
[3.11] Docs: Fix the Show Source link (GH-100733)
by Zachary Ware
· 2 years, 8 months ago
7e9b2b0
[Enum] docs: replace 'last value' by 'highest value' for Flag auto (GH-100709)
by Miss Islington (bot)
· 2 years, 8 months ago
f49006e
gh-100700: Remove Date and Release fields in past whatsnews (GH-100729)
by Zachary Ware
· 2 years, 8 months ago
b99ac1d
fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)
by Miss Islington (bot)
· 2 years, 8 months ago
1bc0705
Fix deprecation doc for `PyEval_InitThreads` (GH-100667)
by Miss Islington (bot)
· 2 years, 8 months ago
af136e9
gh-100428: Make int documentation more accurate (GH-100436)
by Miss Islington (bot)
· 2 years, 8 months ago
e7a2659
gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630)
by Miss Islington (bot)
· 2 years, 8 months ago
18ccb84
gh-100201: Document behavior with a bare `yield` statement (GH-100416)
by Miss Islington (bot)
· 2 years, 8 months ago
c7dcfda
gh-96773 Fix documentation of socket backlog (GH-96778)
by Miss Islington (bot)
· 2 years, 8 months ago
7ed7127
gh-100546: Remove incorrect positional-only marker from eval (GH-100547)
by Miss Islington (bot)
· 2 years, 8 months ago
f80ba44
gh-100633 Tutorial: Fix dataclasses import (GH-100638)
by Miss Islington (bot)
· 2 years, 8 months ago
f9ddbc0
GH-85979: Clarify specification of `object.__await__` (GH-22320)
by Miss Islington (bot)
· 2 years, 8 months ago
1800630
[3.11] Improve comments in itertools uniquification recipes (GH-100631) (GH-100632)
by Miss Islington (bot)
· 2 years, 8 months ago
297465a
gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-24961)
by Miss Islington (bot)
· 2 years, 8 months ago
e180dff
gh-100583: Improve the `pydoc` documentation (GH-100590)
by Miss Islington (bot)
· 2 years, 8 months ago
ac31120
GH-100101: Clarify documentation of zip's strict option (GH-100103)
by Miss Islington (bot)
· 2 years, 8 months ago
9120450
Restore early-out to factor(). Strengthen tests. (GH-100591)
by Miss Islington (bot)
· 2 years, 8 months ago
95fa61c
Improve factor() recipe and fix its tests (GH-100576)
by Miss Islington (bot)
· 2 years, 8 months ago
de62128
gh-55688: Add note about ending backslashes for raw strings (GH-94768)
by Miss Islington (bot)
· 2 years, 8 months ago
2cb4b13
[3.11] gh-92446: Improve argparse choices docs (GH-94627) (#100528)
by Shantanu
· 2 years, 8 months ago
44b664e
gh-99535: Add test for inheritance of annotations and update documentation (GH-99990)
by Miss Islington (bot)
· 2 years, 8 months ago
f801fa8
gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473)
by Miss Islington (bot)
· 2 years, 8 months ago
80013d7
[Minor PR] Quotes in documentation changed into code blocks (GH-99536)
by Miss Islington (bot)
· 2 years, 8 months ago
3b70487
GH-93179: Document the thread safety of functools.lru_cache (GH-95970)
by Miss Islington (bot)
· 2 years, 8 months ago
bf0f306
gh-100428: Make float documentation more accurate (GH-100437)
by Miss Islington (bot)
· 2 years, 8 months ago
a7eee89
gh-99908: Tutorial: Modernize the 'data-record class' example (GH-100499)
by Miss Islington (bot)
· 2 years, 8 months ago
ba87dae
Misc Itertools recipe tweaks (GH-100493)
by Miss Islington (bot)
· 2 years, 8 months ago
b914054
gh-77771: Add enterabs example in sched (GH-92716)
by Miss Islington (bot)
· 2 years, 8 months ago
a852c5f
[3.11] Correct CVE-2020-10735 documentation (GH-100306). (#100476)
by Gregory P. Smith
· 2 years, 8 months ago
94775943
Add "strict" to dotproduct(). Add docstring. Factor-out common code. (GH-100480)
by Miss Islington (bot)
· 2 years, 8 months ago
4b3b642
gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs (GH-98710)
by Miss Islington (bot)
· 2 years, 8 months ago
1fa4c6b
gh-48496: Added example and link to faq for UnboundLocalError in reference (GH-93068)
by Miss Islington (bot)
· 2 years, 8 months ago
fe828ec
gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced entry (GH-91499)
by Miss Islington (bot)
· 2 years, 8 months ago
23fa166
gh-99991: improve docs on str.encode and bytes.decode (GH-100198)
by Miss Islington (bot)
· 2 years, 8 months ago
1332fda
Clarify that every thread has its own default context in contextvars (GH-99246)
by Miss Islington (bot)
· 2 years, 8 months ago
cfa78ec
gh-69929: re docs: Add more specific definition of \w (GH-92015)
by Miss Islington (bot)
· 2 years, 8 months ago
0918667
[3.11] GH-98363: Update batched() recipe in docs to match 3.12 (#100323)
by Raymond Hettinger
· 2 years, 8 months ago
bf0a334
Docs: Use `PY_VERSION_HEX` for version comparison (GH-100179)
by Miss Islington (bot)
· 2 years, 8 months ago
370498b
gh-97909: Fix markup for `PyMethodDef` members (GH-100089)
by Miss Islington (bot)
· 2 years, 8 months ago
e3d8578
Document that zipfile's pwd parameter is a `bytes` object (GH-100209)
by Miss Islington (bot)
· 2 years, 8 months ago
4c810f9
gh-99830: asyncio: Document returns of remove_{reader,writer} (GH-100302)
by Miss Islington (bot)
· 2 years, 8 months ago
Next »