- 12 Şub, 1999 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
have stopped working.
-
- 11 Şub, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
exists.
-
- 10 Şub, 1999 8 kayıt (commit)
-
-
Jack Jansen yazdı
Added a few references to cvs locations for external libraries. img now builds in its own Extensions folder.
-
Jack Jansen yazdı
Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink.
-
Jack Jansen yazdı
-
Fred Drake yazdı
the subitem text is updated correctly when each module section is processed. Print [<modulename>] when we start on \declaremodule so we can more easily track progress during the library reference.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
typeExtended was a Think-ism that must have stopped working years and years ago without anyone noticing.
-
- 09 Şub, 1999 7 kayıt (commit)
-
-
Barry Warsaw yazdı
was just an alias for PyExc_OSError and the way we were doing it was causing a (small) memory leak anyway. Just use PyExc_OSError everywhere.
-
Fred Drake yazdı
with the python.org style.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
up the _tkinter main loop. Not clear why; the _kbhit() call _tkinter makes probably confuses the stdio library when buffering isn't set to whatever it is by default.
-
Fred Drake yazdı
symbol on it.
-
Fred Drake yazdı
-
Fred Drake yazdı
badly in practice and botched the whole thing. Wasn't obvious when looking at the local effects (which worked), but completely broke entire pages. ;-(
-
- 08 Şub, 1999 9 kayıt (commit)
-
-
Guido van Rossum yazdı
wrong variable.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
The test code is now accessed as a package.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
+ Implements a put_nowait method. + Adds a corresponding Queue.Full exception. + Simplifies the implementation by adding optional "block" args to get() and put(), and makes the old get_nowait() and new put_nowait() one-line redirections to get() and put(). + Uses (much) simpler logic for the nowait cases. + Regularizes the doc strings to something closer to "Guido style" <wink>. + Converts two stray tabs into spaces. + Removes confusing verbiage about the queue "not being available" from the docstrings -- never knew what that meant as a user, and after digging into the implementation still didn't know what it was trying to say.
-
Guido van Rossum yazdı
(including a docstring saying "blah"). Fixed all this. (Please review for potential memory leaks!)
-
Guido van Rossum yazdı
avoid tracebacks when the root is destroyed before the image object.
-
- 07 Şub, 1999 6 kayıt (commit)
-
-
Just van Rossum yazdı
new dangerous script: it removes all apps (except sys.executable), shared libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr
-
Jack Jansen yazdı
argument and return a Control or Menu object.
-
Jack Jansen yazdı
into the config file. This define is also automatically set if USE_TOOLBOX is defined.
-
Jack Jansen yazdı
into the config file.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Moved other toolbox modules to their own .slb file.
-
- 06 Şub, 1999 3 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Added a dependency on toolboxmodules to icglue.cfm68k
-
Jack Jansen yazdı
-
- 05 Şub, 1999 4 kayıt (commit)
-
-
Guido van Rossum yazdı
audioop module; this was no longer defined. Use MS_WINDOWS instead. (I have a feeling that this was for the WATCOM port; too bad.)
-
Guido van Rossum yazdı
array object at all.
-
Guido van Rossum yazdı
(1) on a little-endian platform, don't byteswap; (2) in _patchheader(), there was a missing self._file argument to a _write_long() call.
-
Just van Rossum yazdı
-