History log of /external/python/cpython3/Lib/test/inspect_fodder.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ac4bdcc80e986bdd5b9d10ab0bce35aabb790a3e 29-Oct-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
Original patch by John Mark Vandenberg.
/external/python/cpython3/Lib/test/inspect_fodder.py
e4e811d65b51478392a7c69e83b38c6930012eb7 21-Jul-2015 Yury Selivanov <yselivanov@sprymix.com> Issue #24669: Fix inspect.getsource() for 'async def' functions.

Patch by Kai Groner.
/external/python/cpython3/Lib/test/inspect_fodder.py
5cf2b7253dc43b203c2f918416b4d25ad1dbfa7d 03-Apr-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #15582: inspect.getdoc() now follows inheritance chains.
/external/python/cpython3/Lib/test/inspect_fodder.py
362c1b513d5b7354f50dd2371d178c493d498a2f 05-Sep-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #18830: inspect.getclasstree() no more produces duplicated entries even
when input list contains duplicates.
/external/python/cpython3/Lib/test/inspect_fodder.py
1bc535dc7854b6be009a6bf3413a3a470e3fe749 15-May-2007 Guido van Rossum <guido@python.org> Merged revisions 55328-55341 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk

........
r55329 | brett.cannon | 2007-05-14 16:36:56 -0700 (Mon, 14 May 2007) | 3 lines

Implement the removal of tuple parameter unpacking (PEP 3113).
Thanks, Tony Lownds for the patch.
........
r55331 | neal.norwitz | 2007-05-14 16:40:30 -0700 (Mon, 14 May 2007) | 1 line

Update to use Python 3.0
........
r55332 | brett.cannon | 2007-05-14 16:47:18 -0700 (Mon, 14 May 2007) | 2 lines

Mention PEP 3113. And thanks to Tony Lownds for the PEP 3113 patch.
........
r55333 | neal.norwitz | 2007-05-14 16:57:06 -0700 (Mon, 14 May 2007) | 1 line

Fix exception printing (no more exceptions module)
........
r55334 | neal.norwitz | 2007-05-14 17:11:10 -0700 (Mon, 14 May 2007) | 1 line

Remove popen* functions from os
........
r55335 | neal.norwitz | 2007-05-14 18:03:38 -0700 (Mon, 14 May 2007) | 1 line

Get rid of most of popen. There are still some uses I need to cleanup.
........
r55336 | neal.norwitz | 2007-05-14 21:11:34 -0700 (Mon, 14 May 2007) | 1 line

Remove a few more remnants of the compiler package
........
r55337 | neal.norwitz | 2007-05-14 22:28:27 -0700 (Mon, 14 May 2007) | 1 line

Get test_[cx]pickle working on 64-bit platforms (avoid overflow int/long)
........
/external/python/cpython3/Lib/test/inspect_fodder.py
cb9015dc088676e7fa6434081d105068cded7743 12-Dec-2004 Johannes Gijsbers <jlg@dds.nl> Patch #736962: port test_inspect to unittest. As part of this, move out
the fodder modules to separate files to get rid of the imp.load_source()
trickery.
/external/python/cpython3/Lib/test/inspect_fodder.py