1. 10 Jun, 1993 1 commit
  2. 08 Jun, 1993 4 commits
  3. 05 Jun, 1993 3 commits
  4. 03 Jun, 1993 1 commit
  5. 01 Jun, 1993 2 commits
  6. 25 May, 1993 3 commits
  7. 24 May, 1993 2 commits
  8. 21 May, 1993 1 commit
    • Guido van Rossum's avatar
      * Lots of small changes related to access. · b3f7258f
      Guido van Rossum authored
      * 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 commit
  10. 19 May, 1993 1 commit
    • Guido van Rossum's avatar
      Several changes in one: · 25831652
      Guido van Rossum authored
      (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 commits
  12. 12 May, 1993 4 commits
  13. 11 May, 1993 1 commit
  14. 10 May, 1993 3 commits
  15. 07 May, 1993 2 commits
  16. 06 May, 1993 2 commits
  17. 15 Apr, 1993 1 commit
  18. 08 Apr, 1993 1 commit
  19. 07 Apr, 1993 1 commit
  20. 01 Apr, 1993 4 commits