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
*
Avoid inefficient way to call functions without argument
Victor Stinner
2016-09-06
1
-4/+4
*
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
1
-1/+65
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
method_call() and slot_tp_new() now uses fast call
Victor Stinner
2016-08-24
1
-18/+5
*
Issue #27809: Use _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-15/+13
*
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-7/+7
*
Issue #27366: Fix init_subclass()
Victor Stinner
2016-08-20
1
-0/+5
*
slot_tp_iter() now uses fast call
Victor Stinner
2016-08-19
1
-6/+3
*
slot_nb_bool() now uses fast call
Victor Stinner
2016-08-19
1
-8/+2
*
Issue #27128: Cleanup slot_nb_bool()
Victor Stinner
2016-08-19
1
-25/+41
*
Issue #27128: slot_sq_item() uses fast call
Victor Stinner
2016-08-19
1
-10/+3
*
Issue #27128: Cleanup slot_sq_item()
Victor Stinner
2016-08-19
1
-25/+33
*
call_method() and call_maybe() now use fast call
Victor Stinner
2016-08-19
1
-20/+26
*
Cleanup call_method() and call_maybe()
Victor Stinner
2016-08-19
1
-14/+12
*
Merge 3.5 (fix refleak in call_maybe())
Victor Stinner
2016-08-19
1
-1/+3
|
\
|
*
Fix a refleak in call_maybe()
Victor Stinner
2016-08-19
1
-1/+3
*
|
Merge 3.5 (fix refleak in call_method)
Victor Stinner
2016-08-19
1
-1/+3
|
\
\
|
|
/
|
*
Fix a refleak in call_method()
Victor Stinner
2016-08-19
1
-1/+3
*
|
contains and rich compare slots use fast call
Victor Stinner
2016-08-19
1
-16/+4
*
|
Issue #27157: Make only type() itself accept the one-argument form
Berker Peksag
2016-08-19
1
-4/+6
*
|
Anti-registration of various ABC methods.
Guido van Rossum
2016-08-18
1
-0/+14
*
|
Merge spelling and grammar fixes from 3.5
Martin Panter
2016-08-05
1
-1/+1
|
\
\
|
|
/
|
*
Fix spelling and grammar in documentation and code comments
Martin Panter
2016-08-04
1
-1/+1
*
|
Issue #27366: Tweak PEP 487 documentation
Berker Peksag
2016-07-30
1
-4/+3
*
|
Issue #27366: Implement PEP 487
Nick Coghlan
2016-07-30
1
-7/+92
*
|
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Benjamin Peterson
2016-07-14
1
-3/+3
*
|
merge 3.5 (#27248)
Benjamin Peterson
2016-07-07
1
-3/+9
|
\
\
|
|
/
|
*
fix refleaks in PyDict_SetItem error cases (closes #27248)
Benjamin Peterson
2016-07-07
1
-3/+9
*
|
Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Serhiy Storchaka
2016-06-05
1
-1/+3
|
\
\
|
|
/
|
*
Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Serhiy Storchaka
2016-06-05
1
-1/+3
*
|
Issue #25548: Showing memory address of class objects in repl
Kushal Das
2016-06-04
1
-3/+3
*
|
merge 3.5
Benjamin Peterson
2016-05-28
1
-1/+1
|
\
\
|
|
/
|
*
backout 3c9512d8ac0d
Benjamin Peterson
2016-05-28
1
-1/+1
*
|
Issue #27118: Clean up Py_XINCREF/Py_XDECREF in typeobject.c.
Serhiy Storchaka
2016-05-25
1
-5/+4
*
|
Fix typos. Reported by andportnoy on GitHub.
Berker Peksag
2016-04-29
1
-1/+1
*
|
Merge doc and comment fixes from 3.5
Martin Panter
2016-04-19
1
-2/+2
|
\
\
|
|
/
|
*
Fix spelling (inital), grammar (may translates) in documentation, comments
Martin Panter
2016-04-19
1
-2/+2
*
|
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
Serhiy Storchaka
2016-04-13
1
-3/+3
|
\
\
|
|
/
|
*
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
Serhiy Storchaka
2016-04-13
1
-3/+3
*
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-3/+3
|
\
\
|
|
/
|
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-3/+3
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-5/+5
|
\
\
|
|
/
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-4/+4
*
|
merge 3.5 (#25731)
Benjamin Peterson
2016-01-19
1
-1/+1
|
\
\
|
|
/
|
*
set tp_new from the class in the hierarchy that actually owns the descriptor ...
Benjamin Peterson
2016-01-19
1
-1/+1
*
|
As per further discussion, re-enable the typeobject.c guard for picklability.
Barry Warsaw
2016-01-11
1
-9/+0
|
\
\
|
|
/
|
*
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 #22995: [UPDATE] Comment out the one of the pickleability tests in
Barry Warsaw
2016-01-11
1
-0/+9
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
1
-4/+2
[next]