1. 10 Haz, 2006 1 kayıt (commit)
  2. 16 Mar, 2006 2 kayıt (commit)
  3. 12 Ara, 2004 1 kayıt (commit)
  4. 11 Eki, 2004 1 kayıt (commit)
  5. 03 Eki, 2004 1 kayıt (commit)
  6. 31 Agu, 2004 1 kayıt (commit)
  7. 29 Mar, 2004 1 kayıt (commit)
  8. 10 Şub, 2004 1 kayıt (commit)
  9. 07 Şub, 2004 1 kayıt (commit)
  10. 18 Agu, 2002 2 kayıt (commit)
    • Andrew MacIntyre's avatar
      update contact info · 1adbcebb
      Andrew MacIntyre yazdı
      1adbcebb
    • 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
  11. 16 Haz, 2002 2 kayıt (commit)
  12. 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
  13. 09 Haz, 2002 1 kayıt (commit)
  14. 04 Ara, 2001 1 kayıt (commit)
  15. 05 Kas, 2001 1 kayıt (commit)
  16. 26 Tem, 2001 2 kayıt (commit)
  17. 23 Tem, 2001 1 kayıt (commit)
  18. 01 Eyl, 2000 1 kayıt (commit)
  19. 22 Tem, 2000 2 kayıt (commit)
  20. 30 Haz, 2000 2 kayıt (commit)
  21. 26 May, 2000 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Patch from M.-A. Lemburg: · 847a9968
      Jeremy Hylton yazdı
      Python on UNIX now trusts PYTHONHOME unconditionally
      
      Modules/getpath.c:
      
      Landmark changed to os.py.
      
      Setting PYTHONHOME now unconditionally sets sys.prefix
      (and sys.exec_prefix). No further checks are done whether the
      standard lib can be found in that location or not. This is in
      sync with the PC subdir getpath implementations.
      
      PC/getpathp.c:
      
      Landmark changed to os.py.
      
      PC/os2vacpp/getpathp.c:
      
      Landmark changed to os.py.
      
      Note: BAW's checkin on exceptions.c eliminates earlier concerns about
      a bogus PYTHONHOME value leading to a core dump.  Instead it causes a
      useless sys.path and prevents imports.
      847a9968
  22. 28 Eyl, 1998 1 kayıt (commit)
  23. 27 Tem, 1998 1 kayıt (commit)
  24. 11 Ock, 1998 1 kayıt (commit)
  25. 11 Ara, 1997 1 kayıt (commit)
  26. 05 Ara, 1997 1 kayıt (commit)
  27. 24 Kas, 1997 1 kayıt (commit)
  28. 22 Kas, 1997 1 kayıt (commit)