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
*
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
*
|
Issue #25961: Disallowed null characters in the type name.
Serhiy Storchaka
2015-12-30
1
-17/+15
|
\
\
|
|
/
|
*
Issue #25961: Disallowed null characters in the type name.
Serhiy Storchaka
2015-12-30
1
-28/+17
*
|
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Serhiy Storchaka
2015-12-27
1
-11/+2
*
|
Issue #22995: Instances of extension types with a state that aren't
Serhiy Storchaka
2015-12-25
1
-15/+36
|
\
\
|
|
/
|
*
Issue #22995: Instances of extension types with a state that aren't
Serhiy Storchaka
2015-12-25
1
-15/+36
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-5/+5
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-1/+1
*
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-6/+3
|
\
\
|
|
/
|
*
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 #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/+6
|
|
\
\
|
|
|
/
|
|
*
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0/+12
*
|
|
Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
Serhiy Storchaka
2015-10-10
1
-13/+3
*
|
|
Merge typo fixes from 3.5
Martin Panter
2015-10-07
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
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.5 (closes #24806)
Benjamin Peterson
2015-10-07
1
-6/+6
|
\
\
\
|
|
/
/
|
*
|
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. (Me...
Guido van Rossum
2015-09-05
1
-0/+59
|
\
\
\
|
|
/
/
|
*
|
Issue #24912: Prevent __class__ assignment to immutable built-in objects.
Guido van Rossum
2015-09-05
1
-0/+59
*
|
|
type_call() now detect bugs in type new and init
Victor Stinner
2015-09-03
1
-19/+27
|
/
/
*
|
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
[next]