summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-106368: Argument clinic tests: improve failure message when tests i...Miss Islington (bot)2023-07-281-1/+1
* [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...Miss Islington (bot)2023-07-272-6/+38
* [3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (gh-107357)Miss Islington (bot)2023-07-271-0/+1
* [3.12] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (GH-...Miss Islington (bot)2023-07-261-0/+12
* [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107277) (#10...Miss Islington (bot)2023-07-261-3/+75
* [3.12] gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_trac...Miss Islington (bot)2023-07-251-1/+1
* [3.12] gh-62519: Make pgettext search plurals when translation is not found (...Miss Islington (bot)2023-07-251-0/+4
* [3.12] gh-105699: Add some stress tests for subinterpreter creation (GH-10696...Miss Islington (bot)2023-07-251-0/+22
* [3.12] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (#1...Miss Islington (bot)2023-07-251-4/+4
* [3.12] gh-106917: fix super classmethod calls to non-classmethods (GH-106977)...Carl Meyer2023-07-241-2/+44
* [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#10...Miss Islington (bot)2023-07-241-14/+176
* [3.12] bpo-18319: gettext() can retrieve a message even if a plural form exis...Miss Islington (bot)2023-07-231-0/+4
* [3.12] gh-106186: Don't report MultipartInvariantViolationDefect for valid mu...Miss Islington (bot)2023-07-232-0/+24
* [3.12] gh-106714: Fix test_capi to not write a coredump (GH-107007) (#107009)Miss Islington (bot)2023-07-221-3/+9
* [3.12] gh-106368: Increase coverage for Argument Clinic output directive (GH-...Miss Islington (bot)2023-07-221-0/+53
* [3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-...Miss Islington (bot)2023-07-222-0/+65
* [3.12] gh-106368: Increase Argument Clinic test coverage for IndentStack (GH-...Miss Islington (bot)2023-07-211-0/+19
* [3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... ...Gregory P. Smith2023-07-211-77/+19
* [3.12] gh-106368: Increase Argument Clinic test coverage for cpp.Monitor (GH-...Miss Islington (bot)2023-07-172-1/+180
* [3.12] gh-106687: _ssl: use uint64_t for SSL options (GH-106700) (#106827)Miss Islington (bot)2023-07-171-0/+24
* [3.12] gh-106752: Sync with zipp 3.16.2 (GH-106757) (#106777)Miss Islington (bot)2023-07-153-9/+146
* [3.12] gh-106368: Increase Argument Clinic BlockParser test coverage (GH-1067...Miss Islington (bot)2023-07-151-4/+96
* [3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-10525...Miss Islington (bot)2023-07-151-0/+21
* [3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755)Jason R. Coombs2023-07-147-0/+0
* [3.12] gh-105626: Change the default return value of `HTTPConnection.get_prox...Miss Islington (bot)2023-07-141-0/+13
* [3.12] gh-106368: Increase Argument Clinic test coverage (GH-106728) (#106730)Miss Islington (bot)2023-07-132-0/+590
* [3.12] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106695)Miss Islington (bot)2023-07-121-0/+8
* [3.12] gh-102541: Add test case for help() for non_existent_module (GH-106340...Miss Islington (bot)2023-07-111-1/+10
* [3.12] gh-106403: Restore weakref support for TypeVar and friends (GH-106418)...Miss Islington (bot)2023-07-111-0/+31
* [3.12] gh-106498: Revert incorrect colorsys.rgb_to_hls change (GH-106627) (#1...Miss Islington (bot)2023-07-111-0/+10
* [3.12] gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (GH...Miss Islington (bot)2023-07-111-55/+83
* [3.12] gh-102988: Detect email address parsing errors and return empty tuple ...Miss Islington (bot)2023-07-101-3/+78
* [3.12] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) (#106609)Miss Islington (bot)2023-07-101-0/+18
* [3.12] gh-103186: Fix or catch 'extra' stderr output from unittests (GH-10319...Miss Islington (bot)2023-07-103-7/+14
* [3.12] gh-99593: Add tests for Unicode C API (part 3) (GH-104728) (GH-106595)Serhiy Storchaka2023-07-101-0/+466
* [3.12] Move implementation specific RE tests to separate class (GH-106563) (#...Miss Islington (bot)2023-07-091-66/+69
* [3.12] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106548)Miss Islington (bot)2023-07-081-1/+4
* [3.12] gh-106524: Fix a crash in _sre.template() (GH-106525) (GH-106544)Miss Islington (bot)2023-07-081-0/+10
* [3.12] gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-10630...Miss Islington (bot)2023-07-077-12/+20
* [3.12] closes gh-106479: fix typo in __cplusplus macro (gh-106480) (#106493)Miss Islington (bot)2023-07-061-1/+1
* [3.12] gh-90876: Restore the ability to import multiprocessing when `sys.exec...Miss Islington (bot)2023-07-061-6/+76
* [3.12] gh-106292: restore checking __dict__ in cached_property.__get__ (GH-10...Miss Islington (bot)2023-07-051-0/+19
* [3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)Miss Islington (bot)2023-07-051-0/+22
* [3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#1064...Erlend E. Aasland2023-07-051-4/+3
* [3.12] gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (G...Miss Islington (bot)2023-07-051-0/+39
* [3.12] gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (GH-1...Miss Islington (bot)2023-07-051-0/+10
* [3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105...Miss Islington (bot)2023-07-052-1/+21
* [3.12] gh-89392: Make test_decimal discoverable (GH-106209) (#106230)Miss Islington (bot)2023-07-051-133/+146
* [3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-1047...Miss Islington (bot)2023-07-054-8/+18
* [3.12] gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (GH-1...Miss Islington (bot)2023-07-052-2/+3