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
*
Silence compiler warnings on Solaris 10 via explicit (void *) casts.
Trent Nelson
2012-09-19
1
-3/+3
*
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
*
Issue #15142: Fix reference leak when deallocating instances of types created...
Antoine Pitrou
2012-06-23
1
-0/+6
*
Remove tab characters
Antoine Pitrou
2012-05-14
1
-8/+8
*
Use size_t, not ssize_t (issue #14801).
Antoine Pitrou
2012-05-14
1
-1/+1
*
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
*
adjust formatting
Benjamin Peterson
2012-04-01
1
-5/+5
*
remove extraneous condition
Benjamin Peterson
2012-04-01
1
-6/+4
*
be consistent with rest of function
Benjamin Peterson
2012-04-01
1
-2/+1
*
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
*
ready types returned from PyType_FromSpec
Benjamin Peterson
2012-01-30
1
-0/+3
*
adjust declaration
Benjamin Peterson
2012-01-30
1
-1/+2
*
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
-10/+10
*
Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...
Nick Coghlan
2011-10-23
1
-20/+41
*
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 #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
*
|
merge 3.1
Benjamin Peterson
2011-05-24
1
-3/+3
|
\
\
|
|
/
|
*
use '->' to indicate return values
Benjamin Peterson
2011-05-24
1
-3/+3
*
|
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-2/+2
|
\
\
|
|
/
|
*
#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,85182 via svnmerge from
Benjamin Peterson
2010-10-02
1
-2/+5
|
*
Merged revisions 84984 via svnmerge from
Mark Dickinson
2010-09-23
1
-4/+0
|
*
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
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-4779/+4779
|
*
Merged revisions 78875 via svnmerge from
Victor Stinner
2010-03-21
1
-4/+9
|
*
Merged revisions 73868 via svnmerge from
Amaury Forgeot d'Arc
2009-07-07
1
-4/+2
*
|
Merged revisions 88456 via svnmerge from
Martin v. Löwis
2011-02-21
1
-0/+2
*
|
#11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a...
Georg Brandl
2011-02-19
1
-0/+11
*
|
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Martin v. Löwis
2011-02-05
1
-0/+6
*
|
remove unneeded assertion
Benjamin Peterson
2011-01-17
1
-1/+0
*
|
correct assertion
Benjamin Peterson
2011-01-17
1
-1/+1
*
|
turn some checks into assertions, since they are implied by the caller
Benjamin Peterson
2011-01-17
1
-4/+2
*
|
use PyErr_SetString instead of PyErr_Format
Benjamin Peterson
2011-01-12
1
-2/+2
*
|
don't segfault on deleting __abstractmethods__ #10892
Benjamin Peterson
2011-01-12
1
-2/+11
*
|
Issue #9566: use Py_ssize_t instead of int
Victor Stinner
2011-01-04
1
-3/+3
[next]