COMMITS
/ Objects/namespaceobject.c 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