1. 01 Oct, 1993 1 commit
  2. 28 Sep, 1993 4 commits
  3. 27 Sep, 1993 2 commits
  4. 14 Sep, 1993 1 commit
  5. 26 Aug, 1993 1 commit
  6. 25 Aug, 1993 1 commit
  7. 03 Aug, 1993 1 commit
  8. 29 Jul, 1993 4 commits
  9. 28 Jul, 1993 1 commit
    • Guido van Rossum's avatar
      * Added support for X11 modules. · 7829d195
      Guido van Rossum authored
      * 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++.
      7829d195
  10. 26 Jul, 1993 1 commit
  11. 23 Jul, 1993 1 commit
  12. 19 Jul, 1993 2 commits
  13. 11 Jul, 1993 1 commit
  14. 10 Jul, 1993 1 commit
  15. 09 Jul, 1993 1 commit
    • Guido van Rossum's avatar
      * config.c: different default PYTHONPATH for MS-DOS · b2ebb7c6
      Guido van Rossum authored
      * 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.
      b2ebb7c6
  16. 08 Jul, 1993 1 commit
  17. 06 Jul, 1993 1 commit
  18. 05 Jul, 1993 1 commit
    • Guido van Rossum's avatar
      * Makefile: added all: and default: targets. · f23fc0fd
      Guido van Rossum authored
      * 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.
      f23fc0fd
  19. 24 Jun, 1993 1 commit
    • Guido van Rossum's avatar
      * pythonmain.c: -k option, usage message, more environment flags. · 03a26654
      Guido van Rossum authored
        (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).
      03a26654
  20. 23 Jun, 1993 2 commits
  21. 20 Jun, 1993 1 commit
    • Guido van Rossum's avatar
      * aifc.py: don't die on invalid MARK chunk · 5edbff4b
      Guido van Rossum authored
      * 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!
      5edbff4b
  22. 17 Jun, 1993 2 commits
    • Guido van Rossum's avatar
      * calendar.py: minor cleanups · a4cd6cdf
      Guido van Rossum authored
      * ftplib.py: support __init__ with optional host, port args
      * aifc.py: ensure header is written on close even when no data is written
      a4cd6cdf
    • Guido van Rossum's avatar
      * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. · f94d263d
      Guido van Rossum authored
        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().
      f94d263d
  23. 14 Jun, 1993 1 commit
  24. 11 Jun, 1993 2 commits
  25. 10 Jun, 1993 4 commits
  26. 08 Jun, 1993 1 commit
    • Jack Jansen's avatar
      Added 24 bit RGB capture · c2d58087
      Jack Jansen authored
      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
      c2d58087