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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (GH-125013) ...
Miss Islington (bot)
2024-10-06
1
-0/+20
*
[3.13] gh-124871: fix 'visited' tracking in compiler's reachability analysis ...
Miss Islington (bot)
2024-10-04
1
-0/+13
*
[3.13] gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. ...
Miss Islington (bot)
2024-10-03
1
-0/+6
*
[3.13] gh-122864: Fix a ``test_funcattrs.test___builtins__`` when executing d...
Miss Islington (bot)
2024-10-03
1
-2/+7
*
[3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-1...
Jelle Zijlstra
2024-10-01
1
-0/+17
*
[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)
T. Wouters
2024-09-30
1
-69/+43
*
[3.13] gh-124613, regrtest: Detect JIT in build info (GH-124793) (#124797)
Miss Islington (bot)
2024-09-30
1
-4/+53
*
[3.13] gh-123811: test that round() can return signed zero (GH-123829) (#123938)
Miss Islington (bot)
2024-09-30
1
-5/+5
*
[3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno_...
Serhiy Storchaka
2024-09-30
4
-3/+85
*
[3.13] gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-1...
Miss Islington (bot)
2024-09-30
1
-14/+30
*
[3.13] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testc...
Sergey B Kirpichev
2024-09-30
5
-87/+63
*
[3.13] gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (G...
Miss Islington (bot)
2024-09-30
1
-1/+3
*
[3.13] gh-123881: Add additional test coverage for PEP 695 edge cases (GH-123...
Miss Islington (bot)
2024-09-30
1
-0/+17
*
[3.13] gh-77894: Fix a crash when the GC breaks a loop containing a memoryvie...
Miss Islington (bot)
2024-09-30
2
-5/+26
*
[3.13] gh-123942: add missing test for docstring-handling code in ast_opt.c (...
Miss Islington (bot)
2024-09-30
1
-0/+26
*
[3.13] gh-121735: Fix module-adjacent references in zip files (GH-123037) (#1...
Miss Islington (bot)
2024-09-30
35
-232/+214
*
[3.13] gh-116622: Mock the passage of time in Android logcat rate limit tests...
Miss Islington (bot)
2024-09-30
1
-6/+26
*
[3.13] gh-123836: Check zero signs in math_testcases.txt (GH-123854) (#124161)
Miss Islington (bot)
2024-09-30
1
-0/+10
*
[3.13] gh-122145: Handle an empty AST body when reporting tracebacks (GH-1221...
Miss Islington (bot)
2024-09-30
1
-0/+35
*
[3.13] gh-124212: Fix undefined variable in error message in venv (GH-124211)...
Miss Islington (bot)
2024-09-30
1
-0/+15
*
[3.13] gh-123934: Fix `MagicMock` not to reset magic method return values (GH...
Miss Islington (bot)
2024-09-30
1
-0/+39
*
[3.13] gh-124245: Fix UserWarning in test_argparse (GH-124246) (#124255)
Miss Islington (bot)
2024-09-30
1
-2/+1
*
[3.13] gh-123797: Check for runtime availability of `ptsname_r` on macos (GH-...
Miss Islington (bot)
2024-09-30
1
-0/+7
*
[3.13] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (...
Miss Islington (bot)
2024-09-30
1
-0/+9
*
[3.13] GH-87041: Fix incorrect indentation in argparse help (GH-124230) (#124...
Miss Islington (bot)
2024-09-30
1
-0/+40
*
[3.13] Bump Ruff to 0.6.7 (#124384) (#124389)
Alex Waygood
2024-09-30
6
-9/+9
*
[3.13] gh-116622: Make test_unzip_zipfile recognize Android error message for...
Miss Islington (bot)
2024-09-30
1
-1/+4
*
[3.13] gh-124513: Check args in framelocalsproxy_new() (GH-124515) (#124539)
Miss Islington (bot)
2024-09-30
1
-0/+21
*
[3.13] gh-124378: Update test_ttk for Tcl/Tk 8.6.15 (GH-124542) (#124544)
Miss Islington (bot)
2024-09-30
1
-2/+15
*
[3.13] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()...
Miss Islington (bot)
2024-09-30
1
-0/+13
*
[3.13] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (...
Bénédikt Tran
2024-09-30
1
-0/+43
*
[3.13] GH-124547: Clear instance dictionary if memory error occurs during obj...
Miss Islington (bot)
2024-09-27
1
-0/+15
*
[3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-1...
Miss Islington (bot)
2024-09-27
1
-1/+113
*
[3.13] gh-124682: Disable test that is prone to intermittent failure on iOS. ...
Miss Islington (bot)
2024-09-27
1
-4/+5
*
[3.13] gh-86673: Harden `test_ttk.test_element_create_image` (GH-123335) (#12...
Miss Islington (bot)
2024-09-27
1
-4/+4
*
[3.13] gh-123017: Add Android to the list of platforms where `strftime` doesn...
Miss Islington (bot)
2024-09-27
1
-2/+1
*
[3.13] gh-124538: Fix crash when using `gc.get_referents` on an untracked cap...
Miss Islington (bot)
2024-09-26
1
-0/+18
*
[3.13] gh-124402: Speed up test_free_threading and test_super (#124491) (#124...
Victor Stinner
2024-09-26
4
-53/+42
*
[3.13] gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered a...
Miss Islington (bot)
2024-09-26
1
-85/+107
*
[3.13] gh-124402: Require cpu resource in test_super slow method (GH-124434) ...
Miss Islington (bot)
2024-09-24
1
-0/+6
*
[3.13] gh-124402: Require cpu resource in test_free_threading (#124438) (#124...
Victor Stinner
2024-09-24
3
-0/+8
*
[3.13] gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SI...
Miss Islington (bot)
2024-09-24
1
-3/+6
*
[3.13] gh-124083: Skip test_signal.test_strsignal() on NetBSD (GH-124084) (#1...
Miss Islington (bot)
2024-09-24
1
-0/+2
*
[3.13] gh-123811: Test that round(Decimal) can return signed zero (GH-124007)...
Miss Islington (bot)
2024-09-24
1
-0/+2
*
[3.13] gh-124030: Skip test_tcsendbreak on NetBSD for ENOTTY error (GH-124031...
Miss Islington (bot)
2024-09-24
1
-1/+1
*
[3.13] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (G...
Miss Islington (bot)
2024-09-23
1
-0/+4
*
[3.13] gh-123968: Fix lower bound for `python -m random --float` (GH-123971) ...
Miss Islington (bot)
2024-09-23
1
-2/+2
*
[3.13] gh-124040: Adjust few tests in testHypot/testDist to get exactly compu...
Miss Islington (bot)
2024-09-23
1
-6/+8
*
[3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123...
Miss Islington (bot)
2024-09-23
2
-18/+64
*
[3.13] gh-122957: Fix test flakiness in asyncio test in free-thread build (GH...
Miss Islington (bot)
2024-09-23
1
-2/+4
[next]