- 03 Nov, 2001 5 commits
-
-
Tim Peters authored
and NEWS. Bugfix candidate? That's a dilemma for Anthony <wink>: /F did fix a longstanding bug here, but the fix can cause code to raise an exception that previously worked by accident.
-
Steven M. Gava authored
-
Steven M. Gava authored
-
Martin v. Löwis authored
-
Steven M. Gava authored
-
- 02 Nov, 2001 25 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
Simplfy the insint() macro to use PyModule_AddIntConstant().
-
Andrew M. Kuchling authored
module
-
Andrew M. Kuchling authored
it works
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Just van Rossum authored
-
Fred Drake authored
generate PostScript).
-
Fred Drake authored
-
Fred Drake authored
format if there are (building the "bookmarks" for the reader breaks).
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
- removed default button drawing code: this doesn't work well under OSX. Needs to be replaced by SetWindowDefaultButton() calls, once we have those.
-
Just van Rossum authored
-
Fredrik Lundh authored
the error it really is (and always has been)
-
- 01 Nov, 2001 10 commits
-
-
Tim Peters authored
from optimizing away mod's sign adjustment when mod == 0; so it got the intended result only in the debug build.
-
Jack Jansen authored
was installed previously. This fixes bug #476904, but I'm not 100% sure it doesn't break anything else. But if it does I'll notice tomorrow when I try to build GRiNS:-)
-
Tim Peters authored
Try to ensure that divmod(-0.0, 1.0) -> (-0.0, +0.0) across platforms. It always did on Windows, and still does. It didn't on Linux. Alas, there's no platform-independent way to write a test case for this. Bugfix candidate.
-
Tim Peters authored
presence of NaNs. So pass the issue on to the platform libm fabs(); after all, fabs() is a std C function because you can't implement it correctly in portable C89.
-
Guido van Rossum authored
-
Fred Drake authored
should just avoid calling it in the first place to avoid waiting for a repr of a large object like a dict or list. The result of PyObject_Repr() was being leaked as well. Bugfix candidate!
-
Tim Peters authored
Partial fix. float_abs(): ensure abs(-0.0) returns +0.0. Bugfix candidate.
-
Fred Drake authored
This closes SF bug #476898.
-
Tim Peters authored
"complicated_bool".
-
Fred Drake authored
saferepr(), a bit less for pformat().
-