- 13 Jun, 2006 7 commits
-
-
Thomas Heller authored
the aliases defined in windows header files for the structures.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
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 authored
-
Tim Peters authored
-
- 12 Jun, 2006 24 commits
-
-
Ka-Ping Yee authored
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 authored
-
Kristján Valur Jónsson authored
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 authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Thomas Heller authored
duplicated. Thanks to Simon Percivall for the heads up.
-
Martin v. Löwis authored
-
Phillip J. Eby authored
-
Neal Norwitz authored
copy is only in newer versions of zlib. This should allow zlibmodule to work with older versions like the Tru64 buildbot.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
at the NeedForSpeed sprint.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 11 Jun, 2006 9 commits
-
-
Neal Norwitz authored
-
Tim Peters authored
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 authored
derives from an IOError). That seems valid. Env Error includes both OSError and IOError, so this seems like a reasonable fix.
-
Neal Norwitz authored
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 authored
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 authored
on intel macs. - Fix some minor problems in the installer for OSX
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Tim Peters authored
-