summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* gh-60712: Include the "object" type in the lists of documented types (GH-103036)Furkan Onder2024-10-301-0/+50
* gh-126068: Fix exceptions in the argparse module (GH-126069)Serhiy Storchaka2024-10-302-32/+45
* gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)Xuanteng Huang2024-10-305-41/+98
* gh-126139: Improve error message location for future statement with unknown f...Brian Schubert2024-10-292-6/+6
* gh-125588: Teach the python PEG generator the new f-string tokens (#125589)Pablo Galindo Salgado2024-10-291-0/+8
* gh-126146: Remove ``__cmp__`` method from tests (#126147)Kirill Podoprigora2024-10-292-8/+0
* GH-125866: Improve tests for `pathname2url()` and `url2pathname()` (#125993)Barney Gale2024-10-291-86/+77
* gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)Christian Ullrich2024-10-291-0/+21
* gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)Tomas R.2024-10-291-0/+31
* gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)sobolevn2024-10-291-0/+17
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-2910-204/+258
* gh-126014: Ignore `__pycache__`-only folders in makefile tests (#126066)sobolevn2024-10-291-1/+4
* gh-124295: Skip translation tests when pygettext is missing (GH-126051)Tomas R.2024-10-271-0/+2
* gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback...Bénédikt Tran2024-10-271-0/+18
* gh-124295: Add translation tests for argparse (GH-124803)Tomas R.2024-10-272-0/+99
* gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evi...Bénédikt Tran2024-10-271-2/+71
* gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)devdanzin2024-10-272-0/+18
* gh-126012: Add `__class_getitem__` to `memoryview` (#126013)Brian Schubert2024-10-271-1/+1
* gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)Zhikang Yan2024-10-271-3/+16
* Android: Update tests for newly-available functions affected by SELinux (#126...Malcolm Smith2024-10-273-2/+25
* gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)devdanzin2024-10-272-0/+14
* gh-125593: Use colors to highlight error locations in tracebacks from excepti...Bogdan Romanyuk2024-10-271-0/+43
* gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` ...Bénédikt Tran2024-10-251-0/+33
* gh-125783: Add tests to prevent regressions with the combination of `ctypes` ...Jun Komoda2024-10-251-0/+87
* GH-125789: fix `fut._callbacks` to always return a copy of callbacks (#125922)Kumar Aditya2024-10-251-0/+18
* gh-121654: Add PyType_Freeze() function (#122457)Victor Stinner2024-10-252-0/+67
* gh-123930: Correct test of attribute failure to account for iOS (#125959)Russell Keith-Magee2024-10-251-2/+6
* Increase minimum Android API level to 24 (#125946)Malcolm Smith2024-10-251-4/+0
* gh-125942: Android: set stdout to `errors="backslashreplace"` (#125943)Malcolm Smith2024-10-251-4/+1
* gh-125900: Clean-up logic around immortalization in free-threading (#125901)Sam Gross2024-10-2418-82/+14
* gh-123930: Better error for "from imports" when script shadows module (#123929)Shantanu2024-10-241-110/+215
* gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is t...Javad Shafique2024-10-241-0/+48
* gh-125864: Propagate `pickle.loads()` failures in `InterpreterPoolExecutor` (...Peter Bierma2024-10-241-0/+18
* gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)Sam Gross2024-10-241-0/+14
* gh-125859: Fix crash when `gc.get_objects` is called during GC (#125882)Sam Gross2024-10-242-0/+84
* GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)Mark Shannon2024-10-241-0/+44
* gh-125614: annotationlib: Fix bug where not all Stringifiers are converted (#...Jelle Zijlstra2024-10-231-0/+46
* gh-125884: Support breakpoint on functions with annotations (#125892)Tian Gao2024-10-231-0/+36
* gh-121938: ctypes: Skip test of _pack_-ed struct with c_int64 on x86 (GH-125877)Petr Viktorin2024-10-231-0/+14
* gh-58032: Deprecate the argparse.FileType type converter (GH-124664)Serhiy Storchaka2024-10-231-21/+36
* gh-80958: unittest: discovery support for namespace packages as start directo...Jacob Walls2024-10-237-2/+72
* gh-125259: Fix error notes removal in enum initialization (GH-125647)Mario Šaško2024-10-221-0/+19
* gh-125710: [Enum] fix hashable<->nonhashable comparisons for member values (G...Ethan Furman2024-10-221-0/+7
* gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)Mikhail Efimov2024-10-222-0/+74
* gh-125355: Rewrite parse_intermixed_args() in argparse (GH-125356)Serhiy Storchaka2024-10-221-17/+39
* GH-125521: Remove `if (true)` from generated output to reduce C compiler warn...Mark Shannon2024-10-221-0/+27
* gh-125811: Remove DeprecationWarnings in test_peg_generator (#125812)Mikhail Efimov2024-10-221-2/+2
* gh-124651: Quote template strings in `venv` activation scripts (GH-124712)Y52024-10-211-0/+81
* gh-53203: Fix test_strptime on Solaris (GH-125785)Serhiy Storchaka2024-10-211-0/+9
* gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string agai...Serhiy Storchaka2024-10-211-9/+21