- 23 Feb, 1999 15 commits
-
-
Guido van Rossum authored
Discovered by Mitch Chapman.
-
Fred Drake authored
usage information.
-
Fred Drake authored
notation. Problem reported by Magnus L. Hetland <mlh@idt.ntnu.no>.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
disappears. It wasn't used anywhere anyway...
-
Guido van Rossum authored
-- someone tried to pass in sys.maxint and got bitten by the bogus calculations.
-
Guido van Rossum authored
LIBM (from --with-libm=...); this actually broke the customizability offered by the latter option. Thanks go to Clay Spence for reporting this.
-
Guido van Rossum authored
2. When no test case worked, raise ImportError instead of failing.
-
Guido van Rossum authored
value (because of immutable containers containing mutable objects). 2. Document that func_code, func_defaults and func_doc / __doc__ are now writable.
-
Guido van Rossum authored
xrange(), especially for platforms where int and long are different sizes (so sys.maxint isn't actually the theoretical limit for the length of a list, but the largest C int is -- sys.maxint is the largest Python int, which is actually a C long).
-
Guido van Rossum authored
2. Add $(EXE) to various occurrences of python so it will work on Cygwin with egcs (after setting EXE=.exe). These patches by Norman Vine.
-
Guido van Rossum authored
list (of bsd variants that have a different lock structure).
-
Guido van Rossum authored
-
Guido van Rossum authored
guessing what happened when strftime() returns 0. Is it buffer overflow or was the result simply 0 bytes long? (This happens for an empty format string, or when the format string is a single %Z and the timezone is unknown.) if the buffer is at least 256 times as long as the format, assume the latter.
-
- 22 Feb, 1999 20 commits
-
-
Fred Drake authored
<Sjoerd.Mullender@cwi.nl>.
-
Guido van Rossum authored
calls to addinfourl() in open_file().
-
Fred Drake authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
should be in the range [0-59]. Noted by Tadayoshi Funaba.
-
Guido van Rossum authored
converted was a "digit" -- use isalnum(). This test is there only to guard against "+" or "-" being interpreted as a valid int literal. Reported by Takahiro Nakayama.
-
Fred Drake authored
-
Guido van Rossum authored
so they don't need to be treated specially here.
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
actual code does not allow such an argument. (Finn Bock.)
-
Guido van Rossum authored
fix it. Oh well.
-
Fred Drake authored
Clay Spence <cspence@sarnoff.com>; see entry in ../TODO.
-
Fred Drake authored
the same here.
-
Fred Drake authored
as reported by Clay Spence <cspence@sarnoff.com>.
-
Fred Drake authored
on a comment from /F.
-
Fred Drake authored
string representations.
-
Fred Drake authored
-
Fred Drake authored
-
- 20 Feb, 1999 4 commits
-
-
Fred Drake authored
-
Fred Drake authored
objects.
-
Fred Drake authored
-
Fred Drake authored
-
- 19 Feb, 1999 1 commit
-
-
Fred Drake authored
-