summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...Mark Shannon2023-07-289-1203/+1404
* [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...Serhiy Storchaka2023-07-2819-79/+88
* [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-2823-119/+122
* [3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375)Serhiy Storchaka2023-07-2812-37/+29
* [3.12] gh-106723: forward -Xfrozen_modules option to spawned process interpre...Miss Islington (bot)2023-07-282-1/+2
* [3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-...Miss Islington (bot)2023-07-288-12/+11
* [3.12] gh-106368: Argument clinic tests: improve failure message when tests i...Miss Islington (bot)2023-07-281-1/+1
* [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...Miss Islington (bot)2023-07-274-16/+50
* [3.12] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107355)Miss Islington (bot)2023-07-273-7/+29
* [3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (gh-107357)Miss Islington (bot)2023-07-271-0/+1
* [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-...Miss Islington (bot)2023-07-2712-37/+39
* [3.12] Bump some docs dependencies to resolve a Dependabot security alert (GH...Miss Islington (bot)2023-07-271-5/+5
* [3.12] gh-106996: Rewrite turtle explanation (GH-107244) (#107335)Miss Islington (bot)2023-07-271-54/+38
* [3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-1069...Miss Islington (bot)2023-07-272-50/+142
* [3.12] gh-107298: Docs: add targets for some :c:member: and :c:macro: referen...Miss Islington (bot)2023-07-273-40/+40
* [3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)Serhiy Storchaka2023-07-279-58/+64
* [3.12] Docs: Remove the numbered steps from the Argument Clinic tutorial (GH-...Miss Islington (bot)2023-07-261-314/+310
* [3.12] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (GH-...Miss Islington (bot)2023-07-263-2/+19
* [3.12] Document that `os.link()` is not available on Emscripten (GH-104822) (...Miss Islington (bot)2023-07-261-1/+1
* [3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)Miss Islington (bot)2023-07-269-22/+28
* [3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310)Miss Islington (bot)2023-07-268-14/+16
* [3.12] gh-106948: Update documentation nitpick_ignore for c:identifer domain ...Miss Islington (bot)2023-07-262-3/+9
* [3.12] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-1063...Miss Islington (bot)2023-07-262-2/+5
* [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107277) (#10...Miss Islington (bot)2023-07-261-3/+75
* [3.12] gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_trac...Miss Islington (bot)2023-07-251-1/+1
* [3.12] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107269)Miss Islington (bot)2023-07-251-7/+37
* [3.12] gh-107226: PyModule_AddObjectRef() should only be in the limited API 3...Miss Islington (bot)2023-07-252-0/+4
* [3.12] gh-62519: Make pgettext search plurals when translation is not found (...Miss Islington (bot)2023-07-253-4/+12
* [3.12] Remove superflous whitespaces in `layout.html`. (#107251)Ezio Melotti2023-07-251-4/+4
* [3.12] gh-105699: Add some stress tests for subinterpreter creation (GH-10696...Miss Islington (bot)2023-07-251-0/+22
* [3.12] gh-105059: Fix MSCV compiler warning on PyObject union (GH-107239) (#1...Miss Islington (bot)2023-07-251-0/+11
* [3.12] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (#1...Miss Islington (bot)2023-07-252-4/+6
* [3.12] gh-105059: Use GCC/clang extension for PyObject union (GH-107232) (#10...Miss Islington (bot)2023-07-251-0/+5
* [3.12] gh-106996: Add a how-to section to the turtle documentation (GH-107153...Miss Islington (bot)2023-07-251-0/+114
* [3.12] gh-106774: Update bundled pip version to 23.2.1 (GH-106775) (gh-107222)Miss Islington (bot)2023-07-253-1/+2
* [3.12] gh-106917: fix super classmethod calls to non-classmethods (GH-106977)...Carl Meyer2023-07-244-4/+50
* [3.12] gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (GH-107193) (#107199)Miss Islington (bot)2023-07-242-11/+6
* [3.12] gh-98608: Move PyInterpreterConfig to pylifecycle.h (GH-107191) (#107198)Miss Islington (bot)2023-07-242-39/+39
* [3.12] GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (GH-1...Miss Islington (bot)2023-07-242-17/+17
* [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#10...Miss Islington (bot)2023-07-241-14/+176
* [3.12] gh-107017: Change Chapter Strings to Texts in the Introduction chapter...Miss Islington (bot)2023-07-241-20/+20
* [3.12] Docs: Add missing markup to Argument Clinic docs (GH-106876) (#107181)Miss Islington (bot)2023-07-241-126/+143
* [3.12] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107173)Miss Islington (bot)2023-07-241-1/+1
* [3.12] Docs: Remove duplicate word in Argument Clinic howto heading (GH-10716...Miss Islington (bot)2023-07-241-2/+2
* [3.12] gh-105291: Add link to migration guide for distutils (GH-107130) (#107...Miss Islington (bot)2023-07-231-1/+3
* [3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...Miss Islington (bot)2023-07-2312-42/+59
* [3.12] gh-107017: Analolgy to Pascal and C replaced. (GH-107025) (#107124)Miss Islington (bot)2023-07-231-2/+2
* [3.12] Introduce a gate/check GHA job (GH-97533) (#107114)Sviatoslav Sydorenko2023-07-231-0/+57
* [3.12] bpo-18319: gettext() can retrieve a message even if a plural form exis...Miss Islington (bot)2023-07-233-4/+12
* [3.12] gh-106186: Don't report MultipartInvariantViolationDefect for valid mu...Miss Islington (bot)2023-07-234-1/+28