1. 11 Ara, 2002 1 kayıt (commit)
  2. 12 Agu, 2002 1 kayıt (commit)
  3. 11 Nis, 2002 1 kayıt (commit)
  4. 11 Ara, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug #491415 PyDict_UpdateFromSeq2() unused · f582b82f
      Tim Peters yazdı
      PyDict_UpdateFromSeq2():  removed it.
      PyDict_MergeFromSeq2():  made it public and documented it.
      PyDict_Merge() docs:  updated to reveal <wink> that the second
      argument can be any mapping object.
      f582b82f
  5. 10 Agu, 2001 1 kayıt (commit)
  6. 02 Agu, 2001 1 kayıt (commit)
  7. 01 Eyl, 2000 1 kayıt (commit)
  8. 04 Tem, 2000 1 kayıt (commit)
  9. 30 Haz, 2000 2 kayıt (commit)
  10. 30 Mar, 2000 1 kayıt (commit)
  11. 04 Ara, 1998 1 kayıt (commit)
  12. 13 May, 1997 1 kayıt (commit)
  13. 25 Eki, 1996 1 kayıt (commit)
  14. 17 Ock, 1995 1 kayıt (commit)
  15. 12 Ock, 1995 1 kayıt (commit)
  16. 04 Ock, 1995 1 kayıt (commit)
    • Guido van Rossum's avatar
      Added 1995 copyright. · 5799b520
      Guido van Rossum yazdı
      object.h: made sizes and refcnts signed ints.
      stringobject.h: make getstrsize() signed int.
      methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions.
      5799b520
  17. 01 Agu, 1994 1 kayıt (commit)
  18. 28 Tem, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Added support for X11 modules. · a3309960
      Guido van Rossum yazdı
      * Makefile: change location of FORMS library.
      * posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not)
      * Almost all .h files: added CPP magic to avoid duplicate inclusions and
        to support inclusion from C++.
      a3309960
  19. 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
  20. 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
  21. 05 Nis, 1992 1 kayıt (commit)
  22. 16 Agu, 1991 1 kayıt (commit)
  23. 07 Haz, 1991 1 kayıt (commit)
  24. 03 Nis, 1991 1 kayıt (commit)
  25. 19 Şub, 1991 1 kayıt (commit)
  26. 30 Eki, 1990 1 kayıt (commit)
  27. 14 Eki, 1990 2 kayıt (commit)