7 Commits (575596e19a8f0be382f08a2dc9190100ff811b97)

Author SHA1 Message Date
Victor Stinner 59799a8399 Don't use deprecated function PyUnicode_GET_SIZE() 12 years ago
Antoine Pitrou 9ed5f27266 Issue #18722: Remove uses of the "register" keyword in C code. 13 years ago
Victor Stinner 9d77664e01 Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init() 13 years ago
Eric Snow 9d05c8c0e0 Issue #15022: Ensure all pickle protocols are supported. 13 years ago
Eric Snow b5c8f92782 Issue #15022: Add pickle and comparison support to types.SimpleNamespace. 13 years ago
Eric Snow 547298c94c Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing. 13 years ago
Barry Warsaw 409da157d7 Eric Snow's implementation of PEP 421. 14 years ago