1. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  2. 85634d7 Issue #14909: A number of places were using PyMem_Realloc() apis and by Kristjan Valur Jonsson · 12 years ago
  3. b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 12 years ago
  4. 6e3358a merge 3.2 (#14612) by Benjamin Peterson · 12 years ago
  5. e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 12 years ago
  6. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 12 years ago
  7. 400a968 remove f_yieldfrom access from Python (closes #13970) by Benjamin Peterson · 12 years ago
  8. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 12 years ago
  9. d19052c Issue #9089: Remove references to intobject.c and intobject.h from comments. by Mark Dickinson · 14 years ago
  10. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  11. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  12. b7ffad5 Merged revisions 73129 via svnmerge from by Antoine Pitrou · 15 years ago
  13. 24e581f Merged revisions 73114 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  14. 4db6ff6 Merged revisions 72776,72796 via svnmerge from by Jeffrey Yasskin · 15 years ago
  15. ae937c0 Merged revisions 71722 via svnmerge from by Benjamin Peterson · 15 years ago
  16. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  17. fefeca5 Merged revisions 66739 via svnmerge from by Christian Heimes · 16 years ago
  18. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  19. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  20. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  21. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  22. a156e09 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-60845 via svnmerge from by Christian Heimes · 16 years ago
  23. 2202f87 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,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 16 years ago
  24. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  25. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  26. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  27. bed6784 Get rid of more uses of string and use unicode by Neal Norwitz · 17 years ago
  28. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  29. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  30. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  31. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  32. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  33. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  34. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  35. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  36. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  37. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  38. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
  39. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  40. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  41. 75be012 memset() with small memory sizes just kill us. by Armin Rigo · 20 years ago
  42. 76beca9 Two forgotten Py_DECREF() for two out-of-memory conditions. by Armin Rigo · 20 years ago
  43. e4b9d8c Removing bogus Py_DECREF() reported by Armin Rigo (SF bug 812353). by Jeremy Hylton · 21 years ago
  44. 174d276 Fix indentation. by Jeremy Hylton · 21 years ago
  45. bdc6ea1 Fix silly typo in comment. by Michael W. Hudson · 21 years ago
  46. bd5cbf8 Refactor the logic for setting f_builtins. by Jeremy Hylton · 21 years ago
  47. b2501f4 Since the *_Init() are private, prefix with _, suggested by Skip by Neal Norwitz · 22 years ago
  48. c91ed40 SF #561244, Micro optimizations by Neal Norwitz · 22 years ago
  49. ee65e22 Fix bug introduced by SF patch #643835, Set Next Statement for Python debuggers by Neal Norwitz · 22 years ago
  50. 91787cb Undefine MIN and MAX before defining by Neal Norwitz · 22 years ago
  51. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 22 years ago
  52. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  53. d94c28e SF #561244: micro optimizations, builtins cannot be NULL, so use Py_INCREF by Neal Norwitz · 22 years ago
  54. 69734a5 Check in my ultra-shortlived patch #597220. by Michael W. Hudson · 22 years ago
  55. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  56. f4be427 Tim found that once test_longexp has run, test_sort takes very much by Guido van Rossum · 22 years ago
  57. 24ea8d3 Fix SF bug #505315: Make free and cell vars show up consistently in locals(). by Jeremy Hylton · 22 years ago
  58. b7ba743 SF bug 543148: Memory leak with stackframes + inspect. by Tim Peters · 22 years ago
  59. ff413af This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). by Guido van Rossum · 22 years ago
  60. 1a48ca8 Fix memory leak in dict_to_map(), SF bug [ #485152 ] memory leak in test_scope. by Jeremy Hylton · 23 years ago
  61. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  62. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  63. deb77e8 Squash new compiler wng in debug build. by Tim Peters · 23 years ago
  64. 4f4817f Make frames a PyVarObject. Use new GC API. by Neil Schemenauer · 23 years ago
  65. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  66. 19cd292 GC for frame objects. by Neil Schemenauer · 23 years ago
  67. 8c96369 PyFrameObject: rename f_stackbottom to f_stacktop, since it points to by Tim Peters · 23 years ago
  68. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  69. 4c88901 SF patch 419176 from MvL; fixed bug 418977 by Jeremy Hylton · 23 years ago
  70. 6b356e7 Make one more private symbol static. by Guido van Rossum · 23 years ago
  71. f68d8e5 Make some private symbols static. by Guido van Rossum · 23 years ago
  72. 220ae7c Fix PyFrame_FastToLocals() and counterpart to deal with cells and by Jeremy Hylton · 23 years ago
  73. 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 23 years ago
  74. 2b724da Remove f_closure slot of frameobject and use f_localsplus instead. by Jeremy Hylton · 23 years ago
  75. 64949cb PEP 227 implementation by Jeremy Hylton · 23 years ago
  76. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  77. 1b190b4 ANSI-fication of the sources. by Fred Drake · 24 years ago
  78. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  79. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  80. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  81. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  82. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  83. f61618c A Py_DECREF(f) is missing in PyFrame_New for the error case when by Guido van Rossum · 26 years ago
  84. 67906af In PyFrame_New(), don't set extras to something derived from code by Guido van Rossum · 26 years ago
  85. e23eb57 Since PyDict_GetItem() can't raise an exception any more, there's no by Guido van Rossum · 26 years ago
  86. bde6ff7 Vladimir Marangozov' performance hack: copy f_builtins from ancestor by Guido van Rossum · 26 years ago
  87. 6345ac6 Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) by Guido van Rossum · 27 years ago
  88. 404b95d Provide a dummy empty directory as f_builtins instead of failing, when by Guido van Rossum · 27 years ago
  89. eb46d67 Avoid function calls to access the current thread state and builtins by Guido van Rossum · 27 years ago
  90. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  91. 1875247 Quickly renamed. by Guido van Rossum · 27 years ago
  92. 6191551 Remove a redundant XINCREF(value). This caused the reference count of by Guido van Rossum · 27 years ago
  93. 7582bfb Kill all local variables when the frame is deallocated (moved here by Guido van Rossum · 27 years ago
  94. 747596a When a recycled frame has more local+stack slots than needed, by Guido van Rossum · 27 years ago
  95. 3bb63a8 Bugfix: remove ref to fast before it's defined. by Guido van Rossum · 27 years ago
  96. f3e85a0 Changes that appear to give another 12% speedup. by Guido van Rossum · 27 years ago
  97. b56933e Intern the strings "__builtins__". by Guido van Rossum · 27 years ago
  98. 792fd43 Comment out extend_stack() -- it is no longer needed. by Guido van Rossum · 27 years ago
  99. da9c271 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  100. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago