| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function... | Derek Kim | 2022-08-03 | 1 | -21/+9 |
|
|
* | gh-94512: Fix forced arg format in AC-processed winreg (GH-94513) | Oleg Iarygin | 2022-07-04 | 1 | -5/+3 |
|
|
* | gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537) | Inada Naoki | 2022-05-12 | 1 | -23/+0 |
|
|
* | bpo-1635741: Fix winreg reference leaks (GH-31560) | Victor Stinner | 2022-02-25 | 1 | -4/+0 |
|
|
* | bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038) | Zackery Spytz | 2021-03-30 | 1 | -0/+1 |
|
|
* | Fix signed/unsigned comparison to avoid compilation warning (GH-24441) | Ken Jin | 2021-02-04 | 1 | -1/+1 |
|
|
* | bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) | Victor Stinner | 2020-12-01 | 1 | -2/+2 |
|
|
* | bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) | Victor Stinner | 2020-12-01 | 1 | -1/+1 |
|
|
* | bpo-40989: Fix compiler warning in winreg.c (GH-21722) | Victor Stinner | 2020-08-05 | 1 | -1/+1 |
|
|
* | bpo-36346: Make using the legacy Unicode C API optional (GH-21437) | Serhiy Storchaka | 2020-07-10 | 1 | -15/+46 |
|
|
* | bpo-39573: Use the Py_TYPE() macro (GH-21433) | Victor Stinner | 2020-07-10 | 1 | -2/+2 |
|
|
* | bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) | Victor Stinner | 2020-06-15 | 1 | -5/+5 |
|
|
* | bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) | Minmin Gong | 2020-05-18 | 1 | -3/+3 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -2/+2 |
|
|
* | bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) | Victor Stinner | 2020-04-07 | 1 | -1/+1 |
|
|
* | bpo-39007: Add auditing events to functions in winreg (GH-17541) | Steve Dower | 2019-12-09 | 1 | -27/+131 |
|
|
* | bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH-15766) | Steve Dower | 2019-09-09 | 1 | -1/+1 |
|
|
* | bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239) | Zackery Spytz | 2019-09-09 | 1 | -16/+25 |
|
|
* | bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs... | David H | 2019-07-31 | 1 | -6/+6 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882) | Zackery Spytz | 2019-04-22 | 1 | -1/+1 |
|
|
* | bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) | Zackery Spytz | 2019-04-22 | 1 | -1/+1 |
|
|
* | bpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469) | Inada Naoki | 2019-03-20 | 1 | -5/+3 |
|
|
* | bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466) | Inada Naoki | 2019-03-20 | 1 | -0/+6 |
|
|
* | bpo-33895: Relase GIL while calling functions that acquire Windows loader loc... | Tony Roberts | 2019-02-02 | 1 | -0/+8 |
|
|
* | bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1... | Serhiy Storchaka | 2018-12-14 | 1 | -36/+40 |
|
|
* | bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) | Zackery Spytz | 2018-12-08 | 1 | -3/+7 |
|
|
* | bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674) | Victor Stinner | 2018-11-23 | 1 | -1/+1 |
|
|
* | Replace dead code with an assertion in winreg.c. (GH-10028) | Zackery Spytz | 2018-11-08 | 1 | -2/+1 |
|
|
* | bpo-35059: Convert PyObject_INIT() to function (GH-10077) | Victor Stinner | 2018-10-26 | 1 | -1/+1 |
|
|
* | bpo-32747: Remove trailing spaces in docstrings. (GH-5491) | oldk | 2018-02-02 | 1 | -1/+1 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -3/+3 |
|
|
* | bpo-9566: Fix some Windows x64 compiler warnings (#2492) | Segev Finer | 2017-07-26 | 1 | -1/+1 |
|
|
* | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) | Steve Dower | 2016-12-17 | 1 | -7/+6 |
|
|
* | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -46/+46 |
|\ |
|
| * | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -46/+46 |
|
|
* | | Regenerate Argument Clinic code for issue #23026. | Serhiy Storchaka | 2016-06-09 | 1 | -1/+1 |
|
|
* | | Closes #23026: Documentation improvements and code formatting | Steve Dower | 2016-05-25 | 1 | -4/+4 |
|
|
* | | Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type.... | Steve Dower | 2016-05-24 | 1 | -2/+30 |
|/ |
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -4/+4 |
|
|
* | Issue #20172: Update clinicizations to current clinic. | Zachary Ware | 2015-05-13 | 1 | -32/+42 |
|
|
* | Issue #20172: Convert the winreg module to Argument Clinic. | Zachary Ware | 2015-05-13 | 1 | -669/+722 |
|
|
* | Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer | Serhiy Storchaka | 2015-02-16 | 1 | -3/+3 |
|
|
* | Issue #21151: Fixed a segfault in the winreg module. | Zachary Ware | 2014-07-03 | 1 | -1/+3 |
|
|
* | Issue #20908: PyMem_Malloc() must be used with PyMem_Free(), not with free() | Victor Stinner | 2014-03-13 | 1 | -2/+2 |
|
|
* | MERGE: Closes #20908: Memory leak in Reg2Py() | Jesus Cea | 2014-03-13 | 1 | -1/+4 |
|\ |
|
| * | Closes #20908: Memory leak in Reg2Py() | Jesus Cea | 2014-03-13 | 1 | -1/+4 |
|
|
* | | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -3/+2 |
|
|
* | | Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules | Victor Stinner | 2013-07-07 | 1 | -2/+2 |
|
|