1. 23 Şub, 2008 1 kayıt (commit)
  2. 16 Mar, 2006 1 kayıt (commit)
  3. 31 Agu, 2004 1 kayıt (commit)
  4. 29 Tem, 2004 1 kayıt (commit)
  5. 18 Tem, 2004 1 kayıt (commit)
  6. 02 Haz, 2004 1 kayıt (commit)
  7. 17 Ock, 2004 1 kayıt (commit)
  8. 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
  9. 04 Nis, 2002 1 kayıt (commit)
  10. 10 Nis, 2001 1 kayıt (commit)
  11. 21 Mar, 2001 1 kayıt (commit)
  12. 17 Mar, 2001 1 kayıt (commit)
  13. 02 Mar, 2001 1 kayıt (commit)
  14. 28 Şub, 2001 3 kayıt (commit)
  15. 27 Şub, 2001 1 kayıt (commit)
  16. 23 Şub, 2001 2 kayıt (commit)
  17. 21 Şub, 2001 1 kayıt (commit)
  18. 06 Şub, 2001 3 kayıt (commit)
  19. 04 Şub, 2001 1 kayıt (commit)
  20. 02 Şub, 2001 3 kayıt (commit)
  21. 01 Şub, 2001 1 kayıt (commit)
  22. 26 Ock, 2001 3 kayıt (commit)
  23. 24 Ock, 2001 3 kayıt (commit)
  24. 23 Ock, 2001 1 kayıt (commit)
  25. 22 Ock, 2001 1 kayıt (commit)
  26. 21 Ock, 2001 1 kayıt (commit)
  27. 19 Ock, 2001 2 kayıt (commit)
  28. 18 Ock, 2001 1 kayıt (commit)
    • Andrew M. Kuchling's avatar
      Patch from Barry: gets rid of two unused imports, · 5bbc7b92
      Andrew M. Kuchling yazdı
         wraps to 80chars, and adds some really hacky setting of compiler
         options when CC and LDSHARED are given on the make command line.
         (The Distutils should probably provide a utility function to
          automatically handle a number of common environment variables)
      5bbc7b92