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
*
bpo-36974: add some assertions for PEP 590 (GH-13682)
Jeroen Demeyer
2019-06-02
1
-0/+14
*
bpo-37012: Clean up special cases in PyType_FromSpecWithBases slot assignment...
Petr Viktorin
2019-06-02
1
-9/+11
*
bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)
Petr Viktorin
2019-06-02
1
-10/+14
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
1
-1/+1
*
bpo-37108: Support super with methods that use positional-only arguments (GH-...
Pablo Galindo
2019-05-31
1
-1/+1
*
bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546)
Zackery Spytz
2019-05-31
1
-1/+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-7/+6
*
bpo-36974: inherit the vectorcall protocol (GH-13498)
Jeroen Demeyer
2019-05-30
1
-0/+11
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-7/+4
*
bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606)
Zackery Spytz
2019-05-28
1
-1/+1
*
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Jeroen Demeyer
2019-05-28
1
-1/+10
*
bpo-28866: No type cache for types with specialized mro, invalidation is hard...
Julien Palard
2019-05-26
1
-8/+30
*
bpo-20285: Improve help docs for object (GH-4759)
Cheryl Sabella
2019-05-24
1
-1/+6
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+11
*
closes bpo-36951: Correct some types in the type_members struct in typeobject...
Zackery Spytz
2019-05-20
1
-3/+3
*
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer
2019-05-10
1
-72/+2
*
Fix a possible crash due to PyType_FromSpecWithBases() (GH-10304)
Zackery Spytz
2019-05-09
1
-0/+1
*
Only count number of members once (#12691)
Eddie Elizondo
2019-05-06
1
-0/+1
*
bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803)
Victor Stinner
2019-04-12
1
-5/+6
*
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Eddie Elizondo
2019-03-27
1
-3/+0
*
closes bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045)
Benjamin Peterson
2019-02-26
1
-0/+2
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-76/+158
*
bpo-36012: Avoid linear slot search for non-dunder methods (GH-11907)
Stefan Behnel
2019-02-20
1
-13/+38
*
bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-...
Sanyam Khurana
2019-02-19
1
-3/+6
*
bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438)
Xtreak
2018-12-21
1
-1/+1
*
bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751)
Serhiy Storchaka
2018-11-27
1
-2/+2
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-3/+3
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
1
-0/+1
*
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (G...
Eddie Elizondo
2018-11-13
1
-4/+24
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
1
-2/+2
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
1
-3/+3
*
bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108)
Victor Stinner
2018-10-26
1
-3/+7
*
bpo-9263: Use _PyObject_ASSERT() in typeobject.c (GH-10111)
Victor Stinner
2018-10-26
1
-10/+13
*
bpo-25750: fix refcounts in type_getattro() (GH-6118)
jdemeyer
2018-09-07
1
-6/+11
*
closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before dereferen...
Alexey Izbyshev
2018-08-25
1
-4/+9
*
closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init()...
Alexey Izbyshev
2018-08-24
1
-0/+3
*
Fix typo in __mul__ and __rmul__ docstring (GH-6674)
Grant Jenks
2018-05-08
1
-2/+2
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-04
1
-1/+1
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
1
-18/+9
*
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
Serhiy Storchaka
2018-01-04
1
-2/+15
*
Fix outdated comment in typeobject.c (GH-5090)
Berker Peksag
2018-01-04
1
-1/+1
*
bpo-32385: Clean up the C3 MRO algorithm implementation. (#4942)
Serhiy Storchaka
2017-12-20
1
-77/+64
*
bpo-32379: Faster MRO computation for single inheritance (#4932)
Antoine Pitrou
2017-12-20
1
-4/+36
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-1/+1
*
bpo-32226: Implementation of PEP 560 (core components) (#4732)
Ivan Levkivskyi
2017-12-14
1
-0/+21
*
bpo-31506: Improve the error message logic for class instantiation (GH-4740)
Sanyam Khurana
2017-12-10
1
-3/+3
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-1/+1
*
bpo-31336: Speed up type creation. (#3279)
scoder
2017-10-01
1
-52/+108
[next]