| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | SF bug 533198:  Complex power underflow raises exception. | Tim Peters | 2002-03-22 | 1 | -3/+9 | 
| *  | Declare real and imag as read-only attributes. | Guido van Rossum | 2002-02-08 | 1 | -2/+2 | 
| *  | Ensure that complex() only accepts a string argument as the first arg, | Fred Drake | 2001-12-13 | 1 | -1/+13 | 
| *  | complex_to_buf(), complex_subtype_from_c_complex(): Conversion of | Barry Warsaw | 2001-11-28 | 1 | -8/+10 | 
| *  | complex_subtype_from_string(): move the declaration of s_buffer[] out | Guido van Rossum | 2001-10-25 | 1 | -1/+3 | 
| *  | Enable GC for new-style instances.  This touches lots of files, since | Guido van Rossum | 2001-10-05 | 1 | -1/+2 | 
| *  | Merge branch changes (coercion, rich comparisons) into trunk. | Guido van Rossum | 2001-09-27 | 1 | -4/+2 | 
| *  | Do the same thing to complex that I did to str: the rich comparison | Guido van Rossum | 2001-09-24 | 1 | -7/+10 | 
| *  | Add optional docstrings to member descriptors.  For backwards | Guido van Rossum | 2001-09-20 | 1 | -3/+5 | 
| *  | complex_coerce(): add explicit PyComplex_Check() test.  Previously, | Guido van Rossum | 2001-09-19 | 1 | -0/+5 | 
| *  | Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-12 | 1 | -11/+19 | 
| *  | Revert parts of patch #453627, documenting the resulting test failures | Martin v. Löwis | 2001-09-06 | 1 | -17/+1 | 
| *  | Patch #453627: Define the following macros when compiling on a UnixWare 7.x s... | Martin v. Löwis | 2001-09-05 | 1 | -1/+17 | 
| *  | Raise OverflowError when appropriate on long->float conversion.  Most of | Tim Peters | 2001-09-04 | 1 | -0/+2 | 
| *  | PEP 238 documented -Qwarn as warning only for classic int or long | Guido van Rossum | 2001-09-04 | 1 | -1/+1 | 
| *  | Add warning mode for classic division, almost exactly as specified in | Guido van Rossum | 2001-08-31 | 1 | -1/+22 | 
| *  | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -1/+3 | 
| *  | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -4/+2 | 
| *  | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 1 | -0/+30 | 
| *  | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -13/+290 | 
| *  | SF bug [ #409448 ] Complex division is braindead | Tim Peters | 2001-03-18 | 1 | -8/+58 | 
| *  | When 1.6 boosted the # of digits produced by repr(float), repr(complex) | Tim Peters | 2001-03-11 | 1 | -8/+32 | 
| *  | Use rich comparisons to fulfill an old wish: complex numbers now raise | Guido van Rossum | 2001-01-18 | 1 | -49/+84 | 
| *  | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -4/+0 | 
| *  | 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 | -46/+17 | 
| *  | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -1/+0 | 
| *  | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -98/+48 | 
| *  | 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 | 
| *  | This patch addresses two main issues: (1) There exist some non-fatal | Fred Drake | 2000-06-29 | 1 | -28/+9 | 
| *  | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -5/+6 | 
| *  | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -1/+1 | 
| *  | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -1/+1 | 
| *  | Ai!  complex_nonzero() has && which should be ||, else decidedly | Guido van Rossum | 1999-01-25 | 1 | -1/+1 | 
| *  | Add check to conjugate() that there are no excess arguments. | Guido van Rossum | 1998-05-07 | 1 | -2/+5 | 
| *  | Got rid of c_error in favor of errno (and EDOM/ERANGE). | Guido van Rossum | 1997-05-20 | 1 | -49/+43 | 
| *  | Quickly renamed the last directory. | Guido van Rossum | 1997-05-02 | 1 | -110/+108 | 
| *  | Remove unused variable. | Guido van Rossum | 1997-04-09 | 1 | -1/+0 | 
| *  | Get rid of .conj pseudo data attribute for complex numbers. | Guido van Rossum | 1997-04-01 | 1 | -5/+2 | 
| *  | New form of PyFPE_END_PROTECT macro. | Guido van Rossum | 1997-03-14 | 1 | -6/+6 | 
| *  | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -4/+24 | 
| *  | New, better hash for floating point and complex | Guido van Rossum | 1997-01-11 | 1 | -4/+32 | 
| *  | Make gcc -Wall happy | Guido van Rossum | 1996-12-05 | 1 | -14/+0 | 
| *  | Oops...  Need to clear c_error before calling c_quot(). | Guido van Rossum | 1996-09-12 | 1 | -0/+2 | 
| *  | Properly(?) implemented remainder and divmod (Tim Hochberg) | Guido van Rossum | 1996-09-12 | 1 | -5/+34 | 
| *  | Raise exception instead of dropping imag part for conversion to int, | Guido van Rossum | 1996-09-11 | 1 | -11/+9 | 
| *  | Don't dump core on complex % or divmod -- raise a TypeError exception. | Guido van Rossum | 1996-09-11 | 1 | -2/+14 | 
| *  | Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x). | Guido van Rossum | 1996-08-19 | 1 | -25/+38 | 
| *  | complex -> Py_complex | Guido van Rossum | 1996-07-21 | 1 | -40/+40 |