summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* gh-123048: Fix missing source location in pattern matching code (#123167)Irit Katriel2024-08-201-0/+19
* gh-122909: Pass ftp error strings to URLError constructor (#122913)Jeremy Hylton2024-08-201-1/+22
* gh-123123: Fix display of syntax errors covering multiple lines (#123131)Pablo Galindo Salgado2024-08-191-4/+36
* gh-121804: Always show error location for SyntaxError's in new repl (#121886)Sergey B Kirpichev2024-08-191-0/+14
* gh-123049: configparser: Allow to create the unnamed section from scratch. (#...Pedro Lacerda2024-08-181-0/+13
* gh-116789: Add more tests for `inspect.getmembers` (#116802)sobolevn2024-08-181-0/+50
* gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)CF Bolz-Tereick2024-08-181-1/+33
* gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)Sam Gross2024-08-171-1/+8
* gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with ba...Serhiy Storchaka2024-08-171-0/+38
* gh-123087: ``Lib/test/test_unittest/testmock/testasync.py``: Replace usage of...Kirill Podoprigora2024-08-171-19/+15
* GH-120754: Disable buffering in Path.read_bytes (#122111)Cody Maloney2024-08-161-1/+1
* gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject...Mateusz Nowak2024-08-162-0/+69
* gh-123046: Fix regexp to catch cases where the module name is omitted from th...Kirill Podoprigora2024-08-161-12/+19
* gh-116622: Add Android test script (#121595)Malcolm Smith2024-08-162-6/+11
* gh-116608: Apply style and compatibility changes from importlib_metadata. (#1...Jason R. Coombs2024-08-151-31/+49
* gh-113190: Reenable non-debug interned string cleanup (GH-113601)Eddie Elizondo2024-08-151-22/+18
* GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)Mark Shannon2024-08-141-3/+1
* GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated...Bénédikt Tran2024-08-131-1/+1
* gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)Jonathan Protzenko2024-08-131-0/+11
* GH-85633: Fix pathlib test failures on filesystems without world-write. (#122...Barney Gale2024-08-131-8/+12
* gh-122873: Allow "python -m json" to work (#122884)Trey Hunner2024-08-131-17/+23
* GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)Mark Shannon2024-08-132-108/+108
* GH-122821: Simplify compilation of while statements to ensure consistency of ...Mark Shannon2024-08-133-83/+116
* gh-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough (gh-122...Eric Snow2024-08-123-54/+205
* gh-122888: Fix crash on certain calls to str() (#122889)Jelle Zijlstra2024-08-121-11/+32
* gh-122688: Add more tests for var-positional parameters in Argument Clinic (G...Serhiy Storchaka2024-08-121-65/+98
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-1212-18/+18
* Remove "print >>obj" exception hint for Python 2 (#122853)Victor Stinner2024-08-121-32/+0
* gh-122903: Honor directories in zipfile.Path.glob. (#122908)Jason R. Coombs2024-08-121-5/+24
* gh-122905: Sanitize names in zipfile.Path. (#122906)Jason R. Coombs2024-08-111-0/+17
* gh-119180: annotationlib: Fix __all__, formatting (#122365)Jelle Zijlstra2024-08-111-23/+44
* gh-119180: Improvements to ForwardRef.evaluate (#122210)Jelle Zijlstra2024-08-111-1/+41
* GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)Barney Gale2024-08-112-56/+57
* gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)Wulian2024-08-113-3/+6
* gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)Nico Mexis2024-08-101-0/+20
* gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122...Serhiy Storchaka2024-08-092-17/+91
* gh-122835: Fix module name in ``test_typing`` (#122836)Kirill Podoprigora2024-08-081-1/+1
* gh-111495: Add more tests on PyEval C APIs (#122789)Victor Stinner2024-08-082-43/+103
* gh-122744: test_venv: ignore pip's complaint about missing ssl (GH-122776)Petr Viktorin2024-08-081-0/+8
* gh-122255: Add black box tests in test_warnings (GH-122227)Serhiy Storchaka2024-08-081-0/+91
* gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788)Serhiy Storchaka2024-08-081-3/+51
* gh-120782: Update datetime test for static type immutability (#122800)neonene2024-08-081-7/+22
* gh-122247: Move instruction instrumentation sanity check after tracing check ...Tian Gao2024-08-081-0/+15
* gh-105201: Add PyIter_NextItem() (#122331)Erlend E. Aasland2024-08-072-0/+41
* gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122...Serhiy Storchaka2024-08-072-5/+70
* gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)Serhiy Storchaka2024-08-071-8/+117
* gh-122798: Make tests for warnings in the re module more strict (GH-122799)Serhiy Storchaka2024-08-071-11/+40
* gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mu...Ali Hamdan2024-08-071-4/+22
* Fix typos in comments and docstring (#122720)Xie Yanbo2024-08-073-4/+4
* GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)Barney Gale2024-08-072-98/+70