- 28 Eyl, 1993 3 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 27 Eyl, 1993 2 kayıt (commit)
-
-
Sjoerd Mullender yazdı
Fixed a typo.
-
Sjoerd Mullender yazdı
variables. Added auxiliary routine tochash to convert a table-of-contents to a hashed toc.
-
- 14 Eyl, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 26 Agu, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 25 Agu, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
profile.py: Some speed improvements (I hope). rect.py: Bug fix in union().
-
- 03 Agu, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
* frameobject.c (newframeobject): initialize ob_type if taking entry from the free list, since it is zeroed out when DEBUG is defined.
-
- 29 Tem, 1993 4 kayıt (commit)
-
-
cvs2svn yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
* string.py: change whitespace to include \r, \v and \f. When importing strop succeeds, re-evaluate meaning of letters.
-
Guido van Rossum yazdı
-
- 28 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Makefile: change location of FORMS library. * posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not) * Almost all .h files: added CPP magic to avoid duplicate inclusions and to support inclusion from C++.
-
- 26 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Tem, 1993 1 kayıt (commit)
-
-
Jack Jansen yazdı
Vb, VbForm - Compression lib movie support Save settings in ~/.Vb_init
-
- 19 Tem, 1993 2 kayıt (commit)
-
-
Jack Jansen yazdı
have been added.
-
Jack Jansen yazdı
-
- 11 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
objects of its derived classes; allow anything that has an attribute named "__privileged__" access to anything. * object.[ch]: added hasattr() -- test whether getattr() will succeed.
-
- 10 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* timemodule.c: change #ifdef TURBO_C into #ifdef MSDOS * posixmodule.c: MSDOS changes by Marcel van der Peijl (Digicash) * stropmodule.c: use C isspace(c) to test for whitespace; add whitespace, lowercase and uppercase variables to the module.
-
- 08 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
whitespace variable to module dict.
-
- 06 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* ftplib.py: made cwd() use 'CDUP' when dirname is '..' * FL.py: added new constant FL_PLACE_FULLSCREEN
-
- 05 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* many files: made some functions static; removed "extern int errno;". * frozenmain.c: fixed bugs introduced on 24 June... * flmodule.c: remove 1.5 bw compat hacks, add new functions in 2.2a (and some old functions that were omitted). * timemodule.c: added MSDOS floatsleep version . * pgenmain.c: changed exit() to goaway() and added defn of goaway(). * intrcheck.c: add hack (to UNIX only) so interrupting 3 times will exit from a hanging program. The second interrupt prints a message explaining this to the user.
-
- 24 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(the latter also in frozenmain.c) * ceval.c: global 'killprint' flag raises exception when printing an expression statement's value (useful for finding stray output) * timemodule.c: add asctime() and ctime(). Change julian date to 1-based origin (as intended and documented). * Removed unused DO_TIMES stuff from timemodule.c. Added 'epoch' and 'day0' globals (year where time.time() == 0 and day of the week the epoch started).
-
- 23 Haz, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
* imghdr.py: added jpeg recognition * torgb.py: added jpeg conversion * tzparse.py: use functions from time instead of calendar * whatsound.py: add /ufs/guido/biin/sgi to $PATH when calling 'whatsound'
-
- 20 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* calendar.py: remove stuff now built in time; some cleanup and generalization in the calendar printing * cmd.py: use __init__. * tzparse.py: This module is no longer necessary -- use builtin time instead!
-
- 17 Haz, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
* ftplib.py: support __init__ with optional host, port args * aifc.py: ensure header is written on close even when no data is written
-
Guido van Rossum yazdı
Added $(SYSDEF) to its build rule in Makefile. * cgensupport.[ch], modsupport.[ch]: removed some old stuff. Also changed files that still used it... And made several things static that weren't but should have been... And other minor cleanups... * listobject.[ch]: add external interfaces {set,get}listslice * socketmodule.c: fix bugs in new send() argument parsing. * sunaudiodevmodule.c: added flush() and close().
-
- 14 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Haz, 1993 2 kayıt (commit)
-
-
Guido van Rossum yazdı
size window back to last size when going from 24bits to 8bits mode, etc.
-
Guido van Rossum yazdı
Keep aspect and max size of window at all times. Remove (now unnecessary) sleep(0.1) in vcr capture code. Add messages when initializing VCR. Remove old comments.
-
- 10 Haz, 1993 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Separated out colormap installation (for override by Glx widget).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
because of buffering. Also added several new commands (Jack). VFile.py: Made setting of RGB or colormap mode separate methods, so they can be overridden (e.g. when using the Glx.draw widget the way to change the mode is totally different).
-
- 08 Haz, 1993 3 kayıt (commit)
-
-
Jack Jansen yazdı
Added JPEG capture Added multiple-speed VCR sync and single-step VCR sync VCR sync recorded movies get correct timestamps Added (still non-functional) 24-bit picture scaling
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-