- 12 Jun, 2006 21 commits
-
-
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 19 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
-
Tim Peters authored
-
Thomas Heller authored
Python coded COM objects.
-
Greg Ward authored
description, and epilog.
-
Greg Ward authored
-
Ronald Oussoren authored
being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events.
-
Neal Norwitz authored
-
Neal Norwitz authored
I think these changes are correct, but I'm not sure. Could someone who knows how this module works test it? It can at least start on the cmd line.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
So there doesn't seem to be much point to checking here.
-