- 01 Jun, 2003 2 commits
-
-
Kurt B. Kaiser authored
Modified Files: NEWS.txt README.txt TODO.txt
-
Kurt B. Kaiser authored
abnormal exit situations cleanly, especially stuck user threads. Future plan is to intercept the user's atexit functions and run them under IDLE's control.
-
- 31 May, 2003 8 commits
-
-
Kurt B. Kaiser authored
Excecution environment and residual shell has cwd set to the directory of the module being run. M ScriptBinding.py
-
Jack Jansen authored
-
Martin v. Löwis authored
for the library path.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
explanation of int in terms of string.atoi. Explain sum in terms of reduce.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Raymond Hettinger authored
The fast_function() inlining optimization only applies when there are zero keyword arguments.
-
- 30 May, 2003 3 commits
-
-
Neil Schemenauer authored
reported by Kurt B. Kaiser.
-
Tim Peters authored
-
Kurt B. Kaiser authored
Modified Files: CREDITS.txt INSTALL.txt LICENSE.txt aboutDialog.py setup.py
-
- 29 May, 2003 20 commits
-
-
Greg Ward authored
-
Jack Jansen authored
- Added support for multi-line descriptions. Doesn't look nice yet in Package Manager.
-
Greg Ward authored
8 bits is 1 byte, and that isn't about to change any time soon. (I hope!)
-
Greg Ward authored
* it no longer takes ssize, which served no purpose apart from scolding you if you got it wrong * changed the order of the three remaining required arguments to (format, channels, rate) to match the order in which they must be set * replaced the optional argument 'emulate' with 'strict': if strict true, and the audio device does not accept the requested sampling parameters, raise OSSAudioError * return a tuple (format, channels, rate) reflecting the sampling parameters that were actually set Change the canonical name of ossaudiodev.error to ossaudiodev.OSSAudioError (keep an alias for backwards compatibility). Remove 'audio_types' list and 'n_audio_types' (no longer needed now that setparameters() no longer has an 'ssize' argument to police).
-
Fred Drake authored
-
Barry Warsaw authored
in some locales. This code simplifies the boundary algorithm to use randint() which is what we wanted anyway. Bump package version to 2.5.3. Backport candidate for Python 2.2.3
-
Guido van Rossum authored
can happen if __init__ doesn't complete. Fix it by adding a try/except to __del__.
-
Guido van Rossum authored
-
Guido van Rossum authored
or emptying __dict__, just as we do for classic classes.
-
Guido van Rossum authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Neal Norwitz authored
Remove references to string based exceptions in the doc.
-
Neal Norwitz authored
-
Greg Ward authored
-
Greg Ward authored
code (which has also been recently overhauled, so that it can be documented without embarassment). 'error' has been renamed to 'OSSAudioError'. Minor wordsmithing.
-
Greg Ward authored
-
Greg Ward authored
to test the new setparameters() interface. Modified play_sound_file() to print the elapsed time taken to play the test sample (to the nearest 0.1 sec).
-
Greg Ward authored
Rename 'a' (the audio device) to 'dsp' everywhere.
-
Neal Norwitz authored
Also fix a memory leak in Tkapp_Split. This needs to be backported. I'll leave it up to Barry whether this is for 2.2.3 or 2.2.4.
-
- 28 May, 2003 7 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
pimp_update if it exists. Upped the version number to indicate this. Fixes #731626. - Added -V (print version) and -u (specify database URL) options when run as a command line tool.
-
Gregory P. Smith authored
sleepycat has told him that since python is OSS and berkeleydb is being distributed with python for the bsddb library all is fine.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Allow tuple re-use * Call tp_iternext directly
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-