- 13 Ara, 1996 9 kayıt (commit)
-
-
Guido van Rossum yazdı
for form field values. Also corrected substitution example (the original changed the spelling of "conolly" to "connolly" :).
-
Guido van Rossum yazdı
for form field values.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
Alas, I don't have an Indigo, so I could not even compile this.
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
Allow specifying the test file on the command line.
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
out manually, and it does compile, but I'm not sure how to write a useful portable test case. Maybe later...
-
- 12 Ara, 1996 16 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
library.
-
Barry Warsaw yazdı
tests.
-
Barry Warsaw yazdı
found.
-
Barry Warsaw yazdı
deletion of object from list argument during callout to fileno().
-
Guido van Rossum yazdı
builtin_module_names are always tuples.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
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 yazdı
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 Ara, 1996 15 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
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.
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
all because it can take a really long time.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-