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
/
object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix dusty debugging macros
Guido van Rossum
1995-03-29
1
-1/+1
*
make size arg signed
Guido van Rossum
1995-02-10
1
-1/+1
*
move callable() here
Guido van Rossum
1995-01-26
1
-0/+29
*
fix strobject() behavior
Guido van Rossum
1995-01-17
1
-2/+4
*
properly implement cmp() for class instances
Guido van Rossum
1995-01-12
1
-0/+31
*
move coerce() from bltinmodule.c to object.c and implement builtin_coerce() d...
Guido van Rossum
1995-01-10
1
-0/+33
*
attribute-less object is AttributeError, not TypeError
Guido van Rossum
1995-01-07
1
-1/+1
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Lots of minor changes. Note for mappingobject.c: the hash table pointer
Guido van Rossum
1995-01-02
1
-13/+7
*
rearranged code in debugging version of DELREF to avoid touching data
Guido van Rossum
1994-09-07
1
-1/+2
*
Merge back to main trunk
Guido van Rossum
1994-08-30
1
-8/+4
*
* mpzmodule.c: removed redundant mpz_print function.
Guido van Rossum
1993-11-05
1
-1/+35
*
import.c: When something is wrong with the .pyc, properly open the .py
Sjoerd Mullender
1993-10-25
1
-8/+9
*
Several optimizations and speed improvements.
Sjoerd Mullender
1993-10-22
1
-0/+2
*
intobject.c: Save references to small integers, so that they can be
Sjoerd Mullender
1993-10-15
1
-2/+8
*
* Extended X interface: pixmap objects, colormap objects visual objects,
Sjoerd Mullender
1993-10-11
1
-2/+38
*
* accessobject.c (ownercheck): allow a base class access to protected
Guido van Rossum
1993-07-11
1
-0/+14
*
* pythonrun.c: Print exception type+arg *after* stack trace instead of
Guido van Rossum
1993-05-12
1
-0/+23
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2/+17
*
* Makefile: added IMGFILE; moved some stuff around.
Guido van Rossum
1992-09-17
1
-12/+1
*
If a type has a repr function but no print function, printing it now
Guido van Rossum
1992-09-03
1
-5/+34
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Fix lint bug
Guido van Rossum
1992-03-27
1
-1/+3
*
Change error messages for impossible assignment slightly.
Guido van Rossum
1991-12-24
1
-2/+4
*
Use IOError.
Guido van Rossum
1991-12-10
1
-1/+1
*
Check for write errors after printing a value
Guido van Rossum
1991-07-27
1
-2/+10
*
Change cmpobject() to coerce numerical values before comparing them
Guido van Rossum
1991-07-01
1
-2/+17
*
printobject now returns an error code
Guido van Rossum
1991-06-07
1
-57/+31
*
Enabled (and fixed) newvarobject()
Guido van Rossum
1991-05-05
1
-5/+1
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
Return -1 for errors.
Guido van Rossum
1990-12-20
1
-1/+1
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-26/+95
*
Removed redundant prototype for err_nomem().
Guido van Rossum
1990-11-02
1
-2/+4
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+195