1. 604cd6a complex() was the only numeric constructor that created a new instance by Raymond Hettinger · 22 years ago
  2. e3a8e7e Call me anal, but there was a particular phrase that was speading to by Guido van Rossum · 22 years ago
  3. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  4. 65ce6de Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from pyconfig.h. by Guido van Rossum · 22 years ago
  5. 478d47a Close SF bug 563740. complex() now finds __complex__() in new style classes. by Raymond Hettinger · 22 years ago
  6. 69cf3c7 Deprecate % as well. The message for deprecation of //, % and divmod by Guido van Rossum · 22 years ago
  7. 9ec4c78 SF bug #543387. by Guido van Rossum · 22 years ago
  8. 077f271 SF bug 543840: complex(string) accepts strings with \0 by Tim Peters · 22 years ago
  9. aa769ae PyObject_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  10. bab22be SF bug 533198: Complex power underflow raises exception. by Tim Peters · 22 years ago
  11. fa2e4c2 Declare real and imag as read-only attributes. by Guido van Rossum · 22 years ago
  12. 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 23 years ago
  13. 01d697a complex_to_buf(), complex_subtype_from_c_complex(): Conversion of by Barry Warsaw · 23 years ago
  14. 70e3688 complex_subtype_from_string(): move the declaration of s_buffer[] out by Guido van Rossum · 23 years ago
  15. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  16. 2ed6bf8 Merge branch changes (coercion, rich comparisons) into trunk. by Guido van Rossum · 23 years ago
  17. 2205642 Do the same thing to complex that I did to str: the rich comparison by Guido van Rossum · 23 years ago
  18. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  19. 6380596 complex_coerce(): add explicit PyComplex_Check() test. Previously, by Guido van Rossum · 23 years ago
  20. 2400fa4 Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  21. 387c547 Revert parts of patch #453627, documenting the resulting test failures instead. by Martin v. Löwis · 23 years ago
  22. 655c955 Patch #453627: Define the following macros when compiling on a UnixWare 7.x system: by Martin v. Löwis · 23 years ago
  23. 9fffa3e Raise OverflowError when appropriate on long->float conversion. Most of by Tim Peters · 23 years ago
  24. 1832de4 PEP 238 documented -Qwarn as warning only for classic int or long by Guido van Rossum · 23 years ago
  25. 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
  26. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  27. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  28. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  29. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  30. 0f33604 SF bug [ #409448 ] Complex division is braindead by Tim Peters · 23 years ago
  31. 7069512 When 1.6 boosted the # of digits produced by repr(float), repr(complex) by Tim Peters · 23 years ago
  32. be4cbb1 Use rich comparisons to fulfill an old wish: complex numbers now raise by Guido van Rossum · 23 years ago
  33. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  34. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  35. 39dce29 Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. by Tim Peters · 24 years ago
  36. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  37. 4288c80 ANSI-fication of the sources. by Fred Drake · 24 years ago
  38. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  39. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  40. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  41. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  42. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  43. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  44. 3bbef60 Ai! complex_nonzero() has && which should be ||, else decidedly by Guido van Rossum · 25 years ago
  45. 8530ef6 Add check to conjugate() that there are no excess arguments. by Guido van Rossum · 26 years ago
  46. 9678394 Got rid of c_error in favor of errno (and EDOM/ERANGE). by Guido van Rossum · 27 years ago
  47. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  48. 8017767 Remove unused variable. by Guido van Rossum · 27 years ago
  49. c054d70 Get rid of .conj pseudo data attribute for complex numbers. by Guido van Rossum · 27 years ago
  50. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  51. 09e6ad0 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  52. 919cf1a New, better hash for floating point and complex by Guido van Rossum · 27 years ago
  53. da9c271 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  54. 2404858 Oops... Need to clear c_error before calling c_quot(). by Guido van Rossum · 28 years ago
  55. 3be12e9 Properly(?) implemented remainder and divmod (Tim Hochberg) by Guido van Rossum · 28 years ago
  56. d4ab3cd Raise exception instead of dropping imag part for conversion to int, by Guido van Rossum · 28 years ago
  57. ee09fc1 Don't dump core on complex % or divmod -- raise a TypeError exception. by Guido van Rossum · 28 years ago
  58. 926518b Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x). by Guido van Rossum · 28 years ago
  59. 9e720e3 complex -> Py_complex by Guido van Rossum · 28 years ago
  60. 363078a make some things static by Guido van Rossum · 28 years ago
  61. 7241879 use 'j' instead of 'i' for imaginary constants by Guido van Rossum · 28 years ago
  62. 1e7b2aa Removed unused var by Jack Jansen · 28 years ago
  63. cf3d108 Added PyComplex_AsCComplex by Guido van Rossum · 28 years ago
  64. f9fca92 complex numbers a la Konrad Hinsen by Guido van Rossum · 28 years ago