- 01 Jul, 2000 20 commits
-
-
Guido van Rossum authored
changes to the bsddb source.
-
Mark Hammond authored
-
Mark Hammond authored
-
Mark Hammond authored
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 authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Include limits.h if we have it.
-
Guido van Rossum authored
If we have stat.h include it if we don't have sys/stat.h
-
Guido van Rossum authored
Include stat.h if needed; different Mac filename compare
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Tim Peters authored
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 Jun, 2000 20 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
Test case for the pty module.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fredrik Lundh authored
- fixed parser flag propagation (of all stupid bugs...)
-
Guido van Rossum authored
-
Fredrik Lundh authored
more suitable.
-
Fredrik Lundh authored
if the multiline flag isn't given.
-
Guido van Rossum authored
we want to have GC enabled in the beta.
-
Fred Drake authored
attempting a recursive import and causing a fatal error.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
Someone who knows what they are doing needs to replace this with something that makes sense -- I'm not running Windows right now.
-
Greg Ward authored
This'll work fine with 2.0 or 1.5.2, but is less than ideal for 1.6a1/a2. But the code to accomodate 1.6a1/a2 was released with Distutils 0.9, so it can go away now.
-
Fred Drake authored
Regression test for the new winreg.py module. [Could a Windows person someone please review this?]
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-