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
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env...
Hugo van Kemenade
2025-01-22
1
-0/+11
*
[3.13] gh-128595: Default to stdout isatty for colour detection instead of st...
Hugo van Kemenade
2025-01-21
1
-1/+1
*
[3.13] gh-71339: Add additional assertion methods in test.support (GH-128707)...
Serhiy Storchaka
2025-01-20
1
-0/+57
*
[3.13] gh-128595: Add test class helper to force no terminal colour (GH-12868...
Hugo van Kemenade
2025-01-13
1
-16/+31
*
[3.13] GH-126789: fix some sysconfig data on late site initializations
Miss Islington (bot)
2024-11-17
1
-0/+70
*
[3.13] gh-126413: Add translation tests for getopt and optparse (GH-126698) (...
Tomas R.
2024-11-15
1
-0/+63
*
[3.13] gh-125041: test_zlib: For s390x HW acceleration, only skip checking th...
Miss Islington (bot)
2024-10-16
1
-3/+3
*
[3.13] gh-61698: Use launchctl to detect macOS window manager in tests (GH-11...
Miss Islington (bot)
2024-10-13
1
-15/+9
*
[3.13] gh-53203: Improve tests for strptime() (GH-125090) (GH-125091)
Miss Islington (bot)
2024-10-08
1
-4/+49
*
[3.13] gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843...
Miss Islington (bot)
2024-10-07
1
-2/+2
*
[3.13] gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) (GH-124423)
Miss Islington (bot)
2024-10-07
1
-3/+7
*
[3.13] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testc...
Sergey B Kirpichev
2024-09-30
1
-0/+40
*
[3.13] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-11857...
Miss Islington (bot)
2024-09-02
1
-0/+9
*
[3.13] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-1234...
Irit Katriel
2024-08-28
1
-1/+4
*
[3.13] gh-123142: Fix too wide source locations in tracebacks of exceptions f...
Irit Katriel
2024-08-22
1
-1/+16
*
[3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249)
Eric Snow
2024-07-29
1
-0/+55
*
[3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-1...
Miss Islington (bot)
2024-07-17
1
-1/+5
*
[3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalizat...
Miss Islington (bot)
2024-07-15
3
-63/+209
*
[3.13] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalizatio...
Miss Islington (bot)
2024-07-15
1
-13/+128
*
[3.13] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` inste...
Miss Islington (bot)
2024-07-10
1
-1/+1
*
[3.13] gh-121016: Add test for PYTHON_BASIC_REPL envioronment variable (GH-12...
devdanzin
2024-06-26
1
-0/+6
*
[3.13] gh-117398: Add datetime C-API type check test for subinterpreters (gh-...
Miss Islington (bot)
2024-06-13
1
-1/+1
*
[3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)
Sam Gross
2024-06-03
1
-2/+2
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-07
1
-0/+9
*
gh-117225: Move colorize functionality to own internal module (#118283)
Hugo van Kemenade
2024-05-01
1
-4/+5
*
gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS (GH-118453)
Russell Keith-Magee
2024-05-01
1
-1/+2
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
1
-4/+4
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
1
-0/+19
*
gh-118351: Adapt support.TEST_MODULES_ENABLED for builds without the config v...
Kirill Podoprigora
2024-04-29
1
-2/+3
*
gh-112730: Make the test suite resilient to color-activation environment vari...
Pablo Galindo Salgado
2024-04-24
1
-0/+20
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
4
-7/+7
*
gh-117225: Add color to doctest output (#117583)
Hugo van Kemenade
2024-04-24
1
-1/+1
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
1
-44/+41
*
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow
2024-04-11
1
-23/+56
*
gh-117649: Raise ImportError for unsupported modules in free-threaded build (...
Sam Gross
2024-04-11
1
-0/+6
*
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow
2024-04-11
1
-3/+4
*
gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)
Erlend E. Aasland
2024-04-08
1
-12/+8
*
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
Sam Gross
2024-04-04
1
-1/+6
*
gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)
Eric Snow
2024-04-03
1
-2/+2
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
1
-0/+4
*
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow
2024-04-02
1
-4/+4
*
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow
2024-04-02
1
-2/+13
*
gh-116303: Handle disabled test modules in test.support helpers (#116482)
Erlend E. Aasland
2024-03-28
2
-8/+26
*
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith
2024-03-27
1
-8/+8
*
gh-92906: Enable test_cext and test_cppext on Windows (#117000)
Victor Stinner
2024-03-19
1
-8/+14
*
gh-112536: Add test_threading to TSAN tests (#116898)
Antoine Pitrou
2024-03-16
1
-2/+2
*
gh-116604: Fix test_gc on free-threaded build (#116662)
Sam Gross
2024-03-13
1
-0/+10
*
gh-116307: Proper fix for 'mod' leaking across importlib tests (#116680)
Jason R. Coombs
2024-03-12
1
-0/+12
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
2
-2/+2
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
1
-1/+2
[next]