| Commit message (Expand) | Author | Age | Files | Lines |
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -9/+9 |
|
|
* | Fixed complex.__getnewargs__() to not emit another complex object. | Alexandre Vassalotti | 2008-06-04 | 1 | -1/+2 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -9/+9 |
|
|
* | I finally got the time to update and merge Mark's and my trunk-math branch. T... | Christian Heimes | 2008-04-18 | 1 | -3/+62 |
|
|
* | Fix compiler warning about finite() missing on Solaris. | Neal Norwitz | 2008-03-28 | 1 | -0/+4 |
|
|
* | Fixed repr() and str() of complex numbers. Complex suffered from the same pro... | Christian Heimes | 2008-02-15 | 1 | -7/+40 |
|
|
* | static PyObject* variables should use PyString_InternFromString() instead of ... | Christian Heimes | 2008-01-28 | 1 | -6/+7 |
|
|
* | Indentation normalization. | Georg Brandl | 2008-01-19 | 1 | -8/+8 |
|
|
* | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 1 | -6/+54 |
|
|
* | Shut up a compiler warning. | Guido van Rossum | 2007-12-03 | 1 | -0/+1 |
|
|
* | Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign of | Guido van Rossum | 2007-11-27 | 1 | -9/+15 |
|
|
* | Add a bunch of GIL release/acquire points in tp_print implementations and for | Brett Cannon | 2007-09-17 | 1 | -0/+2 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -2/+1 |
|
|
* | Patch #1675423: PyComplex_AsCComplex() now tries to convert an object | Georg Brandl | 2007-03-17 | 1 | -1/+48 |
|
|
* | Patch #1642844: comments to clarify the complexobject constructor. | Georg Brandl | 2007-03-13 | 1 | -4/+25 |
|
|
* | Patch #1491866: change the complex() constructor to allow parthensized forms.... | Collin Winter | 2007-03-09 | 1 | -5/+25 |
|
|
* | Fix SF #1676971, Complex OverflowError has a typo | Neal Norwitz | 2007-03-09 | 1 | -1/+1 |
|
|
* | Use sizeof(buffer) instead of duplicating the constants to ensure they won't | Neal Norwitz | 2006-07-16 | 1 | -7/+7 |
|
|
* | Correctly allocate complex types with tp_alloc. (bug #1498638) | Georg Brandl | 2006-06-01 | 1 | -2/+2 |
|
|
* | C++ compiler cleanup: bunch-o-casts, plus use of unsigned loop index var in a... | Skip Montanaro | 2006-04-18 | 1 | -1/+1 |
|
|
* | Remove unnecessary casts in type object initializers. | Georg Brandl | 2006-03-30 | 1 | -5/+5 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -2/+2 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -1/+1 |
|
|
* | patch [ 1118729 ] Error in representation of complex numbers(again) | Georg Brandl | 2005-09-16 | 1 | -6/+3 |
|
|
* | Bug #1079011: Incorrect error message (somewhat) | Raymond Hettinger | 2004-12-19 | 1 | -1/+1 |
|
|
* | Fix repr for negative imaginary part. Fixes #1013908. | Martin v. Löwis | 2004-08-22 | 1 | -2/+6 |
|
|
* | Patch #774665: Make Python LC_NUMERIC agnostic. | Martin v. Löwis | 2004-06-08 | 1 | -9/+14 |
|
|
* | Simplify and speedup uses of Py_BuildValue(): | Raymond Hettinger | 2003-10-12 | 1 | -2/+2 |
|
|
* | Remove 'e.g.' from error message | Raymond Hettinger | 2003-08-30 | 1 | -3/+3 |
|
|
* | complex_new(): This could leak when the argument was neither string nor | Tim Peters | 2003-08-15 | 1 | -0/+3 |
|
|
* | Fix typo in comment. | Walter Dörwald | 2003-06-17 | 1 | -1/+1 |
|
|
* | Fix from Greg Chapman from SF bug #695651: a complex subclass | Guido van Rossum | 2003-03-02 | 1 | -2/+3 |
|
|
* | Implement appropriate __getnewargs__ for all immutable subclassable builtin | Guido van Rossum | 2003-01-29 | 1 | -0/+7 |
|
|
* | complex() was the only numeric constructor that created a new instance | Raymond Hettinger | 2002-08-29 | 1 | -0/+9 |
|
|
* | Call me anal, but there was a particular phrase that was speading to | Guido van Rossum | 2002-08-19 | 1 | -1/+1 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -2/+2 |
|
|
* | Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from | Guido van Rossum | 2002-06-13 | 1 | -2/+2 |
|
|
* | Close SF bug 563740. complex() now finds __complex__() in new style classes. | Raymond Hettinger | 2002-06-06 | 1 | -26/+23 |
|
|
* | Deprecate % as well. The message for deprecation of //, % and divmod | Guido van Rossum | 2002-04-15 | 1 | -1/+6 |
|
|
* | SF bug #543387. | Guido van Rossum | 2002-04-15 | 1 | -0/+5 |
|
|
* | SF bug 543840: complex(string) accepts strings with \0 | Tim Peters | 2002-04-14 | 1 | -1/+1 |
|
|
* | PyObject_Del can now be used as a function designator. | Neil Schemenauer | 2002-04-12 | 1 | -1/+1 |
|
|
* | 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 |
|
|