Brian Curtin
|
dfc80e3d97
|
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
The macro was introduced in #12724.
|
2011-08-10 20:28:54 -05:00 |
Martin v. Löwis
|
6916806443
|
Issue #11135: Remove redundant doc field from PyType_Spec.
Reviewed by Georg Brandl.
|
2011-02-11 20:47:49 +00:00 |
Martin v. Löwis
|
738236dbd6
|
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
in the limited ABI
|
2011-02-05 20:35:29 +00:00 |
Martin v. Löwis
|
4d0d471a80
|
Merge branches/pep-0384.
|
2010-12-03 20:14:31 +00:00 |