| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386) | Sergey Fedoseev | 2019-10-21 | 1 | -2/+2 |
|
|
* | bpo-38006: Add unit test for weakref clear bug (GH-16788) | Neil Schemenauer | 2019-10-16 | 1 | -0/+55 |
|
|
* | bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612) | Victor Stinner | 2019-10-07 | 1 | -0/+9 |
|
|
* | bpo-38321: Fix _testcapimodule.c warning (GH-16494) | Victor Stinner | 2019-09-30 | 1 | -2/+2 |
|
|
* | bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) | Eddie Elizondo | 2019-09-19 | 1 | -0/+118 |
|
|
* | bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115) | Eddie Elizondo | 2019-09-13 | 1 | -5/+13 |
|
|
* | bpo-37879: Fix warnings in _testcapimodule (GH-16004) | Petr Viktorin | 2019-09-12 | 1 | -6/+7 |
|
|
* | bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G... | Eddie Elizondo | 2019-09-11 | 1 | -0/+220 |
|
|
* | bpo-37499: Test various C calling conventions (GH-15776) | Petr Viktorin | 2019-09-10 | 1 | -0/+164 |
|
|
* | bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250) | Sergey Fedoseev | 2019-09-09 | 1 | -0/+13 |
|
|
* | Fix typos mostly in comments, docs and test names (GH-15209) | Min ho Kim | 2019-08-30 | 1 | -1/+1 |
|
|
* | bpo-36833: Add tests for Datetime C API Macros (GH-14842) | Joannah Nanjekye | 2019-08-29 | 1 | -0/+53 |
|
|
* | Unmark files as executable that can't actually be executed. (GH-15353) | Greg Price | 2019-08-21 | 1 | -0/+0 |
|
|
* | bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873) | Joannah Nanjekye | 2019-08-20 | 1 | -0/+21 |
|
|
* | bpo-37476: Adding tests for asutf8 and asutf8andsize (GH-14531) | Hai Shi | 2019-07-20 | 1 | -0/+44 |
|
|
* | bpo-37493: use _PyObject_CallNoArg in more places (GH-14575) | Jeroen Demeyer | 2019-07-04 | 1 | -1/+1 |
|
|
* | bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) | Victor Stinner | 2019-06-07 | 1 | -13/+14 |
|
|
* | bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) | Zackery Spytz | 2019-06-06 | 1 | -0/+22 |
|
|
* | Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()... | Victor Stinner | 2019-06-03 | 1 | -1/+0 |
|
|
* | bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13... | Petr Viktorin | 2019-06-02 | 1 | -1/+1 |
|
|
* | bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699) | Petr Viktorin | 2019-06-02 | 1 | -1/+1 |
|
|
* | bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13... | Eric Snow | 2019-06-01 | 1 | -0/+1 |
|
|
* | bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546) | Zackery Spytz | 2019-05-31 | 1 | -0/+26 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -11/+11 |
|
|
* | bpo-36974: inherit the vectorcall protocol (GH-13498) | Jeroen Demeyer | 2019-05-30 | 1 | -1/+67 |
|
|
* | bpo-36974: implement PEP 590 (GH-13185) | Jeroen Demeyer | 2019-05-29 | 1 | -3/+28 |
|
|
* | bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) | Jeroen Demeyer | 2019-05-28 | 1 | -0/+57 |
|
|
* | bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) | Victor Stinner | 2019-05-27 | 1 | -3/+14 |
|
|
* | bpo-36829: Add sys.unraisablehook() (GH-13187) | Victor Stinner | 2019-05-22 | 1 | -0/+15 |
|
|
* | bpo-36782: Created C API wrappers and added missing tests for functions in th... | Edison A | 2019-05-17 | 1 | -1/+169 |
|
|
* | bpo-36763: Add PyMemAllocatorName (GH-13387) | Victor Stinner | 2019-05-17 | 1 | -1/+1 |
|
|
* | bpo-35983: skip trashcan for subclasses (GH-11841) | Jeroen Demeyer | 2019-05-10 | 1 | -0/+76 |
|
|
* | bpo-36025: Fix PyDate_FromTimestamp API (GH-11922) | Paul Ganssle | 2019-04-27 | 1 | -1/+68 |
|
|
* | bpo-36635: Add _testinternalcapi module (GH-12841) | Victor Stinner | 2019-04-18 | 1 | -8/+0 |
|
|
* | bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) | Victor Stinner | 2019-04-17 | 1 | -0/+5 |
|
|
* | bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()... | Eric Snow | 2019-04-12 | 1 | -1/+0 |
|
|
* | bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12... | Eric Snow | 2019-04-12 | 1 | -0/+1 |
|
|
* | bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) | Victor Stinner | 2019-04-11 | 1 | -0/+57 |
|
|
* | bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560) | Victor Stinner | 2019-03-26 | 1 | -0/+4 |
|
|
* | bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540) | Victor Stinner | 2019-03-25 | 1 | -23/+3 |
|
|
* | Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()... | Victor Stinner | 2019-03-04 | 1 | -1/+0 |
|
|
* | bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11... | Eric Snow | 2019-02-24 | 1 | -0/+1 |
|
|
* | bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731) | Eric Snow | 2019-02-23 | 1 | -2/+2 |
|
|
* | bpo-35568: add 'raise_signal' function (GH-11335) | Vladimir Matveev | 2019-01-08 | 1 | -21/+0 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) | Serhiy Storchaka | 2018-11-27 | 1 | -7/+7 |
|
|
* | bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736) | Serhiy Storchaka | 2018-11-27 | 1 | -5/+5 |
|
|
* | bpo-25750: Fix a compiler warning introduced in GH-9084. (GH-10234) | Serhiy Storchaka | 2018-11-20 | 1 | -5/+5 |
|
|
* | bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) | Victor Stinner | 2018-11-13 | 1 | -4/+12 |
|
|
* | bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519) | Victor Stinner | 2018-11-13 | 1 | -0/+10 |
|
|
* | bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (G... | Eddie Elizondo | 2018-11-13 | 1 | -0/+27 |
|
|