| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with... | Antoine Pitrou | 2012-01-18 | 1 | -44/+18 |
|
|
* | Issue #1785: Fix inspect and pydoc with misbehaving descriptors. | Antoine Pitrou | 2011-12-21 | 1 | -0/+96 |
|
|
* | allow "fake" filenames in findsource (closes #9284) | Benjamin Peterson | 2011-06-11 | 1 | -0/+17 |
|
|
* | Correct handling of functions with only kwarg args in getcallargs (closes #11... | Benjamin Peterson | 2011-03-28 | 1 | -0/+14 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -2/+2 |
|
|
* | #8720: fix inspect regression by teaching getsourcefile about linecache. | R. David Murray | 2010-06-17 | 1 | -0/+15 |
|
|
* | Refactor a couple inspect module tests to remove duplicate code | Jean-Paul Calderone | 2010-04-10 | 1 | -62/+26 |
|
|
* | Silence a py3k warning. | Ezio Melotti | 2010-03-31 | 1 | -3/+6 |
|
|
* | add inspect.getcallargs, which binds function arguments like a normal call #3135 | Benjamin Peterson | 2010-03-30 | 1 | -3/+193 |
|
|
* | #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k... | Florent Xicluna | 2010-03-21 | 1 | -9/+15 |
|
|
* | Issue 6292: for the moment at least, the test suite passes if run | R. David Murray | 2010-02-23 | 1 | -0/+2 |
|
|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+1 |
|
|
* | Fix test_inspect.py data to match recent change to inspect_fodder.py (r77942). | Mark Dickinson | 2010-02-03 | 1 | -1/+1 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -50/+50 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -12/+9 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -9/+12 |
|
|
* | make inspect.isabstract() always return a boolean; add a test for it, too #7069 | Benjamin Peterson | 2009-10-15 | 1 | -0/+23 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -57/+57 |
|
|
* | explicitly close files | Philip Jenvey | 2009-05-28 | 1 | -1/+2 |
|
|
* | Fix test failure on Windows, and add skip check if even unicodedata | R. David Murray | 2009-05-14 | 1 | -3/+7 |
|
|
* | Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source' | R. David Murray | 2009-05-13 | 1 | -0/+7 |
|
|
* | fix inspect.isclass() on instances with a custom __getattr__ #1225107 | Benjamin Peterson | 2009-01-17 | 1 | -1/+12 |
|
|
* | #1162154: inspect.getmembers() now skips attributes that raise AttributeError, | Amaury Forgeot d'Arc | 2009-01-13 | 1 | -0/+11 |
|
|
* | Fix several issues relating to access to source code inside zipfiles. Initial... | Nick Coghlan | 2008-12-14 | 1 | -0/+3 |
|
|
* | Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() | Georg Brandl | 2008-06-07 | 1 | -0/+4 |
|
|
* | 15 -> 16, the 2nd | Georg Brandl | 2008-03-03 | 1 | -1/+1 |
|
|
* | 15 -> 16 | Christian Heimes | 2008-03-03 | 1 | -2/+2 |
|
|
* | Issue #1916. Added isgenerator() and isgeneratorfunction() to | Facundo Batista | 2008-02-18 | 1 | -8/+20 |
|
|
* | Replaced import of the 'new' module with 'types' module and added a deprecati... | Christian Heimes | 2007-11-27 | 1 | -2/+2 |
|
|
* | Fix the speed regression in inspect.py by adding another cache to speed up ge... | Nick Coghlan | 2006-09-07 | 1 | -0/+11 |
|
|
* | Make tabnanny recognize IndentationErrors raised by tokenize. | Georg Brandl | 2006-08-14 | 1 | -0/+3 |
|
|
* | Ensure the actual number matches the expected count | Neal Norwitz | 2006-07-28 | 1 | -3/+4 |
|
|
* | Patch #1520294: Support for getset and member descriptors in types.py, | Barry Warsaw | 2006-07-27 | 1 | -3/+15 |
|
|
* | Fix SF#1516184 (again) and add a test to prevent regression. | Phillip J. Eby | 2006-07-20 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-07-10 | 1 | -1/+1 |
|
|
* | Fix SF#1516184 and add a test to prevent regression. | Phillip J. Eby | 2006-07-10 | 1 | -0/+10 |
|
|
* | Make use of new str.startswith/endswith semantics. | Georg Brandl | 2006-06-09 | 1 | -1/+1 |
|
|
* | Fix SF bug #1458903 with AST compiler. | Neal Norwitz | 2006-03-27 | 1 | -2/+4 |
|
|
* | some more fixes and tests for inspect.getsource(), triggered by crashes | Armin Rigo | 2005-09-25 | 1 | -0/+12 |
|
|
* | Patch #1159931/bug #1143895: inspect.getsource failed when functions, | Johannes Gijsbers | 2005-03-12 | 1 | -0/+10 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 1 | -22/+21 |
|
|
* | Patch #1011890: fix inspect.getsource breaking with line-continuation & | Johannes Gijsbers | 2004-12-12 | 1 | -1/+43 |
|
|
* | Patch #736962: port test_inspect to unittest. As part of this, move out | Johannes Gijsbers | 2004-12-12 | 1 | -395/+349 |
|
|
* | Patch #1006219: let inspect.getsource show '@' decorators and add tests for | Johannes Gijsbers | 2004-08-18 | 1 | -0/+41 |
|
|
* | - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). | Matthias Klose | 2004-08-15 | 1 | -0/+8 |
|
|
* | [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback l... | Andrew M. Kuchling | 2004-06-05 | 1 | -2/+2 |
|
|
* | Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. | Martin v. Löwis | 2003-10-31 | 1 | -0/+4 |
|
|
* | Add a trivial test of getargspec() with a method. | Jeremy Hylton | 2003-06-27 | 1 | -16/+21 |
|
|
* | Refer to __builtin__.file, not __builtins__.file | Martin v. Löwis | 2003-05-03 | 1 | -2/+3 |
|
|
* | Patch #711902: Cause pydoc to show data descriptor __doc__ strings. | Martin v. Löwis | 2003-05-03 | 1 | -0/+3 |
|
|