- 31 Dec, 2002 36 commits
-
-
Martin v. Löwis authored
Document that getatime and getmtime may return floats.
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
- add new modules (zipimport, datetime, _random, bz2, _symtable) - build pyexpat with expat sources from Python distribution - regression test with and without compiled bytecode
-
Just van Rossum authored
-
Just van Rossum authored
- whitespace normalization
-
Fred Drake authored
convenience functions isreadable() and isrecursive() work the same way as the convenience functions.
-
Fred Drake authored
Pass the right number of args to .format(). (Caught by pychecker.) - Protect the global namespace more carefully. - Don't use the types module now that we don't need to.
-
Fred Drake authored
when expected. Only applies to the ConfigParser and SafeConfigParser classes, not RawConfigParser.
-
Fred Drake authored
InterpolationError constructor, not the KeyError exception itself. (Caught by the new InterpolationError test.) SafeConfigParser._interpolate_some(): Pass the right number of arguments to the InterpolationError constructor. (Caught by pychecker.)
-
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 4 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.
-