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
*
when an argument is a cell, set the local copy to NULL (see #17927)
Benjamin Peterson
2013-05-12
1
-3/+11
*
#17927: Keep frame from referencing cell-ified arguments.
Guido van Rossum
2013-05-10
1
-0/+4
*
Issue #17408: Avoid using an obsolete instance of the copyreg module when the...
Antoine Pitrou
2013-05-04
1
-5/+17
|
\
|
*
Issue #17408: Avoid using an obsolete instance of the copyreg module when the...
Antoine Pitrou
2013-05-04
1
-5/+17
*
|
Issue #16447: Merge fix from 3.3.
Mark Dickinson
2013-04-13
1
-1/+4
|
\
\
|
|
/
|
*
Issue #16447: Fix potential segfault when setting __name__ on a class.
Mark Dickinson
2013-04-13
1
-1/+4
*
|
merge 3.3 (#17610)
Benjamin Peterson
2013-04-01
1
-112/+99
|
\
\
|
|
/
|
*
list slotdefs in offset order rather than sorting them (closes #17610)
Benjamin Peterson
2013-04-01
1
-112/+99
*
|
Merge: #7963: fix error message when 'object' called with arguments.
R David Murray
2013-02-19
1
-1/+1
|
\
\
|
|
/
|
*
#7963: fix error message when 'object' called with arguments.
R David Murray
2013-02-19
1
-1/+1
|
|
\
|
|
*
#7963: fix error message when 'object' called with arguments.
R David Murray
2013-02-19
1
-2/+2
*
|
|
Issue #15422: get rid of PyCFunction_New macro
Andrew Svetlov
2012-12-25
1
-2/+2
*
|
|
Issue #9856: Replace deprecation warinigs to raising TypeError in object.__fo...
Andrew Svetlov
2012-12-23
1
-13/+4
*
|
|
merge 3.3
Benjamin Peterson
2012-10-31
1
-5/+6
|
\
\
\
|
|
/
/
|
*
|
do safety checks on __qualname__ assignment
Benjamin Peterson
2012-10-31
1
-0/+2
|
*
|
don't shadow the __qualname__ descriptor with __qualname__ in the class's __d...
Benjamin Peterson
2012-10-31
1
-5/+4
*
|
|
Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned
Victor Stinner
2012-10-30
1
-1/+1
|
/
/
*
|
Silence compiler warnings on Solaris 10 via explicit (void *) casts.
Trent Nelson
2012-09-19
1
-3/+3
|
\
\
|
|
/
|
*
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 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
|
\
\
|
|
/
|
*
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 #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-05
1
-0/+5
*
|
Make super() internal errors RuntimeError instead of SystemError (closes #15839)
Benjamin Peterson
2012-09-02
1
-7/+7
*
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-5/+7
|
\
\
|
|
/
|
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-5/+7
*
|
Try to fix crash on x86 OpenIndiana buildbot.
Antoine Pitrou
2012-06-23
1
-1/+2
*
|
Replace assert() with a more informative fatal error.
Antoine Pitrou
2012-06-23
1
-1/+6
*
|
Use struct member (ht_type) instead of casting pointers.
Antoine Pitrou
2012-06-23
1
-12/+12
*
|
Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.
Martin v. Löwis
2012-06-23
1
-4/+76
*
|
Issue #15142: Fix reference leak when deallocating instances of types created...
Antoine Pitrou
2012-06-23
1
-0/+6
|
\
\
|
|
/
|
*
Issue #15142: Fix reference leak when deallocating instances of types created...
Antoine Pitrou
2012-06-23
1
-0/+6
*
|
Close #14857: fix regression in references to PEP 3135 implicit __class__ clo...
Nick Coghlan
2012-05-27
1
-1/+1
*
|
Use size_t, not ssize_t (issue #14801).
Antoine Pitrou
2012-05-14
1
-1/+1
|
\
\
|
|
/
|
*
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
*
|
merge 3.2 (#14752)
Benjamin Peterson
2012-05-08
1
-2/+4
|
\
\
|
|
/
|
*
fix possible refleak (closes #14752)
Benjamin Peterson
2012-05-08
1
-2/+4
*
|
decref cached keys on type deallocation (#13903)
Benjamin Peterson
2012-04-27
1
-3/+5
*
|
Account for shared keys in type's __sizeof__ (#13903).
Martin v. Loewis
2012-04-24
1
-0/+18
*
|
merge 3.2 (#14658)
Benjamin Peterson
2012-04-24
1
-2/+3
|
\
\
|
|
/
|
*
don't use a slot wrapper from a different special method (closes #14658)
Benjamin Peterson
2012-04-24
1
-2/+3
*
|
Implement PEP 412: Key-sharing dictionaries (closes #13903)
Benjamin Peterson
2012-04-23
1
-1/+16
*
|
merge 3.2
Benjamin Peterson
2012-04-01
1
-13/+9
|
\
\
|
|
/
|
*
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
*
|
Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions
Victor Stinner
2012-03-26
1
-118/+85
[next]