- 31 Dec, 2002 16 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Neal Norwitz authored
-
Greg Ward authored
SOUND_DEVICE_NAMES as 'control_labels' and 'control_names'.
-
Greg Ward authored
what it is.
-
Greg Ward authored
OSSType to OSSAudioType.
-
Greg Ward authored
-
Greg Ward authored
devices(), stereodevices(), recdevices() -> controls(), stereocontrols(), reccontrols() Based on recommendation of Hannu Savolainen <hannu@opensound.com>: The right term to use for things like bass/treble/mic/vol/etc is "control". "Device" refers to different mixer devices (/dev/mixer0 to /dev/mixerN). "Channel" cannot be used because it refers to mono/stereo/multich channels. In fact most mixer controls have left/right channels so ...
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
nested list.
-
Tim Peters authored
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
The only thing missing now is the new date/time stuff.
-
Guido van Rossum authored
-
Neal Norwitz authored
I can't test this on the snake farm (no aix box is working). This change works for the submitter seems correct. Can anybody test this on 32- and 64- bit AIX?
-
- 30 Dec, 2002 24 commits
-
-
Neal Norwitz authored
-
Fred Drake authored
- added docstring to exceptions
-
Fred Drake authored
- document InterpolationSyntaxError
-
Neal Norwitz authored
XXX Not sure this is correct.
-
Neal Norwitz authored
-
Fred Drake authored
- when the thread module isn't available, subsequent attempts to import threading should not suceed
-
Greg Ward authored
setrecsrc() -> set_recsrc().
-
Jack Jansen authored
-
Jack Jansen authored
things.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
it pass.
-
Fred Drake authored
-
Fred Drake authored
- correct some module names, add hyperlinks - wrap some long lines
-
Guido van Rossum authored
-
Tim Peters authored
-
Tim Peters authored
-
Jack Jansen authored
-
Guido van Rossum authored
tempfile.py already contained code to let it run without threads present; for Queue.py this is considered a useful feature too.
-
Guido van Rossum authored
-
Guido van Rossum authored
622537), with some nitpicking editorial changes.
-
Neal Norwitz authored
Initialize the small integers and __builtins__ in startup. This removes some if conditions. Change XDECREF to DECREF for values which shouldn't be NULL.
-
Jack Jansen authored
knows about plat-mac subdirectories, and configure adds a variable EXTRAPLATDIR. These together take care of copying Lib/plat-mac to the destination on darwin. Adding plat-mac is still done with a .pth file which is only created when you do a framework build. I'm not 100% happy with this, but fixing it really needs a functional pythonw in non-framework builds, and I don't think I can do that before 2.3a1 (but I'll try:-).
-
Neal Norwitz authored
Disallow zero for days and months
-