1. 18 Tem, 2004 1 kayıt (commit)
  2. 10 Şub, 2003 1 kayıt (commit)
  3. 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
  4. 05 Haz, 2002 1 kayıt (commit)
  5. 21 May, 2002 1 kayıt (commit)
  6. 01 Nis, 2002 1 kayıt (commit)
  7. 02 Ara, 2001 1 kayıt (commit)
  8. 29 Eki, 2001 1 kayıt (commit)
  9. 26 Eyl, 2001 1 kayıt (commit)
  10. 25 Eyl, 2001 1 kayıt (commit)
  11. 13 Eyl, 2001 1 kayıt (commit)
  12. 17 Agu, 2001 1 kayıt (commit)
    • Martin v. Löwis's avatar
      Patch #445762: Support --disable-unicode · 339d0f72
      Martin v. Löwis yazdı
      - Do not compile unicodeobject, unicodectype, and unicodedata if Unicode is disabled
      - check for Py_USING_UNICODE in all places that use Unicode functions
      - disables unicode literals, and the builtin functions
      - add the types.StringTypes list
      - remove Unicode literals from most tests.
      339d0f72
  13. 11 Agu, 2001 1 kayıt (commit)
  14. 08 Agu, 2001 1 kayıt (commit)
  15. 02 Agu, 2001 1 kayıt (commit)
  16. 15 Tem, 2001 1 kayıt (commit)
  17. 25 Haz, 2001 1 kayıt (commit)
  18. 10 Mar, 2000 1 kayıt (commit)
  19. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      The third and final doc-string sweep by Ka-Ping Yee. · e7b146fb
      Guido van Rossum yazdı
      The attached patches update the standard library so that all modules
      have docstrings beginning with one-line summaries.
      
      A new docstring was added to formatter.  The docstring for os.py
      was updated to mention nt, os2, ce in addition to posix, dos, mac.
      e7b146fb
  20. 19 Mar, 1999 1 kayıt (commit)
  21. 19 Ara, 1998 1 kayıt (commit)
  22. 26 Mar, 1998 1 kayıt (commit)
  23. 29 Eyl, 1997 1 kayıt (commit)
  24. 04 Eyl, 1997 1 kayıt (commit)
  25. 11 Eki, 1996 2 kayıt (commit)
  26. 13 Şub, 1996 1 kayıt (commit)
  27. 25 Ock, 1996 1 kayıt (commit)
  28. 27 Şub, 1995 1 kayıt (commit)
  29. 29 Eyl, 1994 1 kayıt (commit)
  30. 23 Haz, 1994 1 kayıt (commit)