summaryrefslogtreecommitdiffstats
path: root/Objects/typeobject.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the fix for issue #12149: it was incorrect, although it had the sideAntoine Pitrou2011-12-151-8/+10
|\
| * Fix the fix for issue #12149: it was incorrect, although it had the sideAntoine Pitrou2011-12-151-8/+10
* | Issue #13575: there is only one class type.Florent Xicluna2011-12-121-19/+12
* | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-3/+53
* | Issue #13161: fix doc strings of __i*__ operators. Closes #13161Eli Bendersky2011-11-111-10/+10
|\ \ | |/
| * Issue #13161: fix doc strings of __i*__ operatorsEli Bendersky2011-11-111-10/+10
* | Make _PyUnicode_FromId return borrowed references.Martin v. Löwis2011-11-071-2/+1
* | Merge issue 1294232 patch from 3.2Nick Coghlan2011-10-231-20/+41
|\ \ | |/
| * Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...Nick Coghlan2011-10-231-20/+41
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-7/+7
* | Use GetAttrId directly. Proposed by Amaury.Martin v. Löwis2011-10-131-8/+1
* | Use identifier API for PyObject_GetAttrString.Martin v. Löwis2011-10-101-17/+20
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-3/+6
* | Use the new Py_ARRAY_LENGTH macroVictor Stinner2011-09-281-2/+2
* | Clean up a few tabs that went in with PEP393.Ezio Melotti2011-09-281-8/+8
* | Implement PEP 393.Martin v. Löwis2011-09-281-5/+13
* | make __doc__ mutable on heaptypes (closes #12773)Benjamin Peterson2011-08-171-1/+10
* | factor out common checks for setting special type attributesBenjamin Peterson2011-08-171-27/+19
* | crush other possible refleaks in this sectionBenjamin Peterson2011-08-171-0/+1
* | merge 3.2Benjamin Peterson2011-08-171-1/+3
|\ \ | |/
| * fix possible refleaksBenjamin Peterson2011-08-171-1/+3
* | complain when a class variable shadows a name in __slots__ (closes #12766)Benjamin Peterson2011-08-161-0/+6
* | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.Brian Curtin2011-08-111-12/+6
* | Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-1/+1
|\ \ | |/
| * Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-1/+1
| |\
| | * Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-1/+1
* | | Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-0/+2
|\ \ \ | |/ /
| * | Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-0/+2
* | | use a invalid name for the __class__ closure for super() (closes #12370)Benjamin Peterson2011-06-201-1/+1
* | | indicate return value on __dir__ methodsBenjamin Peterson2011-05-241-2/+2
* | | merge 3.2Benjamin Peterson2011-05-241-3/+3
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-05-241-3/+3
| |\ \ | | |/
| | * use '->' to indicate return valuesBenjamin Peterson2011-05-241-3/+3
* | | move specialized dir implementations into __dir__ methods (closes #12166)Benjamin Peterson2011-05-241-0/+127
* | | #11565: Merge with 3.2.Ezio Melotti2011-03-161-2/+2
|\ \ \ | |/ /
| * | #11565: Merge with 3.1.Ezio Melotti2011-03-161-2/+2
| |\ \ | | |/
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-2/+2
| | * Merged revisions 88069 via svnmerge fromBenjamin Peterson2011-01-171-1/+0
| | * Merged revisions 88066 via svnmerge fromBenjamin Peterson2011-01-171-1/+1
| | * Merged revisions 88063 via svnmerge fromBenjamin Peterson2011-01-171-4/+2
| | * Merged revisions 87960 via svnmerge fromBenjamin Peterson2011-01-121-2/+2
| | * Merged revisions 87952-87954 via svnmerge fromBenjamin Peterson2011-01-121-2/+11
| | * Merged revisions 85193 via svnmerge fromBenjamin Peterson2010-10-031-2/+2
| | * Merged revisions 85154,85182 via svnmerge fromBenjamin Peterson2010-10-021-2/+5
| | * Merged revisions 84984 via svnmerge fromMark Dickinson2010-09-231-4/+0
| | * Merged revisions 84320 via svnmerge fromBenjamin Peterson2010-08-251-2/+2
| | * Merged revisions 84106 via svnmerge fromAlexander Belopolsky2010-08-161-2/+2
| | * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-4779/+4779
| | * Merged revisions 78875 via svnmerge fromVictor Stinner2010-03-211-4/+9
| | * Merged revisions 73868 via svnmerge fromAmaury Forgeot d'Arc2009-07-071-4/+2