COMMITS
/ Objects/complexobject.c December 3, 2007
G
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
Guido van Rossum committed
November 28, 2007
C
Merged revisions 59202-59211 via svnmerge from
Christian Heimes committed
September 21, 2007
N
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
Neil Schemenauer committed
August 26, 2007
N
Use unicode and remove support for some uses of str8.
Neal Norwitz committed
August 7, 2007
G
Kill all uses and definitions of tp_print under Objects/. (Others will follow.)
Guido van Rossum committed
August 1, 2007
G
Kill div, mod and divmod on complex (already deprecated in 2.x).
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 31, 2007
W
Change float.__str__() and complex.__str__() to return
Walter Dörwald committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
January 14, 2007
G
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum committed
November 28, 2006
J
- patch #1600346 submitted by Tomer Filiba
Jack Diederich committed
August 21, 2006
G
Fix comparing complex to non-complex numbers.
Guido van Rossum committed
N
Get rid of most of the rest of coerce (slot is still there for now).
Neal Norwitz committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
July 27, 2006
G
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 24, 2006
N
Get rid of remnants of integer division
Neal Norwitz committed
February 27, 2006
M
Revert backwards-incompatible const changes.
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
September 16, 2005
G
patch [ 1118729 ] Error in representation of complex numbers(again)
Georg Brandl committed
December 19, 2004
R
Bug #1079011: Incorrect error message (somewhat)
Raymond Hettinger committed
August 22, 2004
M
Fix repr for negative imaginary part. Fixes #1013908.
Martin v. Löwis committed
June 8, 2004
M
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis committed
October 12, 2003
R
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger committed
August 30, 2003
R
Remove 'e.g.' from error message
Raymond Hettinger committed
August 15, 2003
T
complex_new(): This could leak when the argument was neither string nor
Tim Peters committed
June 17, 2003
W
Fix typo in comment.
Walter Dörwald committed
March 2, 2003
G
Fix from Greg Chapman from SF bug #695651: a complex subclass
Guido van Rossum committed
January 29, 2003
G
Implement appropriate __getnewargs__ for all immutable subclassable builtin
Guido van Rossum committed
August 29, 2002
R
complex() was the only numeric constructor that created a new instance
Raymond Hettinger committed
August 19, 2002
G
Call me anal, but there was a particular phrase that was speading to
Guido van Rossum committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
G
Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from
Guido van Rossum committed
June 6, 2002
R
Close SF bug 563740. complex() now finds __complex__() in new style classes.
Raymond Hettinger committed
April 15, 2002
G
Deprecate % as well. The message for deprecation of //, % and divmod
Guido van Rossum committed
G
SF bug #543387.
Guido van Rossum committed
April 14, 2002
T
SF bug 543840: complex(string) accepts strings with \0
Tim Peters committed
April 12, 2002
N
PyObject_Del can now be used as a function designator.
Neil Schemenauer committed
March 22, 2002
T
SF bug 533198: Complex power underflow raises exception.
Tim Peters committed
February 8, 2002
G
Declare real and imag as read-only attributes.
Guido van Rossum committed
December 13, 2001
F
Ensure that complex() only accepts a string argument as the first arg,
Fred Drake committed
November 28, 2001
B
complex_to_buf(), complex_subtype_from_c_complex(): Conversion of
Barry Warsaw committed
October 25, 2001
G
complex_subtype_from_string(): move the declaration of s_buffer[] out
Guido van Rossum committed
October 5, 2001
G
Enable GC for new-style instances. This touches lots of files, since
Guido van Rossum committed
September 27, 2001
G
Merge branch changes (coercion, rich comparisons) into trunk.
Guido van Rossum committed