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
*
set tp_new from the class in the hierarchy that actually owns the descriptor ...
Benjamin Peterson
2016-01-19
1
-1/+1
*
Comment out some tests that won't pass now that we've reverted the
Barry Warsaw
2016-01-11
1
-27/+0
*
Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
Barry Warsaw
2016-01-11
1
-0/+9
*
Issue #25961: Disallowed null characters in the type name.
Serhiy Storchaka
2015-12-30
1
-28/+17
*
Issue #22995: Instances of extension types with a state that aren't
Serhiy Storchaka
2015-12-25
1
-15/+36
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-6/+3
*
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka
2015-11-25
1
-0/+3
|
\
|
*
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka
2015-11-25
1
-0/+3
*
|
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0/+6
|
\
\
|
|
/
|
*
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0/+12
*
|
Merge typo fixes from 3.4 into 3.5
Martin Panter
2015-10-07
1
-1/+1
|
\
\
|
|
/
|
*
Various minor typos in documentation and comments
Martin Panter
2015-10-07
1
-1/+1
*
|
merge 3.4 (#24806)
Benjamin Peterson
2015-10-07
1
-6/+6
|
\
\
|
|
/
|
*
prevent unacceptable bases from becoming bases through multiple inheritance (...
Benjamin Peterson
2015-10-07
1
-6/+6
*
|
Issue #24912: Prevent __class__ assignment to immutable built-in objects.
Guido van Rossum
2015-09-05
1
-0/+59
*
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-1/+1
*
|
Fixed indentation of Python examples in C comments.
Serhiy Storchaka
2015-06-10
1
-1/+1
|
\
\
|
|
/
|
*
Fixed indentation of Python examples in C comments.
Serhiy Storchaka
2015-06-10
1
-1/+1
|
*
Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of
Serhiy Storchaka
2015-03-22
1
-5/+8
*
|
Issue #24268: Address some PEP 489 refleaks
Nick Coghlan
2015-05-23
1
-5/+10
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-10/+81
*
|
Issue #20586: Argument Clinic now ensures signatures on functions without doc...
Zachary Ware
2015-04-13
1
-1/+1
*
|
Issue #23726: Don't enable GC for user subclasses of non-GC types that don't ...
Antoine Pitrou
2015-04-13
1
-3/+4
*
|
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-1/+1
*
|
Fixed a typo.
Serhiy Storchaka
2015-03-01
1
-1/+1
*
|
Issue #20204: Deprecation warning is now raised for builtin type without the
Serhiy Storchaka
2015-03-01
1
-0/+6
*
|
Fix definition mismatch for type_is_subtype_base_chain.
Steve Dower
2015-02-06
1
-1/+1
|
\
\
|
|
/
|
*
Fix definition mismatch for type_is_subtype_base_chain.
Steve Dower
2015-02-06
1
-1/+1
*
|
merge 3.4 (#22735)
Benjamin Peterson
2015-02-06
1
-252/+391
|
\
\
|
|
/
|
*
fix many custom mro() edge cases and improve code quality (#22735)
Benjamin Peterson
2015-02-06
1
-253/+392
*
|
allow changing __class__ between a heaptype and non-heaptype in some cases (c...
Benjamin Peterson
2015-01-30
1
-26/+37
*
|
Issue #22079: PyType_Ready() now checks that statically allocated type has
Serhiy Storchaka
2015-01-28
1
-0/+14
|
\
\
|
|
/
|
*
Issue #22079: PyType_Ready() now checks that statically allocated type has
Serhiy Storchaka
2015-01-28
1
-0/+14
*
|
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka
2015-01-26
1
-2/+7
|
\
\
|
|
/
|
*
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka
2015-01-26
1
-2/+7
*
|
Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX
Serhiy Storchaka
2014-12-16
1
-98/+62
*
|
merge 3.4 (#22954)
Benjamin Peterson
2014-11-27
1
-1/+1
|
\
\
|
|
/
|
*
remove tautological condition (closes #22954)
Benjamin Peterson
2014-11-27
1
-1/+1
*
|
Issue #22847: Improve method cache efficiency.
Antoine Pitrou
2014-11-14
1
-4/+36
*
|
merge with 3.4
Georg Brandl
2014-10-31
1
-2/+2
|
\
\
|
|
/
|
*
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
Georg Brandl
2014-10-31
1
-2/+2
*
|
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner
2014-08-15
1
-3/+4
*
|
Issue #22082: Fix a compiler warning (function is not a prototype)
Victor Stinner
2014-07-27
1
-2/+2
*
|
Issue #22082: Clear interned strings in slotdefs.
Martin v. Löwis
2014-07-26
1
-3/+17
*
|
slotdefs is no longer sorted.
Martin v. Löwis
2014-07-26
1
-1/+1
*
|
(Merge 3.4) Issue #21418: Fix a crash in the builtin function super() when
Victor Stinner
2014-05-12
1
-2/+9
|
\
\
|
|
/
|
*
Issue #21418: Fix a crash in the builtin function super() when called without
Victor Stinner
2014-05-12
1
-2/+9
*
|
Merge typo fix from 3.4
Zachary Ware
2014-04-18
1
-1/+1
|
\
\
|
|
/
|
*
Fix a typo in the docstring of nb_index.
Zachary Ware
2014-04-18
1
-1/+1
[next]