summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid U...Miss Islington (bot)2022-06-162-0/+5
* gh-91577: SharedMemory move imports out of methods (GH-91579)Miss Islington (bot)2022-06-162-4/+4
* gh-91321: Fix test_cppext for C++03 (GH-93902) (#93904)Miss Islington (bot)2022-06-161-2/+4
* [3.11] GH-93662: Make sure that column offsets are correct in multi-line meth...Irit Katriel2022-06-163-5/+48
* gh-84461: Document how to install SDKs manually (GH-93844)Miss Islington (bot)2022-06-151-0/+78
* gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)Miss Islington (bot)2022-06-154-14/+26
* GH-93850: Fix test_asyncio exception ignored tracebacks (GH-93854)Miss Islington (bot)2022-06-151-0/+3
* gh-93857: Fix broken audit-event targets in sqlite3 docs (GH-93859)Miss Islington (bot)2022-06-151-2/+2
* gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-...Miss Islington (bot)2022-06-152-9/+10
* [3.11] gh-89018: Improve documentation of `sqlite3` exceptions (GH-27645) (#9...Erlend Egeberg Aasland2022-06-151-18/+50
* gh-93183: Adjust wording in socket docs (GH-93832)Miss Islington (bot)2022-06-151-2/+2
* gh-93735: Split Docs CI to speed-up the build (GH-93736)Miss Islington (bot)2022-06-151-12/+34
* gh-92914: Round the allocated size for lists up to the even number (GH-92915)Miss Islington (bot)2022-06-143-3/+11
* gh-90300: split --help output into separate options (GH-30331)Miss Islington (bot)2022-06-146-80/+210
* gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)Miss Islington (bot)2022-06-143-3/+17
* [3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over Ty...Miss Islington (bot)2022-06-147-2293/+2288
* [3.11] gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (GH-93796) (...Erlend Egeberg Aasland2022-06-141-17/+15
* gh-91321: Fix compatibility with C++ older than C++11 (#93784) (#93802)Victor Stinner2022-06-147-88/+156
* [3.11] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93800)Erlend Egeberg Aasland2022-06-143-84/+103
* [3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)...Serhiy Storchaka2022-06-142-0/+34
* gh-84461: Fix parallel testing on WebAssembly (GH-93768)Miss Islington (bot)2022-06-132-5/+10
* gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377)Miss Islington (bot)2022-06-132-2/+8
* gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...Miss Islington (bot)2022-06-135-14/+36
* Change list to view object (GH-93661)Miss Islington (bot)2022-06-112-2/+3
* gh-86404: [doc] A make sucpicious false positive. (GH-93710)Miss Islington (bot)2022-06-111-0/+2
* gh-90473: Skip test_queue when threading is not available (GH-93712)Miss Islington (bot)2022-06-111-3/+2
* gh-90153: whatsnew: "z" option in format spec (GH-93624)Miss Islington (bot)2022-06-111-0/+3
* gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)Miss Islington (bot)2022-06-114-6/+55
* gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)Miss Islington (bot)2022-06-113-11/+98
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...Miss Islington (bot)2022-06-102-1/+5
* gh-91317: Document that Path does not collapse initial `//` (GH-32193)Miss Islington (bot)2022-06-102-3/+32
* gh-93671: Avoid exponential backtracking in deeply nested sequence patterns i...Miss Islington (bot)2022-06-104-3/+36
* bpo-42658: Allow _winapi.LCMapStringEx to handle embedded nulls (GH-93688)Steve Dower2022-06-101-4/+10
* gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-...Miss Islington (bot)2022-06-104-2/+54
* gh-93391: fix typo in `array` docs (GH-93392) (GH-93394)Miss Islington (bot)2022-06-101-1/+1
* 📝 Make sure the phrase "constant-time compare" actually appears in the doc...Miss Islington (bot)2022-06-101-1/+1
* gh-93372: Fix typo in os.rename documentation (GH-93401) (GH-93403)Miss Islington (bot)2022-06-101-1/+1
* gh-87961: Remove outdated notes from functions that aren't in the Limited API...Miss Islington (bot)2022-06-103-26/+0
* gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609) (GH-93631)Miss Islington (bot)2022-06-104-2/+27
* gh-93491: Add support tier detection to configure (GH-93492)Miss Islington (bot)2022-06-105-1/+196
* [3.11] gh-90763: Modernise xx template module initialisation (GH-93078) (#93681)Erlend Egeberg Aasland2022-06-102-43/+54
* bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...Steve Dower2022-06-105-9/+151
* gh-92434: Silence compiler warning in Modules/_sqlite/connection.c on 32-bit ...Miss Islington (bot)2022-06-101-1/+1
* gh-90473: Skip get_config_h() tests on WASI (GH-93645)Miss Islington (bot)2022-06-092-2/+7
* [3.11] Improve logging documentation with example and additional cookbook re...Miss Islington (bot)2022-06-092-2/+99
* gh-90473: disable user site packages on WASI/Emscripten (GH-93633)Miss Islington (bot)2022-06-093-4/+6
* [3.11] gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save()...Łukasz Langa2022-06-093-11/+39
* Doc: Update references and examples of old, unsupported OSes and uarches (GH-...Miss Islington (bot)2022-06-097-18/+29
* gh-93616: Fix env changed issue in test_modulefinder (GH-93617)Miss Islington (bot)2022-06-092-37/+40
* [3.11] gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-9360...Christian Heimes2022-06-083-11/+25