- 01 Tem, 2000 32 kayıt (commit)
-
-
Guido van Rossum yazdı
Similar to an old bug in ntpath.py.
-
Fred Drake yazdı
splittype(): Always lower-case the URL scheme; these are supposed to be normalized according to RFC 1738 anyway.
-
Fred Drake yazdı
getatime() returned the mtime instead of the atime. Similar to an old bug in posixpath.py.
-
Fred Drake yazdı
Correct typo that caused a well-formedness failure.
-
Paul Prescod yazdı
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
They should all be binary (cvs admin -kv has now been applied).
-
Guido van Rossum yazdı
-
Mark Hammond yazdı
-
Fred Drake yazdı
the bind(), connect(), and connect_ex() methods must be a single parameter. Originally part of 1.98, reverted in 1.100.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
changes to the bsddb source.
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
Mark Hammond yazdı
Update all projects so Debug builds use "/Zi" instead of "/ZI", which means everything should still build under MSVC5 NOTE: All these projects had messed-up line endings (but MSVC didnt mind). Executing a diff with "--ignore-all-space" will show the specific changes, but I made a complete checkin with correct line endiings as it is the correct thing to do!
-
Tim Peters yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Include limits.h if we have it.
-
Guido van Rossum yazdı
If we have stat.h include it if we don't have sys/stat.h
-
Guido van Rossum yazdı
Include stat.h if needed; different Mac filename compare
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
CHAR_MAX, use hardcoded -128 and 127. This may seem strange, unless you realize that we're talking about signed bytes here! Bytes are always 8 bits and 2's complement. CHAR_MIN and CHAR_MAX are properties of the char data type, which is guaranteed to hold at least 8 bits anyway. Otherwise you'd get failing tests on platforms where unsigned char is the default (e.g. AIX). Thanks, Vladimir Marangozov, for finding this nit!
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
what the dozen+ subprojects are for, which are and aren't expected to build out of the box, and what else is needed to get them all to build. Also explained that Alpha configurations don't refer to pre-beta, but to the Alpha processor! That's baffled me for years <0.7 wink>.
-
- 30 Haz, 2000 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Test case for the pty module.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fredrik Lundh yazdı
- fixed parser flag propagation (of all stupid bugs...)
-
Guido van Rossum yazdı
-