summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-108927: Fix test_import + test_importlib + test_unittest problem (#108929)Nikita Sobolev2023-09-051-2/+3
* gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928)Zachary Ware2023-09-056-8/+5
* gh-108903: Remove unneeded `lambda`s from `asyncio` (GH-108904)Nikita Sobolev2023-09-052-5/+5
* gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...Serhiy Storchaka2023-09-0518-3/+48
* gh-89392: Use unittest test runner for doctests in test_getopt (GH-108916)Serhiy Storchaka2023-09-051-35/+36
* gh-89392: Use normal unittest runner in test_type_cache (GH-108911)Serhiy Storchaka2023-09-051-1/+1
* Add missed "f" in an f-string (GH-108906)Serhiy Storchaka2023-09-051-1/+1
* GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)Mark Shannon2023-09-054-0/+323
* gh-108840: Remove unused `TestEnumTypeSubclassing` from `test_enum` (#108841)Nikita Sobolev2023-09-051-2/+0
* gh-108294: Add error handling for time.sleep audit event (GH-108363)Petr Viktorin2023-09-053-32/+41
* Improve the GitHub issue forms (#108881)Alex Waygood2023-09-053-75/+44
* GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...Mark Shannon2023-09-057-74/+143
* gh-89392: Remove support of test_main() in libregrtest (GH-108876)Serhiy Storchaka2023-09-053-12/+11
* gh-108834: regrtest --fail-rerun exits with code 5 (#108896)Victor Stinner2023-09-052-4/+6
* gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)Victor Stinner2023-09-0416-77/+86
* gh-108463: Make expressions/statements work as expected in pdb (#108464)Tian Gao2023-09-045-0/+52
* Link to PEP sections in What's New in 3.12 (#108878)Hugo van Kemenade2023-09-041-3/+7
* CI: Bump GitHub Actions (#108879)Hugo van Kemenade2023-09-046-17/+17
* Disable `differing_test_runners` health check (#108886)Nikita Sobolev2023-09-043-2/+9
* gh-107902: Don't test setting suid/sgid on systems that don't support them (G...Petr Viktorin2023-09-041-14/+25
* gh-89392: Fix running test_pep646_syntax as script (GH-108875)Serhiy Storchaka2023-09-041-0/+1
* GH-108614: Remove `TIER_ONE` and `TIER_TWO` from `_PUSH_FRAME` (GH-108725)Mark Shannon2023-09-045-40/+47
* bpo-45229: Make ElementTree tests discoverable (GH-108859)Serhiy Storchaka2023-09-042-62/+35
* gh-89392: Make test_pep646_syntax discoverable (GH-108861)Serhiy Storchaka2023-09-041-5/+7
* gh-89392: Remove test_main() in test_netrc (GH-108860)Serhiy Storchaka2023-09-041-4/+2
* Revert "gh-46376: Return existing pointer when possible in ctypes (#1… (#10...Victor Stinner2023-09-043-63/+0
* gh-108765: Move export code from pyport.h to exports.h (#108855)Victor Stinner2023-09-032-71/+72
* gh-108834: regrtest reruns failed tests in subprocesses (#108839)Victor Stinner2023-09-0312-480/+821
* gh-108765: Move stat() fiddling from pyport.h to fileutils.h (#108854)Victor Stinner2023-09-032-37/+36
* Update Lib/test/test_unittest/testmock/testmock.py: fix typo RuntimError to R...Sangyun_LEE2023-09-031-1/+1
* gh-108765: Python.h no longer includes <ctype.h> (#108831)Victor Stinner2023-09-0322-114/+86
* gh-108494: Argument Clinic: inline parsing code for positional-only parameter...Serhiy Storchaka2023-09-0313-307/+555
* Fix duplicated words 'Be be' (GH-108815)Виталий Дмитриев2023-09-031-1/+1
* Reorder some test's decorators (GH-108804)Serhiy Storchaka2023-09-032-4/+4
* gh-102837: improve test coverage for math module (#102523)Sergey B Kirpichev2023-09-032-10/+48
* gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-108835)Raymond Hettinger2023-09-031-12/+23
* gh-108765: pystrhex: Replace stdlib.h abs() with Py_ABS() (#108830)Victor Stinner2023-09-021-2/+1
* gh-108374: Add --disable-gil option to PCbuild/build.bat (#108729)Sam Gross2023-09-022-0/+4
* gh-108765: include <unistd.h> in termios.c on Solaris (#108825)Jakub Kulík2023-09-021-0/+3
* gh-63760: Don't declare gethostname() on Solaris (#108817)Victor Stinner2023-09-022-5/+3
* gh-108765: multiprocessing.h includes <unistd.h> (#108823)Victor Stinner2023-09-021-0/+4
* gh-108822: Add Changelog entry for regrtest statistics (#108821)Victor Stinner2023-09-021-0/+4
* regrtest computes statistics (#108793)Victor Stinner2023-09-0210-308/+512
* gh-108765: Python.h no longer includes <sys/time.h> (#108775)Victor Stinner2023-09-0211-37/+43
* GH-78722: Raise exceptions from `pathlib.Path.iterdir()` without delay. (#107...Barney Gale2023-09-023-3/+4
* gh-108765: Python.h no longer includes <unistd.h> (#108783)Victor Stinner2023-09-0216-42/+55
* gh-108794: doctest counts skipped tests (#108795)Victor Stinner2023-09-025-67/+175
* gh-108765: Python.h no longer includes <ieeefp.h> (#108781)Victor Stinner2023-09-027-16/+12
* gh-108765: Remove old prototypes from pyport.h (#108782)Victor Stinner2023-09-024-30/+22
* gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (#108810)Nikita Sobolev2023-09-023-8/+8