1. 09 Kas, 2002 2 kayıt (commit)
    • Tim Peters's avatar
      Install the bz2 DLL on Windows. · 84fcd924
      Tim Peters yazdı
      84fcd924
    • Tim Peters's avatar
      Start building the bz2 module on Windows. · b0ead4ea
      Tim Peters yazdı
      CAUTION:  The Python test still has many failures, but I'm out of time
      for this now (already took much longer than hoped to get this far).
      The base bz2 library does pass its own tests (see next).
      
      CAUTION:  People building on Windows have to download and build tne
      bz2 compression libraries now.  See PCbuild\readme.txt for complete
      instructions.
      b0ead4ea
  2. 14 Eki, 2002 1 kayıt (commit)
  3. 11 Eki, 2002 1 kayıt (commit)
  4. 06 Eki, 2002 1 kayıt (commit)
  5. 07 Agu, 2002 1 kayıt (commit)
  6. 23 Tem, 2002 2 kayıt (commit)
  7. 10 Tem, 2002 2 kayıt (commit)
  8. 16 Haz, 2002 1 kayıt (commit)
  9. 15 Haz, 2002 1 kayıt (commit)
  10. 14 Haz, 2002 1 kayıt (commit)
    • Guido van Rossum's avatar
      SF patch 568629 by Oren Tirosh: types made callable. · bea18ccd
      Guido van Rossum yazdı
      These built-in functions are replaced by their (now callable) type:
      
          slice()
          buffer()
      
      and these types can also be called (but have no built-in named
      function named after them)
      
          classobj (type name used to be "class")
          code
          function
          instance
          instancemethod (type name used to be "instance method")
      
      The module "new" has been replaced with a small backward compatibility
      placeholder in Python.
      
      A large portion of the patch simply removes the new module from
      various platform-specific build recipes.  The following binary Mac
      project files still have references to it:
      
          Mac/Build/PythonCore.mcp
          Mac/Build/PythonStandSmall.mcp
          Mac/Build/PythonStandalone.mcp
      
      [I've tweaked the code layout and the doc strings here and there, and
      added a comment to types.py about StringTypes vs. basestring.  --Guido]
      bea18ccd
  11. 26 Nis, 2002 1 kayıt (commit)
  12. 16 Nis, 2002 1 kayıt (commit)
  13. 09 Nis, 2002 1 kayıt (commit)
  14. 08 Nis, 2002 2 kayıt (commit)
  15. 04 Nis, 2002 4 kayıt (commit)
  16. 25 Mar, 2002 1 kayıt (commit)
  17. 23 Mar, 2002 1 kayıt (commit)
  18. 19 Mar, 2002 1 kayıt (commit)
  19. 14 Mar, 2002 1 kayıt (commit)
  20. 13 Mar, 2002 1 kayıt (commit)
  21. 28 Şub, 2002 2 kayıt (commit)
  22. 13 Şub, 2002 2 kayıt (commit)
  23. 12 Şub, 2002 1 kayıt (commit)
  24. 15 Ock, 2002 1 kayıt (commit)
  25. 10 Ock, 2002 1 kayıt (commit)
  26. 21 Ara, 2001 1 kayıt (commit)
  27. 14 Ara, 2001 1 kayıt (commit)
  28. 13 Ara, 2001 1 kayıt (commit)
  29. 17 Kas, 2001 1 kayıt (commit)
  30. 15 Kas, 2001 1 kayıt (commit)
  31. 07 Kas, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug #478949 Windows installer start menu registry. · 6f0699bc
      Tim Peters yazdı
      I'm guessing at this, pending more info from the bug submitter.  Wise
      changed how the %GROUP% vrbl got defined between versions 5.0a (used
      before Python 2.2) and 8.14, to hold the full path to Start Menu group
      instead of just the group name.  If I'm guessing correctly, the info
      the bug report is complaining about is in one of the registry keys
      we set up that neither Windows nor Python cares about.  We did store
      a full path there in 2.2b1 instead of just the group name; the patch cuts
      it back to just the name again.
      6f0699bc