1. 25 Ock, 2001 2 kayıt (commit)
  2. 01 Eyl, 2000 2 kayıt (commit)
  3. 02 Agu, 2000 1 kayıt (commit)
  4. 21 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', · f3f33dcf
      Thomas Wouters yazdı
      and a couple of functions that were missed in the previous batches. Not
      terribly tested, but very carefully scrutinized, three times.
      
      All these were found by the little findkrc.py that I posted to python-dev,
      which means there might be more lurking. Cases such as this:
      
      long
      func(a, b)
      	long a;
      	long b; /* flagword */
      {
      
      and other cases where the last ; in the argument list isn't followed by a
      newline and an opening curly bracket. Regexps to catch all are welcome, of
      course ;)
      f3f33dcf
  5. 10 Tem, 2000 1 kayıt (commit)
  6. 30 Haz, 2000 2 kayıt (commit)
  7. 29 Şub, 2000 1 kayıt (commit)
  8. 06 Ock, 1999 1 kayıt (commit)
  9. 04 Ara, 1998 1 kayıt (commit)
  10. 23 Kas, 1998 1 kayıt (commit)
  11. 15 Agu, 1997 1 kayıt (commit)
  12. 31 Tem, 1997 1 kayıt (commit)
  13. 17 Ara, 1996 2 kayıt (commit)
  14. 09 Ara, 1996 1 kayıt (commit)
  15. 05 Ara, 1996 1 kayıt (commit)
  16. 25 Eki, 1996 1 kayıt (commit)
  17. 11 Eyl, 1996 1 kayıt (commit)
  18. 11 Haz, 1996 1 kayıt (commit)
  19. 23 May, 1996 1 kayıt (commit)
  20. 07 Eki, 1995 1 kayıt (commit)
  21. 04 Ock, 1995 1 kayıt (commit)
  22. 01 Agu, 1994 1 kayıt (commit)
  23. 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
  24. 17 Agu, 1992 1 kayıt (commit)