1. 04 Ock, 1995 1 kayıt (commit)
  2. 01 Agu, 1994 1 kayıt (commit)
  3. 22 Eki, 1993 1 kayıt (commit)
  4. 11 Tem, 1993 1 kayıt (commit)
  5. 17 Haz, 1993 1 kayıt (commit)
    • 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
  6. 25 May, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * classobject.c: in instance_getattr, don't make a method out of a · eb6b33a8
      Guido van Rossum yazdı
        function found as instance data.
      * socketmodule.c: added 'flags' argument sendto/recvfrom, rewrite
        argument parsing in send/recv.
      * More changes related to access (terminology change: owner instead of
        class; allow any object as owner; local/global variables are owned
        by their dictionary, only class/instance data is owned by the class;
        "from...import *" now only imports objects with public access; etc.)
      eb6b33a8
  7. 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
  8. 20 May, 1993 1 kayıt (commit)