- 08 Şub, 1999 1 kayıt (commit)
-
-
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 11 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ı
-
Just van Rossum yazdı
-
Guido van Rossum yazdı
"""Sjoerd's version stores unbound methods. that's not good enough ;-) Here's an alternative implementation of fixdict."""
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Use consistent parameter naming with the os documentation (paths always named "path" or "path1", "path2"...).
-