summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: use "unnumbered" footnotes (GH-98954)Miss Islington (bot)2022-11-011-2/+2
* [3.11] Missing PS1 prompt in tutorial example (GH-98921) (GH-98944)Miss Islington (bot)2022-11-011-2/+3
* gh-98852: Fix subscription of type aliases (GH-98920)Miss Islington (bot)2022-11-014-0/+43
* Fix wording in Functional Programming HOWTO (GH-98939)Miss Islington (bot)2022-11-011-1/+1
* GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)Miss Islington (bot)2022-11-013-3/+9
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Miss Islington (bot)2022-10-314-4/+124
* [3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889)Charlie Zhao2022-10-314-9/+21
* Fix typo in sorting HOWTO (GH-98888)Miss Islington (bot)2022-10-311-1/+1
* Doc: Fix sphinx-lint issues (GH-98911)Miss Islington (bot)2022-10-311-1/+1
* gh-98576: Fix types in dataclass.InitVar example (gh-98577)Miss Islington (bot)2022-10-311-2/+2
* [3.11] gh-96151: Use a private name for passing builtins to dataclass. This n...Miss Islington (bot)2022-10-313-5/+13
* [3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)Miss Islington (bot)2022-10-305-19/+57
* [3.11] gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Eq...Dennis Sweeney2022-10-304-2/+35
* glossary.rst: Fix typo in package definition (GH-98865)Miss Islington (bot)2022-10-291-1/+1
* Fix typo in docs (GH-98863)Miss Islington (bot)2022-10-291-1/+1
* gh-93358: Fix python-config docs for how to embed Python (GH-98649)Miss Islington (bot)2022-10-291-6/+6
* dataclasses docs: consistent indentation (4 spaces) in examples (GH-98855)Miss Islington (bot)2022-10-291-16/+16
* [3.11] gh-98744: Prevent column-level decoding crashes on traceback module (#...Batuhan Taskaya2022-10-293-14/+63
* Fix typo in contextvars docs (GH-98823)Miss Islington (bot)2022-10-281-1/+1
* `argparse` docs: normalize constant references (GH-98765)Miss Islington (bot)2022-10-281-5/+6
* [3.11] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98797)Miss Islington (bot)2022-10-282-28/+40
* [3.11] Python documents state elsewhere that a comma is not an operator (GH-9...Miss Islington (bot)2022-10-281-1/+1
* [3.11] gh-98548: Fix `-ne` shell operator spelling (#98556)sterliakov2022-10-281-2/+1
* gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...Miss Islington (bot)2022-10-282-1/+5
* gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742)Miss Islington (bot)2022-10-274-18/+36
* obmalloc: Remove unused variable. (GH-98770)Miss Islington (bot)2022-10-271-3/+1
* gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even...Miss Islington (bot)2022-10-271-0/+21
* gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ...Miss Islington (bot)2022-10-272-0/+4
* Fix readline.c compiler warning. (GH-98738)Miss Islington (bot)2022-10-261-1/+1
* [3.11] gh-98741: Remove useless check_home usage from is_python_build usage (...Miss Islington (bot)2022-10-262-4/+4
* [3.11] Change links to label refs (GH-98454) (#98725)Stanley2022-10-269-9/+14
* gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720)Miss Islington (bot)2022-10-261-5/+5
* gh-98644: point people to tomllib from configparser’s docs (GH-98645)Miss Islington (bot)2022-10-261-4/+8
* gh-98713: Use `@cpython_only` for a test that fails on PyPy (GH-98714)Miss Islington (bot)2022-10-262-1/+5
* gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)Miss Islington (bot)2022-10-262-0/+48
* gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355)Miss Islington (bot)2022-10-261-0/+3
* gh-77753: Add example for values that compare equal in stdtypes (GH-98497)Miss Islington (bot)2022-10-261-5/+3
* gh-84747: Add `async for` comment for StreamReader (GH-98633)Miss Islington (bot)2022-10-261-1/+2
* [3.11] GH-87390: Add remaining tests for PEP 646 (GH-98267) (#98667)Jelle Zijlstra2022-10-263-241/+489
* gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648)Miss Islington (bot)2022-10-261-0/+27
* fix a typo in whatsnew/3.11 (GH-98603)Miss Islington (bot)2022-10-251-1/+1
* Fix typos in deprecation section of 3.11 What's New (GH-98628)Miss Islington (bot)2022-10-251-3/+3
* gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583)Miss Islington (bot)2022-10-251-20/+43
* gh-97937: dis docs: add adaptive=False (GH-97939)Miss Islington (bot)2022-10-251-13/+29
* gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640)Miss Islington (bot)2022-10-254-3/+4
* gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple exam...Miss Islington (bot)2022-10-251-1/+1
* Use more precise exception types in `assertRaises` in typing tests (GH-98650)Miss Islington (bot)2022-10-251-3/+3
* gh-98623: Fix base classes in `typing.rst` (GH-98626)Miss Islington (bot)2022-10-251-2/+2
* gh-93696: Locate frozen module source with __file__ (GH-93697)Miss Islington (bot)2022-10-253-0/+53
* gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits (GH-98631)Miss Islington (bot)2022-10-251-22/+91