| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 1 | -12/+0 |
|
|
* | Bugfix candidate. | Guido van Rossum | 2002-02-01 | 1 | -1/+1 |
|
|
* | SF bug #488480: integer multiply to return -max_int-1. | Tim Peters | 2001-12-04 | 1 | -127/+63 |
|
|
* | SF bug #487743: test_builtin fails on 64 bit platform. | Tim Peters | 2001-12-01 | 1 | -1/+1 |
|
|
* | PyInt_FromString(), int_repr(), int_oct(), int_hex(): Conversion of | Barry Warsaw | 2001-11-28 | 1 | -5/+7 |
|
|
* | Add additional coercion support for "self subtypes" to int, long, | Guido van Rossum | 2001-09-19 | 1 | -1/+12 |
|
|
* | A fix for SF bug #461546 (bug in long_mul). | Guido van Rossum | 2001-09-15 | 1 | -4/+6 |
|
|
* | More bug 460020. When I is a subclass of int, disable the +I(whatever), | Tim Peters | 2001-09-11 | 1 | -10/+10 |
|
|
* | Replace a few places where X->ob_type was compared to &PyXXX_Type with | Guido van Rossum | 2001-09-11 | 1 | -4/+4 |
|
|
* | Make the error msgs in our pow() implementations consistent. | Tim Peters | 2001-09-05 | 1 | -3/+3 |
|
|
* | Change long/long true division to return as many good bits as it can; | Tim Peters | 2001-09-04 | 1 | -1/+8 |
|
|
* | Move int_true_divide next to the other division routines. | Tim Peters | 2001-09-04 | 1 | -6/+6 |
|
|
* | New restriction on pow(x, y, z): If z is not None, x and y must be of | Tim Peters | 2001-09-03 | 1 | -0/+5 |
|
|
* | Add warning mode for classic division, almost exactly as specified in | Guido van Rossum | 2001-08-31 | 1 | -2/+23 |
|
|
* | Fix typo: double semicolons. | Guido van Rossum | 2001-08-30 | 1 | -1/+1 |
|
|
* | Make int, long and float subclassable. | Guido van Rossum | 2001-08-29 | 1 | -7/+40 |
|
|
* | err_ovf(): only raise OverflowError when OverflowWarning was raised. | Guido van Rossum | 2001-08-23 | 1 | -1/+2 |
|
|
* | int_pow(): Repair typo when passing on to float pow (the 2nd argument was | Tim Peters | 2001-08-23 | 1 | -1/+1 |
|
|
* | Change all case where we used to raise OverflowError to issue a | Guido van Rossum | 2001-08-23 | 1 | -56/+88 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -0/+4 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 1 | -0/+10 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -16/+69 |
|
|
* | Kill more warnings from the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -1/+1 |
|
|
* | On int to the negative integral power, let float handle it instead of | Guido van Rossum | 2001-07-12 | 1 | -7/+5 |
|
|
* | SF bug 434186: 0x80000000/2 != 0x80000000>>1 | Tim Peters | 2001-06-18 | 1 | -23/+17 |
|
|
* | Use Py_CHARMASK for ctype macros. Fixes bug #232787. | Martin v. Löwis | 2001-03-06 | 1 | -1/+1 |
|
|
* | Rich comparisons fall-out: | Guido van Rossum | 2001-01-17 | 1 | -14/+1 |
|
|
* | Make int a new style number type. Sequence repeat is now done here | Neil Schemenauer | 2001-01-04 | 1 | -64/+116 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -5/+5 |
|
|
* | 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 |
|
|
* | Move LONG_BIT from intobject.c to pyport.h. #error if it's already been | Tim Peters | 2000-10-05 | 1 | -8/+0 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -12/+0 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -89/+38 |
|
|
* | Cray J90 fixes for long ints. | Tim Peters | 2000-07-08 | 1 | -4/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|