summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/resources/License.rtf
stat options
Period:
Authors:

Commits per author per week (path 'Mac/BuildScript/resources/License.rtf')

AuthorW08 2026W09 2026W10 2026W11 2026Total
Total00000
span title='2019-11-22 18:24:49 (GMT)'>2019-11-221-1/+0 * bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350)Victor Stinner2019-11-222-1/+6 * bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)Victor Stinner2019-11-221-1/+1 * Produce cleaner bytecode for 'with' and 'async with' by generating separate c...Mark Shannon2019-11-211-6/+2 * bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293)Victor Stinner2019-11-201-0/+2 * bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (G...Victor Stinner2019-11-203-6/+0 * bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)Victor Stinner2019-11-203-6/+5 * bpo-38835: Exclude PyFPE macros from the stable API (GH-17228)Victor Stinner2019-11-201-0/+3 * bpo-36854: gcmodule.c gets its state from tstate (GH-17285)Victor Stinner2019-11-202-5/+7 * bpo-38858: Factorize Py_EndInterpreter() code (GH-17273)Victor Stinner2019-11-201-2/+2 * bpo-36710: Add PyInterpreterState.runtime field (GH-17270)Victor Stinner2019-11-202-9/+8 * Post 3.9.0a1Łukasz Langa2019-11-201-1/+1 * Merge tag 'v3.9.0a1'Łukasz Langa2019-11-201-2/+2 |\ | * Python 3.9.0a1v3.9.0a1Łukasz Langa2019-11-191-2/+2 * | bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266)Victor Stinner2019-11-202-1/+2 |/ * bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)Serhiy Storchaka2019-11-161-1/+1 * bpo-38644: Cleanup ceval.h (GH-17185)Victor Stinner2019-11-162-36/+25 * bpo-38644: Add _PyEval_EvalCode() (GH-17183)Victor Stinner2019-11-161-0/+10 * bpo-38644: Add _PyObject_Call() (GH-17089)Victor Stinner2019-11-142-10/+46 * bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131)Victor Stinner2019-11-141-0/+9 * bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)Victor Stinner2019-11-081-4/+14 * bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)Victor Stinner2019-11-071-1/+2 * bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328)Vinay Sajip2019-11-071-0/+9 * bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)Jeroen Demeyer2019-11-051-0/+1 * bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)Victor Stinner2019-11-052-4/+14 * bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)Victor Stinner2019-11-041-14/+31 * bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)Victor Stinner2019-11-042-35/+58 * bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-3/+3 * bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)Hai Shi2019-10-21