1. 10 Haz, 1993 4 kayıt (commit)
  2. 08 Haz, 1993 4 kayıt (commit)
  3. 05 Haz, 1993 3 kayıt (commit)
  4. 03 Haz, 1993 1 kayıt (commit)
  5. 01 Haz, 1993 2 kayıt (commit)
  6. 25 May, 1993 3 kayıt (commit)
  7. 24 May, 1993 2 kayıt (commit)
  8. 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
  9. 20 May, 1993 1 kayıt (commit)
  10. 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
  11. 17 May, 1993 2 kayıt (commit)
  12. 12 May, 1993 4 kayıt (commit)
  13. 11 May, 1993 1 kayıt (commit)
  14. 10 May, 1993 3 kayıt (commit)
  15. 07 May, 1993 2 kayıt (commit)
  16. 06 May, 1993 2 kayıt (commit)
  17. 15 Nis, 1993 1 kayıt (commit)
  18. 08 Nis, 1993 1 kayıt (commit)
  19. 07 Nis, 1993 1 kayıt (commit)
  20. 01 Nis, 1993 1 kayıt (commit)