- 29 Dec, 2002 5 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
Obtain cleaner coding and a system wide performance boost by using the fast, pre-parsed PyArg_Unpack function instead of PyArg_ParseTuple function which is driven by a format string.
-
Raymond Hettinger authored
experimental.
-
- 28 Dec, 2002 2 commits
-
-
Tim Peters authored
This can cause core dumps when Python runs. Python relies on the 754- (and C99-) mandated default "non-stop" mode for FP exceptions. This patch from Ben Laurie disables at least one FP exception on FreeBSD at Python startup time.
-
Martin v. Löwis authored
-
- 27 Dec, 2002 7 commits
-
-
Tim Peters authored
-
Eric S. Raymond authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
operands have identical tzinfo members (meaning object identity -- "is"). I misunderstood the intent here, reading wrong conclusion into conflicting clues.
-
- 26 Dec, 2002 10 commits
-
-
Jack Jansen authored
window) to a combobox listing the known interpreters.
-
Jack Jansen authored
-
Jack Jansen authored
correct FSSpec implementations.
-
Jack Jansen authored
Carbon.File version, so the old method names work.
-
Jack Jansen authored
MethodGenerator, this should be OSErrMethodGenerator.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Neal Norwitz authored
-
Tim Peters authored
subtraction, work as documented. In the Python implementation, they weren't calling utcoffset() if both operands had the same tzinfo object. That's fine if it so happens that the shared tzinfo object returns a fixed offset (independent of operand), but can give wrong results if that's not so, and the latter obtains in a tzinfo subclass instance trying to model both standard and daylight times. The C implementation was already doing this "correctly", so we're just adding tests to verify it.
-
- 25 Dec, 2002 5 commits
-
-
Just van Rossum authored
-
Jack Jansen authored
on OSX then the actual error (file not found) was obscured by the error message that tried to be helpful about the allowed arguments. Fixed.
-
Jack Jansen authored
normal 2.3 framework install) and MacPython-OSX-$(VERSION) (for the experimental Jaguar addon install).
-
Raymond Hettinger authored
module. The code is shorter, more readable, faster, and dramatically increases the range of acceptable dates. Also, used the floor division operator in leapdays().
-
Tim Peters authored
-
- 24 Dec, 2002 11 commits
-
-
Tim Peters authored
-
Guido van Rossum authored
-
Tony Lownds authored
-
Tony Lownds authored
-
Tim Peters authored
argument to a tzinfo method doesn't have a matching tzinfo member.
-
Tim Peters authored
-
Tim Peters authored
{timetz,datetimetz}.{uctcoffset,dst} do return timedelta (or None).
-
Neal Norwitz authored
-
Neal Norwitz authored
Remove space between \end {verbatim}
-
Jack Jansen authored
-
Jack Jansen authored
-