- 05 Jun, 2003 3 commits
-
-
Guido van Rossum authored
selection as the default value. This is easier to use habitually.
-
Kurt B. Kaiser authored
Also improved error notification if Tabnanny detects a TokenError. M ScriptBinding
-
Kurt B. Kaiser authored
New Window should save in the directory of the Editor Window from which it was selected. M EditorWindow.py M FileList.py M IOBinding.py
-
- 04 Jun, 2003 1 commit
-
-
Skip Montanaro authored
-
- 03 Jun, 2003 2 commits
-
-
Jack Jansen authored
Fixes #747954.
-
Greg Ward authored
test_setparameters() to use it -- don't assume AFMT_S16_NE is always defined!
-
- 02 Jun, 2003 6 commits
-
-
Guido van Rossum authored
wait() should not call waitpid() again. Should be backported to 2.2.4.
-
Raymond Hettinger authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
Not implemented and not needed.
-
Kurt B. Kaiser authored
M PyShell.py M run.py
-
- 01 Jun, 2003 6 commits
-
-
Jack Jansen authored
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 authored
shortdescription() so the code to split off the first line of the description isn't all over the place.
-
Jack Jansen authored
-
Neil Schemenauer authored
gives a small speedup).
-
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 11 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
-