- 13 Haz, 2006 8 kayıt (commit)
-
-
Thomas Heller yazdı
VARIANT_BOOL is a special _ctypes data type, not c_short.
-
Thomas Heller yazdı
the aliases defined in windows header files for the structures.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
more comments about why it's this way at all; and removed what looked like needless expense (sorting (i, j, k) triples directly should give exactly the same order as sorting (i, (i, j, k)) pairs).
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 12 Haz, 2006 24 kayıt (commit)
-
-
Ka-Ping Yee yazdı
This module has been tested so far on Windows XP (Python 2.4 and 2.5a2), Mac OS X (Python 2.3, 2.4, and 2.5a2), and Linux (Python 2.4 and 2.5a2).
-
Thomas Heller yazdı
-
Kristján Valur Jónsson yazdı
Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CRT error handler and disable the assertion for debug builds. This causes CRT to set errno to EINVAL. This update fixes crash cases in the test suite where the default CRT error handler would cause process exit.
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Thomas Heller yazdı
duplicated. Thanks to Simon Percivall for the heads up.
-
Martin v. Löwis yazdı
-
Phillip J. Eby yazdı
-
Neal Norwitz yazdı
copy is only in newer versions of zlib. This should allow zlibmodule to work with older versions like the Tru64 buildbot.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
at the NeedForSpeed sprint.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 11 Haz, 2006 8 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Tim Peters yazdı
when running with -O. test_simple_validation_error still fails under -O. That appears to be because wsgiref's validate.py uses `assert` statements all over the place to check arguments for sanity. That should all be changed (it's not a logical error in the software if a user passes bogus arguments, so this isn't a reasonable use for `assert` -- checking external preconditions should generally raise ValueError or TypeError instead, as appropriate).
-
Neal Norwitz yazdı
derives from an IOError). That seems valid. Env Error includes both OSError and IOError, so this seems like a reasonable fix.
-
Neal Norwitz yazdı
a search path setup, some of these hosts resolve to the wrong address. By appending a period to the hostname, the hostname should only resolve to what we want it to resolve to. Hopefully this doesn't break different bots. Also add more info to failure message to aid debugging test failure.
-
Neal Norwitz yazdı
a search path setup, some of these hosts resolve to the wrong address. By appending a period to the hostname, the hostname should only resolve to what we want it to resolve to. Hopefully this doesn't break different bots.
-
Ronald Oussoren yazdı
on intel macs. - Fix some minor problems in the installer for OSX
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
-