1. 09 Şub, 2005 1 kayıt (commit)
  2. 11 May, 2004 1 kayıt (commit)
  3. 10 Eki, 2003 1 kayıt (commit)
  4. 31 Tem, 2003 1 kayıt (commit)
  5. 29 Tem, 2003 2 kayıt (commit)
  6. 24 Tem, 2003 1 kayıt (commit)
  7. 17 Tem, 2003 1 kayıt (commit)
  8. 29 Haz, 2003 1 kayıt (commit)
  9. 24 Nis, 2003 1 kayıt (commit)
  10. 18 Şub, 2003 1 kayıt (commit)
  11. 02 Ock, 2003 1 kayıt (commit)
    • Tim Peters's avatar
      There are two more copyright notices in the Windows world: · 9c2fbb56
      Tim Peters yazdı
      PC/python_nt.rc sets up the DLL version resource (displayed when you
      right-click on the DLL and select Properties).
      
      PCbuld/python20.wse sets up the installer version resource (displayed
      when you right-click on the installer .exe and select Properties).  Turns
      out this one hadn't been updated since 2001 <frown>!
      9c2fbb56
  12. 11 Eki, 2002 2 kayıt (commit)
  13. 24 Ock, 2002 1 kayıt (commit)
  14. 21 Ara, 2001 1 kayıt (commit)
  15. 19 Agu, 2001 1 kayıt (commit)
  16. 18 Nis, 2001 1 kayıt (commit)
  17. 11 Mar, 2001 1 kayıt (commit)
  18. 09 Şub, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug #131225: sys.winver is still '2.0' in python 2.1a2. · 909bc1cf
      Tim Peters yazdı
      SF patch #103683: Alternative dll version resources.
      Changes similar to the patch.  MarkH should review.
      File version and Product version text strings now 2.1a2.
      64-bit file and product version numbers are now
          PY_MAJOR_VERSION, PY_MINOR_VERSION, messy, PYTHON_API_VERSION
      where
          messy = PY_MICRO_VERSION*1000 + PY_RELEASE_LEVEL*10 + PY_RELEASE_SERIAL
      Updated company name to "Digital Creations 2".
      Copyright now lists Guido; "C in a circle" symbol used instead of (C).
      Comments added so this is less likely to get flubbed again, and
      #if/#error guys added to trigger if the version number manipulations
      above overflow.
      909bc1cf
  19. 17 Ock, 2001 1 kayıt (commit)
  20. 29 Haz, 2000 1 kayıt (commit)
  21. 30 Mar, 2000 1 kayıt (commit)
  22. 29 Mar, 2000 1 kayıt (commit)
  23. 13 Nis, 1999 1 kayıt (commit)
  24. 08 Agu, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Different version games: · 67ab6721
      Guido van Rossum yazdı
      - MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's
        extensions won't have to be changed.
      - FILEVERSION and PRODUCTVERSION are set to 1,5,2,1.
        (The last number could be the build# or the alpha release# or so.)
      67ab6721
  25. 06 Agu, 1998 1 kayıt (commit)
  26. 13 Nis, 1998 1 kayıt (commit)
  27. 29 Eyl, 1997 1 kayıt (commit)
  28. 23 Agu, 1996 2 kayıt (commit)