summaryrefslogtreecommitdiffstats
path: root/Objects/intobject.c
Commit message (Expand)AuthorAgeFilesLines
* fix memory leak and null pointer dereferenceGuido van Rossum1995-01-101-0/+2
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of minor changes. Note for mappingobject.c: the hash table pointerGuido van Rossum1995-01-021-1/+0
* mods by Andrew Kuchling to implementGuido van Rossum1994-08-291-41/+240
* Added getmaxint() so sys can initialize sys.maxint.Guido van Rossum1993-12-241-0/+6
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-231-0/+2
* Changes to make range checks portable to 64-bit machines.Guido van Rossum1993-10-261-3/+21
* intobject.c: Save references to small integers, so that they can beSjoerd Mullender1993-10-151-0/+37
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-1/+1
* * Microscopic corrections to make things compile on the Cray APP.Guido van Rossum1993-04-071-2/+2
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-12/+20
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-14/+4
* Made builtins int(), long(), float(), oct() and hex() more generic.Guido van Rossum1992-09-121-0/+59
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* lint fixGuido van Rossum1992-03-271-2/+3
* Make / and % do the same as divmod.Guido van Rossum1992-01-191-117/+67
* Different shift implementation.Guido van Rossum1992-01-141-2/+34
* Improved exceptions.Guido van Rossum1991-12-101-13/+15
* Added shift and mask ops.Guido van Rossum1991-10-241-1/+107
* printobject now returns an error codeGuido van Rossum1991-06-071-1/+2
* Added nonzero testGuido van Rossum1991-05-141-0/+8
* Added divmod and abs, fixed negative powersGuido van Rossum1991-05-051-18/+70
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-41/+73
* Fix zero division checks: return if it occurs!Guido van Rossum1990-10-261-3/+3
* CHanged errors somewhat.Guido van Rossum1990-10-211-3/+3
* New error handling.Guido van Rossum1990-10-141-36/+37
* Initial revisionGuido van Rossum1990-10-141-0/+250