- 31 Ara, 2002 34 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
- 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 yazdı
-
Just van Rossum yazdı
- whitespace normalization
-
Fred Drake yazdı
convenience functions isreadable() and isrecursive() work the same way as the convenience functions.
-
Fred Drake yazdı
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 yazdı
when expected. Only applies to the ConfigParser and SafeConfigParser classes, not RawConfigParser.
-
Fred Drake yazdı
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 yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Neal Norwitz yazdı
-
Greg Ward yazdı
SOUND_DEVICE_NAMES as 'control_labels' and 'control_names'.
-
Greg Ward yazdı
what it is.
-
Greg Ward yazdı
OSSType to OSSAudioType.
-
Greg Ward yazdı
-
Greg Ward yazdı
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 yazdı
-
Guido van Rossum yazdı
nested list.
-
Tim Peters yazdı
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
The only thing missing now is the new date/time stuff.
-
Guido van Rossum yazdı
-
Neal Norwitz yazdı
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 Ara, 2002 6 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Fred Drake yazdı
- added docstring to exceptions
-
Fred Drake yazdı
- document InterpolationSyntaxError
-
Neal Norwitz yazdı
XXX Not sure this is correct.
-
Neal Norwitz yazdı
-
Fred Drake yazdı
- when the thread module isn't available, subsequent attempts to import threading should not suceed
-