1. 274271d remove unused imports (closes #12432) by Benjamin Peterson · 13 years ago
  2. e109c70 give the names of missing positional or keyword-only arguments (closes #12356) by Benjamin Peterson · 13 years ago
  3. 703f7c4 merge 3.2 (#9284) by Benjamin Peterson · 13 years ago
  4. 9620cc0 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 13 years ago
  5. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  6. 6a2638b Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 13 years ago
  7. dcebe0f Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution by Michael Foord · 13 years ago
  8. 7921b9f Issue 10220: switch to using string constants rather than integers for inspect.getgeneratorstate() return values and make debugging friendly str() and repr() for generator states a requirement in the test suite by Nick Coghlan · 14 years ago
  9. e0f0465 Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckhardt by Nick Coghlan · 14 years ago
  10. 35184ed Issue 9732: __class__ no longer checked on objects by getattr_static by Michael Foord · 14 years ago
  11. e516265 Issue 9732: fetch the method resolution order from the type metaclass directly in getattr_static by Michael Foord · 14 years ago
  12. cc7ebb8 Issue 9732: remove use of __class__ in inspect.getattr_static and note the mro exception to code execution by Michael Foord · 14 years ago
  13. 95fc51d Issue 9732: addition of getattr_static to the inspect module by Michael Foord · 14 years ago
  14. b82c8e5 classic classes are gone; whoppie! by Benjamin Peterson · 14 years ago
  15. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  16. c1c4bf8 #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly. by Georg Brandl · 14 years ago
  17. 09c8123 Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py compiler flag values before resorting to defining its own by Nick Coghlan · 14 years ago
  18. 977a684 Issue #8983: Corrected docstrings. by Alexander Belopolsky · 14 years ago
  19. a3a3fc6 typo by Benjamin Peterson · 14 years ago
  20. 42ac475 don't alias directly, so that extra arguments don't appear #6678 by Benjamin Peterson · 14 years ago
  21. 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 14 years ago
  22. a1b3740 Merged revisions 82039 via svnmerge from by R. David Murray · 14 years ago
  23. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  24. 25cd7eb Merged revisions 79500 via svnmerge from by Benjamin Peterson · 14 years ago
  25. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  26. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  27. a1a54bc Merged revisions 74285 via svnmerge from by Mark Dickinson · 15 years ago
  28. e223eb8 Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from by Alexandre Vassalotti · 15 years ago
  29. 5ce83a0 Use true boolean for flag argument. by Georg Brandl · 15 years ago
  30. 74b8924 This fix makes, eg, 'pydoc time' work again. by R. David Murray · 15 years ago
  31. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  32. c465600 Merged revisions 68676 via svnmerge from by Benjamin Peterson · 16 years ago
  33. 9953a8d fix inspect.formatargspec on functions with keyword-only arguments without defaults #4959 by Benjamin Peterson · 16 years ago
  34. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  35. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 16 years ago
  36. 3d4ca74 change the named tuple returned by inspect.getfullargspec to have a 'kwonlydefaults' (as claimed by the docs) attribute instead of 'kwdefaults' by Benjamin Peterson · 16 years ago
  37. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  38. 2f5cb34 Merged revisions 65793 via svnmerge from by Brett Cannon · 16 years ago
  39. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  40. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  41. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  42. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 16 years ago
  43. be5b30b Merged revisions 61203-61204 via svnmerge from by Christian Heimes · 16 years ago
  44. 7131fd9 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60878,60880-60892,60894-60898 via svnmerge from by Christian Heimes · 16 years ago
  45. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  46. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  47. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  48. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  49. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  50. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  51. 504d885 Fix docstring for getfullargspec(). by Brett Cannon · 17 years ago
  52. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  53. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  54. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  55. 813b0e5 Make test_inspect pass once again. by Guido van Rossum · 17 years ago
  56. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  57. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  58. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  59. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  60. 2e65f89 Final part of SF# 1607548 by Tony Lownds: fix pydoc and inspect. by Guido van Rossum · 17 years ago
  61. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  62. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  63. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  64. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  65. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  66. dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 19 years ago
  67. a5855d5 Patch #1159931/bug #1143895: inspect.getsource failed when functions, by Johannes Gijsbers · 19 years ago
  68. a1a992c Apply itemgetter() instead of lambda. by Raymond Hettinger · 19 years ago
  69. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 19 years ago
  70. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
  71. 6165620 Import no longer needed. by Raymond Hettinger · 20 years ago
  72. 13dea5a Raymond reminded me to use DSU key by Skip Montanaro · 20 years ago
  73. 41f89a4 Sort classes by fully qualified name. In the common case where you are by Skip Montanaro · 20 years ago
  74. 9324526 Use __module__ attribute when available instead of using isclass() predicate by Johannes Gijsbers · 20 years ago
  75. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  76. 2e829c0 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 20 years ago
  77. b3de2e1 'inspect' was not listing the functions in a module properly if the module was by Brett Cannon · 20 years ago
  78. a050171 SF bug #973092: inspect.getframeinfo bug if 'context' is to big by Raymond Hettinger · 20 years ago
  79. ba8b6bc [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me. by Andrew M. Kuchling · 20 years ago
  80. 3375fc5 Apply extract functions instead of lambda. by Raymond Hettinger · 21 years ago
  81. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  82. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  83. ab91902 A bit o' reformatting and removal of non-_getframe currentframe(). by Jeremy Hylton · 21 years ago
  84. 6496788 Fix for SF bug 620190: getargspec() doesn't work with methods. by Jeremy Hylton · 21 years ago
  85. 4a671fe Return None to signal that the module the object was defined in was not found when object has no __name__ attr but is needed to figure out location of object. by Brett Cannon · 21 years ago
  86. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  87. b38bbbd Make module lookup a little more robust (certain kinds of fiddling to by Ka-Ping Yee · 21 years ago
  88. 2e7b748 SF patch #634557: inspect.BlockFinder didn't do a good enough job finding by Raymond Hettinger · 22 years ago
  89. 2d375f7 SF bug #661184: inspect.getsource bug by Raymond Hettinger · 22 years ago
  90. a59ef7b getdoc(): by Ka-Ping Yee · 22 years ago
  91. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  92. 09776b7 Add encoding declaration. by Martin v. Löwis · 22 years ago
  93. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  94. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  95. 936654b Replaced boolean test with is None by Raymond Hettinger · 22 years ago
  96. 755f75e Use types.StringTypes instead of explicit (str, unicode) list by Michael W. Hudson · 22 years ago
  97. d451ec1 Clean up uses of some deprecated features. by Fred Drake · 22 years ago
  98. b4c17c8 Fix getcomments() so that it doesn't fail with TypeErrors. by Jeremy Hylton · 22 years ago
  99. a959a36 tighten up unqualified except in currentframe() see bug 411881 by Skip Montanaro · 22 years ago
  100. f06f853 Use linecache for loading source code. Closes SF patch 490374. by Neil Schemenauer · 22 years ago