Staging
v0.8.1
https://github.com/python/cpython
Revision 52dfc74080a8bc6949ca713d862c9324ac62ca5c authored by R David Murray on 19 March 2013, 06:32:35 UTC, committed by R David Murray on 19 March 2013, 06:32:35 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.
2 parent s 6227c69 + 9929bc5
History
Tip revision: 52dfc74080a8bc6949ca713d862c9324ac62ca5c authored by R David Murray on 19 March 2013, 06:32:35 UTC
#17476: make allmethods actually return all methods.
Tip revision: 52dfc74
File Mode Size
RPM
TextMate
Vim
ACKS -rw-r--r-- 19.3 KB
HISTORY -rw-r--r-- 922.9 KB
NEWS -rw-r--r-- 193.6 KB
Porting -rw-r--r-- 1.9 KB
README -rw-r--r-- 1.6 KB
README.AIX -rw-r--r-- 5.0 KB
README.coverity -rw-r--r-- 845 bytes
README.valgrind -rw-r--r-- 4.3 KB
SpecialBuilds.txt -rw-r--r-- 10.7 KB
gdbinit -rw-r--r-- 4.7 KB
indent.pro -rw-r--r-- 557 bytes
python-config.in -rw-r--r-- 1.9 KB
python-wing3.wpr -rw-r--r-- 555 bytes
python-wing4.wpr -rw-r--r-- 835 bytes
python.man -rw-r--r-- 12.9 KB
python.pc.in -rw-r--r-- 293 bytes
svnmap.txt -rw-r--r-- 4.1 MB
valgrind-python.supp -rw-r--r-- 8.1 KB
vgrindefs -rw-r--r-- 500 bytes

README

back to top