Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.10
/
Doc
tag
34bf19ddb33caa5f205ecf9fb81e0e7ac2ee6a8e
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Feb 07 12:05:50 2023
object
aad5f6a89125ad4529ab6ed5add693064351df1a
Python 3.10.10
25196d6
GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (GH-101617)
by Miss Islington (bot)
· 2 years, 6 months ago
dbdbc79
GH-56426: Add cross-reference to the documentation for faulthandler, traceback, and pdb. (GH-101157)
by Miss Islington (bot)
· 2 years, 7 months ago
42b1404
docs: replace PyPI description with link (GH-101506)
by Miss Islington (bot)
· 2 years, 7 months ago
4c732bc
gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (GH-101514)
by Miss Islington (bot)
· 2 years, 7 months ago
c3dd95a
gh-100925: Move array methods under class in array doc (GH-101485)
by Miss Islington (bot)
· 2 years, 7 months ago
f8abe75
Docs: improve accuracy of sqlite3 `check_same_thread` parameter (GH-101351)
by Miss Islington (bot)
· 2 years, 7 months ago
b8bb139
gh-98657: [docs] `array.typecodes` is a module-level attribute (GH-98729)
by Miss Islington (bot)
· 2 years, 7 months ago
6b2ed1c
gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439)
by Miss Islington (bot)
· 2 years, 7 months ago
ca11848
[3.10] gh-99276 - Updated Doc/faq/general.rst (GH-101396) (#101462)
by Miss Islington (bot)
· 2 years, 7 months ago
71db9c9
Add JOBS parameter to docs Makefile (GH-101395)
by Miss Islington (bot)
· 2 years, 7 months ago
f36c272
gh-77607: Improve accuracy of os.path.join docs (GH-101406)
by Miss Islington (bot)
· 2 years, 7 months ago
626e2cc
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
by Miss Islington (bot)
· 2 years, 7 months ago
efcab4d
gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
by Miss Islington (bot)
· 2 years, 7 months ago
6aabbe2
Fix trivial typo in shebang example (GH-101385)
by Miss Islington (bot)
· 2 years, 7 months ago
95f75ca
[3.10] [doc] Add a section on logging handler configuration order. (GH-101380) (GH-101381)
by Miss Islington (bot)
· 2 years, 7 months ago
0814a80
[3.10] [doc] Add some notices to logging configuration documentation. (GH-101373) (GH-101375)
by Miss Islington (bot)
· 2 years, 7 months ago
a259efc
[docs] Mention how to get/set a bigint PyLong via the C API (GH-101270)
by Miss Islington (bot)
· 2 years, 7 months ago
e24c73e
[3.10] Added asyncio REPL example to docs. (GH-101243) (#101257)
by Kumar Aditya
· 2 years, 7 months ago
6919c36
[3.10] gh-86610: Use attribute directive in docs for pathlib.PurePath (GH-101114) (#101206)
by Miss Islington (bot)
· 2 years, 7 months ago
f1313ab
[3.10] GH-101111: Disambigaute origin of const for store_const and append_const (GH-101121) (#101204)
by Miss Islington (bot)
· 2 years, 7 months ago
8fd481e
[3.10] Fix minor typos in SSL documentation (GH-101158) (#101202)
by Miss Islington (bot)
· 2 years, 7 months ago
23bb5f3
gh-91485: Avoid unnecessary use of non-Python syntax in io docs (GH-101177)
by Miss Islington (bot)
· 2 years, 7 months ago
2fe0404
[3.10] Provided better example for logging cookbook (GH-101164) (GH-101183)
by Miss Islington (bot)
· 2 years, 7 months ago
b2a662f
[3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positional (GH-101179) (GH-101182)
by Miss Islington (bot)
· 2 years, 7 months ago
10c6130
gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042)
by Miss Islington (bot)
· 2 years, 7 months ago
2c1eeb5
Docs: improve sqlite3 placeholders example (GH-101092)
by Miss Islington (bot)
· 2 years, 7 months ago
78c9f39
[3.10] gh-101021: Document binary parameters as bytes (GH-101024). (#101052)
by Barry Warsaw
· 2 years, 7 months ago
1981db9
gh-100668: Clarify how sqlite3 maps parameters onto placeholders (GH-100960)
by Miss Islington (bot)
· 2 years, 7 months ago
87f9b1d
[3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (GH-100412) (GH-100970)
by Serhiy Storchaka
· 2 years, 7 months ago
e44120a
GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH-100913)
by Miss Islington (bot)
· 2 years, 7 months ago
5aa8b9e
[3.10] gh-100916: Convert argument to appropriate type (GH-100917) (GH-100919)
by Miss Islington (bot)
· 2 years, 7 months ago
65b01b2
[3.10] Fix typos in Doc folder (GH-100880). (#100915)
by Hugo van Kemenade
· 2 years, 7 months ago
5c4afdf
bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH-27376)
by Miss Islington (bot)
· 2 years, 7 months ago
3e9543e
[3.10] Update copyright years to 2023. (gh-100850)
by Benjamin Peterson
· 2 years, 7 months ago
fa8d396
gh-100783: fix os.path.join documentation (GH-100811)
by Miss Islington (bot)
· 2 years, 7 months ago
89ea4f9
gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatterns (GH-100825)
by Miss Islington (bot)
· 2 years, 7 months ago
67e52e5
[3.10] gh-100673: Removed erroneous note in the get_type_hints docs (#100701) (GH-100826)
by Alex Waygood
· 2 years, 7 months ago
8af15cf
gh-99026 update dataclasses docs for when annotations are inspected (gh-100798)
by Miss Islington (bot)
· 2 years, 7 months ago
f5fa2c1
gh-87691: clarify use of anchor in pathlib docs (GH-100782)
by Miss Islington (bot)
· 2 years, 7 months ago
4bdc57a
gh-87691: add an absolute path pathlib example in / operator docs (GH-100737)
by Miss Islington (bot)
· 2 years, 8 months ago
825ad05
GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100768)
by Miss Islington (bot)
· 2 years, 8 months ago
fee4059
[3.10] gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-98353) (#100705)
by Miss Islington (bot)
· 2 years, 8 months ago
8b02313
docs: fix `ssizeobjargproc` parameters (GH-100736)
by Miss Islington (bot)
· 2 years, 8 months ago
242836c
gh-100700: Remove Date and Release fields in whatsnew/3.9 (GH-100730)
by Zachary Ware
· 2 years, 8 months ago
a639493
fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)
by Miss Islington (bot)
· 2 years, 8 months ago
c92c551
gh-100428: Make int documentation more accurate (GH-100436)
by Miss Islington (bot)
· 2 years, 8 months ago
8e386de
gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630)
by Miss Islington (bot)
· 2 years, 8 months ago
fd108e5
gh-100201: Document behavior with a bare `yield` statement (GH-100416)
by Miss Islington (bot)
· 2 years, 8 months ago
e3b303a
gh-96773 Fix documentation of socket backlog (GH-96778)
by Miss Islington (bot)
· 2 years, 8 months ago
f7ad4ff
gh-100633 Tutorial: Fix dataclasses import (GH-100638)
by Miss Islington (bot)
· 2 years, 8 months ago
504aa92
GH-85979: Clarify specification of `object.__await__` (GH-22320)
by Miss Islington (bot)
· 2 years, 8 months ago
3ab7b61
gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-24961)
by Miss Islington (bot)
· 2 years, 8 months ago
2b1cc33
[3.10] gh-100583: Improve the `pydoc` documentation (GH-100590) (#100607)
by Miss Islington (bot)
· 2 years, 8 months ago
4217faf
GH-100101: Clarify documentation of zip's strict option (GH-100103)
by Miss Islington (bot)
· 2 years, 8 months ago
97a3e18
gh-55688: Add note about ending backslashes for raw strings (GH-94768)
by Miss Islington (bot)
· 2 years, 8 months ago
1ffc672
[3.10] gh-99535: Add test for inheritance of annotations and update documentation (GH-99990) (#100509)
by Jelle Zijlstra
· 2 years, 8 months ago
a167365
[3.10] gh-92446: Improve argparse choices docs (GH-94627) (#100529)
by Shantanu
· 2 years, 8 months ago
ad8d2ef
gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473)
by Miss Islington (bot)
· 2 years, 8 months ago
0dea9240
gh-100428: Make float documentation more accurate (GH-100437)
by Miss Islington (bot)
· 2 years, 8 months ago
3ea6f7f
gh-99908: Tutorial: Modernize the 'data-record class' example (GH-100499)
by Miss Islington (bot)
· 2 years, 8 months ago
ecfe468
gh-77771: Add enterabs example in sched (GH-92716)
by Miss Islington (bot)
· 2 years, 8 months ago
88fe8d7
[3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477)
by Gregory P. Smith
· 2 years, 8 months ago
bd47219
gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs (GH-98710)
by Miss Islington (bot)
· 2 years, 8 months ago
86cdfaa
gh-48496: Added example and link to faq for UnboundLocalError in reference (GH-93068)
by Miss Islington (bot)
· 2 years, 8 months ago
561e15b
gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced entry (GH-91499)
by Miss Islington (bot)
· 2 years, 8 months ago
b3d39c7
gh-99991: improve docs on str.encode and bytes.decode (GH-100198)
by Miss Islington (bot)
· 2 years, 8 months ago
a757c1b
Clarify that every thread has its own default context in contextvars (GH-99246)
by Miss Islington (bot)
· 2 years, 8 months ago
b81d1c3
gh-69929: re docs: Add more specific definition of \w (GH-92015)
by Miss Islington (bot)
· 2 years, 8 months ago
e38a525
gh-97909: Fix markup for `PyMethodDef` members (GH-100089)
by Miss Islington (bot)
· 2 years, 8 months ago
697a07a
Document that zipfile's pwd parameter is a `bytes` object (GH-100209)
by Miss Islington (bot)
· 2 years, 8 months ago
958be79
gh-99830: asyncio: Document returns of remove_{reader,writer} (GH-100302)
by Miss Islington (bot)
· 2 years, 8 months ago
0f61020
"Compound statement" docs: Fix with-statement step indexing (GH-100286)
by Miss Islington (bot)
· 2 years, 8 months ago
f5f68ff
GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (GH-100207)
by Miss Islington (bot)
· 2 years, 8 months ago
24ed439
Fix: typo (Indention) (GH-99904)
by Miss Islington (bot)
· 2 years, 8 months ago
eece1bd
gh-70393: Clarify mention of "middle" scope (GH-98839)
by Miss Islington (bot)
· 2 years, 8 months ago
e6b0bd5
gh-99728: correct typo in `datetime` format codes documentation (GH-99750)
by Miss Islington (bot)
· 2 years, 8 months ago
92dd53b
gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (GH-100052)
by Miss Islington (bot)
· 2 years, 8 months ago
8ef6045
gh-96250: Improve sqlite3 injection attack example (GH-99270)
by Miss Islington (bot)
· 2 years, 8 months ago
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
Next »