1. 15 Oct, 1993 1 commit
  2. 12 Oct, 1993 2 commits
  3. 11 Oct, 1993 3 commits
  4. 01 Oct, 1993 2 commits
  5. 28 Sep, 1993 4 commits
  6. 27 Sep, 1993 2 commits
  7. 14 Sep, 1993 1 commit
  8. 26 Aug, 1993 1 commit
  9. 25 Aug, 1993 1 commit
  10. 03 Aug, 1993 1 commit
  11. 29 Jul, 1993 4 commits
  12. 28 Jul, 1993 1 commit
    • Guido van Rossum's avatar
      * Added support for X11 modules. · a3309960
      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++.
      a3309960
  13. 26 Jul, 1993 1 commit
  14. 23 Jul, 1993 1 commit
  15. 19 Jul, 1993 2 commits
  16. 11 Jul, 1993 1 commit
  17. 10 Jul, 1993 1 commit
  18. 09 Jul, 1993 1 commit
    • Guido van Rossum's avatar
      * config.c: different default PYTHONPATH for MS-DOS · e22e6442
      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.
      e22e6442
  19. 08 Jul, 1993 1 commit
  20. 06 Jul, 1993 1 commit
  21. 05 Jul, 1993 1 commit
    • Guido van Rossum's avatar
      * Makefile: added all: and default: targets. · f1dc5663
      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.
      f1dc5663
  22. 24 Jun, 1993 1 commit
    • Guido van Rossum's avatar
      * pythonmain.c: -k option, usage message, more environment flags. · 9e90a672
      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).
      9e90a672
  23. 23 Jun, 1993 2 commits
  24. 20 Jun, 1993 1 commit
    • Guido van Rossum's avatar
      * aifc.py: don't die on invalid MARK chunk · 9b3bc715
      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!
      9b3bc715
  25. 17 Jun, 1993 2 commits
    • Guido van Rossum's avatar
      * calendar.py: minor cleanups · 52fc1f60
      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
      52fc1f60
    • Guido van Rossum's avatar
      * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. · 234f942a
      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().
      234f942a
  26. 14 Jun, 1993 1 commit