1. 31 May, 2002 1 kayıt (commit)
  2. 22 Nis, 2002 1 kayıt (commit)
  3. 04 Ara, 2001 1 kayıt (commit)
  4. 11 Eyl, 2001 1 kayıt (commit)
  5. 01 Eyl, 2000 1 kayıt (commit)
  6. 22 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Mass ANSIfication. · 23c9e002
      Thomas Wouters yazdı
      Work around intrcheck.c's desire to pass 'PyErr_CheckSignals' to
      'Py_AddPendingCall' by providing a (static) wrapper function that has the
      right number of arguments.
      23c9e002
  7. 16 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 7e474022
      Thomas Wouters yazdı
      comments, docstrings or error messages. I fixed two minor things in
      test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
      
      There is a minor style issue involved: Guido seems to have preferred English
      grammar (behaviour, honour) in a couple places. This patch changes that to
      American, which is the more prominent style in the source. I prefer English
      myself, so if English is preferred, I'd be happy to supply a patch myself ;)
      7e474022
  8. 09 Tem, 2000 1 kayıt (commit)
  9. 30 Haz, 2000 2 kayıt (commit)
  10. 10 Nis, 1998 1 kayıt (commit)
  11. 29 Nis, 1997 1 kayıt (commit)
  12. 30 Ara, 1996 1 kayıt (commit)
  13. 02 Ara, 1996 1 kayıt (commit)
  14. 25 Eki, 1996 1 kayıt (commit)
  15. 04 Ock, 1995 1 kayıt (commit)
  16. 30 Ara, 1994 1 kayıt (commit)
  17. 30 Agu, 1994 1 kayıt (commit)
  18. 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
  19. 05 Nis, 1992 1 kayıt (commit)
  20. 03 Nis, 1991 1 kayıt (commit)
  21. 19 Şub, 1991 1 kayıt (commit)
  22. 20 Ara, 1990 1 kayıt (commit)
  23. 14 Eki, 1990 1 kayıt (commit)