- 07 Feb, 1999 1 commit
-
-
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 7 commits
-
-
Fred Drake authored
-
Fred Drake authored
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 authored
-
Guido van Rossum authored
\\host\mountpoint\dir\file). By Larry Hastings. Also cleaned up some docstrings.
-
Guido van Rossum authored
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 authored
access. Will still need a bit of work when all plugins are separated, probably.
-
Jack Jansen authored
modified by Jack to skip files that are binary despite the TEXT type).
-
- 02 Feb, 1999 17 commits
-
-
Just van Rossum authored
-
Guido van Rossum authored
and besides Toby Dickenson sent me a more functional (if lower level) wrapper around PlaySound.
-
Just van Rossum authored
-
Just van Rossum authored
-
Guido van Rossum authored
"""Sjoerd's version stores unbound methods. that's not good enough ;-) Here's an alternative implementation of fixdict."""
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Use consistent parameter naming with the os documentation (paths always named "path" or "path1", "path2"...).
-
Fred Drake authored
-
Fred Drake authored
nor a separate paragraph.
-
Fred Drake authored
-
Guido van Rossum authored
Clarified (hopefully :-) the documentation of elements and attributes variables.
-
Guido van Rossum authored
Fix leaking of instances by removing the elements variable that we created on closing the parser. The elements variable is now created in the reset() method, so that the sequence close(); reset(); ... works. Also, add the name of the entity reference that wasn't found to the error message.
-
Fred Drake authored
a process exit status as a parameter.
-