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
/
classobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Made builtins int(), long(), float(), oct() and hex() more generic.
Guido van Rossum
1992-09-12
1
-0/+11
*
classobject.c moduleobject.c stdwinmodule.c xxobject.c:
Guido van Rossum
1992-09-04
1
-4/+14
*
Compare instance methods by comparing the object and the function.
Guido van Rossum
1992-09-03
1
-1/+11
*
* macmodule.c: include allobjects.h, not .c
Guido van Rossum
1992-08-14
1
-5/+5
*
* classobject.[ch], {float,long,int}object.c, bltinmodule.c:
Guido van Rossum
1992-08-14
1
-56/+56
*
Changes so that user-defined classes can implement operations invoked
Guido van Rossum
1992-08-12
1
-7/+494
*
Don't allow assignment to attributes named __*__
Guido van Rossum
1992-04-05
1
-2/+16
*
Silence lint
Guido van Rossum
1992-03-27
1
-2/+2
*
The cl_bases member of a class object is now never NULL.
Guido van Rossum
1991-12-10
1
-8/+15
*
Deleted unused local variable.
Guido van Rossum
1991-11-19
1
-1/+0
*
Add several secret __*__ attributes
Guido van Rossum
1991-10-20
1
-9/+50
*
Renamed class methods to instance methods (which they are)
Guido van Rossum
1991-05-05
1
-59/+59
*
Rename class methods to instance methods (at least where user-visible)
Guido van Rossum
1991-04-16
1
-3/+3
*
Change ugly 'class member' to more normal 'instance'.
Guido van Rossum
1991-04-04
1
-19/+19
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-16/+21
*
New errors.
Guido van Rossum
1990-10-21
1
-6/+6
*
(Some) new error handling.
Guido van Rossum
1990-10-14
1
-1/+2
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+268
[prev]