COMMITS
/ Objects/namespaceobject.c July 2, 2025
June 24, 2025
S
gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (#135889)
sobolevn committed
March 19, 2025
V
gh-111178: Fix function signatures for test_types (#131455)
Victor Stinner committed
February 26, 2025
V
gh-111178: Fix function signatures in namespaceobject.c (#130590)
Victor Stinner committed
December 25, 2024
Y
gh-128198: Add missing error checks for usages of PyIter_Next() (GH-128199)
Yan Yanchii committed
April 24, 2024
S
gh-108191: Add support of positional argument in SimpleNamespace constructor (GH-108195)
Serhiy Storchaka committed
April 12, 2024
S
gh-117764: Fix and add signatures for many builtins (GH-117769)
Serhiy Storchaka committed
S
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
Serhiy Storchaka committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
September 10, 2023
S
gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)
Serhiy Storchaka committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
October 15, 2021
V
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner committed
May 16, 2020
Z
bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430)
Zackery Spytz committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
December 11, 2018
S
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka committed
September 10, 2018
P
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
October 7, 2017
S
bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909)
Serhiy Storchaka committed
April 19, 2017
S
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka committed
September 7, 2016
B
use c++ style comments
Benjamin Peterson committed
May 22, 2015
S
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka committed
November 13, 2013
V
Don't use deprecated function PyUnicode_GET_SIZE()
Victor Stinner committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
June 4, 2013
V
Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init()
Victor Stinner committed
February 17, 2013
E
Issue #15022: Ensure all pickle protocols are supported.
Eric Snow committed
February 16, 2013
E
Issue #15022: Add pickle and comparison support to types.SimpleNamespace.
Eric Snow committed
October 17, 2012
June 3, 2012
B
Eric Snow's implementation of PEP 421.
Barry Warsaw committed