| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace PyErr_BadArgument() error in PyInt_AsLong() with "an integer | Guido van Rossum | 2000-05-09 | 1 | -1/+1 |
| * | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -8/+6 |
| * | Marc-Andre's third try at this bulk patch seems to work (except that | Guido van Rossum | 2000-04-05 | 1 | -0/+18 |
| * | Many changes for Unicode, by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -1/+1 |
| * | In response to one particular complaint on edu-sig, change some error | Guido van Rossum | 2000-02-15 | 1 | -3/+3 |
| * | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -1/+1 |
| * | Mainlining the string_methods branch. See branch revision log | Barry Warsaw | 1999-10-12 | 1 | -0/+43 |
| * | Patch by Tim Peters fixing PR#88: | Guido van Rossum | 1999-09-27 | 1 | -1/+7 |
| * | Fix a problem with Vladimir's PyInt_Fini code: clear the free list; if | Guido van Rossum | 1999-03-19 | 1 | -5/+27 |
| * | Vladimir has restructured his code somewhat so that the blocks are now | Guido van Rossum | 1999-03-12 | 1 | -26/+47 |
| * | Patch by Vladimir Marangoz to allow freeing of the allocated blocks of | Guido van Rossum | 1999-03-10 | 1 | -15/+64 |
| * | Added _Fini() routines to free up some memory | Guido van Rossum | 1997-08-05 | 1 | -0/+17 |
| * | Quickly renamed the last directory. | Guido van Rossum | 1997-05-02 | 1 | -156/+163 |
| * | Increased buffer sizes used by hex() and oct() -- on 64-bit or 128-bit | Guido van Rossum | 1997-01-14 | 1 | -2/+2 |
| * | Changed hex() and oct() again, to never emit a '-' sign. | Guido van Rossum | 1997-01-12 | 1 | -7/+2 |
| * | Subtle change to hex/oct formatting so the largest negative number | Guido van Rossum | 1997-01-10 | 1 | -2/+2 |
| * | Fix overflow test for multiply to catch some cases it missed. | Guido van Rossum | 1997-01-06 | 1 | -2/+4 |
| * | Fix core dump from pow(x,y,0). | Guido van Rossum | 1996-12-06 | 1 | -7/+9 |
| * | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| * | fix memory leak and null pointer dereference | Guido van Rossum | 1995-01-10 | 1 | -0/+2 |
| * | 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 | -1/+0 |
| * | mods by Andrew Kuchling to implement | Guido van Rossum | 1994-08-29 | 1 | -41/+240 |
| * | Added getmaxint() so sys can initialize sys.maxint. | Guido van Rossum | 1993-12-24 | 1 | -0/+6 |
| * | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 1 | -0/+2 |
| * | Changes to make range checks portable to 64-bit machines. | Guido van Rossum | 1993-10-26 | 1 | -3/+21 |
| * | intobject.c: Save references to small integers, so that they can be | Sjoerd Mullender | 1993-10-15 | 1 | -0/+37 |
| * | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 1 | -1/+1 |
| * | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 1 | -2/+2 |
| * | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -12/+20 |
| * | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -14/+4 |
| * | Made builtins int(), long(), float(), oct() and hex() more generic. | Guido van Rossum | 1992-09-12 | 1 | -0/+59 |
| * | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
| * | lint fix | Guido van Rossum | 1992-03-27 | 1 | -2/+3 |
| * | Make / and % do the same as divmod. | Guido van Rossum | 1992-01-19 | 1 | -117/+67 |
| * | Different shift implementation. | Guido van Rossum | 1992-01-14 | 1 | -2/+34 |
| * | Improved exceptions. | Guido van Rossum | 1991-12-10 | 1 | -13/+15 |
| * | Added shift and mask ops. | Guido van Rossum | 1991-10-24 | 1 | -1/+107 |
| * | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 1 | -1/+2 |
| * | Added nonzero test | Guido van Rossum | 1991-05-14 | 1 | -0/+8 |
| * | Added divmod and abs, fixed negative powers | Guido van Rossum | 1991-05-05 | 1 | -18/+70 |
| * | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| * | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -41/+73 |
| * | Fix zero division checks: return if it occurs! | Guido van Rossum | 1990-10-26 | 1 | -3/+3 |
| * | CHanged errors somewhat. | Guido van Rossum | 1990-10-21 | 1 | -3/+3 |
| * | New error handling. | Guido van Rossum | 1990-10-14 | 1 | -36/+37 |
| * | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+250 |