Staging
v0.5.1
https://github.com/python/cpython
Revision 9929bc543a014f3c7f764d79a614fc8a9751d7ce authored by R David Murray on 19 March 2013, 06:31:06 UTC, committed by R David Murray on 19 March 2013, 06:31:06 UTC
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.
1 parent a846f5a
History
Tip revision: 9929bc543a014f3c7f764d79a614fc8a9751d7ce authored by R David Murray on 19 March 2013, 06:31:06 UTC
#17476: make allmethods actually return all methods.
Tip revision: 9929bc5
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 602 bytes
.gitignore -rw-r--r-- 861 bytes
.hgeol -rw-r--r-- 650 bytes
.hgignore -rw-r--r-- 909 bytes
.hgtags -rw-r--r-- 4.8 KB
LICENSE -rw-r--r-- 14.5 KB
Makefile.pre.in -rw-r--r-- 43.9 KB
README -rw-r--r-- 6.5 KB
configure -rwxr-xr-x 402.4 KB
configure.ac -rw-r--r-- 124.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 34.4 KB
setup.py -rw-r--r-- 82.5 KB

README

back to top