summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.9v3.11.9Pablo Galindo2024-04-021-60/+88
* [3.11] [3.12] gh-117347: Fix test_clinic side effects (GH-117363) (GH-117365)...Miss Islington (bot)2024-03-291-0/+18
* [3.11] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...Miss Islington (bot)2024-03-292-1/+21
* [3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326)...Victor Stinner2024-03-282-1/+10
* [3.11] gh-117178: Recover lazy loading of self-referential modules (GH-117179...Miss Islington (bot)2024-03-282-6/+23
* [3.11] gh-104242: Enable test_is_char_device_true in pathlib test on all plat...Miss Islington (bot)2024-03-271-5/+5
* [3.11] [3.12] gh-115538: Use isolate mode when running venv test_multiprocesâ...Miss Islington (bot)2024-03-261-1/+1
* [3.11] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117257)Miss Islington (bot)2024-03-263-9/+41
* [3.11] gh-83845: Add tests for operator module (GH-115883) (#117254)Miss Islington (bot)2024-03-261-0/+47
* [3.11] [3.12] gh-83434: Sync libregrtest and test_regrtest with the main bran...Miss Islington (bot)2024-03-268-43/+242
* [3.11] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117245)Miss Islington (bot)2024-03-262-9/+8
* [3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Serhiy Storchaka2024-03-253-0/+163
* [3.11] [docs] Fix typo in docstring and add example to logging cookbook. (GH-...Miss Islington (bot)2024-03-231-1/+1
* [3.11] gh-117084: Fix ZIP file extraction for directory entry names with back...Serhiy Storchaka2024-03-223-1/+25
* [3.11] gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-...Miss Islington (bot)2024-03-221-0/+9
* [3.11] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...infohash2024-03-222-2/+77
* [3.11] gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (GH-117126...Miss Islington (bot)2024-03-211-1/+10
* [3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077)jkriegshauser2024-03-202-12/+52
* [3.11] gh-116957: configparser: Do post-process values after DuplicateOptionE...David Röthlisberger2024-03-192-89/+106
* [3.11] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (...Victor Stinner2024-03-192-0/+18
* [3.11] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870...Miss Islington (bot)2024-03-192-1/+14
* [3.11] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandle...Miss Islington (bot)2024-03-182-35/+170
* [3.11] gh-116831: Fixes tests for c extension in WASI for Python 3.11 (GH-116...Kushal Das2024-03-181-0/+3
* [3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton defa...Miss Islington (bot)2024-03-162-2/+27
* [3.11] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH...Miss Islington (bot)2024-03-162-1/+29
* [3.11] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (GH...Nikita Sobolev2024-03-161-0/+9
* [3.11] gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable wh...Jason R. Coombs2024-03-152-0/+4
* [3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...Miss Islington (bot)2024-03-152-1/+23
* [3.11] gh-116785: Fix direct invocation of `test_inspect` (GH-116787) (#116795)Miss Islington (bot)2024-03-141-5/+5
* [3.11] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)...Brett Cannon2024-03-137-27/+43
* [3.11] gh-106687: _ssl: use uint64_t for SSL options (#106700) (#116665)Victor Stinner2024-03-131-0/+24
* [3.11] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718)...Miss Islington (bot)2024-03-132-1/+10
* [3.11] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...Serhiy Storchaka2024-03-135-8/+111
* [3.11] gh-116491: Improve `test_win32_ver` (GH-116506) (#116709)Miss Islington (bot)2024-03-131-1/+29
* [3.11] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116706)Miss Islington (bot)2024-03-131-3/+12
* [3.11] gh-116307: Proper fix for 'mod' leaking across importlib tests… (#11...Jason R. Coombs2024-03-131-0/+20
* [3.11] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-1...Miss Islington (bot)2024-03-131-1/+3
* [3.11] gh-90095: Make .pdbrc work properly and add some reasonable te… (#11...Tian Gao2024-03-122-95/+101
* [3.11] gh-116600: [Enum] fix global Flag repr (GH-116615) (#116630)Miss Islington (bot)2024-03-122-1/+3
* [3.11] gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (GH-11642...Miss Islington (bot)2024-03-111-18/+7
* [3.11] gh-115421: List all test/ subdirs in Makefile, and test them (GH-115813)Petr Viktorin2024-03-111-0/+67
* [3.11] gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409) ...Miss Islington (bot)2024-03-111-38/+17
* [3.11] gh-116485: Fixed the typo (GH-116486) (#116490)Miss Islington (bot)2024-03-081-1/+1
* [3.11] gh-88118: Fix some test_multiprocessing flakiness. (GH-116434) (GH-116...Miss Islington (bot)2024-03-061-5/+10
* [3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-065-16/+196
* [3.11] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116...Miss Islington (bot)2024-03-061-3/+4
* [3.11] chore: fix typos (GH-116345) (#116375)Terry Jan Reedy2024-03-053-3/+3
* [3.11] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)...Miss Islington (bot)2024-03-052-26/+61
* [3.11] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASC...Miss Islington (bot)2024-03-053-2/+17
* [3.11] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef ...Miss Islington (bot)2024-03-052-1/+7