Commits
User selector
Commit History
Commits on Sep 23, 2004
float_richcompare(): Use the new Py_IS_NAN macro to ensure that, on
Show description for e1c69b3committedSF bug #513866: Float/long comparison anomaly.
Show description for 307fa78committed
Commits on Jul 8, 2004
Commits on Jun 8, 2004
Commits on May 26, 2004
Remove float_compare as per
Show description for 08678a1committed
Michael W. Hudson
Commits on Feb 26, 2004
- committed
Michael W. Hudson Pass a variable that actually exists to PyFPE_END_PROTECT in
Show description for 957f977committed
Michael W. Hudson
Commits on Feb 19, 2004
"Fix" (for certain configurations of the planets, including
Show description for d3b33b5committed
Michael W. Hudson
Commits on Jan 17, 2004
Remove support for SunOS 4.
Show description for ce59c04committed
Skip Montanaro
Commits on Nov 20, 2003
Commits on Jun 28, 2003
SF patch 703666: Several objects don't decref tmp on failure in subtype_new
Show description for f466793committed
Commits on May 24, 2003
SF bug 705231: Assertion failed, python aborts.
Show description for e87568dcommitted
Commits on Mar 21, 2003
Commits on Mar 20, 2003
New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a
Show description for 9905b94committed
Commits on Jan 29, 2003
Implement appropriate __getnewargs__ for all immutable subclassable builtin
Show description for 5d9113dcommitted
Commits on Jan 28, 2003
Fix SF bug# 676155, RuntimeWarning with tp_compare
Show description for abcb0c0committed
Commits on Nov 21, 2002
float_int(): Some systems raise an exception if a double is cast to
Show description for 7d79124committed
Commits on Nov 19, 2002
Change int() so that passing a string, unicode, float or long argument
Show description for f171540committed
Commits on Nov 18, 2002
Improve exception message raised by PyFloat_AsDouble if the object does not
Show description for 2c77e90committed
Commits on Aug 19, 2002
Call me anal, but there was a particular phrase that was speading to
Show description for e3a8e7ecommitted
Commits on Jul 17, 2002
staticforward bites the dust.
Show description for 938ace6committed
Commits on Jun 13, 2002
Commits on May 2, 2002
clarify message when raising TypeError to indicate that float() accepts
Show description for 71390a9committed
Skip Montanaro
Commits on Mar 9, 2002
SF bug 525705: [2.2] underflow raise OverflowException.
Show description for dc5a508committed
Commits on Dec 11, 2001
float_floor_div: An expression like 3.//1j crashed the interpreter, or
Show description for 77d8a4fcommittedfloat_int_div(): For clarity, move this closer to the other float
Show description for 63a3571committed
Commits on Nov 28, 2001
PyFloat_AsStringEx(): This function takes an output char* but doesn't
Show description for 97019e4committedPyFloat_FromString(): Conversion of sprintf() to PyOS_snprintf() for
Show description for af8aef9committed
Commits on Nov 1, 2001
float_divmod(): the code wasn't sick enough to stop the MS optimizer
Show description for 4e8ab5dcommittedSF bug #477221: abs and divmod act oddly with -0.0
Show description for d2e40d6committedfloat_abs() again: Guido pointed out that this could screw up in the
Show description for faf0cd2committedSF bug #477221: abs and divmod act oddly with -0.0.
Show description for d2364e8committed
Commits on Oct 24, 2001
Commits on Oct 5, 2001
Enable GC for new-style instances. This touches lots of files, since
Show description for 9475a23committed
Commits on Sep 19, 2001
Add additional coercion support for "self subtypes" to int, long,
Show description for 1952e38committed