1. 26 Şub, 2006 1 kayıt (commit)
  2. 25 Şub, 2006 1 kayıt (commit)
    • Guido van Rossum's avatar
      - Patch 1433928: · 1968ad32
      Guido van Rossum yazdı
        - The copy module now "copies" function objects (as atomic objects).
        - dict.__getitem__ now looks for a __missing__ hook before raising
          KeyError.
        - Added a new type, defaultdict, to the collections module.
          This uses the new __missing__ hook behavior added to dict (see above).
      1968ad32
  3. 13 Haz, 2005 1 kayıt (commit)
  4. 08 Mar, 2005 1 kayıt (commit)
  5. 07 Şub, 2005 1 kayıt (commit)
  6. 08 Mar, 2004 1 kayıt (commit)
  7. 14 Haz, 2003 1 kayıt (commit)
  8. 13 Haz, 2003 1 kayıt (commit)
  9. 27 Şub, 2003 1 kayıt (commit)
  10. 19 Şub, 2003 3 kayıt (commit)
  11. 07 Şub, 2003 2 kayıt (commit)
  12. 06 Şub, 2003 4 kayıt (commit)
  13. 16 Ock, 2003 1 kayıt (commit)
  14. 12 Agu, 2002 1 kayıt (commit)
  15. 10 Haz, 2002 1 kayıt (commit)
  16. 06 Haz, 2002 1 kayıt (commit)
  17. 02 Haz, 2002 1 kayıt (commit)
  18. 01 Haz, 2002 1 kayıt (commit)
  19. 28 Şub, 2002 1 kayıt (commit)
  20. 28 Ara, 2001 1 kayıt (commit)
  21. 28 Eyl, 2001 2 kayıt (commit)
  22. 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
  23. 20 Ock, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      added __all__ lists to a number of Python modules · e99d5ea2
      Skip Montanaro yazdı
      added test script and expected output file as well
      this closes patch 103297.
      __all__ attributes will be added to other modules without first submitting
      a patch, just adding the necessary line to the test script to verify
      more-or-less correct implementation.
      e99d5ea2
  24. 14 Ock, 2001 1 kayıt (commit)
  25. 27 Kas, 2000 1 kayıt (commit)
  26. 07 Eyl, 2000 1 kayıt (commit)
  27. 17 Agu, 2000 1 kayıt (commit)
  28. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Actually, the previous batch's comment should have been different; · 4b8c6eaf
      Guido van Rossum yazdı
      *this* set of patches is Ka-Ping's final sweep:
      
      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.
      4b8c6eaf
  29. 25 Ock, 1999 1 kayıt (commit)
  30. 26 Mar, 1998 1 kayıt (commit)
  31. 13 Mar, 1998 1 kayıt (commit)
  32. 07 Ara, 1997 1 kayıt (commit)
  33. 26 Eki, 1997 1 kayıt (commit)