- 20 Sep, 1992 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
string.splitfields(s, '') now returns [s] as split() in nawk. Added _exit to exported functions of os.
-
- 17 Sep, 1992 1 commit
-
-
Guido van Rossum authored
* 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 Sep, 1992 1 commit
-
-
Guido van Rossum authored
-
- 12 Sep, 1992 1 commit
-
-
Guido van Rossum authored
-
- 11 Sep, 1992 2 commits
-
-
Guido van Rossum authored
lower, upper and swapcase to strop; cosmetics.
-
Sjoerd Mullender authored
necessary, and when they are, use SIGKILL; when compiled with -DDEBUG, only print debug messages when "THREADDEBUG" is set in the environment.
-
- 08 Sep, 1992 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
.,
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type.
-
Guido van Rossum authored
-
Guido van Rossum authored
added gl.gversion().
-
- 07 Sep, 1992 6 commits
-
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
-
- 04 Sep, 1992 2 commits
-
-
Guido van Rossum authored
add stepunit(8, 6) call.
-
Guido van Rossum authored
raise AttributeError, not KeyError, when attribute deletion fails. sunaudiodevmodule.c: check for deletion before calling setmember.
-
- 03 Sep, 1992 17 commits
-
-
Guido van Rossum authored
Documented $PYTHONSTARTUP
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
project :-). Change object administration: objects are removed from the list of known objects as soon as their form is destroyed.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
(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 authored
-
Guido van Rossum authored
-