| Commit message (Expand) | Author | Age | Files | Lines |
* | Rich comparisons fall-out: | Guido van Rossum | 2001-01-17 | 1 | -17/+1 |
|
|
* | Make long a new style number type. Sequence repeat is now done here | Neil Schemenauer | 2001-01-04 | 1 | -76/+262 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -4/+4 |
|
|
* | SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather than | Tim Peters | 2000-10-06 | 1 | -2/+6 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. | Tim Peters | 2000-08-15 | 1 | -1/+1 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -1/+0 |
|
|
* | Cray J90 fixes for long ints. | Tim Peters | 2000-07-08 | 1 | -5/+8 |
|
|
* | The tail end of x_sub implicitly assumed that an unsigned short | Tim Peters | 2000-07-08 | 1 | -0/+1 |
|
|
* | Got RID of redundant coercions in longobject.c (as spotted by Greg | Tim Peters | 2000-07-08 | 1 | -6/+3 |
|
|
* | Some cleanup of longs in prepartion for Cray J90 fixes: got | Tim Peters | 2000-07-07 | 1 | -241/+105 |
|
|
* | 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-01 | 1 | -2/+2 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -1/+1 |
|
|
* | Simple optimization by Christian Tismer, who gives credit to Lenny | Guido van Rossum | 2000-04-10 | 1 | -0/+9 |
|
|
* | Marc-Andre's third try at this bulk patch seems to work (except that | Guido van Rossum | 2000-04-05 | 1 | -7/+34 |
|
|
* | long_format(): Now takes a third parameter, addL; iff true, a | Fred Drake | 1999-12-23 | 1 | -9/+19 |
|
|
* | Fix PR#66. Solution: add error checking around l_divmod() calls in | Guido van Rossum | 1999-10-11 | 1 | -4/+18 |
|
|
* | Patch by Tim Peters fixing PR#89: | Guido van Rossum | 1999-09-27 | 1 | -0/+5 |
|
|
* | PyLong_FromString(): Nailed a small memory leak. In the str==start | Barry Warsaw | 1999-01-27 | 1 | -0/+1 |
|
|
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -18/+0 |
|
|
* | Remove unreachable code. (Sjoerd) | Guido van Rossum | 1998-10-09 | 1 | -8/+0 |
|
|
* | Patches from Greg Stein to support 'P' format in struct module's | Guido van Rossum | 1998-09-18 | 1 | -0/+55 |
|
|
* | Undo victim of careless global substitute ("long long_hash" was | Guido van Rossum | 1998-09-13 | 1 | -1/+1 |
|
|
* | Patch by Mark Hammond to support 64-bit ints on MS platforms. | Guido van Rossum | 1998-08-25 | 1 | -22/+22 |
|
|
* | Two patches by Jason Harper: | Guido van Rossum | 1998-08-11 | 1 | -37/+96 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+192 |
|
|
* | Fix a potential problem in PyLong_FromString(): could fall through the | Guido van Rossum | 1998-08-04 | 1 | -0/+2 |
|
|
* | Add check in long-to-int conversion for at least one digit. | Guido van Rossum | 1998-06-22 | 1 | -0/+7 |
|
|
* | Subject: Buglet in PyLong_AsLong | Guido van Rossum | 1998-05-26 | 1 | -9/+19 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -1/+1 |
|
|
* | Quickly renamed the last directory. | Guido van Rossum | 1997-05-02 | 1 | -348/+360 |
|
|
* | Tweaks to keep the Microsoft compiler quiet. | Guido van Rossum | 1997-04-09 | 1 | -14/+14 |
|
|
* | New long_lshift, without restriction on size of shift count, by Tim Peters. | Guido van Rossum | 1997-03-16 | 1 | -26/+22 |
|
|
* | New form of PyFPE_END_PROTECT macro. | Guido van Rossum | 1997-03-14 | 1 | -1/+1 |
|
|
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -2/+6 |
|
|
* | Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong(). | Guido van Rossum | 1997-01-03 | 1 | -0/+56 |
|
|
* | Fix newlongobject so it will work for 64-bit as well as 32-bit hardware | Guido van Rossum | 1996-12-05 | 1 | -12/+15 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | changes for MPW | Guido van Rossum | 1995-03-04 | 1 | -1/+5 |
|
|
* | use Py_CHARMASK; and don't check for neg. float to the float power here | Guido van Rossum | 1995-02-10 | 1 | -2/+2 |
|
|
* | long_scan is no longer used | Guido van Rossum | 1995-01-17 | 1 | -0/+2 |
|
|
* | fix memory leak and null pointer dereference | Guido van Rossum | 1995-01-10 | 1 | -2/+4 |
|
|
* | 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 |
|
|
* | * Include/classobject.h, Objects/classobject.c, Python/ceval.c: | Guido van Rossum | 1994-09-28 | 1 | -1/+1 |
|
|
* | New patches by Andrew to fix various problems | Guido van Rossum | 1994-08-29 | 1 | -33/+67 |
|
|
* | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 | 1 | -0/+1 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -2/+2 |
|
|