1. d9b3cdd bpo-29602: fix signed zero handling in complex constructor. (#203) (#206) by Mark Dickinson · 7 years ago
  2. 6997946 Issue #28203: Merge from 3.5 by Mark Dickinson · 8 years ago
  3. 613f8e5 Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma. by Mark Dickinson · 8 years ago
  4. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  5. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  6. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  7. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  8. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  9. 759920c Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  10. 9086f92 Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  11. 1eee8e5 Issue #21803: remove macro indirections in complexobject.h by Antoine Pitrou · 10 years ago
  12. d3afe78 Silence expression result unused warnings with clang. by Christian Heimes · 10 years ago
  13. a5b9599 #17080: improve error message of float/complex when the wrong type is passed. by Ezio Melotti · 11 years ago
  14. c1ae254 #19068: merge with 3.3. by Ezio Melotti · 11 years ago
  15. 488d244 #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  16. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  17. 8f674cc Close #17694: Add minimum length to _PyUnicodeWriter by Victor Stinner · 11 years ago
  18. d20fb82 Issue #16290: __complex__ must now always return an instance of complex. by Mark Dickinson · 12 years ago
  19. d3f0882 Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) by Victor Stinner · 12 years ago
  20. ce79852 use the static identifier api for looking up special methods by Benjamin Peterson · 12 years ago
  21. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  22. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  23. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  24. 70099a1 Removed static function complex_format, moved it into complex_repr. Modified tests to check both str and repr, which are the same for complex. by Eric Smith · 13 years ago
  25. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 13 years ago
  26. f961377 #6780: fix complex() constructor TypeError message by Victor Stinner · 13 years ago
  27. 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
  28. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  29. 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 14 years ago
  30. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  31. cc6a982 Issue #8748: Fix two issues with comparisons between complex and integer by Mark Dickinson · 14 years ago
  32. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  33. f673f0c Issue #7845: Make 1j.__le__(2j) return NotImplemented rather than raising TypeError. by Mark Dickinson · 14 years ago
  34. 5036326 Merged revisions 78319 via svnmerge from by Ezio Melotti · 14 years ago
  35. aea4428 Merged revisions 77292-77293 via svnmerge from by Benjamin Peterson · 14 years ago
  36. a4962cb Merged revisions 76561 via svnmerge from by Mark Dickinson · 15 years ago
  37. 1daebdf Make sure memory is freed on error in complex_subtype_from_string. by Mark Dickinson · 15 years ago
  38. f972488 Remove length limitation on string arguments to complex() by Mark Dickinson · 15 years ago
  39. ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
  40. 6b1e43b Issue #5829: complex('1e500') shouldn't raise OverflowError by Mark Dickinson · 15 years ago
  41. 578cc74 Merged revisions 72718 via svnmerge from by Mark Dickinson · 15 years ago
  42. 6337622 Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 15 years ago
  43. aa77d26 Merged revisions 72253 via svnmerge from by Mark Dickinson · 15 years ago
  44. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  45. 58a4224 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  46. 35f1c94 Merged revisions 71963 via svnmerge from by Mark Dickinson · 15 years ago
  47. de8a710 Merged revisions 71869 via svnmerge from by Mark Dickinson · 15 years ago
  48. 6649fa4 Make sure that complex parsing code and corresponding tests by Mark Dickinson · 15 years ago
  49. ad476da Issue #5816: Simplify code for parsing and printing of complex numbers. by Mark Dickinson · 15 years ago
  50. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  51. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  52. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 15 years ago
  53. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 15 years ago
  54. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  55. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  56. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  57. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  58. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  59. fe82e77 Merged revisions 60379-60382 via svnmerge from by Christian Heimes · 16 years ago
  60. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 16 years ago
  61. e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 16 years ago
  62. 69a7963 Merged revisions 59202-59211 via svnmerge from by Christian Heimes · 17 years ago
  63. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  64. ed2b739 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  65. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
  66. 46334cd Kill div, mod and divmod on complex (already deprecated in 2.x). by Guido van Rossum · 17 years ago
  67. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  68. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  69. 7696ed7 Change float.__str__() and complex.__str__() to return unicode objects. by Walter Dörwald · 17 years ago
  70. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  71. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  72. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  73. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  74. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  75. 18a67ba Fix comparing complex to non-complex numbers. by Guido van Rossum · 18 years ago
  76. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  77. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  78. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  79. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  80. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  81. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  82. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  83. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  84. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 18 years ago
  85. c404ff2 patch [ 1118729 ] Error in representation of complex numbers(again) by Georg Brandl · 19 years ago
  86. 5d01aa4 Bug #1079011: Incorrect error message (somewhat) by Raymond Hettinger · 19 years ago
  87. 70aa1f2 Fix repr for negative imaginary part. Fixes #1013908. by Martin v. Löwis · 20 years ago
  88. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  89. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  90. 0970dba Remove 'e.g.' from error message by Raymond Hettinger · 21 years ago
  91. 465fa3d complex_new(): This could leak when the argument was neither string nor by Tim Peters · 21 years ago
  92. 5ecd6c4 Fix typo in comment. by Walter Dörwald · 21 years ago
  93. 4eadfa2 Fix from Greg Chapman from SF bug #695651: a complex subclass by Guido van Rossum · 21 years ago
  94. 5d9113d Implement appropriate __getnewargs__ for all immutable subclassable builtin by Guido van Rossum · 21 years ago
  95. 604cd6a complex() was the only numeric constructor that created a new instance by Raymond Hettinger · 22 years ago
  96. e3a8e7e Call me anal, but there was a particular phrase that was speading to by Guido van Rossum · 22 years ago
  97. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  98. 65ce6de Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from pyconfig.h. by Guido van Rossum · 22 years ago
  99. 478d47a Close SF bug 563740. complex() now finds __complex__() in new style classes. by Raymond Hettinger · 22 years ago
  100. 69cf3c7 Deprecate % as well. The message for deprecation of //, % and divmod by Guido van Rossum · 22 years ago