summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch '3.12' of https://github.com/python/cpython into 3.12Thomas Wouters2023-06-206-13/+38
|\
| * [3.12] gh-105915: Add 'r' prefix to not emit SyntaxWarning in test_fstring (G...Miss Islington (bot)2023-06-201-1/+1
| * [3.12] gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (GH-...Miss Islington (bot)2023-06-203-6/+18
| * [3.12] gh-105908: fix `barry_as_FLUFL` future import (GH-105909) (#105930)Miss Islington (bot)2023-06-203-6/+19
* | Post 3.12.0b3Thomas Wouters2023-06-201-1/+1
* | Python 3.12.0b3v3.12.0b3Thomas Wouters2023-06-1944-111/+435
|/
* [3.12] GH-105808: Fix a regression introduced in GH-101251 (GH-105910) (#105920)Miss Islington (bot)2023-06-193-1/+52
* [3.12] typing docs: Improve the intro to each section (GH-105901) (#105902)Miss Islington (bot)2023-06-191-36/+40
* [3.12] gh-105844: Use devguide terminology to denote versions (GH-105882) (#1...Miss Islington (bot)2023-06-181-3/+3
* [3.12] Docs: move sphinx-lint to pre-commit (GH-105750) (#105894)Miss Islington (bot)2023-06-185-14/+11
* [3.12] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105867)Miss Islington (bot)2023-06-161-2/+2
* [3.12] GH-105840: Fix assertion failures when specializing calls with too man...Miss Islington (bot)2023-06-163-2/+33
* [3.12] bpo-44530: Document the change in MAKE_FUNCTION behavior (GH-93189) (#...Miss Islington (bot)2023-06-161-2/+5
* [3.12] gh-104799: PEP 695 backward compatibility for ast.unparse (GH-105846) ...Miss Islington (bot)2023-06-163-3/+80
* [3.12] gh-105834: Add tests for calling `issubclass()` between two protocols ...Miss Islington (bot)2023-06-161-0/+74
* [3.12] CI: Remove docs build from Azure Pipelines (GH-105823) (#105854)Miss Islington (bot)2023-06-164-85/+0
* [3.12] gh-105844: Consistently use 'minor version' for X.Y versions (GH-10585...Miss Islington (bot)2023-06-162-3/+3
* [3.12] Fix inaccuracies in "Assorted Topics" section of "Defining Extension T...Miss Islington (bot)2023-06-161-5/+5
* [3.12] tarfile: Fix positional-only syntax in docs (GH-105770) (#105773)Miss Islington (bot)2023-06-161-4/+4
* [3.12] gh-105433: Add `pickle` tests for PEP695 (GH-105443) (#105845)Miss Islington (bot)2023-06-162-4/+131
* [3.12] GH-105588: Add missing error checks to some obj2ast_* converters (GH-1...Miss Islington (bot)2023-06-154-0/+37
* [3.12] gh-105820: Fix tok_mode expression buffer in file & readline tokenizer...Miss Islington (bot)2023-06-154-4/+38
* [3.12] gh-102541: Hide traceback in help prompt (gh-102614) (gh-105778)Miss Islington (bot)2023-06-152-8/+14
* [3.12] gh-105821: Use a raw f-string in test_httpservers.py (GH-105822) (#105...Miss Islington (bot)2023-06-151-2/+2
* [3.12] More reorganisation of the typing docs (GH-105787) (#105810)Miss Islington (bot)2023-06-151-101/+117
* [3.12] Improve docs for `typing.dataclass_transform` (GH-105792) (#105809)Miss Islington (bot)2023-06-151-37/+69
* [3.12] gh-105196: Fix indentations of section headings in C API docs (GH-1056...Miss Islington (bot)2023-06-153-6/+6
* [3.12] gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequenc...Miss Islington (bot)2023-06-153-3/+8
* [3.12] Typing docs: move the deprecated stuff below the non-deprecated stuff ...Alex Waygood2023-06-141-496/+496
* [3.12] gh-105745: Fix open method of webbrowser.Konqueror (GH-105746) (#105777)Miss Islington (bot)2023-06-142-9/+1
* [3.12] gh-105587: Remove assertion from `_PyStaticObject_CheckRefcnt` (GH-105...Miss Islington (bot)2023-06-142-3/+5
* [3.12] gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) (gh-...Miss Islington (bot)2023-06-144-1/+24
* [3.12] gh-105387: Limited C API implements Py_INCREF() as func (GH-105388) (#...Miss Islington (bot)2023-06-143-8/+18
* [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)Eric Snow2023-06-1417-658/+1311
* [3.12] gh-105436: Ignore unrelated errors when checking empty env (GH-105742)...Miss Islington (bot)2023-06-131-3/+4
* [3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) (#105754)Miss Islington (bot)2023-06-132-1/+4
* [3.12] gh-102613: Bump recursion limit to fix running test_pathlib under Cove...Miss Islington (bot)2023-06-131-1/+1
* [3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...Miss Islington (bot)2023-06-136-16/+40
* [3.12] gh-105718: Fix buffer allocation in tokenizer with readline (GH-105728...Miss Islington (bot)2023-06-133-5/+11
* [3.12] gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('...Miro HronĨok2023-06-133-33/+67
* [3.12] gh-105713: Document that tokenize raises when mixing tabs/spaces (GH-1...Miss Islington (bot)2023-06-131-0/+3
* [3.12] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105...Erlend E. Aasland2023-06-132-13/+20
* [3.12] gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields ...Miss Islington (bot)2023-06-121-37/+53
* [3.12] gh-105436: The environment block should end with two null wchar_t valu...Miss Islington (bot)2023-06-123-1/+22
* [3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...Miss Islington (bot)2023-06-125-9/+53
* [3.12] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105695)Miss Islington (bot)2023-06-121-1/+1
* [3.12] gh-105673: Fix uninitialized warning in sysmodule.c (GH-105674) (#105675)Miss Islington (bot)2023-06-121-1/+1
* [3.12] gh-105375: Harden pyexpat initialisation (#105606) (#105669)Erlend E. Aasland2023-06-112-7/+14
* [3.12] gh-105375: Improve error handling in the sys extension module (GH-1056...Miss Islington (bot)2023-06-112-6/+20
* [3.12] gh-105375: Improve error handling in _ctypes (GH-105593) (#105663)Miss Islington (bot)2023-06-112-4/+15