Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). | Serhiy Storchaka | 2015-05-22 | 1 | -4/+3 |
* | Don't use deprecated function PyUnicode_GET_SIZE() | Victor Stinner | 2013-11-13 | 1 | -1/+1 |
* | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 1 | -1/+1 |
* | Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init() | Victor Stinner | 2013-06-05 | 1 | -1/+1 |
* | Issue #15022: Ensure all pickle protocols are supported. | Eric Snow | 2013-02-16 | 1 | -1/+24 |
* | Issue #15022: Add pickle and comparison support to types.SimpleNamespace. | Eric Snow | 2013-02-16 | 1 | -9/+24 |
* | Close #16160: Subclass support now works for types.SimpleNamespace. Thanks t... | Eric Snow | 2012-10-16 | 1 | -12/+12 |
* | Eric Snow's implementation of PEP 421. | Barry Warsaw | 2012-06-03 | 1 | -0/+225 |