- 02 Haz, 2003 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
build (assert(gc->gc.gc_refs != 0) in visit_decref()). Because OSSAudioError is a global, we must compensate (twice!) for PyModule_AddObject()'s "helpful" decref of the object it adds.
-
Kurt B. Kaiser yazdı
Not implemented and not needed.
-
Kurt B. Kaiser yazdı
M PyShell.py M run.py
-
- 01 Haz, 2003 6 kayıt (commit)
-
-
Jack Jansen yazdı
prefixes, any file that is skipped during a per-user install that matches this set is *not* an error; Systemwide-only is a boolean that says the package cannot be installer per-user.
-
Jack Jansen yazdı
shortdescription() so the code to split off the first line of the description isn't all over the place.
-
Jack Jansen yazdı
-
Neil Schemenauer yazdı
gives a small speedup).
-
Kurt B. Kaiser yazdı
Modified Files: NEWS.txt README.txt TODO.txt
-
Kurt B. Kaiser yazdı
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 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Excecution environment and residual shell has cwd set to the directory of the module being run. M ScriptBinding.py
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
for the library path.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
explanation of int in terms of string.atoi. Explain sum in terms of reduce.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
The fast_function() inlining optimization only applies when there are zero keyword arguments.
-
- 30 May, 2003 3 kayıt (commit)
-
-
Neil Schemenauer yazdı
reported by Kurt B. Kaiser.
-
Tim Peters yazdı
-
Kurt B. Kaiser yazdı
Modified Files: CREDITS.txt INSTALL.txt LICENSE.txt aboutDialog.py setup.py
-
- 29 May, 2003 19 kayıt (commit)
-
-
Greg Ward yazdı
-
Jack Jansen yazdı
- Added support for multi-line descriptions. Doesn't look nice yet in Package Manager.
-
Greg Ward yazdı
8 bits is 1 byte, and that isn't about to change any time soon. (I hope!)
-
Greg Ward yazdı
* 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 yazdı
-
Barry Warsaw yazdı
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 yazdı
can happen if __init__ doesn't complete. Fix it by adding a try/except to __del__.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
or emptying __dict__, just as we do for classic classes.
-
Guido van Rossum yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
Remove references to string based exceptions in the doc.
-
Neal Norwitz yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
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 yazdı
-
Greg Ward yazdı
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 yazdı
Rename 'a' (the audio device) to 'dsp' everywhere.
-