Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.3
tag
edb4401c7fce1b076fc8c99577bf590092923317
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Apr 04 22:22:18 2023
object
f3909b8bc83675b7ab093dbc558e677558d8e718
Python 3.11.3
f3909b8
Python 3.11.3
by Pablo Galindo
· 2 years, 5 months ago
v3.11.3
6abd048
[3.11] gh-103207: Add instructions to the macOS installer welcome display on how to workaround the macOS 13 Ventura “The installer encountered an error” failure. GH-103252)
by Ned Deily
· 2 years, 5 months ago
5342f5e
gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149)
by Miss Islington (bot)
· 2 years, 5 months ago
cf72cc2
gh-98298, gh-74730: [Enum] update docs (GH-103163)
by Miss Islington (bot)
· 2 years, 5 months ago
8236222
gh-102994: Profile docs has typo in example (GH-103074)
by Miss Islington (bot)
· 2 years, 5 months ago
0854bdf
gh-103109: Document ignore_warnings() test support helper (GH-103110)
by Miss Islington (bot)
· 2 years, 5 months ago
4664a7c
Quote literal tokens in standard format specifier grammar (GH-102902)
by Miss Islington (bot)
· 2 years, 5 months ago
41e3ea1
Minor docs improvements fix for `codeop` (GH-103123)
by Miss Islington (bot)
· 2 years, 5 months ago
1b40618
gh-103099: Link mypy docs from typing.rst (GH-103100)
by Miss Islington (bot)
· 2 years, 5 months ago
ae42c1d
[3.11] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (GH-103113) (#103119)
by Miss Islington (bot)
· 2 years, 5 months ago
cbe14c8
gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)
by Steve Dower
· 2 years, 5 months ago
d189e2d
[3.11] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635) (GH-103106)
by Miss Islington (bot)
· 2 years, 5 months ago
766038d
gh-103054: typing: Improve `Callable` type substitution tests (GH-103055)
by Miss Islington (bot)
· 2 years, 5 months ago
abd6e97
[3.11] GH-102711: Fix warnings found by clang (GH-102712) (#103075)
by Miss Islington (bot)
· 2 years, 5 months ago
5ba5ce4
gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)
by Miss Islington (bot)
· 2 years, 5 months ago
13df5d3
[3.11] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103006)
by Miss Islington (bot)
· 2 years, 5 months ago
b28f919
[3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#103040)
by Max Bachmann
· 2 years, 5 months ago
e1094c6
Update pdb docs for arguments (GH-102965)
by Miss Islington (bot)
· 2 years, 5 months ago
aae91fa
[3.11] gh-103025: fix a ctypes doc typo (GH-103026) (#103029)
by Miss Islington (bot)
· 2 years, 5 months ago
85c686a
[3.11] gh-101100: Document PyObject_ClearWeakRefs, gzip's name, and asyncio.iscoroutine (#103001)
by Hugo van Kemenade
· 2 years, 5 months ago
a08b65f
gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)
by Miss Islington (bot)
· 2 years, 5 months ago
c834a4c
gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH-102875)
by Miss Islington (bot)
· 2 years, 5 months ago
6716139
[3.11] gh-102027: Fix macro name (GH-102124) (#102916)
by Miss Islington (bot)
· 2 years, 5 months ago
e075631
[3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932) (#102918)
by Miss Islington (bot)
· 2 years, 5 months ago
fd43fb6
GH-100989: remove annotation from docstring (GH-102991)
by Miss Islington (bot)
· 2 years, 5 months ago
a4a039c
GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-102979)
by Miss Islington (bot)
· 2 years, 5 months ago
8132aef
gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)
by Miss Islington (bot)
· 2 years, 5 months ago
60b2b58
[3.11] Minor readability improvement to the factor() recipe (GH-102971) (GH-102972)
by Miss Islington (bot)
· 2 years, 5 months ago
202e16e
gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689)
by Miss Islington (bot)
· 2 years, 5 months ago
e2924c0
gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (GH-102937)
by Miss Islington (bot)
· 2 years, 5 months ago
1645a40
gh-88965: typing: fix type substitution of a list of types after initial `ParamSpec` substitution (GH-102808)
by Miss Islington (bot)
· 2 years, 5 months ago
84ae50c
gh-102810 Improve the sphinx docs for `asyncio.Timeout` (GH-102934)
by Miss Islington (bot)
· 2 years, 5 months ago
6ffeeb2
gh-102947: Improve traceback when calling `fields()` on a non-dataclass (GH-102948)
by Miss Islington (bot)
· 2 years, 5 months ago
f79cfb6
[doc] Fix error in tutorial example: type(exc) is the type rather than the instance (GH-102751)
by Miss Islington (bot)
· 2 years, 5 months ago
a9ece4a
gh-102780: Fix uncancel() call in asyncio timeouts (GH-102815)
by Miss Islington (bot)
· 2 years, 5 months ago
f1b9673
gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plural (GH-102922)
by Miss Islington (bot)
· 2 years, 5 months ago
4c1b4ec
gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781)
by Miss Islington (bot)
· 2 years, 5 months ago
b9304be
gh-101947: Remove size check from sqlite3 serialize test (GH-102914)
by Miss Islington (bot)
· 2 years, 5 months ago
f7dea0c
gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990)
by Miss Islington (bot)
· 2 years, 5 months ago
592c344
Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)
by Miss Islington (bot)
· 2 years, 5 months ago
9a1453b
Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900)
by Miss Islington (bot)
· 2 years, 5 months ago
44782d3
Docs: improve accuracy of pdb alias example (GH-102892)
by Miss Islington (bot)
· 2 years, 5 months ago
a7a373e
[3.11] gh-102595: Document `PyObject_Format` c-api function (GH-102596) (GH-102879)
by Miss Islington (bot)
· 2 years, 5 months ago
1eb9b24
Add link to `sys.exit` function documentation (GH-102805)
by Miss Islington (bot)
· 2 years, 5 months ago
4c6b354
gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)
by Miss Islington (bot)
· 2 years, 5 months ago
e6e3b1b
[3.11] Backport itertool recipe updates (GH-102881)
by Raymond Hettinger
· 2 years, 5 months ago
d149f15
[3.11] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803) (GH-102807)
by Mark Shannon
· 2 years, 5 months ago
9883356
gh-102810: Add docstrings to the public-facing methods of `asyncio.Timeout` (GH-102811)
by Miss Islington (bot)
· 2 years, 5 months ago
045c8a1
[3.11] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (GH-102788)
by Nikita Sobolev
· 2 years, 5 months ago
f967aee
gh-102701: Fix overflow in dictobject.c (GH-102750)
by Miss Islington (bot)
· 2 years, 5 months ago
d025b1d
Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102764)
by Miss Islington (bot)
· 2 years, 5 months ago
df399a3
[3.11] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102766)
by Miss Islington (bot)
· 2 years, 5 months ago
4a7faac
GH-102653: Make recipe docstring show the correct distribution (GH-102742)
by Miss Islington (bot)
· 2 years, 5 months ago
0560fe3
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)
by Miss Islington (bot)
· 2 years, 5 months ago
3ddf397
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
by Miss Islington (bot)
· 2 years, 5 months ago
7e5ba35
gh-102560 Add docstrings to asyncio.TaskGroup (GH-102565)
by Miss Islington (bot)
· 2 years, 5 months ago
6b6c2f5
[3.11] Remove misformatted exclamation marks in docs (GH-102694) (#102716)
by Hugo van Kemenade
· 2 years, 5 months ago
8aa07b9
gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)
by Miss Islington (bot)
· 2 years, 5 months ago
a166cb4
gh-102703: Fix typo in modules tutorial documentation (GH-102707)
by Miss Islington (bot)
· 2 years, 5 months ago
1649f3e
Rename redundant enum tests so that they run (GH-102535)
by Miss Islington (bot)
· 2 years, 5 months ago
738dde3
[3.11] gh-102354: change python3 to python in docs examples (GH-102696) (#102697)
by Miss Islington (bot)
· 2 years, 5 months ago
1f7eb8f
gh-100315: clarification to `__slots__` docs. (GH-102621)
by Miss Islington (bot)
· 2 years, 5 months ago
0f46d42
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
by Miss Islington (bot)
· 2 years, 5 months ago
43f8082
gh-102627: Replace address pointing toward malicious web page (GH-102630)
by Miss Islington (bot)
· 2 years, 5 months ago
b0e221c
[3.11] gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (GH-102075) (#102662)
by Miss Islington (bot)
· 2 years, 5 months ago
a4fcd06
[3.11] Fix duplicated words in the docs (#102644)
by Alex Waygood
· 2 years, 5 months ago
8a99deb
Fix broken link to MSDN (GH-102355)
by Miss Islington (bot)
· 2 years, 5 months ago
c39a1d0
gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340)
by Miss Islington (bot)
· 2 years, 5 months ago
7856026
GH-101673: Fix pdb bug where local variable changes are lost after longlist (GH-101674)
by Miss Islington (bot)
· 2 years, 5 months ago
6829b12
[3.11] Fixes duplicated word (GH-102623) (#102624)
by Miss Islington (bot)
· 2 years, 5 months ago
fcafc37
[3.11] gh-102493: backport unit test for PyErr_SetObject (#102602)
by Irit Katriel
· 2 years, 5 months ago
e467cb3
gh-102433: Add tests for how classes with properties interact with `isinstance()` checks on `typing.runtime_checkable` protocols (GH-102449)
by Miss Islington (bot)
· 2 years, 5 months ago
123119f
GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)
by Miss Islington (bot)
· 2 years, 5 months ago
495cd2d
gh-86509: Add link to Lib/_threading_local.py in threading docs (GH-101824)
by Miss Islington (bot)
· 2 years, 5 months ago
ffb41ea
gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (GH-102526)
by Miss Islington (bot)
· 2 years, 5 months ago
7905ae7
GH-102397: Fix segfault from race condition in signal handling (GH-102399)
by Miss Islington (bot)
· 2 years, 5 months ago
8bf8e3d
Fix style in argparse.rst (GH-101733)
by Miss Islington (bot)
· 2 years, 5 months ago
df3ed54
[3.11] gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429) (GH-102490)
by Miss Islington (bot)
· 2 years, 5 months ago
b6fd4e6
[3.11] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) (GH-102488)
by Miss Islington (bot)
· 2 years, 5 months ago
280b975
Add gettext support to tools/extensions/c_annotations.py (GH-101989)
by Miss Islington (bot)
· 2 years, 6 months ago
58de2eb
[3.11] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102467). (#102473)
by Pablo Galindo Salgado
· 2 years, 6 months ago
a7ec32e
gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (GH-102445)
by Miss Islington (bot)
· 2 years, 6 months ago
db8d10b
GH-102341: Improve the test function for pow (GH-102342)
by Miss Islington (bot)
· 2 years, 6 months ago
c957128
Fix unused classes in a typing test (GH-102437)
by Miss Islington (bot)
· 2 years, 6 months ago
e748f9e
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_argument() were dropped (GH-102318)
by Miss Islington (bot)
· 2 years, 6 months ago
63fd954
gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)
by Miss Islington (bot)
· 2 years, 6 months ago
caff048
[3.11] Move around example in to_bytes() to avoid confusion (GH-101595) (#102434)
by Miss Islington (bot)
· 2 years, 6 months ago
f96907a
gh-101992: update pstlib module documentation (GH-102133)
by Miss Islington (bot)
· 2 years, 6 months ago
cda1d52
[3.11] Clarify re docs for byte pattern group names (GH-99308) (#101001)
by Ilya Kulakov
· 2 years, 6 months ago
cc6ce90
gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180)
by Miss Islington (bot)
· 2 years, 6 months ago
06a3bb8
gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (GH-101896)
by Miss Islington (bot)
· 2 years, 6 months ago
00791f2
gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (GH-102390)
by Miss Islington (bot)
· 2 years, 6 months ago
32a738e
gh-101754: Document that Windows converts keys in `os.environ` to uppercase (GH-101840)
by Miss Islington (bot)
· 2 years, 6 months ago
3b1201d
[3.11] Fix typos in documentation and comments (GH-102374) (#102376)
by Alex Waygood
· 2 years, 6 months ago
9a5f2e8
[3.11] gh-90744: Fix erroneous doc links in the sys module (GH-101319) (#102321)
by Hugo van Kemenade
· 2 years, 6 months ago
3effcce
[3.11] gh-102088 Optimize iter_index itertools recipe (GH-102360) (GH-102363)
by Miss Islington (bot)
· 2 years, 6 months ago
90ec292
Doc: Fix minor error in ePub (GH-100614)
by Inada Naoki
· 2 years, 6 months ago
d01cf50
IDLE: Simplify DynOptionsMenu __init__code (GH-101371)
by Miss Islington (bot)
· 2 years, 6 months ago
1ef6e45
gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297)
by Miss Islington (bot)
· 2 years, 6 months ago
bd4a709
gh-101100: Fix sphinx warnings in `types` module (GH-102274)
by Miss Islington (bot)
· 2 years, 6 months ago
Next »