- 23 Şub, 1999 5 kayıt (commit)
-
-
Guido van Rossum yazdı
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 yazdı
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 yazdı
list (of bsd variants that have a different lock structure).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 Şub, 1999 20 kayıt (commit)
-
-
Fred Drake yazdı
<Sjoerd.Mullender@cwi.nl>.
-
Guido van Rossum yazdı
calls to addinfourl() in open_file().
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
should be in the range [0-59]. Noted by Tadayoshi Funaba.
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
so they don't need to be treated specially here.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
actual code does not allow such an argument. (Finn Bock.)
-
Guido van Rossum yazdı
fix it. Oh well.
-
Fred Drake yazdı
Clay Spence <cspence@sarnoff.com>; see entry in ../TODO.
-
Fred Drake yazdı
the same here.
-
Fred Drake yazdı
as reported by Clay Spence <cspence@sarnoff.com>.
-
Fred Drake yazdı
on a comment from /F.
-
Fred Drake yazdı
string representations.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 20 Şub, 1999 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
objects.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 19 Şub, 1999 10 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
obnoxious <SPAN CLASS="arabic">...</SPAN> markup.
-
Fred Drake yazdı
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 yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Lannert <lannert@uni-duesseldorf.de>.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 18 Şub, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-