summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.3v3.11.3Pablo Galindo2023-04-0450-208/+576
* [3.11] gh-103207: Add instructions to the macOS installer welcome display on ...Ned Deily2023-04-042-6/+38
* gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-10...Miss Islington (bot)2023-04-033-14/+32
* gh-98298, gh-74730: [Enum] update docs (GH-103163)Miss Islington (bot)2023-04-033-30/+34
* gh-102994: Profile docs has typo in example (GH-103074)Miss Islington (bot)2023-04-021-1/+1
* gh-103109: Document ignore_warnings() test support helper (GH-103110)Miss Islington (bot)2023-04-022-1/+16
* Quote literal tokens in standard format specifier grammar (GH-102902)Miss Islington (bot)2023-03-311-1/+1
* Minor docs improvements fix for `codeop` (GH-103123)Miss Islington (bot)2023-03-301-7/+7
* gh-103099: Link mypy docs from typing.rst (GH-103100)Miss Islington (bot)2023-03-301-1/+8
* [3.11] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc o...Miss Islington (bot)2023-03-292-0/+2
* gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)Steve Dower2023-03-291-0/+9
* [3.11] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-1026...Miss Islington (bot)2023-03-291-10/+14
* gh-103054: typing: Improve `Callable` type substitution tests (GH-103055)Miss Islington (bot)2023-03-281-0/+42
* [3.11] GH-102711: Fix warnings found by clang (GH-102712) (#103075)Miss Islington (bot)2023-03-282-2/+3
* gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)Miss Islington (bot)2023-03-272-8/+5
* [3.11] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103006)Miss Islington (bot)2023-03-273-7/+32
* [3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#10...Max Bachmann2023-03-253-2/+10
* Update pdb docs for arguments (GH-102965)Miss Islington (bot)2023-03-251-21/+21
* [3.11] gh-103025: fix a ctypes doc typo (GH-103026) (#103029)Miss Islington (bot)2023-03-251-2/+2
* [3.11] gh-101100: Document PyObject_ClearWeakRefs, gzip's name, and asyncio.i...Hugo van Kemenade2023-03-253-0/+23
* gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)Miss Islington (bot)2023-03-242-0/+151
* gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH...Miss Islington (bot)2023-03-241-2/+3
* [3.11] gh-102027: Fix macro name (GH-102124) (#102916)Miss Islington (bot)2023-03-242-1/+3
* [3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...Miss Islington (bot)2023-03-244-12/+33
* GH-100989: remove annotation from docstring (GH-102991)Miss Islington (bot)2023-03-231-2/+2
* GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-10...Miss Islington (bot)2023-03-231-24/+13
* gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)Miss Islington (bot)2023-03-232-1/+10
* [3.11] Minor readability improvement to the factor() recipe (GH-102971) (GH-1...Miss Islington (bot)2023-03-231-1/+1
* gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689)Miss Islington (bot)2023-03-231-0/+4
* gh-102936: typing: document performance pitfalls of protocols decorated with ...Miss Islington (bot)2023-03-231-2/+18
* gh-88965: typing: fix type substitution of a list of types after initial `Pa...Miss Islington (bot)2023-03-233-7/+154
* gh-102810 Improve the sphinx docs for `asyncio.Timeout` (GH-102934)Miss Islington (bot)2023-03-231-15/+9
* gh-102947: Improve traceback when calling `fields()` on a non-dataclass (GH-1...Miss Islington (bot)2023-03-233-1/+15
* [doc] Fix error in tutorial example: type(exc) is the type rather than the in...Miss Islington (bot)2023-03-221-1/+1
* gh-102780: Fix uncancel() call in asyncio timeouts (GH-102815)Miss Islington (bot)2023-03-224-6/+50
* gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plura...Miss Islington (bot)2023-03-221-2/+2
* gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781)Miss Islington (bot)2023-03-221-15/+7
* gh-101947: Remove size check from sqlite3 serialize test (GH-102914)Miss Islington (bot)2023-03-221-1/+0
* gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990)Miss Islington (bot)2023-03-221-13/+24
* Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)Miss Islington (bot)2023-03-221-1/+1
* Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900)Miss Islington (bot)2023-03-221-3/+3
* Docs: improve accuracy of pdb alias example (GH-102892)Miss Islington (bot)2023-03-221-1/+1
* [3.11] gh-102595: Document `PyObject_Format` c-api function (GH-102596) (GH-1...Miss Islington (bot)2023-03-221-0/+9
* Add link to `sys.exit` function documentation (GH-102805)Miss Islington (bot)2023-03-211-1/+1
* gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)Miss Islington (bot)2023-03-211-1/+1
* [3.11] Backport itertool recipe updates (GH-102881)Raymond Hettinger2023-03-211-6/+18
* [3.11] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803...Mark Shannon2023-03-202-0/+2
* gh-102810: Add docstrings to the public-facing methods of `asyncio.Timeout` (...Miss Islington (bot)2023-03-191-0/+12
* [3.11] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias...Nikita Sobolev2023-03-171-7/+32
* gh-102701: Fix overflow in dictobject.c (GH-102750)Miss Islington (bot)2023-03-173-1/+11