1. 29 Jul, 2006 12 commits
  2. 28 Jul, 2006 20 commits
  3. 27 Jul, 2006 8 commits
    • Barry Warsaw's avatar
      Enable the building of the _types module on Windows. · d17301f9
      Barry Warsaw authored
      Note that this has only been tested for VS 2003 since that's all I have.
      d17301f9
    • Tim Peters's avatar
      92e9fd5a
    • Tim Peters's avatar
      Whitespace normalization. · ce70a3b3
      Tim Peters authored
      ce70a3b3
    • Tim Peters's avatar
      Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally · 6f681470
      Tim Peters authored
      lost that tests are sorted by name before being run.  ``DocTestFinder``
      has been changed to sort the list of tests it returns.
      6f681470
    • Barry Warsaw's avatar
      Patch #1520294: Support for getset and member descriptors in types.py, · 00decd78
      Barry Warsaw authored
      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
    • Andrew M. Kuchling's avatar
      Add example · fc0e61d9
      Andrew M. Kuchling authored
      fc0e61d9
    • Andrew M. Kuchling's avatar
      Add example · 752e28ad
      Andrew M. Kuchling authored
      752e28ad
    • Andrew M. Kuchling's avatar
      Reword paragraph · 4b6d5378
      Andrew M. Kuchling authored
      4b6d5378