| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-99537: Use Py_SETREF(var, NULL) in C code (#99687) | Victor Stinner | 2022-11-23 | 1 | -2/+1 |
|
|
* | gh-99537: Use Py_CLEAR() function in C code (#99686) | Victor Stinner | 2022-11-22 | 1 | -10/+4 |
|
|
* | gh-99537: Use Py_SETREF() function in C code (#99656) | Victor Stinner | 2022-11-22 | 1 | -2/+1 |
|
|
* | gh-99300: Use Py_NewRef() in Modules/_datetimemodule.c (#99465) | Victor Stinner | 2022-11-14 | 1 | -31/+15 |
|
|
* | gh-83004: Clean up refleak in _zoneinfo initialisation (#98842) | Shantanu | 2022-11-06 | 1 | -2/+3 |
|
|
* | gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958) | Nikita Sobolev | 2022-10-07 | 1 | -36/+48 |
|
|
* | gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) | Serhiy Storchaka | 2022-06-14 | 1 | -27/+8 |
|
|
* | bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) | Christian Heimes | 2022-01-15 | 1 | -1/+1 |
|
|
* | bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157) | Christian Heimes | 2021-10-22 | 1 | -0/+4 |
|
|
* | Fix typos in the Modules directory (GH-28761) | Christian Clauss | 2021-10-07 | 1 | -1/+1 |
|
|
* | Add more const modifiers. (GH-26691) | Serhiy Storchaka | 2021-06-12 | 1 | -2/+2 |
|
|
* | bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737) | Brandt Bucher | 2021-03-04 | 1 | -1/+1 |
|
|
* | bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo ... | Zackery Spytz | 2021-02-05 | 1 | -6/+17 |
|
|
* | bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-2... | Hai Shi | 2021-01-27 | 1 | -0/+3 |
|
|
* | bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24... | Zackery Spytz | 2021-01-27 | 1 | -1/+5 |
|
|
* | bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635) | Yunlongs | 2021-01-20 | 1 | -0/+12 |
|
|
* | bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614) | Victor Stinner | 2020-12-16 | 1 | -10/+4 |
|
|
* | bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) | Victor Stinner | 2020-10-27 | 1 | -1/+2 |
|
|
* | bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetIte... | Serhiy Storchaka | 2020-10-26 | 1 | -11/+7 |
|
|
* | bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) | Zackery Spytz | 2020-09-23 | 1 | -3/+1 |
|
|
* | bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907) | Paul Ganssle | 2020-08-17 | 1 | -3/+3 |
|
|
* | bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) | Paul Ganssle | 2020-08-14 | 1 | -1/+1 |
|
|
* | bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546) | Zackery Spytz | 2020-07-20 | 1 | -1/+7 |
|
|
* | Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478) | Benjamin Peterson | 2020-07-15 | 1 | -2/+2 |
|
|
* | bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) | Gregory P. Smith | 2020-06-22 | 1 | -4/+2 |
|
|
* | Fix compiler warnings in _zoneinfo.c (GH-20342) | Pablo Galindo | 2020-05-27 | 1 | -30/+26 |
|
|
* | bpo-40705: Fix use-after-free in _zoneinfo's module_free (GH-20280) | Ammar Askar | 2020-05-22 | 1 | -6/+9 |
|
|
* | bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291) | Dong-hee Na | 2020-05-21 | 1 | -2/+4 |
|
|
* | bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) | Paul Ganssle | 2020-05-16 | 1 | -0/+2695 |
|
|