- 23 Feb, 1999 5 commits
-
-
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 10 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
obnoxious <SPAN CLASS="arabic">...</SPAN> markup.
-
Fred Drake authored
percentages; using "large", "x-large" makes them too big for some troublemakers. ;-) (Not specifying them at all causes some browsers to make them the same size as normal text. ;-( )
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Lannert <lannert@uni-duesseldorf.de>.
-
Fred Drake authored
-
Fred Drake authored
-
- 18 Feb, 1999 1 commit
-
-
Fred Drake authored
-