- 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 10 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ı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
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 yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 04 Şub, 1999 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 03 Şub, 1999 7 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
For all split*(), these split path *into* pairs, not split path *in* pairs. "Into" can be used for transformations, "in" is for containment.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
\\host\mountpoint\dir\file). By Larry Hastings. Also cleaned up some docstrings.
-
Guido van Rossum yazdı
f_fsid field, since it's not a scalar on all systems supporting this call (in particular, it's a tuple of two longs on AIX). Since it's not particularly useful, just nuke it. Adapted the doc strings too.
-
Jack Jansen yazdı
access. Will still need a bit of work when all plugins are separated, probably.
-
Jack Jansen yazdı
modified by Jack to skip files that are binary despite the TEXT type).
-
- 02 Şub, 1999 3 kayıt (commit)
-
-
Just van Rossum yazdı
-
Guido van Rossum yazdı
and besides Toby Dickenson sent me a more functional (if lower level) wrapper around PlaySound.
-
Just van Rossum yazdı
-