1. 16 Mar, 2006 1 kayıt (commit)
  2. 31 Agu, 2004 1 kayıt (commit)
  3. 29 Mar, 2004 1 kayıt (commit)
  4. 18 Agu, 2002 1 kayıt (commit)
    • Andrew MacIntyre's avatar
      Prep for 2.3: · 1994c7f1
      Andrew MacIntyre yazdı
       - update DLL version number
       - add files required for 2.3 (no changes to modules though)
       - restructure build of pgen.exe
      
      NOTE:  As I don't have the VACPP compiler, these changes are untested.
      Apart from slightly re-ordering some file lists, and matching file name
      casing, I believe these changes are the minimum necessary to build 2.3
      with VACPP.
      1994c7f1
  5. 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
  6. 04 Ara, 2001 1 kayıt (commit)
  7. 05 Kas, 2001 1 kayıt (commit)
  8. 26 Tem, 2001 1 kayıt (commit)
  9. 28 Eyl, 1998 1 kayıt (commit)
  10. 05 Ara, 1997 1 kayıt (commit)
  11. 22 Kas, 1997 1 kayıt (commit)