summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.11] gh-90473: Define HOSTRUNNER for WASI (GH-93606) (GH-93612)Christian Heimes2022-06-082-0/+6
* [3.11] gh-93584: Make all install+tests targets depends on all (GH-93589) (GH...Christian Heimes2022-06-082-12/+18
* [3.11] GH-93481: Suppress expected deprecation warning in test_pyclbr (GH-934...Irit Katriel2022-06-081-2/+7
* gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526)Miss Islington (bot)2022-06-083-8/+22
* GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases ...Miss Islington (bot)2022-06-083-4/+61
* Fix `PurePath.relative_to` links in the pathlib documentation. (GH-93268)Miss Islington (bot)2022-06-071-2/+2
* gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)Miss Islington (bot)2022-06-071-0/+3
* gh-57539: Increase calendar test coverage (GH-93468) (GH-93564)Miss Islington (bot)2022-06-073-0/+15
* gh-88831: In docs for asyncio.create_task, explain why strong references to t...Miss Islington (bot)2022-06-072-1/+19
* gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93561)Miss Islington (bot)2022-06-072-1/+2
* Grammar fix to socket error string (GH-93523) (GH-93560)Miss Islington (bot)2022-06-071-1/+1
* Fix contributor name in WhatsNew 3.11 (GH-93556)Miss Islington (bot)2022-06-071-1/+1
* [docs] fix some asyncio.Barrier.wait docs grammar (GH-93552) (GH-93553)Miss Islington (bot)2022-06-061-2/+2
* Remove action=None kwarg from Barrier docs (GH-93538) (GH-93551)Miss Islington (bot)2022-06-061-1/+1
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)Miss Islington (bot)2022-06-0620-5/+81
* [3.11] gh-90473: Skip POSIX tests that don't apply to WASI (GH-93536) (GH-93540)Christian Heimes2022-06-061-2/+9
* gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93544)Miss Islington (bot)2022-06-061-0/+2
* asyncio.Barrier docs: Fix typo (GH-93371)Miss Islington (bot)2022-06-061-1/+1
* gh-90473: WASI requires proper open(2) flags (GH-93529)Miss Islington (bot)2022-06-063-2/+9
* gh-93247: Fix assert function in asyncio locks test (GH-93248)Miss Islington (bot)2022-06-061-1/+1
* gh-89973: Fix re.error in the fnmatch module. (GH-93072)Miss Islington (bot)2022-06-053-7/+140
* gh-90473: wasmtime does not support absolute symlinks (GH-93490)Miss Islington (bot)2022-06-055-23/+20
* gh-93442: Add test for _Py_CAST(nullptr). (gh-93505) (gh-93509)Miss Islington (bot)2022-06-051-0/+3
* gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (GH-93500) (gh-93507)Miss Islington (bot)2022-06-053-0/+21
* Fix missing word in sys.float_info docstring (GH-93489) (GH-93495)Miss Islington (bot)2022-06-041-1/+1
* gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH...Miss Islington (bot)2022-06-042-0/+2
* gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (...Miss Islington (bot)2022-06-033-0/+9
* gh-84461: Skip dtrace/network tests that are enabled by -u all (GH-93473)Miss Islington (bot)2022-06-032-0/+7
* [3.11] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (...Miss Islington (bot)2022-06-034-4/+46
* test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467)Miss Islington (bot)2022-06-031-1/+1
* [3.11] gh-93433: Fix dis doc example output (GH-93434) (GH-93460)Ken Jin2022-06-031-11/+19
* gh-90473: Skip and document more failing tests on WASI (GH-93436)Miss Islington (bot)2022-06-039-6/+42
* gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)Miss Islington (bot)2022-06-033-1/+25
* gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...Miss Islington (bot)2022-06-023-1/+6
* Post 3.11.0b3Pablo Galindo2022-06-011-1/+1
* Python 3.11.0b3v3.11.0b3Pablo Galindo2022-06-017-9/+31
* gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398) ...Miss Islington (bot)2022-06-011-3/+3
* Remove the execution bit to some socket-related files. (GH-93368)Miss Islington (bot)2022-06-013-0/+0
* gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (G...Miss Islington (bot)2022-06-013-2/+10
* [3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-9...Miss Islington (bot)2022-06-016-3254/+3349
* gh-92597: Ensure that AST nodes without explicit end positions can be compile...Miss Islington (bot)2022-05-314-13/+35
* gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)Miss Islington (bot)2022-05-312-1/+2
* Remove VOC reference (93333)Miss Islington (bot)2022-05-311-2/+1
* Post 3.11.0b2Pablo Galindo2022-05-311-1/+1
* Python 3.11.0b2v3.11.0b2Pablo Galindo2022-05-3051-112/+499
* gh-93351: Ensure the position information in AST nodes created by the parser ...Miss Islington (bot)2022-05-302-0/+53
* Update macOS installer Welcome and ReadMe display wording to "beta". (GH-93344)Ned Deily2022-05-302-4/+4
* Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93339)Miss Islington (bot)2022-05-301-2/+2
* bpo-42272: fix misleading warning filter message/module docs (GH-23172)Miss Islington (bot)2022-05-302-6/+13
* gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937)Miss Islington (bot)2022-05-299-8/+13