Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.0rc3
/
Doc
tag
8dec3349e7786a9d0aef3f127c9923daf4169f9d
tagger
Thomas Wouters <thomas@python.org>
Mon Sep 18 19:48:09 2023
object
b973ab3c3b333976d375c0cd4129cc3377769ea8
Python 3.12.0rc3
fbf703c
[3.12] Fix extraneous backslashes in hashlib docs (GH-109468) (#109530)
by Miss Islington (bot)
· 1 year, 11 months ago
cc12f66
[3.12] gh-109451: Fix wrong format specifier in logging documentation (GH-109465) (#109483)
by Miss Islington (bot)
· 1 year, 11 months ago
6552879
[3.12] gh-109414: Add some basic information about venvs in the introduction. (GH-109440) (#109481)
by Miss Islington (bot)
· 1 year, 11 months ago
02df0df
[3.12] gh-109474: Update two Unix packaging URLs (GH-109307) (#109477)
by Miss Islington (bot)
· 1 year, 11 months ago
e9a9052
[3.12] Docs: Superseded modules: list only module names (GH-109439) (#109445)
by Miss Islington (bot)
· 1 year, 11 months ago
3bb8075
[3.12] gh-101100: Fix sphinx warnings in `turtle.rst` (GH-109394) (#109416)
by Miss Islington (bot)
· 1 year, 11 months ago
5b38bde
[3.12] Fix variable name in dis documentation example (GH-109343) (#109364)
by Miss Islington (bot)
· 2 years ago
47402e2
[3.12] gh-105189: fix importlib.resources.abc deprecation docs (GH-105232) (#109363)
by Miss Islington (bot)
· 2 years ago
9b82054
[3.12] GH-104395: Add a link in 'Meta Information' to the docs download page (GH-104443) (#109345)
by Miss Islington (bot)
· 2 years ago
08bd2aa
[3.12] gh-109184: update traceback module doc w.r.t notes (message is no longer always at the end) (#109201) (#109334)
by Irit Katriel
· 2 years ago
778d094
[3.12] Fix iter_index() to work with lists which do not support stop=None. (gh-109306) (#109310)
by Miss Islington (bot)
· 2 years ago
a6ed810
[3.12] gh-109292: add symtable impact of PEP 709 to What's New (GH-109293) (#109296)
by Miss Islington (bot)
· 2 years ago
8e96b98
[3.12] gh-107322: zipapp: Remove the suggestion to remove .dist-info directories (GH-107296) (#109281)
by Miss Islington (bot)
· 2 years ago
a8393dc
[3.12] gh-109190: What's New in 3.12: Add subheadings to removals for easy linking (GH-109159) (#109273)
by Miss Islington (bot)
· 2 years ago
bcd5907
[3.12] Fix "FSTRING_MIDDLE" typo in py312 "What's New" (GH-109222) (#109223)
by Miss Islington (bot)
· 2 years ago
aef019b
[3.12] Improve the sieve() recipe in the itertools docs (gh-109199) (#109203)
by Miss Islington (bot)
· 2 years ago
fff524e
[3.12] Add version directives to ast docs (GH-108788) (#109106)
by Miss Islington (bot)
· 2 years ago
b27ca96
[3.12] gh-107924: re-order os.sendfile() flag documentation (GH-107926) (#109099)
by Miss Islington (bot)
· 2 years ago
4cb29bb
[3.12] gh-102823: Document return type of floor division on floats (GH-102824) (#109092)
by Miss Islington (bot)
· 2 years ago
2ce2612
[3.12] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109073)
by Miss Islington (bot)
· 2 years ago
82f5291
[3.12] gh-71770: Add more details on behavior of configparser's default_section (GH-31562) (#109088)
by Miss Islington (bot)
· 2 years ago
26f42b3
[3.12] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-31357) (#109082)
by Miss Islington (bot)
· 2 years ago
736c413
[3.12] bpo-38157: Add example about per file output for mock_open. (GH-16090) (#109071)
by Miss Islington (bot)
· 2 years ago
de0202e
[3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019)
by Victor Stinner
· 2 years ago
eeaae92
[3.12] gh-107755: Document the correct default value of slice step (GH-107756) (#108955)
by Miss Islington (bot)
· 2 years ago
5ca2a68
[3.12] gh-107732: Mention dir support in importlib.resources docs (GH-107734) (#109058)
by Hugo van Kemenade
· 2 years ago
ef0dbfb
[3.12] GH-108202: Document ``calendar``'s command-line interface (GH-109020) (#109030)
by Miss Islington (bot)
· 2 years ago
19d8226
[3.12] GH-90690: Mention removal of ``PRECALL`` in What's New (GH-103910) (#109027)
by Miss Islington (bot)
· 2 years ago
d7869ec
[3.12] gh-108857: improve markup in inspect.Signature.replace() docs (GH-108862) (#108971)
by Miss Islington (bot)
· 2 years ago
578b3ea
[3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772) (#108909)
by Miss Islington (bot)
· 2 years ago
7ee021f
[3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_events()` (GH-108420) (#108899)
by Mark Shannon
· 2 years ago
8c551a7
[3.12] Link to PEP sections in What's New in 3.12 (GH-108878) (#108890)
by Miss Islington (bot)
· 2 years ago
331b026
[3.12] Resolve reference warnings in faq/gui.rst (GH-108147) (#108193)
by Miss Islington (bot)
· 2 years ago
183bb67
[3.12] gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-108835) (#108837)
by Miss Islington (bot)
· 2 years ago
c5ce34f
[3.12] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108810) (#108813)
by Nikita Sobolev
· 2 years ago
54e8dd7
[3.12] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) (#108807)
by Miss Islington (bot)
· 2 years ago
70a378c
[3.12] gh-105563: reference DateType in datetime's documentation (GH-105946) (#108789)
by Miss Islington (bot)
· 2 years ago
246cb64
[3.12] Improve some C API documentation (GH-108768) (#108785)
by Serhiy Storchaka
· 2 years ago
f58617a
[3.12] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) (#108759)
by Hugo van Kemenade
· 2 years ago
712994e
[3.12] gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (GH-108746) (#108756)
by Miss Islington (bot)
· 2 years ago
1e15c15
[3.12] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108737)
by Miss Islington (bot)
· 2 years ago
8c3793a
[3.12] gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__ (GH-108704) (#108733)
by Miss Islington (bot)
· 2 years ago
a92c60c
[3.12] gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and `importlib.util.module_for_loader` have been removed (GH-108719) (#108723)
by Miss Islington (bot)
· 2 years ago
bc42d6c
[3.12] gh-101100: Fix sphinx warnings in `threading.rst` (GH-108684) (#108707)
by Miss Islington (bot)
· 2 years ago
420db10
[3.12] gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) (#108680)
by Miss Islington (bot)
· 2 years ago
2e60d58
[3.12] Fix typo in multiprocessing docs (GH-108666) (#108677)
by Miss Islington (bot)
· 2 years ago
ecabf1e
[3.12] gh-108669: unittest: Fix documentation for TestResult.collectedDurations (GH-108670) (#108672)
by Miss Islington (bot)
· 2 years ago
1d6d05a
[3.12] Mention Ellipsis pickling in the docs (GH-103660) (#108661)
by Miss Islington (bot)
· 2 years ago
036dd69
[3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108655)
by Erlend E. Aasland
· 2 years ago
ae9bbd1
[3.12] Fix misc doc typos (GH-108592) (#108594)
by Miss Islington (bot)
· 2 years ago
7c7b2bf
[3.12] GH-108202: Combine documentation of ``calendar`` constants (GH-108492) (#108579)
by Adam Turner
· 2 years ago
5531d03
[3.12] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108560)
by Miss Islington (bot)
· 2 years ago
f90099c
[3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)
by Erlend E. Aasland
· 2 years ago
311fd96
[3.12] Docs: Resolve Sphinx warnings in dis.rst (GH-108476) (#108546)
by Miss Islington (bot)
· 2 years ago
752d525
[3.12] Fix grammatical error in stringprep documentation (GH-108414) (#108537)
by Miss Islington (bot)
· 2 years ago
0b0238d
[3.12] gh-105052:update timeit function's description (GH-105060) (#108534)
by Miss Islington (bot)
· 2 years ago
387cb9f
[3.12] gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (GH-107486) (#108529)
by Miss Islington (bot)
· 2 years ago
208741c
[3.12] gh-102211: Document `re.{Pattern,Match}`’s existence (GH-102212) (#108490)
by Miss Islington (bot)
· 2 years ago
ce37fbc
[3.12] Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (GH-108400) (#108474)
by Miss Islington (bot)
· 2 years ago
334da81
[3.12] Datamodel: Add headings to the standard type hierarchy (GH-108146) (#108477)
by Miss Islington (bot)
· 2 years ago
c5448ab
[3.12] GH-108202: Document ``calendar`` exceptions (GH-108398) (#108467)
by Miss Islington (bot)
· 2 years ago
9a225d7
[3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (#108448)
by Victor Stinner
· 2 years ago
09487a2
[3.12] gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) (#108409)
by Miss Islington (bot)
· 2 years ago
b312d4f
[3.12] gh-70766: Mention the object getstate caveat in 3.11 What's new. (GH-108379) (#108384)
by Miss Islington (bot)
· 2 years ago
3aa7df6
[3.12] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (#108358)
by Miss Islington (bot)
· 2 years ago
314c98d
[3.12] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108334)
by Miss Islington (bot)
· 2 years ago
200af42
[3.12] GH-92584: Remove distutils from the newtypes tutorial includes (GH-108024) (#108333)
by Miss Islington (bot)
· 2 years ago
92cbe73
[3.12] Docs: Add link to skip to datetime's format codes (GH-108027) (#108329)
by Miss Islington (bot)
· 2 years ago
fad8059
[3.12] Document 3.13, 3.14 and future removals (GH-108055) (#108331)
by Miss Islington (bot)
· 2 years ago
3cdaa6a
[3.12] gh-105857: Document that asyncio subprocess std{in,out,err} can be file handles (GH-107986) (#108332)
by Miss Islington (bot)
· 2 years ago
1dbf118
[3.12] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260) (#108301)
by Miss Islington (bot)
· 2 years ago
68fd6db
[3.12] Docs: align the param spec of sqlite3.Connection methods with the implementation (GH-108285) (#108287)
by Miss Islington (bot)
· 2 years ago
e5d779c
[3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108284)
by Miss Islington (bot)
· 2 years ago
a2b680d
[3.12] gh-106971: Docs: Add missing issue reference (GH-106992) (#108283)
by Miss Islington (bot)
· 2 years ago
ef4d427
[3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108262)
by Erlend E. Aasland
· 2 years ago
47f60c3
[3.12] gh-107298: Fix C API datetime documentation (GH-108034). (#108234)
by Serhiy Storchaka
· 2 years ago
f51cdfa
[3.12] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108231)
by Miss Islington (bot)
· 2 years ago
78a2a8c
[3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077) (#108225)
by Miss Islington (bot)
· 2 years ago
a27f18a
[3.12] docs: fix grammar in isolating-extensions.rst (GH-108037) (#108218)
by Miss Islington (bot)
· 2 years ago
a909ec3
[3.12] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#108211)
by Miss Islington (bot)
· 2 years ago
f798a63
[3.12] Improve references in the tutorial (GH-108069) (#108203)
by Miss Islington (bot)
· 2 years ago
9cd15ca
[3.12] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-108145) (#108190)
by Miss Islington (bot)
· 2 years ago
f2cc005
[3.12] Resolve reference warnings in faq/library.rst (GH-108149) (#108182)
by Miss Islington (bot)
· 2 years ago
a6f15af
[3.12] Resolve reference warnings in faq/design.rst (GH-108148) (#108180)
by Miss Islington (bot)
· 2 years ago
399825e
[3.12] Docs: Fix Sphinx warnings in sys.rst (#108106) (#108178)
by Erlend E. Aasland
· 2 years ago
fa6cd7f
[3.12] Docs: Fix Sphinx warnings in logging.rst (GH-108139) (#108174)
by Erlend E. Aasland
· 2 years ago
7f5a741
[3.12] Resolve reference warnings in faq/programming.rst (GH-108150) (#108170)
by Miss Islington (bot)
· 2 years ago
ff125c4
[3.12] Docs: Fix Sphinx warnings in license.rst (GH-108142) (#108167)
by Miss Islington (bot)
· 2 years ago
590bc6a
[3.12] gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes.POINTER` (GH-107769) (#108163)
by Miss Islington (bot)
· 2 years ago
fbe1cff
[3.12] gh-107619: Extend functools LRU cache docs with generators and async functions (GH-107934) (#108161)
by Miss Islington (bot)
· 2 years ago
a4a494a
[3.12] Fix misspellings in sysconfig docs (GH-108156) (#108157)
by Miss Islington (bot)
· 2 years ago
0e5eee0
[3.12] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108152)
by Miss Islington (bot)
· 2 years ago
540c0d9
[3.12] Docs: Remove links to external C functions and macros in os.rst (GH-108138) (#108143)
by Miss Islington (bot)
· 2 years ago
41634ed
[3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136)
by Erlend E. Aasland
· 2 years ago
2807430
[3.12] Docs: format sys.float_info properly (GH-108107) (#108130)
by Miss Islington (bot)
· 2 years ago
71e3581
[3.12] gh-101100: Only show GitHub check annotations on changed doc paragraphs (GH-108065) (#108127)
by Miss Islington (bot)
· 2 years ago
daed54d
[3.12] gh-101100: Docs: Check Sphinx warnings and fail if improved (GH-106460) (#108116)
by C.A.M. Gerlach
· 2 years ago
af6e5fa
[3.12] Docs: emphasise warning and add accurate markups for sys.unraisablehook (GH-108105) (#108109)
by Miss Islington (bot)
· 2 years ago
2b8e020
[3.12] gh-107801: Improve the docs of the SEEK_* constants (#108099) (#108108)
by Erlend E. Aasland
· 2 years ago
60edc70
[3.12] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108093)
by Miss Islington (bot)
· 2 years ago
Next »