1. d39206a use c++ style comments by Benjamin Peterson · 8 years ago
  2. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  3. 59799a8 Don't use deprecated function PyUnicode_GET_SIZE() by Victor Stinner · 11 years ago
  4. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  5. 9d77664 Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init() by Victor Stinner · 11 years ago
  6. 9d05c8c Issue #15022: Ensure all pickle protocols are supported. by Eric Snow · 11 years ago
  7. b5c8f92 Issue #15022: Add pickle and comparison support to types.SimpleNamespace. by Eric Snow · 11 years ago
  8. 547298c Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing. by Eric Snow · 12 years ago
  9. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago