1. 952c078 Last attempt to get compiler recursion crasher to fail reliably across platforms before giving up and skipping it as unreliably platform dependent by Nick Coghlan · 13 years ago
  2. f694a40 Give more info in verbose mode when checking crashers, and stress the stack even more in the compiler crasher by Nick Coghlan · 13 years ago
  3. c95ec3d Exercise crashers to ensure they are still covering known error cases by Nick Coghlan · 13 years ago
  4. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  5. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  6. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  7. 8370bb9 Update compiler recursion crasher to more reliably blow the stack and add a tracker issue for it by Nick Coghlan · 13 years ago
  8. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  9. d454249 another pretty crasher served up by pypy by Benjamin Peterson · 14 years ago
  10. b12fd63 #10767: update README in crashers; not all may have a bug entry and/or be fixed. by Georg Brandl · 14 years ago
  11. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  12. 5683a3d Merged revisions 77523 via svnmerge from by Ezio Melotti · 15 years ago
  13. 73fa727 Fixed crasher. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  14. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  15. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
  16. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  17. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  18. 841edad Issue #4407: Fix source file that caused the compileall step in Windows by Martin v. Löwis · 16 years ago
  19. 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 16 years ago
  20. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  21. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  22. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  23. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  24. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  25. 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
  26. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  27. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  28. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  29. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  30. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  31. 57b39e0 Bug #1697782: remove all remaining code that uses types.InstanceType. by Georg Brandl · 17 years ago
  32. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  33. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  34. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  35. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  36. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  37. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  38. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  39. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  40. d910855 Remove apply() by Neal Norwitz · 18 years ago
  41. 1a57296 Set svn:eol-style to native. by Tim Peters · 18 years ago
  42. b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 19 years ago
  43. a28ad77 Whitespace normalization. by Tim Peters · 19 years ago
  44. ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 19 years ago
  45. 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 19 years ago