summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename 'LOAD_METHOD' specialization stat consts to 'ATTR'. (GH-93812)Mark Shannon2022-06-141-17/+14
* Remove LOAD_METHOD stats. (GH-93807)Mark Shannon2022-06-141-1/+0
* gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (#93796)Erlend Egeberg Aasland2022-06-141-17/+15
* Include freelists in allocation total. (GH-93799)Mark Shannon2022-06-141-1/+1
* GH-93429: Document `LOAD_METHOD` removal (GH-93803)Ken Jin2022-06-142-13/+23
* gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338)Sanket Shanbhag2022-06-141-0/+4
* GH-93678: reduce boilerplate and code repetition in the compiler (GH-93682)Irit Katriel2022-06-142-261/+151
* gh-79579: Improve DML query detection in sqlite3 (#93623)Erlend Egeberg Aasland2022-06-143-84/+103
* gh-93353: regrtest checks for leaked temporary files (#93776)Victor Stinner2022-06-143-7/+55
* GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)Ken Jin2022-06-1413-380/+321
* gh-90473: Include stdlib dir in wasmtime PYTHONPATH (GH-93797)Christian Heimes2022-06-142-2/+2
* GH-93516: Store offset of first traceable instruction in code object (GH-93769)Mark Shannon2022-06-146-53/+54
* GH-93662: Make sure that column offsets are correct in multi-line method call...Mark Shannon2022-06-143-5/+48
* gh-91321: Fix compatibility with C++ older than C++11 (#93784)Victor Stinner2022-06-145-36/+76
* gh-89546: Clean up PyType_FromMetaclass (GH-93686)Petr Viktorin2022-06-143-91/+192
* gh-93761: Fix test to avoid simple delay when synchronizing. (GH-93779)Vinay Sajip2022-06-141-3/+5
* gh-91810: Fix regression with writing an XML declaration with encoding='unico...Serhiy Storchaka2022-06-143-20/+10
* gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)Serhiy Storchaka2022-06-143-3/+17
* gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)Serhiy Storchaka2022-06-1424-248/+114
* gh-93353: Add test.support.late_deletion() (#93774)Victor Stinner2022-06-132-10/+41
* gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)Victor Stinner2022-06-139-92/+28
* gh-84461: Fix parallel testing on WebAssembly (GH-93768)Christian Heimes2022-06-132-5/+10
* gh-93353: Fix importlib.resources._tempfile() finalizer (#93377)Victor Stinner2022-06-132-2/+8
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-1352-65/+8
* gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid U...Pablo Galindo Salgado2022-06-132-0/+5
* gh-84623: Remove unused imports in stdlib (#93773)Victor Stinner2022-06-1312-12/+3
* Remove ANY_VARARGS() macro from the C API (#93764)Victor Stinner2022-06-132-3/+3
* gh-89653: PEP 670: Convert PyFunction macros (#93765)Victor Stinner2022-06-131-16/+39
* Add more FOR_ITER specialization stats (GH-32151)Dennis Sweeney2022-06-131-2/+26
* GH-90699: use statically allocated strings in typeobject.c (gh-93751)Kumar Aditya2022-06-123-2/+6
* gh-93747: Fix Refleak when handling multiple Py_tp_doc slots (gh-93749)Dong-hee Na2022-06-121-1/+1
* gh-93728: fix memory leak in deepfrozen code objects (GH-93729)Kumar Aditya2022-06-121-0/+1
* gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar a...Serhiy Storchaka2022-06-126-127/+106
* Remove usage of _Py_IDENTIFIER from math module (#93739)Dong-hee Na2022-06-121-9/+55
* gh-84508: tool to generate cjk traditional chinese mappings (gh-93272)Davide Rizzo2022-06-113-0/+242
* Change list to view object (#93661)Pamela Fox2022-06-112-2/+3
* gh-86404: [doc] A make sucpicious false positive. (GH-93710)Julien Palard2022-06-111-0/+2
* gh-90153: whatsnew: "z" option in format spec (GH-93624)John Belmonte2022-06-111-0/+3
* gh-90473: Skip test_queue when threading is not available (GH-93712)Christian Heimes2022-06-111-3/+2
* gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)Christian Heimes2022-06-114-6/+55
* gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)Dennis Sweeney2022-06-113-11/+98
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...jackh-ncl2022-06-102-1/+5
* gh-91317: Document that Path does not collapse initial `//` (GH-32193)Oleg Iarygin2022-06-102-3/+32
* gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...Christian Heimes2022-06-105-14/+36
* GH-93621: reorder code in with/async-with exception exit path to reduce the s...Irit Katriel2022-06-103-15/+173
* gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)Barney Gale2022-06-105-66/+39
* gh-93671: Avoid exponential backtracking in deeply nested sequence patterns i...Pablo Galindo Salgado2022-06-104-3/+36
* gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...Petr Viktorin2022-06-105-2/+84
* gh-93491: Add support tier detection to configure (GH-93492)Christian Heimes2022-06-105-1/+196
* gh-90763: Modernise xx template module initialisation (#93078)Erlend Egeberg Aasland2022-06-102-43/+54