- 29 May, 2003 14 kayıt (commit)
-
-
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.
-
Neal Norwitz yazdı
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 13 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
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 yazdı
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 yazdı
-
Raymond Hettinger yazdı
* Allow tuple re-use * Call tp_iternext directly
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Gregory P. Smith yazdı
expected DBLockDeadLockErrors.
-
Gregory P. Smith yazdı
oriented DbEnv & Db object BerkeleyDB interface. Include a note about Sleepycat's BerkeleyDB license with regards to distributing it within non-opensource applications and include a link to their website for license details. Document that 'r' is the default flag for the legacy bsddb btopen(), hashopen(), and rnopen() functions. This is apparently different than the dbm libraries in other languages according to Bug #732951. Changing the default from 'r' to 'c' would break backwards compatibility with legacy bsddb applications; documenting the default should suffice.
-
Kurt B. Kaiser yazdı
is not to do that. VPython and student environment support. M PyShell.py M config-main.def M run.py
-
- 27 May, 2003 6 kayıt (commit)
-
-
Jack Jansen yazdı
indicator to wait for the help indexing to finish.
-
Jack Jansen yazdı
between CF objects and their Python representation. Fixes 734695.
-
Jeremy Hylton yazdı
-
Jack Jansen yazdı
-
Raymond Hettinger yazdı
-
Greg Ward yazdı
that way it applies to *only* the ioctl() call, and also happens for the other blocking ioctls (POST, RESET).
-
- 26 May, 2003 7 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
-
Greg Ward yazdı
* sync(), because it waits for hardware buffers to flush, which can take several seconds depending on cirumstances (according to the OSS docs) * close(), because it does an implicit sync()
-
Kurt B. Kaiser yazdı
Modified Files: PyShell.py ScriptBinding.py buildapp.py
-
Gustavo Niemeyer yazdı
-
Kurt B. Kaiser yazdı
The default font is not highlighted in the Options dialog when IDLEfork is first installed. 2. Reduce default font to 10 pt and increase default window height to give a better initial impression on Windows. M config-main.def M configDialog.py
-
Neal Norwitz yazdı
This also fixes several other bugs and patches by providing the proper arguments to cc: 738066 and 741806 need -ieee, 693094 needs -std
-
Neal Norwitz yazdı
Modified the patch some. Fixed invalid link in UNICODE (to STRING). Also updates some references.
-