1. 09 Eki, 1997 1 kayıt (commit)
  2. 08 Eki, 1997 1 kayıt (commit)
  3. 07 Eki, 1997 1 kayıt (commit)
  4. 30 Eyl, 1997 1 kayıt (commit)
  5. 23 May, 1997 1 kayıt (commit)
  6. 02 Nis, 1997 1 kayıt (commit)
  7. 23 Ock, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Initialize the ob_type field of PyAST_Type dynamically (in · f2b2dac5
      Guido van Rossum yazdı
      initparser()) instead of statically (in the initializer).  The static
      initialization, using the address of an object in a different DLL, is
      too much for the Microsoft VC++ compiler, and we want to be able to
      build this module as a separate DLL (it's nice to have but we don't
      want to increase the core DLL's size by 25K).  This same trick has
      been applied to a number of modules, e.g. NumPy and _tkinter.
      f2b2dac5
  8. 05 Ara, 1996 1 kayıt (commit)
  9. 25 Eki, 1996 1 kayıt (commit)
  10. 11 Eyl, 1996 1 kayıt (commit)
  11. 21 Agu, 1996 3 kayıt (commit)
  12. 21 Tem, 1996 1 kayıt (commit)
  13. 12 Ock, 1996 1 kayıt (commit)
  14. 11 Eki, 1995 1 kayıt (commit)
  15. 17 Ock, 1995 1 kayıt (commit)
  16. 04 Ock, 1995 1 kayıt (commit)
  17. 02 Ock, 1995 1 kayıt (commit)
  18. 01 Agu, 1994 1 kayıt (commit)
  19. 10 Kas, 1993 1 kayıt (commit)
  20. 01 Kas, 1993 1 kayıt (commit)
  21. 24 Haz, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * pythonmain.c: -k option, usage message, more environment flags. · 9e90a672
      Guido van Rossum yazdı
        (the latter also in frozenmain.c)
      * ceval.c: global 'killprint' flag raises exception when printing an
        expression statement's value (useful for finding stray output)
      * timemodule.c: add asctime() and ctime().  Change julian date to
        1-based origin (as intended and documented).
      * Removed unused DO_TIMES stuff from timemodule.c.  Added 'epoch' and
        'day0' globals (year where time.time() == 0 and day of the week the
        epoch started).
      9e90a672
  22. 29 Mar, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Changed all copyright messages to include 1993. · 9bfef44d
      Guido van Rossum yazdı
      * Stubs for faster implementation of local variables (not yet finished)
      * Added function name to code object.  Print it for code and function
        objects.  THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version
        number has changed accordingly)
      * Print address of self for built-in methods
      * New internal functions getattro and setattro (getattr/setattr with
        string object arg)
      * Replaced "dictobject" with more powerful "mappingobject"
      * New per-type functio tp_hash to implement arbitrary object hashing,
        and hashobject() to interface to it
      * Added built-in functions hash(v) and hasattr(v, 'name')
      * classobject: made some functions static that accidentally weren't;
        added __hash__ special instance method to implement hash()
      * Added proper comparison for built-in methods and functions
      9bfef44d
  23. 05 Nis, 1992 1 kayıt (commit)
  24. 19 Şub, 1991 1 kayıt (commit)
  25. 20 Ara, 1990 1 kayıt (commit)
  26. 14 Eki, 1990 1 kayıt (commit)