| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-128198: Add missing error checks for usages of PyIter_Next() (GH-128199) | Yan Yanchii | 2024-12-25 | 1 | -0/+4 |
|
|
* | gh-108191: Add support of positional argument in SimpleNamespace constructor ... | Serhiy Storchaka | 2024-04-24 | 1 | -3/+21 |
|
|
* | gh-117764: Fix and add signatures for many builtins (GH-117769) | Serhiy Storchaka | 2024-04-12 | 1 | -3/+3 |
|
|
* | gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768) | Serhiy Storchaka | 2024-04-12 | 1 | -1/+3 |
|
|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 1 | -1/+1 |
|
|
* | gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175) | Serhiy Storchaka | 2023-09-10 | 1 | -0/+28 |
|
|
* | gh-106869: Use new PyMemberDef constant names (#106871) | Victor Stinner | 2023-07-25 | 1 | -2/+4 |
|
|
* | gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530) | Victor Stinner | 2022-11-16 | 1 | -3/+2 |
|
|
* | bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975) | Victor Stinner | 2021-10-15 | 1 | -0/+1 |
|
|
* | bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-1... | Zackery Spytz | 2020-05-16 | 1 | -2/+0 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+1 |
|
|
* | bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) | Andy Lester | 2020-03-04 | 1 | -1/+1 |
|
|
* | bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) | Victor Stinner | 2020-02-07 | 1 | -1/+1 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) | Serhiy Storchaka | 2019-02-25 | 1 | -2/+5 |
|
|
* | bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) | Serhiy Storchaka | 2018-12-11 | 1 | -9/+9 |
|
|
* | Fix misleading mentions of tp_size in comments (GH-9093) | Peter Eisentraut | 2018-09-10 | 1 | -1/+1 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -1/+1 |
|
|
* | bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909) | Serhiy Storchaka | 2017-10-07 | 1 | -1/+5 |
|
|
* | bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) | Serhiy Storchaka | 2017-04-19 | 1 | -9/+3 |
|
|
* | use c++ style comments | Benjamin Peterson | 2016-09-07 | 1 | -4/+4 |
|
|
* | Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). | Serhiy Storchaka | 2015-05-22 | 1 | -4/+3 |
|
|
* | Don't use deprecated function PyUnicode_GET_SIZE() | Victor Stinner | 2013-11-13 | 1 | -1/+1 |
|
|
* | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 1 | -1/+1 |
|
|
* | Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init() | Victor Stinner | 2013-06-04 | 1 | -1/+1 |
|
|
* | Issue #15022: Ensure all pickle protocols are supported. | Eric Snow | 2013-02-17 | 1 | -1/+24 |
|
|
* | Issue #15022: Add pickle and comparison support to types.SimpleNamespace. | Eric Snow | 2013-02-16 | 1 | -9/+24 |
|
|
* | Close #16160: Subclass support now works for types.SimpleNamespace. Thanks t... | Eric Snow | 2012-10-17 | 1 | -12/+12 |
|
|
* | Eric Snow's implementation of PEP 421. | Barry Warsaw | 2012-06-03 | 1 | -0/+225 |
|
|