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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-108851: Fix tomllib recursion tests (#108853)
Victor Stinner
2023-09-06
5
-41/+172
*
gh-91960: Skip test_gdb if gdb cannot retrive Python frames (#108999)
Victor Stinner
2023-09-06
1
-4/+3
*
gh-107219: Fix concurrent.futures terminate_broken() (#108974)
Victor Stinner
2023-09-06
2
-1/+10
*
gh-108303: Create Lib/test/test_dataclasses/ directory (#108978)
Victor Stinner
2023-09-06
6
-5/+5
*
gh-108983: Add more PEP 526 tests to `test_grammar` (#108984)
Nikita Sobolev
2023-09-06
1
-0/+11
*
gh-106670: Fix Pdb handling of chained Exceptions with no stacks. (#108865)
Matthias Bussonnier
2023-09-06
2
-30/+108
*
gh-108962: Skip test_tempfile.test_flags() if not supported (#108964)
Victor Stinner
2023-09-05
1
-1/+17
*
gh-106581: Support multiple uops pushing new values (#108895)
Guido van Rossum
2023-09-05
1
-0/+30
*
gh-108469: Update ast.unparse for unescaped quote support from PEP701 [3.12] ...
Anthony Shaw
2023-09-05
3
-28/+28
*
gh-108927: Fix test_import + test_importlib + test_unittest problem (#108929)
Nikita Sobolev
2023-09-05
1
-2/+3
*
gh-108903: Remove unneeded `lambda`s from `asyncio` (GH-108904)
Nikita Sobolev
2023-09-05
1
-3/+3
*
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-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
2
-31/+38
*
GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...
Mark Shannon
2023-09-05
1
-5/+25
*
gh-89392: Remove support of test_main() in libregrtest (GH-108876)
Serhiy Storchaka
2023-09-05
2
-12/+9
*
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
2
-3/+3
*
gh-108463: Make expressions/statements work as expected in pdb (#108464)
Tian Gao
2023-09-04
2
-0/+43
*
Disable `differing_test_runners` health check (#108886)
Nikita Sobolev
2023-09-04
1
-1/+4
*
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
*
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
1
-27/+0
*
gh-108834: regrtest reruns failed tests in subprocesses (#108839)
Victor Stinner
2023-09-03
9
-480/+810
*
Update Lib/test/test_unittest/testmock/testmock.py: fix typo RuntimError to R...
Sangyun_LEE
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
1
-0/+41
*
regrtest computes statistics (#108793)
Victor Stinner
2023-09-02
10
-308/+512
*
GH-78722: Raise exceptions from `pathlib.Path.iterdir()` without delay. (#107...
Barney Gale
2023-09-02
2
-3/+2
*
gh-108794: doctest counts skipped tests (#108795)
Victor Stinner
2023-09-02
2
-64/+118
*
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka
2023-09-02
32
-8/+57
*
Fix test_regrtest when run with uops always on (#108778)
Guido van Rossum
2023-09-01
1
-3/+7
*
gh-106392: Fix inconsistency in deprecation warnings (#106436)
William Andrea
2023-09-01
1
-2/+2
*
gh-107862: Add roundtrip `hypothesis` tests to `test_binascii` (#107863)
Nikita Sobolev
2023-09-01
1
-3/+49
*
gh-105509: Simplify implementation of `typing.Annotated` (#105510)
Alex Waygood
2023-09-01
2
-27/+14
*
Make test_fcntl quiet (#108758)
Victor Stinner
2023-09-01
1
-31/+32
*
gh-108727: Fix segfault due to missing tp_dealloc definition for CounterOptim...
Irit Katriel
2023-09-01
1
-0/+7
*
gh-107805: Fix signatures of module-level generated functions in `turtle` (#1...
Nikita Sobolev
2023-09-01
2
-19/+44
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
1
-7/+1
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
1
-0/+15
*
gh-108638: Fix tests when _stat extension is missing (#108689)
Victor Stinner
2023-08-31
2
-7/+29
*
gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__...
Ethan Furman
2023-08-31
2
-55/+236
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
7
-14/+49
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
2
-6/+6
[prev]
[next]