index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
typeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #16447: Fix potential segfault when setting __name__ on a class.
Mark Dickinson
2013-04-13
1
-1/+5
*
list slotdefs in offset order rather than sorting them (closes #17610)
Benjamin Peterson
2013-04-07
1
-131/+114
*
#7963: fix error message when 'object' called with arguments.
R David Murray
2013-02-19
1
-2/+2
*
Improve tooltips by listing the most common argument pattern first.
Raymond Hettinger
2013-01-19
1
-1/+1
*
Fixed memory leak in error branch of object_repr which may leak a reference t...
Christian Heimes
2012-09-10
1
-1/+3
*
Fixed possible reference leak to mod when type_name() returns NULL
Christian Heimes
2012-09-10
1
-1/+3
*
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-05
1
-0/+5
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-5/+7
*
fix possible refleak (closes #14752)
Benjamin Peterson
2012-05-08
1
-2/+4
*
don't use a slot wrapper from a different special method (closes #14658)
Benjamin Peterson
2012-04-24
1
-2/+3
*
check to make sure the attribute is a string (#14334)
Benjamin Peterson
2012-03-16
1
-0/+7
*
allow cycles throught the __dict__ slot to be cleared (closes #1469629)
Benjamin Peterson
2012-03-08
1
-2/+7
*
Fix the fix for issue #12149: it was incorrect, although it had the side
Antoine Pitrou
2011-12-15
1
-8/+10
*
Issue #13161: fix doc strings of __i*__ operators
Eli Bendersky
2011-11-11
1
-11/+11
*
fix possible refleaks
Benjamin Peterson
2011-08-17
1
-1/+3
*
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Antoine Pitrou
2011-07-15
1
-1/+1
*
Issue #12149: Update the method cache after a type's dictionnary gets
Antoine Pitrou
2011-07-12
1
-0/+2
*
use '->' to indicate return values
Benjamin Peterson
2011-05-24
1
-3/+3
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-2/+2
*
Merged revisions 88069 via svnmerge from
Benjamin Peterson
2011-01-17
1
-1/+0
*
Merged revisions 88066 via svnmerge from
Benjamin Peterson
2011-01-17
1
-1/+1
*
Merged revisions 88063 via svnmerge from
Benjamin Peterson
2011-01-17
1
-4/+2
*
Merged revisions 87960 via svnmerge from
Benjamin Peterson
2011-01-12
1
-2/+2
*
Merged revisions 87952-87954 via svnmerge from
Benjamin Peterson
2011-01-12
1
-2/+11
*
Merged revisions 85193 via svnmerge from
Benjamin Peterson
2010-10-03
1
-2/+2
*
Merged revisions 85154 via svnmerge from
Benjamin Peterson
2010-10-02
1
-2/+5
*
Merged revisions 84320 via svnmerge from
Benjamin Peterson
2010-08-25
1
-2/+2
*
Merged revisions 84106 via svnmerge from
Alexander Belopolsky
2010-08-16
1
-2/+2
*
Fix comment typo.
Mark Dickinson
2010-06-05
1
-1/+1
*
Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return.
Mark Dickinson
2010-06-05
1
-4/+10
*
Issue #8627: remove out-of-date warning about overriding __cmp__
Mark Dickinson
2010-06-05
1
-7/+0
*
fix ref counting
Benjamin Peterson
2010-06-05
1
-1/+1
*
implement object.__format__ with PyObject_Format
Benjamin Peterson
2010-06-05
1
-12/+1
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-5106/+5106
*
Remove an unneeded assignment.
Brett Cannon
2010-05-05
1
-2/+2
*
Issue 7994: Make object.__format__ with a non-empty format string a PendingDe...
Eric Smith
2010-04-02
1
-3/+26
*
remove type_compare, since type_richcompare does the same trick
Benjamin Peterson
2009-12-16
1
-10/+1
*
fix the ignoring of __cmp__ method on metaclasses #7491
Benjamin Peterson
2009-12-13
1
-1/+5
*
properly lookup __instancecheck__ and __subclasscheck__
Benjamin Peterson
2009-05-16
1
-17/+4
*
can't handle classic classes here
Benjamin Peterson
2009-05-09
1
-0/+1
*
add _PyObject_LookupSpecial to handle fetching special method lookup
Benjamin Peterson
2009-05-08
1
-0/+8
*
fix a segfault when setting __class__ in __del__ #5283
Benjamin Peterson
2009-04-25
1
-0/+6
*
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
1
-2/+6
*
Fix a small nit in the error message if bool() falls back on __len__ and it r...
Georg Brandl
2009-03-15
1
-1/+5
*
fix building the core with --disable-unicode
Benjamin Peterson
2009-01-25
1
-0/+4
*
#4930: Slightly cleaner (and faster) code in type creation:
Amaury Forgeot d'Arc
2009-01-17
1
-2/+2
*
#3720: Interpreter crashes when an evil iterator removes its own next function.
Amaury Forgeot d'Arc
2009-01-12
1
-1/+5
*
when __getattr__ is a descriptor, call it correctly; fixes #4230
Benjamin Peterson
2008-11-17
1
-3/+36
*
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou
2008-08-26
1
-0/+45
*
generate py3k warnings on __getslice__, __delslice__, and __setslice__
Benjamin Peterson
2008-08-24
1
-5/+23
[next]