index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-108927: Fix test_import + test_importlib + test_unittest problem (#108929)
Nikita Sobolev
2023-09-05
1
-2/+3
*
gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928)
Zachary Ware
2023-09-05
6
-8/+5
*
gh-108903: Remove unneeded `lambda`s from `asyncio` (GH-108904)
Nikita Sobolev
2023-09-05
2
-5/+5
*
gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...
Serhiy Storchaka
2023-09-05
18
-3/+48
*
gh-89392: Use unittest test runner for doctests in test_getopt (GH-108916)
Serhiy Storchaka
2023-09-05
1
-35/+36
*
gh-89392: Use normal unittest runner in test_type_cache (GH-108911)
Serhiy Storchaka
2023-09-05
1
-1/+1
*
Add missed "f" in an f-string (GH-108906)
Serhiy Storchaka
2023-09-05
1
-1/+1
*
GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)
Mark Shannon
2023-09-05
4
-0/+323
*
gh-108840: Remove unused `TestEnumTypeSubclassing` from `test_enum` (#108841)
Nikita Sobolev
2023-09-05
1
-2/+0
*
gh-108294: Add error handling for time.sleep audit event (GH-108363)
Petr Viktorin
2023-09-05
3
-32/+41
*
Improve the GitHub issue forms (#108881)
Alex Waygood
2023-09-05
3
-75/+44
*
GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...
Mark Shannon
2023-09-05
7
-74/+143
*
gh-89392: Remove support of test_main() in libregrtest (GH-108876)
Serhiy Storchaka
2023-09-05
3
-12/+11
*
gh-108834: regrtest --fail-rerun exits with code 5 (#108896)
Victor Stinner
2023-09-05
2
-4/+6
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
16
-77/+86
*
gh-108463: Make expressions/statements work as expected in pdb (#108464)
Tian Gao
2023-09-04
5
-0/+52
*
Link to PEP sections in What's New in 3.12 (#108878)
Hugo van Kemenade
2023-09-04
1
-3/+7
*
CI: Bump GitHub Actions (#108879)
Hugo van Kemenade
2023-09-04
6
-17/+17
*
Disable `differing_test_runners` health check (#108886)
Nikita Sobolev
2023-09-04
3
-2/+9
*
gh-107902: Don't test setting suid/sgid on systems that don't support them (G...
Petr Viktorin
2023-09-04
1
-14/+25
*
gh-89392: Fix running test_pep646_syntax as script (GH-108875)
Serhiy Storchaka
2023-09-04
1
-0/+1
*
GH-108614: Remove `TIER_ONE` and `TIER_TWO` from `_PUSH_FRAME` (GH-108725)
Mark Shannon
2023-09-04
5
-40/+47
*
bpo-45229: Make ElementTree tests discoverable (GH-108859)
Serhiy Storchaka
2023-09-04
2
-62/+35
*
gh-89392: Make test_pep646_syntax discoverable (GH-108861)
Serhiy Storchaka
2023-09-04
1
-5/+7
*
gh-89392: Remove test_main() in test_netrc (GH-108860)
Serhiy Storchaka
2023-09-04
1
-4/+2
*
Revert "gh-46376: Return existing pointer when possible in ctypes (#1… (#10...
Victor Stinner
2023-09-04
3
-63/+0
*
gh-108765: Move export code from pyport.h to exports.h (#108855)
Victor Stinner
2023-09-03
2
-71/+72
*
gh-108834: regrtest reruns failed tests in subprocesses (#108839)
Victor Stinner
2023-09-03
12
-480/+821
*
gh-108765: Move stat() fiddling from pyport.h to fileutils.h (#108854)
Victor Stinner
2023-09-03
2
-37/+36
*
Update Lib/test/test_unittest/testmock/testmock.py: fix typo RuntimError to R...
Sangyun_LEE
2023-09-03
1
-1/+1
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
22
-114/+86
*
gh-108494: Argument Clinic: inline parsing code for positional-only parameter...
Serhiy Storchaka
2023-09-03
13
-307/+555
*
Fix duplicated words 'Be be' (GH-108815)
Виталий Дмитриев
2023-09-03
1
-1/+1
*
Reorder some test's decorators (GH-108804)
Serhiy Storchaka
2023-09-03
2
-4/+4
*
gh-102837: improve test coverage for math module (#102523)
Sergey B Kirpichev
2023-09-03
2
-10/+48
*
gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-108835)
Raymond Hettinger
2023-09-03
1
-12/+23
*
gh-108765: pystrhex: Replace stdlib.h abs() with Py_ABS() (#108830)
Victor Stinner
2023-09-02
1
-2/+1
*
gh-108374: Add --disable-gil option to PCbuild/build.bat (#108729)
Sam Gross
2023-09-02
2
-0/+4
*
gh-108765: include <unistd.h> in termios.c on Solaris (#108825)
Jakub Kulík
2023-09-02
1
-0/+3
*
gh-63760: Don't declare gethostname() on Solaris (#108817)
Victor Stinner
2023-09-02
2
-5/+3
*
gh-108765: multiprocessing.h includes <unistd.h> (#108823)
Victor Stinner
2023-09-02
1
-0/+4
*
gh-108822: Add Changelog entry for regrtest statistics (#108821)
Victor Stinner
2023-09-02
1
-0/+4
*
regrtest computes statistics (#108793)
Victor Stinner
2023-09-02
10
-308/+512
*
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner
2023-09-02
11
-37/+43
*
GH-78722: Raise exceptions from `pathlib.Path.iterdir()` without delay. (#107...
Barney Gale
2023-09-02
3
-3/+4
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
16
-42/+55
*
gh-108794: doctest counts skipped tests (#108795)
Victor Stinner
2023-09-02
5
-67/+175
*
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
Victor Stinner
2023-09-02
7
-16/+12
*
gh-108765: Remove old prototypes from pyport.h (#108782)
Victor Stinner
2023-09-02
4
-30/+22
*
gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (#108810)
Nikita Sobolev
2023-09-02
3
-8/+8
[next]