summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* gh-117901: Add option for compiler's codegen to save nested instruction seque...Irit Katriel2024-04-241-0/+1
* gh-118189: Revert accidentally added incl.tar (#118190)Oleg Iarygin2024-04-231-0/+0
* gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167)Eric Snow2024-04-231-0/+1
* gh-95754: Better error when script shadows a standard library or third party ...Shantanu2024-04-234-0/+6
* Remove more remnants of deepfreeze (#118159)Guido van Rossum2024-04-223-7/+0
* GH-115480: Reduce guard strength for binary ops when type of one operand is k...Mark Shannon2024-04-223-82/+103
* gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...Dino Viehland2024-04-224-15/+35
* gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...Dino Viehland2024-04-197-1/+73
* GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)Mark Shannon2024-04-191-1/+1
* GH-115419: Improve list of escaping functions (GH-118054)Mark Shannon2024-04-192-24/+24
* gh-112069: Make PySet_GET_SIZE to be atomic safe. (gh-118053)Donghee Na2024-04-181-0/+4
* gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)Donghee Na2024-04-181-1/+8
* gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)Victor Stinner2024-04-182-0/+7
* gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)Irit Katriel2024-04-175-2/+38
* gh-117929: Restore removed PyEval_InitThreads() function (#117931)Victor Stinner2024-04-171-0/+2
* GH-117760: Streamline the trashcan mechanism (GH-117763)Mark Shannon2024-04-173-29/+26
* gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)Victor Stinner2024-04-161-8/+3
* gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)Jeff Glass2024-04-162-0/+9
* GH-115776: Static object are immortal, so mark them as such. (GH-117673)Mark Shannon2024-04-161-10/+7
* gh-117613: Enhance test_clinic @defining_class tests (#117896)Victor Stinner2024-04-164-0/+6
* gh-94673: Clarify About Runtime State Related to Static Builtin Types (gh-117...Eric Snow2024-04-121-0/+37
* gh-117376: Partial implementation of deferred reference counting (#117696)Sam Gross2024-04-122-2/+18
* gh-117764: Use Argument Clinic for signal.set_wakeup_fd() (GH-117777)Serhiy Storchaka2024-04-124-0/+6
* gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (...Erlend E. Aasland2024-04-121-5/+10
* gh-76785: Handle Legacy Interpreters Properly (gh-117490)Eric Snow2024-04-112-1/+5
* gh-116738: Make _abc module thread-safe (#117488)Brett Simmers2024-04-111-0/+12
* gh-117649: Raise ImportError for unsupported modules in free-threaded build (...Sam Gross2024-04-111-1/+10
* gh-111506: Error if the limited API is used in free-threaded build (#117762)Sam Gross2024-04-111-0/+5
* gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)Eric Snow2024-04-114-0/+40
* gh-112536: Define `_Py_THREAD_SANITIZER` on GCC when TSan is enabled (#117702)Sam Gross2024-04-101-0/+3
* Post 3.13.0a6Thomas Wouters2024-04-091-1/+1
* Python 3.13.0a6v3.13.0a6Thomas Wouters2024-04-091-2/+2
* gh-117439: Make refleak checking thread-safe without the GIL (#117469)Sam Gross2024-04-082-6/+10
* gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)mpage2024-04-085-20/+113
* Cases generator: Remove type_prop and passthrough (#117614)Ken Jin2024-04-071-22/+22
* gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...Steve Dower2024-04-051-5/+19
* gh-117549: Match declaration order for _Py_BackoffCounter initializer (#117551)Michael Droettboom2024-04-041-1/+1
* gh-112075: Make _PyDict_LoadGlobal thread safe (#117529)Dino Viehland2024-04-041-0/+1
* gh-117494: extract the Instruction Sequence data structure into a separate fi...Irit Katriel2024-04-043-41/+67
* gh-116968: Reimplement Tier 2 counters (#117144)Guido van Rossum2024-04-045-57/+167
* gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520)Victor Stinner2024-04-031-0/+2
* gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)Peter Lazorchak2024-04-032-107/+112
* gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argumen...Erlend E. Aasland2024-04-031-2/+6
* gh-76785: Add PyInterpreterConfig Helpers (gh-117170)Eric Snow2024-04-021-0/+16
* GH-115776: Embed the values array into the object, for "normal" Python object...Mark Shannon2024-04-028-60/+85
* gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#1...Irit Katriel2024-04-024-27/+32
* gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)Sam Gross2024-03-291-0/+48
* gh-116664: Make module state Py_SETREF's in _warnings thread-safe (#116959)Erlend E. Aasland2024-03-282-2/+7
* gh-117288: Allocate fewer label IDs in _PyCfg_ToInstructionSequence (#117290)Irit Katriel2024-03-271-0/+1
* gh-115775: Compiler adds __static_attributes__ field to classes (#115913)Irit Katriel2024-03-264-0/+6