1. 12 Agu, 1996 1 kayıt (commit)
  2. 30 Tem, 1996 1 kayıt (commit)
  3. 12 Ock, 1996 1 kayıt (commit)
  4. 07 Tem, 1995 1 kayıt (commit)
  5. 07 Ock, 1995 1 kayıt (commit)
  6. 29 Eyl, 1994 1 kayıt (commit)
  7. 17 Agu, 1994 1 kayıt (commit)
  8. 01 Agu, 1994 1 kayıt (commit)
  9. 28 Ara, 1993 1 kayıt (commit)
  10. 26 Ara, 1993 1 kayıt (commit)
  11. 24 Ara, 1993 1 kayıt (commit)
  12. 20 Ara, 1993 1 kayıt (commit)
  13. 30 Kas, 1993 2 kayıt (commit)
  14. 27 Eki, 1993 1 kayıt (commit)
  15. 26 Eki, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * compile.[ch]: support for lambda() · 12d12c5f
      Guido van Rossum yazdı
      * PROTO.h, mymalloc.h: added #ifdefs for TURBOC and GNUC.
      * allobjects.h: added #include "rangeobject.h"
      * Grammar: added lambda_input; relaxed syntax for exec.
      * bltinmodule.c: added bagof, map, reduce, lambda, xrange.
      * tupleobject.[ch]: added resizetuple().
      * rangeobject.[ch]: new object type to speed up range operations (not
        convinced this is needed!!!)
      12d12c5f
  16. 18 Eki, 1993 1 kayıt (commit)
  17. 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
  18. 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
  19. 06 Nis, 1992 2 kayıt (commit)
  20. 31 Mar, 1992 1 kayıt (commit)
  21. 04 Mar, 1992 1 kayıt (commit)
  22. 26 Ock, 1992 1 kayıt (commit)
  23. 14 Ock, 1992 1 kayıt (commit)
  24. 01 Ock, 1992 1 kayıt (commit)
  25. 31 Ara, 1991 1 kayıt (commit)
  26. 10 Ara, 1991 1 kayıt (commit)
  27. 24 Eki, 1991 1 kayıt (commit)
  28. 20 Eki, 1991 1 kayıt (commit)
  29. 27 Tem, 1991 1 kayıt (commit)
  30. 17 Tem, 1991 1 kayıt (commit)
  31. 21 Ock, 1991 1 kayıt (commit)
  32. 14 Eki, 1990 1 kayıt (commit)