1. 19 Mar, 2013 1 commit
    • R David Murray's avatar
      #17476: make allmethods actually return all methods. · 9929bc54
      R David Murray authored
      This fixes a regression relative to Python2.  (In 2, methods on a class were
      unbound methods and matched the inspect queries being done, in 3 they are just
      functions and so were missed).
      
      This is an undocumented function that pydoc itself does not use, but
      I found that numpy at least uses it in its documentation generator.
      
      Original patch by Matt Bachmann.
      9929bc54
  2. 18 Mar, 2013 2 commits
  3. 17 Mar, 2013 2 commits
  4. 16 Mar, 2013 8 commits
  5. 15 Mar, 2013 2 commits
  6. 14 Mar, 2013 2 commits
  7. 13 Mar, 2013 2 commits
  8. 12 Mar, 2013 2 commits
  9. 11 Mar, 2013 5 commits
  10. 10 Mar, 2013 1 commit
  11. 09 Mar, 2013 3 commits
  12. 08 Mar, 2013 2 commits
  13. 07 Mar, 2013 4 commits
  14. 06 Mar, 2013 2 commits
  15. 05 Mar, 2013 2 commits