1. 62674f3 bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) by Miss Islington (bot) · 6 years ago
  2. 4d5d219 [3.7] Fix misleading mentions of tp_size in comments. (GH-9136) by Benjamin Peterson · 6 years ago
  3. 79ba471 bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909) by Serhiy Storchaka · 7 years ago
  4. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  5. d39206a use c++ style comments by Benjamin Peterson · 8 years ago
  6. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  7. 59799a8 Don't use deprecated function PyUnicode_GET_SIZE() by Victor Stinner · 11 years ago
  8. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  9. 9d77664 Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init() by Victor Stinner · 11 years ago
  10. 9d05c8c Issue #15022: Ensure all pickle protocols are supported. by Eric Snow · 11 years ago
  11. b5c8f92 Issue #15022: Add pickle and comparison support to types.SimpleNamespace. by Eric Snow · 11 years ago
  12. 547298c Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing. by Eric Snow · 12 years ago
  13. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago