- 17 Eyl, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* flmodule.c: added some missing functions; changed readonly flags of some data members based upon FORMS documentation. * listobject.c: fixed int/long arg lint bug (bites PC compilers). * several: removed redundant print methods (repr is good enough). * posixmodule.c: added (still experimental) process group functions.
-
- 13 Eyl, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Eyl, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Eyl, 1992 2 kayıt (commit)
-
-
Guido van Rossum yazdı
lower, upper and swapcase to strop; cosmetics.
-
Sjoerd Mullender yazdı
necessary, and when they are, use SIGKILL; when compiled with -DDEBUG, only print debug messages when "THREADDEBUG" is set in the environment.
-
- 08 Eyl, 1992 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
.,
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
VFile: RandomVinFile can now write the cache to the file. Vinfo: use the cached index if present and print a message whether it's there.
-
Guido van Rossum yazdı
Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
added gl.gversion().
-
- 07 Eyl, 1992 6 kayıt (commit)
-
-
Guido van Rossum yazdı
Added class RandomVinFile which supports random access and warming the cache. Added eofseen and errorseen methods to BasicVinFile. Use RGB mode for rgb8 data on entry level Indigo. Minor cosmetic changes.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
missing -n in help(), bogus frame skipping; and added patch for weird time jumps. Removed colorsys.py (now in std library). Fixed "sys.write" error in vcopy.py. Restructured README.
-
Guido van Rossum yazdı
-
- 04 Eyl, 1992 2 kayıt (commit)
-
-
Guido van Rossum yazdı
add stepunit(8, 6) call.
-
Guido van Rossum yazdı
raise AttributeError, not KeyError, when attribute deletion fails. sunaudiodevmodule.c: check for deletion before calling setmember.
-
- 03 Eyl, 1992 19 kayıt (commit)
-
-
Guido van Rossum yazdı
Documented $PYTHONSTARTUP
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
project :-). Change object administration: objects are removed from the list of known objects as soon as their form is destroyed.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
calls the repr function. When the refcount is bad, don't print the object at all (chances of crashes). Changes to checking and printing of references: the consistency check is somewhat faster; don't print strings referenced once (most occur in function's name lists).
-
Guido van Rossum yazdı
(fetch the filename as a string so I can see it with dbx, and set f_lineno); call abort() when detecting an "undetected" error.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-