- 13 Dec, 1996 18 commits
-
-
Roger E. Masse authored
-
Roger E. Masse authored
I've attempted to make a test that silently exits if either module dl is not present, we're not on a Sun OS, or a standard shared library ('/usr/lib/libresolv.so') is not found... Otherwise, It does a simple test of dlmodule on that library. I *think* this would be ok to add to testall.py but I'll wait till I hear some feedback on the liberalness of this approach.
-
Barry Warsaw authored
don't need the if test for verbosity when checking for results of an unsupported option.
-
Barry Warsaw authored
running verbose.
-
Barry Warsaw authored
1. If a conversion isn't supported on the current platform, just ignore it, unless running as a script (i.e. verbose) 2. Don't use time.time() and os.popen('date') to get the raw values. These will always be different!
-
Barry Warsaw authored
-
Guido van Rossum authored
-
Roger E. Masse authored
-
Roger E. Masse authored
-
Guido van Rossum authored
for form field values. Also corrected substitution example (the original changed the spelling of "conolly" to "connolly" :).
-
Guido van Rossum authored
for form field values.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Barry Warsaw authored
Alas, I don't have an Indigo, so I could not even compile this.
-
Barry Warsaw authored
-
Guido van Rossum authored
Allow specifying the test file on the command line.
-
Guido van Rossum authored
-
Barry Warsaw authored
out manually, and it does compile, but I'm not sure how to write a useful portable test case. Maybe later...
-
- 12 Dec, 1996 16 commits
-
-
Guido van Rossum authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
library.
-
Barry Warsaw authored
tests.
-
Barry Warsaw authored
found.
-
Barry Warsaw authored
deletion of object from list argument during callout to fileno().
-
Guido van Rossum authored
builtin_module_names are always tuples.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Added hint about using clock() for benchmarks etc. Removed non-portable strftime directives and field width, and added a warning about non-standard features.
-
Guido van Rossum authored
-
Guido van Rossum authored
Tk 4.2. The new winfo options supported are: mananger, pointerx, pointerxy, pointery, server, viewable, visualid, visualsavailable. Also fixed bugs in winfo_colormapfull() and winfo_containing().
-
Barry Warsaw authored
1. Renamed 2. Several coding styles were being used here, owing to the multiple contributors. I tried to convert everything to standard "python" coding style for indentation, paren and brace placement, etc. 3. There were several potential error conditions that were never being checked, and where I saw them, I added checks of return values, etc. I'm pretty sure I got them all. 4. There were some old-style (pre PyArg_ParseTuple) argument extraction and these were converted to use PyArg_ParseTuple. All changes compile and run with the new test_select.py module, at least on my Solaris/Sparc box.
-
- 11 Dec, 1996 6 commits
-
-
Barry Warsaw authored
-
Guido van Rossum authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
Note that since I have no idea how to test this, I didn't write a test case. It does seem to at least compile on my system though.
-