- 05 Eyl, 2001 15 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
found it necessary to warn about.
-
Thomas Heller yazdı
bdist_wininst doesn't use the NT SCHEME any more, instead a custom SCHEME is used, which is exchanged at installation time, depending on the python version used. Avoid a bogus warning frpom install_lib about installing into a directory not on sys.path.
-
Andrew M. Kuchling yazdı
This will have to stay until we decide to drop 1.5.2 compatibility completely.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Shuts up another couple of gcc warnings.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
overflow. Needs testing on Linux (test_long.py and test_long_future.py especially).
-
Tim Peters yazdı
minimizes roundoff error.
-
Guido van Rossum yazdı
incomplete coverage of the test suite).
-
Guido van Rossum yazdı
a default repr() that's longer than 20 characters.
-
Tim Peters yazdı
getting Infs, NaNs, or nonsense in 2.1 and before; in yesterday's CVS we were getting OverflowError; but these functions always make good sense for positive arguments, no matter how large).
-
- 04 Eyl, 2001 25 kayıt (commit)
-
-
Tim Peters yazdı
Repaired the ldexp docstring (said the name of the func was "ldexp_doc").
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Fixed a few missing return values.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
useful to people extending Python. Suggested by Alexandre Parenteau.
-
Tim Peters yazdı
__builtin__.dir(). Moved the guts from bltinmodule.c to object.c.
-
Jack Jansen yazdı
--enable-framework. Some modules that are also useful outside a fullblown application are always built.
-
Jack Jansen yazdı
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
artist (and a certain artist didn't jump in, yet).
-
Andrew M. Kuchling yazdı
Slightly modified version of patch from Jon Nelson (jnelson).
-
Andrew M. Kuchling yazdı
INSTALLED_FILES output. Modified version of a patch from Jon Nelson (jnelson)
-
Tim Peters yazdı
"/" and "//", and doesn't really care what they *mean*, just that both are tried (and that, whatever they mean, they act similarly for int and long arguments).
-
Fred Drake yazdı
This closes SF patch #451538.
-
Andrew M. Kuchling yazdı
have used the attribute argument provided as a parameter
-
Fred Drake yazdı
-
Guido van Rossum yazdı
mostly changes of / operators into //. Once or twice I did more or less than recommended.
-
Fred Drake yazdı
-
Neil Schemenauer yazdı
way it's called each time a generator is resumed. The tracing of normal functions should be unaffected by this change.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
This closes SF bug #458223.
-
Fred Drake yazdı
Fixed a markup error which caused an em dash to be presented as a minus sign. This closes SF bug #458350.
-