- 07 Haz, 2003 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Gustavo Niemeyer yazdı
have to insert it in front of other classes, nor do dirty tricks like inserting a "dummy" HTTPHandler after a ProxyHandler when building an opener with proxy support.
-
Kurt B. Kaiser yazdı
2. Remove obsolete comment associated with Window menu updating M EditorWindow.py M GrepDialog.py
-
- 06 Haz, 2003 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Window menu updates. 2. Display Python Shell window in Window menu 3. Remove some dead code in FileList.py M EditorWindow.py M FileList.py M WindowList.py
-
Raymond Hettinger yazdı
Minor documentation fix.
-
- 05 Haz, 2003 4 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M PyShell.py M rpc.py M run.py
-
Guido van Rossum yazdı
selection as the default value. This is easier to use habitually.
-
Kurt B. Kaiser yazdı
Also improved error notification if Tabnanny detects a TokenError. M ScriptBinding
-
Kurt B. Kaiser yazdı
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 Haz, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 03 Haz, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
Fixes #747954.
-
Greg Ward yazdı
test_setparameters() to use it -- don't assume AFMT_S16_NE is always defined!
-
- 02 Haz, 2003 6 kayıt (commit)
-
-
Guido van Rossum yazdı
wait() should not call waitpid() again. Should be backported to 2.2.4.
-
Raymond Hettinger yazdı
-
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 4 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).
-