1. 29 May, 2010 1 kayıt (commit)
  2. 18 Eyl, 2008 1 kayıt (commit)
  3. 12 Nis, 2008 1 kayıt (commit)
  4. 08 Nis, 2008 1 kayıt (commit)
    • Amaury Forgeot d'Arc's avatar
      Issue 2408: remove the _types module · 7adc776e
      Amaury Forgeot d'Arc yazdı
      It was only used as a helper in types.py to access types (GetSetDescriptorType and MemberDescriptorType),
      when they can easily be obtained with python code.
      These expressions even work with Jython.
      
      I don't know what the future of the types module is; (cf. discussion in http://bugs.python.org/issue1605 )
      at least this change makes it simpler.
      7adc776e
  5. 23 Ock, 2008 1 kayıt (commit)
  6. 27 Tem, 2006 1 kayıt (commit)
    • Barry Warsaw's avatar
      Patch #1520294: Support for getset and member descriptors in types.py, · 00decd78
      Barry Warsaw yazdı
      inspect.py, and pydoc.py.  Specifically, this allows for querying the type of
      an object against these built-in C types and more importantly, for getting
      their docstrings printed in the interactive interpreter's help() function.
      
      This patch includes a new built-in module called _types which provides
      definitions of getset and member descriptors for use by the types.py module.
      These types are exposed as types.GetSetDescriptorType and
      types.MemberDescriptorType.  Query functions are provided as
      inspect.isgetsetdescriptor() and inspect.ismemberdescriptor().  The
      implementations of these are robust enough to work with Python implementations
      other than CPython, which may not have these fundamental types.
      
      The patch also includes documentation and test suite updates.
      
      I commit these changes now under these guiding principles:
      
      1. Silence is assent.  The release manager has not said "no", and of the few
         people that cared enough to respond to the thread, the worst vote was "0".
      
      2. It's easier to ask for forgiveness than permission.
      
      3. It's so dang easy to revert stuff in svn, that you could view this as a
         forcing function. :)
      
      Windows build patches will follow.
      00decd78
  7. 13 Nis, 2006 1 kayıt (commit)
  8. 27 Şub, 2006 1 kayıt (commit)
  9. 07 Tem, 2002 1 kayıt (commit)
  10. 30 Agu, 2001 1 kayıt (commit)
  11. 02 Agu, 2001 1 kayıt (commit)
  12. 23 Ock, 2001 1 kayıt (commit)
  13. 30 Kas, 2000 1 kayıt (commit)
  14. 23 Tem, 2000 1 kayıt (commit)
  15. 12 Tem, 2000 1 kayıt (commit)
  16. 30 Haz, 2000 2 kayıt (commit)
  17. 29 Nis, 1997 1 kayıt (commit)
  18. 25 Eki, 1996 1 kayıt (commit)
  19. 23 May, 1996 1 kayıt (commit)
  20. 04 Agu, 1995 1 kayıt (commit)
  21. 07 Tem, 1995 1 kayıt (commit)
  22. 30 Mar, 1995 1 kayıt (commit)
  23. 14 Mar, 1995 1 kayıt (commit)
  24. 17 Şub, 1995 1 kayıt (commit)
  25. 13 Şub, 1995 1 kayıt (commit)
  26. 10 Ock, 1995 1 kayıt (commit)
  27. 04 Ock, 1995 1 kayıt (commit)
  28. 02 Ock, 1995 1 kayıt (commit)
  29. 05 Eki, 1994 2 kayıt (commit)
  30. 29 Agu, 1994 1 kayıt (commit)
  31. 23 Agu, 1994 1 kayıt (commit)
  32. 19 Agu, 1994 1 kayıt (commit)
  33. 01 Agu, 1994 1 kayıt (commit)
  34. 21 Ara, 1993 1 kayıt (commit)
  35. 10 Kas, 1993 1 kayıt (commit)
  36. 03 Kas, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * nismodule.c: database keys and values can contain null bytes. be more · e77a7570
      Guido van Rossum yazdı
        careful about these.
      * arraymodule.c: added 8 byte swap; added 'i' format character; added
        reverse() method; rename read/write to fromfile/tofile.
      * config.c: Set version to 0.9.9++.
      * rotormodule.c (r_rand): declare k1..k5 as unsigned longs so the shifts
        will have a well-defined effect independent of word size.
      * bltinmodule.c: renamed bagof() to filter().
      e77a7570
  37. 18 Eki, 1993 1 kayıt (commit)
  38. 11 Eki, 1993 1 kayıt (commit)