| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove legacy use of __SC__; no longer needed now that ANSI source is | Fred Drake | 2000-07-09 | 1 | -5/+0 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -70/+29 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -3/+3 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -2/+2 |
|
|
* | This patch addresses two main issues: (1) There exist some non-fatal | Fred Drake | 2000-06-29 | 1 | -10/+11 |
|
|
* | 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/+16 |
|
|
* | Many changes for Unicode, by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -8/+15 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -1/+1 |
|
|
* | Implement the other easy thing: repr() of a float now uses %.17g, | Guido van Rossum | 1999-12-23 | 1 | -6/+43 |
|
|
* | Mainlining the string_methods branch. See branch revision log | Barry Warsaw | 1999-10-12 | 1 | -0/+51 |
|
|
* | Tim Peters writes: | Guido van Rossum | 1999-05-06 | 1 | -7/+19 |
|
|
* | Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; if | Guido van Rossum | 1999-03-19 | 1 | -5/+17 |
|
|
* | Vladimir has restructured his code somewhat so that the blocks are now | Guido van Rossum | 1999-03-12 | 1 | -25/+50 |
|
|
* | OK, try again. Vladimir gave me a fix for the alignment bus error, | Guido van Rossum | 1999-03-12 | 1 | -7/+56 |
|
|
* | Alas, Vladimir's patch caused a bus error (probably double | Guido van Rossum | 1999-03-11 | 1 | -56/+7 |
|
|
* | Patch by Vladimir Marangoz to allow freeing of the allocated blocks of | Guido van Rossum | 1999-03-10 | 1 | -7/+56 |
|
|
* | Hack suggested by Matthias Klose to pull in all relevant entry points | Guido van Rossum | 1997-10-31 | 1 | -0/+10 |
|
|
* | Added _Fini() routines to free up some memory | Guido van Rossum | 1997-08-05 | 1 | -0/+6 |
|
|
* | Faster floating point allocator, same idea as the int allocator. | Guido van Rossum | 1997-05-13 | 1 | -7/+29 |
|
|
* | Quickly renamed the last directory. | Guido van Rossum | 1997-05-02 | 1 | -115/+116 |
|
|
* | New form of PyFPE_END_PROTECT macro. | Guido van Rossum | 1997-03-14 | 1 | -10/+10 |
|
|
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -4/+33 |
|
|
* | New, better hash for floating point and complex | Guido van Rossum | 1997-01-11 | 1 | -2/+9 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Get rid of bogus MSC_VER undef of CHECK() | Guido van Rossum | 1996-09-11 | 1 | -4/+0 |
|
|
* | Test for negative # to the nonintegral float power here. | Guido van Rossum | 1996-08-16 | 1 | -15/+12 |
|
|
* | Correct wrong calculation of pow(0.0, 0.0, negative_number) | Guido van Rossum | 1996-08-09 | 1 | -5/+6 |
|
|
* | Different logic for defining CHECK(); 16-bit MSC specific define. | Guido van Rossum | 1996-06-26 | 1 | -2/+8 |
|
|
* | make some things static | Guido van Rossum | 1996-05-24 | 1 | -2/+2 |
|
|
* | better power implementation | Guido van Rossum | 1996-01-12 | 1 | -18/+54 |
|
|
* | for MPW __SC__ compiler | Guido van Rossum | 1995-02-27 | 1 | -2/+6 |
|
|
* | NeXT/Sparc 3.3 fix | Guido van Rossum | 1995-02-13 | 1 | -1/+13 |
|
|
* | use Py_CHARMASK; and don't check for neg. float to the float power here | Guido van Rossum | 1995-02-10 | 1 | -5/+1 |
|
|
* | don't declare fmod/pow for any STDC compiler | Guido van Rossum | 1995-01-17 | 1 | -1/+1 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -3/+3 |
|
|
* | Lots of minor changes. Note for mappingobject.c: the hash table pointer | Guido van Rossum | 1995-01-02 | 1 | -1/+0 |
|
|
* | * Include/classobject.h, Objects/classobject.c, Python/ceval.c: | Guido van Rossum | 1994-09-28 | 1 | -2/+17 |
|
|
* | New patches by Andrew to fix various problems | Guido van Rossum | 1994-08-12 | 1 | -5/+24 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -25/+54 |
|
|
* | * Extended X interface: pixmap objects, colormap objects visual objects, | Sjoerd Mullender | 1993-10-11 | 1 | -1/+1 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 1 | -4/+0 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -2/+2 |
|
|
* | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 1 | -0/+6 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -0/+33 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -12/+4 |
|
|
* | Made builtins int(), long(), float(), oct() and hex() more generic. | Guido van Rossum | 1992-09-12 | 1 | -0/+32 |
|
|
* | * classobject.[ch], {float,long,int}object.c, bltinmodule.c: | Guido van Rossum | 1992-08-14 | 1 | -0/+20 |
|
|