1. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  2. 1de70b5 Merge #6717 crasher from 3.2 by Nick Coghlan · 12 years ago
  3. 692b023 Record a known crasher from #6717 by Nick Coghlan · 12 years ago
  4. 32dd36b The migration to importlib eliminated this crasher by Nick Coghlan · 12 years ago
  5. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
  6. 63ed566 Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4. by Victor Stinner · 12 years ago
  7. 40c9565 Issue #14211: Oops, I removed the wrong file :-) by Victor Stinner · 12 years ago
  8. 2d01dc0 Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to by Victor Stinner · 12 years ago
  9. d74782b Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to by Victor Stinner · 12 years ago
  10. 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 12 years ago
  11. 0b2b583 Fix spelling. by Georg Brandl · 12 years ago
  12. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  13. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  14. 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
  15. 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
  16. c95ec3d Exercise crashers to ensure they are still covering known error cases by Nick Coghlan · 13 years ago
  17. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  18. 8370bb9 Update compiler recursion crasher to more reliably blow the stack and add a tracker issue for it by Nick Coghlan · 13 years ago
  19. 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
  20. d454249 another pretty crasher served up by pypy by Benjamin Peterson · 13 years ago
  21. b12fd63 #10767: update README in crashers; not all may have a bug entry and/or be fixed. by Georg Brandl · 14 years ago
  22. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  23. 5683a3d Merged revisions 77523 via svnmerge from by Ezio Melotti · 15 years ago
  24. 73fa727 Fixed crasher. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  25. 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
  26. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 15 years ago
  27. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 15 years ago
  28. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  29. 841edad Issue #4407: Fix source file that caused the compileall step in Windows by Martin v. Löwis · 16 years ago
  30. 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
  31. 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
  32. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  33. 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
  34. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 16 years ago
  35. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  36. 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
  37. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  38. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  39. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  40. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  41. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  42. 57b39e0 Bug #1697782: remove all remaining code that uses types.InstanceType. by Georg Brandl · 17 years ago
  43. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  44. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  45. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  46. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  47. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  48. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  49. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  50. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  51. d910855 Remove apply() by Neal Norwitz · 18 years ago
  52. 1a57296 Set svn:eol-style to native. by Tim Peters · 18 years ago
  53. b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 19 years ago
  54. a28ad77 Whitespace normalization. by Tim Peters · 19 years ago
  55. ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 19 years ago
  56. 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 19 years ago