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