summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680)Miss Islington (bot)2023-10-111-0/+80
* [3.12] GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (GH-...Barney Gale2023-10-112-6/+11
* [3.12] gh-110662: multiprocessing test_async_timeout() increase timeout (GH-1...Miss Islington (bot)2023-10-111-1/+1
* [3.12] gh-110666: Fix multiprocessing test_terminate() elapsed (GH-110667) (#...Miss Islington (bot)2023-10-111-20/+15
* [3.12] gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (GH-...Miss Islington (bot)2023-10-114-10/+15
* [3.12] gh-110647: Fix signal test_stress_modifying_handlers() (GH-110650) (#1...Miss Islington (bot)2023-10-111-2/+2
* [3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (...Miss Islington (bot)2023-10-1041-28/+30
* [3.12] gh-110388: Add tests for tty (GH-110394) (#110621)Miss Islington (bot)2023-10-101-0/+80
* [3.12] gh-81002: Add tests for termios (GH-110386) (GH-110619)Miss Islington (bot)2023-10-101-0/+220
* [3.12] gh-110378: Fix test_async_gen_propagates_generator_exit in test_contex...Miss Islington (bot)2023-10-101-9/+5
* [3.12] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH...Miss Islington (bot)2023-10-101-0/+3
* [3.12] gh-110558: Enable ruff's pyupgrade rules when running on Argument Clin...Miss Islington (bot)2023-10-101-3/+3
* [3.12] gh-110378: Close invalid generators in contextmanager and asynccontext...Miss Islington (bot)2023-10-103-7/+40
* [3.12] gh-110558: Run ruff on Argument Clinic in CI (#110559) (#110598)Alex Waygood2023-10-102-2/+2
* [3.12] gh-110519: Improve deprecation warning in the gettext module (GH-11052...Miss Islington (bot)2023-10-092-51/+141
* [3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...Nikita Sobolev2023-10-091-0/+215
* [3.12] gh-109151: Revert readline support in the sqlite3 CLI (#110542)Serhiy Storchaka2023-10-091-4/+0
* [3.12] gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524) (#110541)Miss Islington (bot)2023-10-091-0/+19
* [3.12] gh-109848: Make test_rot13_func in test_codecs independent (GH-109850)...Miss Islington (bot)2023-10-071-1/+2
* [3.12] gh-109864: Make test_gettext tests order independent (GH-109866) (GH-1...Miss Islington (bot)2023-10-071-2/+13
* [3.12] gh-110184: Fix subprocess test_pipesize_default() (GH-110465) (#110471)Miss Islington (bot)2023-10-061-18/+23
* [3.12] Add support.MS_WINDOWS constant (#110446) (#110452)Victor Stinner2023-10-0610-23/+27
* [3.12] gh-109888: Fix test_os _kill_with_event() on Windows (GH-110421) (#110...Miss Islington (bot)2023-10-051-23/+27
* [3.12] gh-110393: Remove watchdog with hardcoded timeout (GH-110400) (#110445)Miss Islington (bot)2023-10-052-9/+0
* [3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413) (...Victor Stinner2023-10-052-14/+11
* [3.12] gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) (#11...Miss Islington (bot)2023-10-051-3/+3
* [3.12] gh-110167: Fix test_socket deadlock in doCleanups() (GH-110416) (#110423)Miss Islington (bot)2023-10-051-5/+7
* [3.12] gh-110391: socket NetworkConnectionAttributesTest always declare cli (...Miss Islington (bot)2023-10-051-1/+3
* [3.12] gh-110259: Fix f-strings with multiline expressions and format specs (...Miss Islington (bot)2023-10-053-4/+107
* [3.12] Lint: Remove files that no longer fail to parse (GH-110356) (#110360)Hugo van Kemenade2023-10-041-2/+0
* [3.12] gh-109151: Enable readline in the sqlite3 CLI (GH-109152) (#110352)Miss Islington (bot)2023-10-041-0/+4
* [3.12] gh-109972: Enhance test_gdb (#110026) (#110351)Victor Stinner2023-10-048-218/+299
* [3.12] gh-109974: Fix threading lock_tests race conditions (#110057) (#110346)Victor Stinner2023-10-042-249/+375
* [3.12] gh-110332: Remove mentions of `random.WichmannHill` from `test_zlib` (...Miss Islington (bot)2023-10-041-12/+1
* [3.12] gh-110335: asyncio test_unix_events cleans multiprocessing (GH-110336)...Miss Islington (bot)2023-10-041-0/+8
* [3.12] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#110340)Victor Stinner2023-10-045-10/+33
* [3.12] gh-109972: Split test_gdb.py into test_gdb package (#109977) (#110339)Victor Stinner2023-10-049-1067/+1121
* [3.12] gh-110267: Add tests for pickling and copying PyStructSequence objects...Miss Islington (bot)2023-10-041-2/+73
* [3.12] gh-109917: Fix test instability in test_concurrent_futures (GH-110306)...Miss Islington (bot)2023-10-031-1/+2
* [3.12] Enable ruff on `Lib/test/test_typing.py` (#110179) (#110288)Alex Waygood2023-10-032-53/+52
* [3.12] gh-109653: Reduce the import time of `random` by 60% (GH-110221) (#110...Miss Islington (bot)2023-10-021-1/+1
* [3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098)Victor Stinner2023-10-026-54/+15
* [3.12] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110103)Victor Stinner2023-10-021-16/+25
* [3.12] Fix typos in docs and comments (#109619) (#109621)Alex Waygood2023-10-024-4/+4
* [3.12] gh-110178: Use fewer weakrefs in test_typing.py (GH-110194) (#110224)Miss Islington (bot)2023-10-021-1/+1
* [3.12] gh-108963: using random to generate unique string in sys.intern test â...Victor Stinner2023-10-021-7/+2
* [3.12] gh-109590: Update shutil.which on Windows to prefer a PATHEXT extensio...Miss Islington (bot)2023-10-022-12/+82
* [3.12] gh-110160: Fix flaky `test_find_periodic_pattern` in `string_tests` (G...Miss Islington (bot)2023-10-021-3/+11
* [3.12] gh-109649: Enhance os.cpu_count() documentation (#110169)Victor Stinner2023-10-021-0/+1
* [3.12] gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157) (#110158)Miss Islington (bot)2023-10-021-3/+0