1. 23 Haz, 1993 1 kayıt (commit)
  2. 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
  3. 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
  4. 14 Haz, 1993 1 kayıt (commit)
  5. 11 Haz, 1993 2 kayıt (commit)
  6. 10 Haz, 1993 4 kayıt (commit)
  7. 08 Haz, 1993 4 kayıt (commit)
  8. 05 Haz, 1993 3 kayıt (commit)
  9. 03 Haz, 1993 1 kayıt (commit)
  10. 01 Haz, 1993 2 kayıt (commit)
  11. 25 May, 1993 3 kayıt (commit)
  12. 24 May, 1993 2 kayıt (commit)
  13. 21 May, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Lots of small changes related to access. · b3f7258f
      Guido van Rossum yazdı
      * Added "access *: ...", made access work for class methods.
      * Introduced subclass check: make sure that when calling
        ClassName.methodname(instance, ...), the instance is an instance of
        ClassName or of a subclass thereof (this might break some old code!)
      b3f7258f
  14. 20 May, 1993 1 kayıt (commit)
  15. 19 May, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      Several changes in one: · 25831652
      Guido van Rossum yazdı
      (1) dictionaries/mappings now have attributes values() and items() as
      well as keys(); at the C level, use the new function mappinggetnext()
      to iterate over a dictionary.
      
      (2) "class C(): ..." is now illegal; you must write "class C: ...".
      
      (3) Class objects now know their own name (finally!); and minor
      improvements to the way how classes, functions and methods are
      represented as strings.
      
      (4) Added an "access" statement and semantics.  (This is still
      experimental -- as long as you don't use the keyword 'access' nothing
      should be changed.)
      25831652
  16. 17 May, 1993 2 kayıt (commit)
  17. 12 May, 1993 4 kayıt (commit)
  18. 11 May, 1993 1 kayıt (commit)
  19. 10 May, 1993 3 kayıt (commit)
  20. 07 May, 1993 1 kayıt (commit)