- 05 Sep, 2001 8 commits
-
-
Martin v. Löwis authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
overflow. Needs testing on Linux (test_long.py and test_long_future.py especially).
-
Tim Peters authored
minimizes roundoff error.
-
Guido van Rossum authored
incomplete coverage of the test suite).
-
Guido van Rossum authored
a default repr() that's longer than 20 characters.
-
Tim Peters authored
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 Sep, 2001 32 commits
-
-
Tim Peters authored
Repaired the ldexp docstring (said the name of the func was "ldexp_doc").
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Fixed a few missing return values.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
useful to people extending Python. Suggested by Alexandre Parenteau.
-
Tim Peters authored
__builtin__.dir(). Moved the guts from bltinmodule.c to object.c.
-
Jack Jansen authored
--enable-framework. Some modules that are also useful outside a fullblown application are always built.
-
Jack Jansen authored
-
Andrew M. Kuchling authored
-
Jack Jansen authored
artist (and a certain artist didn't jump in, yet).
-
Andrew M. Kuchling authored
Slightly modified version of patch from Jon Nelson (jnelson).
-
Andrew M. Kuchling authored
INSTALLED_FILES output. Modified version of a patch from Jon Nelson (jnelson)
-
Tim Peters authored
"/" 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 authored
This closes SF patch #451538.
-
Andrew M. Kuchling authored
have used the attribute argument provided as a parameter
-
Fred Drake authored
-
Guido van Rossum authored
mostly changes of / operators into //. Once or twice I did more or less than recommended.
-
Fred Drake authored
-
Neil Schemenauer authored
way it's called each time a generator is resumed. The tracing of normal functions should be unaffected by this change.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
This closes SF bug #458223.
-
Fred Drake authored
Fixed a markup error which caused an em dash to be presented as a minus sign. This closes SF bug #458350.
-
Fred Drake authored
change their basic behavior: When parsing something that cannot possibly be valid in either HTML or XHTML, raise an exception.
-
Guido van Rossum authored
operators per line or statement are now on by default, and -m turns these warnings off. - Change the way multiple / operators are reported; a regular recommendation is always emitted after the warning. - Report ambiguous warnings (both int|long and float|complex used for the same operator). - Update the doc string again to clarify all this and describe the possible messages more precisely.
-
Guido van Rossum authored
the -Qwarnall option, so I've changed this to only filter out the one warning that's a problem in practice.
-
Guido van Rossum authored
-
Fred Drake authored
broken declaration-like things.
-
Fred Drake authored
regarding bare ampersands in content.
-
Jack Jansen authored
Fixed.
-