- 10 Feb, 1999 2 commits
-
-
Guido van Rossum authored
-
Jack Jansen authored
typeExtended was a Think-ism that must have stopped working years and years ago without anyone noticing.
-
- 09 Feb, 1999 7 commits
-
-
Barry Warsaw authored
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 authored
with the python.org style.
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
symbol on it.
-
Fred Drake authored
-
Fred Drake authored
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 Feb, 1999 9 commits
-
-
Guido van Rossum authored
wrong variable.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
The test code is now accessed as a package.
-
Guido van Rossum authored
-
Guido van Rossum authored
+ 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 authored
(including a docstring saying "blah"). Fixed all this. (Please review for potential memory leaks!)
-
Guido van Rossum authored
avoid tracebacks when the root is destroyed before the image object.
-
- 07 Feb, 1999 6 commits
-
-
Just van Rossum authored
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 authored
argument and return a Control or Menu object.
-
Jack Jansen authored
into the config file. This define is also automatically set if USE_TOOLBOX is defined.
-
Jack Jansen authored
into the config file.
-
Jack Jansen authored
-
Jack Jansen authored
Moved other toolbox modules to their own .slb file.
-
- 06 Feb, 1999 3 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
- Added a dependency on toolboxmodules to icglue.cfm68k
-
Jack Jansen authored
-
- 05 Feb, 1999 10 commits
-
-
Guido van Rossum authored
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 authored
array object at all.
-
Guido van Rossum authored
(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 authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Also finally get rid of some obsolete commented-out access statements. A note about the previous checkin: I believe it's correct, but I found something strange: the file Lib/test/audiotest.au in the Python distribution was evidently encoded in u-LAW format but had its encoding set to 2, i.e. linear-8. I hope that this is a mistake caused by some conversion program that produced this .au file; I just found it on a website.
-
Fred Drake authored
document titles to the list of files. Also added total page count and a note that comments should be directed to python-docs@python.org.
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
- 04 Feb, 1999 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 03 Feb, 1999 1 commit
-
-
Fred Drake authored
-