1. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  2. 102594f Merged revisions 84106 via svnmerge from by Alexander Belopolsky · 14 years ago
  3. 19d8cc5 Merged revisions 82041 via svnmerge from by R. David Murray · 14 years ago
  4. 8f6713f Merged revisions 76235 via svnmerge from by Benjamin Peterson · 15 years ago
  5. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  6. 01a3052 Merged revisions 74264 via svnmerge from by Georg Brandl · 15 years ago
  7. c033942 Merged revisions 74287 via svnmerge from by Mark Dickinson · 15 years ago
  8. 5ce83a0 Use true boolean for flag argument. by Georg Brandl · 15 years ago
  9. 74b8924 This fix makes, eg, 'pydoc time' work again. by R. David Murray · 15 years ago
  10. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  11. c465600 Merged revisions 68676 via svnmerge from by Benjamin Peterson · 16 years ago
  12. 9953a8d fix inspect.formatargspec on functions with keyword-only arguments without defaults #4959 by Benjamin Peterson · 16 years ago
  13. 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
  14. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 16 years ago
  15. 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
  16. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  17. 2f5cb34 Merged revisions 65793 via svnmerge from by Brett Cannon · 16 years ago
  18. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  19. 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
  20. 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
  21. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 16 years ago
  22. be5b30b Merged revisions 61203-61204 via svnmerge from by Christian Heimes · 16 years ago
  23. 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
  24. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  25. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  26. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  27. 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
  28. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  29. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  30. 504d885 Fix docstring for getfullargspec(). by Brett Cannon · 17 years ago
  31. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  32. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  33. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  34. 813b0e5 Make test_inspect pass once again. by Guido van Rossum · 17 years ago
  35. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  36. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  37. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  38. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  39. 2e65f89 Final part of SF# 1607548 by Tony Lownds: fix pydoc and inspect. by Guido van Rossum · 17 years ago
  40. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  41. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  42. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  43. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  44. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  45. dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 19 years ago
  46. a5855d5 Patch #1159931/bug #1143895: inspect.getsource failed when functions, by Johannes Gijsbers · 19 years ago
  47. a1a992c Apply itemgetter() instead of lambda. by Raymond Hettinger · 19 years ago
  48. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 20 years ago
  49. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
  50. 6165620 Import no longer needed. by Raymond Hettinger · 20 years ago
  51. 13dea5a Raymond reminded me to use DSU key by Skip Montanaro · 20 years ago
  52. 41f89a4 Sort classes by fully qualified name. In the common case where you are by Skip Montanaro · 20 years ago
  53. 9324526 Use __module__ attribute when available instead of using isclass() predicate by Johannes Gijsbers · 20 years ago
  54. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  55. 2e829c0 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 20 years ago
  56. b3de2e1 'inspect' was not listing the functions in a module properly if the module was by Brett Cannon · 20 years ago
  57. a050171 SF bug #973092: inspect.getframeinfo bug if 'context' is to big by Raymond Hettinger · 20 years ago
  58. 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
  59. 3375fc5 Apply extract functions instead of lambda. by Raymond Hettinger · 21 years ago
  60. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  61. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  62. ab91902 A bit o' reformatting and removal of non-_getframe currentframe(). by Jeremy Hylton · 21 years ago
  63. 6496788 Fix for SF bug 620190: getargspec() doesn't work with methods. by Jeremy Hylton · 21 years ago
  64. 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
  65. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  66. b38bbbd Make module lookup a little more robust (certain kinds of fiddling to by Ka-Ping Yee · 21 years ago
  67. 2e7b748 SF patch #634557: inspect.BlockFinder didn't do a good enough job finding by Raymond Hettinger · 22 years ago
  68. 2d375f7 SF bug #661184: inspect.getsource bug by Raymond Hettinger · 22 years ago
  69. a59ef7b getdoc(): by Ka-Ping Yee · 22 years ago
  70. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  71. 09776b7 Add encoding declaration. by Martin v. Löwis · 22 years ago
  72. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  73. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  74. 936654b Replaced boolean test with is None by Raymond Hettinger · 22 years ago
  75. 755f75e Use types.StringTypes instead of explicit (str, unicode) list by Michael W. Hudson · 22 years ago
  76. d451ec1 Clean up uses of some deprecated features. by Fred Drake · 22 years ago
  77. b4c17c8 Fix getcomments() so that it doesn't fail with TypeErrors. by Jeremy Hylton · 22 years ago
  78. a959a36 tighten up unqualified except in currentframe() see bug 411881 by Skip Montanaro · 22 years ago
  79. f06f853 Use linecache for loading source code. Closes SF patch 490374. by Neil Schemenauer · 22 years ago
  80. 2400831 SF patch 530070: pydoc regression, from Martin and Guido. by Tim Peters · 22 years ago
  81. 8a11f5d SF #515015, raise exception if code not found in findsource() by Neal Norwitz · 22 years ago
  82. 687ae00 Get rid of __defined__ and tp_defined -- there's no need to by Guido van Rossum · 23 years ago
  83. 13b49d3 New function classify_class_attrs(). As a number of SF bug reports by Tim Peters · 23 years ago
  84. e0b2d7a Add a function to compute a class's method resolution order. This is by Tim Peters · 23 years ago
  85. f1d90b9 Ensure that isfunction(obj) and (the new) ismethoddescriptor(obj) never by Tim Peters · 23 years ago
  86. 536d226 After much thrashing, I believe this is a truly minimal patch to teach by Tim Peters · 23 years ago
  87. 28bc59f In a world with a growing number of subclassable types, replace by Tim Peters · 23 years ago
  88. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  89. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  90. 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
  91. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  92. 022171f Clean up isroutine(). by Ka-Ping Yee · 23 years ago
  93. c99e0f1 Robustify getfile() against classes that lie about their __module__s by Ka-Ping Yee · 23 years ago
  94. 202c99b Remove duplicate type objects from isroutine() and isbuiltin(). by Ka-Ping Yee · 23 years ago
  95. b910efe Robustify getcomments() so it doesn't crash on empty files. by Ka-Ping Yee · 23 years ago
  96. 4d6fc7f Add getmodulename() and getmoduleinfo() routines to inspect filenames. by Ka-Ping Yee · 23 years ago
  97. a9c6c8d Extend isclass() to work for extension classes (by looking for __bases__). by Ka-Ping Yee · 23 years ago
  98. f170d7f Don't have trace() skip the top frame; return them all. by Ka-Ping Yee · 23 years ago
  99. 30edd23 Whitespace normalization. by Tim Peters · 23 years ago
  100. a6e5971 Fix findsource() to work for derived classes. by Ka-Ping Yee · 23 years ago