| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15401: Fix typo in inspect.getclosurevars docstring. | Meador Inge | 2012-07-20 | 1 | -1/+1 |
|
|
* | Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_... | Nick Coghlan | 2012-07-18 | 1 | -2/+9 |
|
|
* | Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o... | Nick Coghlan | 2012-06-23 | 1 | -0/+18 |
|
|
* | Close #13062: Add inspect.getclosurevars to simplify testing stateful closures | Nick Coghlan | 2012-06-23 | 1 | -0/+54 |
|
|
* | Issue #15008: Implement PEP 362 "Signature Objects". | Larry Hastings | 2012-06-22 | 1 | -3/+772 |
|
|
* | Issue #14987: Add a missing import statement | Brett Cannon | 2012-06-03 | 1 | -0/+1 |
|
|
* | Issue #13959: Deprecate imp.get_suffixes() for new attributes on | Brett Cannon | 2012-05-11 | 1 | -11/+16 |
|
|
* | Merge | Michael Foord | 2011-12-22 | 1 | -4/+5 |
|\ |
|
| * | Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger... | Michael Foord | 2011-12-22 | 1 | -4/+5 |
|
|
* | | Issue #1785: Fix inspect and pydoc with misbehaving descriptors. | Antoine Pitrou | 2011-12-21 | 1 | -33/+46 |
|\ \
| |/ |
|
| * | Issue #1785: Fix inspect and pydoc with misbehaving descriptors. | Antoine Pitrou | 2011-12-21 | 1 | -33/+46 |
|
|
* | | Merge 3.2 | Michael Foord | 2011-12-18 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | Fix inspect.getattr_static to work on modules (again). | Michael Foord | 2011-12-18 | 1 | -4/+6 |
|
|
* | | Merge 3.2 | Éric Araujo | 2011-11-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). | Éric Araujo | 2011-11-29 | 1 | -1/+1 |
|
|
* | | remove unused imports (closes #12432) | Benjamin Peterson | 2011-06-28 | 1 | -1/+0 |
|
|
* | | give the names of missing positional or keyword-only arguments (closes #12356) | Benjamin Peterson | 2011-06-24 | 1 | -12/+29 |
|
|
* | | merge 3.2 (#9284) | Benjamin Peterson | 2011-06-11 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | allow "fake" filenames in findsource (closes #9284) | Benjamin Peterson | 2011-06-11 | 1 | -2/+6 |
|
|
* | | greatly improve argument parsing error messages (closes #12265) | Benjamin Peterson | 2011-06-06 | 1 | -50/+59 |
|/ |
|
* | Correct handling of functions with only kwarg args in getcallargs (closes #11... | Benjamin Peterson | 2011-03-28 | 1 | -2/+8 |
|
|
* | Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge... | Michael Foord | 2011-03-15 | 1 | -6/+21 |
|
|
* | Issue 10220: switch to using string constants rather than integers for inspec... | Nick Coghlan | 2010-11-30 | 1 | -1/+4 |
|
|
* | Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh... | Nick Coghlan | 2010-11-21 | 1 | -0/+20 |
|
|
* | Issue 9732: __class__ no longer checked on objects by getattr_static | Michael Foord | 2010-11-20 | 1 | -1/+8 |
|
|
* | Issue 9732: fetch the method resolution order from the type metaclass directl... | Michael Foord | 2010-11-20 | 1 | -2/+5 |
|
|
* | Issue 9732: remove use of __class__ in inspect.getattr_static and note the mr... | Michael Foord | 2010-11-20 | 1 | -1/+1 |
|
|
* | Issue 9732: addition of getattr_static to the inspect module | Michael Foord | 2010-11-20 | 1 | -0/+64 |
|
|
* | classic classes are gone; whoppie! | Benjamin Peterson | 2010-11-04 | 1 | -13/+1 |
|
|
* | Issue #9308: Removed redundant coding cookies. Added tests for | Alexander Belopolsky | 2010-10-15 | 1 | -1/+0 |
|
|
* | #9683: remove broken dead code dealing with nested arguments removed from Py3... | Georg Brandl | 2010-10-15 | 1 | -28/+12 |
|
|
* | Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py co... | Nick Coghlan | 2010-08-17 | 1 | -4/+14 |
|
|
* | Issue #8983: Corrected docstrings. | Alexander Belopolsky | 2010-08-16 | 1 | -1/+1 |
|
|
* | typo | Benjamin Peterson | 2010-08-09 | 1 | -1/+1 |
|
|
* | don't alias directly, so that extra arguments don't appear #6678 | Benjamin Peterson | 2010-08-09 | 1 | -4/+3 |
|
|
* | only take into account positional arguments count in related error messages | Benjamin Peterson | 2010-06-25 | 1 | -1/+1 |
|
|
* | Merged revisions 82039 via svnmerge from | R. David Murray | 2010-06-17 | 1 | -1/+6 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -0/+1 |
|
|
* | Merged revisions 79500 via svnmerge from | Benjamin Peterson | 2010-03-30 | 1 | -1/+67 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -1/+1 |
|
|
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -7/+7 |
|
|
* | Merged revisions 74285 via svnmerge from | Mark Dickinson | 2009-08-02 | 1 | -4/+0 |
|
|
* | Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from | Alexandre Vassalotti | 2009-07-29 | 1 | -1/+4 |
|
|
* | Use true boolean for flag argument. | Georg Brandl | 2009-06-01 | 1 | -1/+1 |
|
|
* | This fix makes, eg, 'pydoc time' work again. | R. David Murray | 2009-05-13 | 1 | -1/+3 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 1 | -2/+2 |
|
|
* | Merged revisions 68676 via svnmerge from | Benjamin Peterson | 2009-01-17 | 1 | -1/+1 |
|
|
* | fix inspect.formatargspec on functions with keyword-only arguments without de... | Benjamin Peterson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -1/+4 |
|
|
* | Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ... | Georg Brandl | 2009-01-03 | 1 | -3/+2 |
|
|