1. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  2. afa2e47 Added a new crasher that targets mutating the underlying storage of a buffer. All work done by Armin Rigo. by Alex Gaynor · 13 years ago
  3. 1cb2e04 Add a crasher for the documented issue of calling "Py_DECREF(self->xxx)"; by Armin Rigo · 13 years ago
  4. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  5. 28dadd9 Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from by Georg Brandl · 14 years ago
  6. 249205d An example that shows that _PyInstance_Lookup() does not fulfill by Armin Rigo · 15 years ago
  7. ffd0dc1 Sorry, sorry! Ignore my previous two commits. I mixed up the version by Armin Rigo · 16 years ago
  8. f866fbb Does not terminate: consume all memory without responding to Ctrl-C. by Armin Rigo · 16 years ago
  9. f416690 Found the next crasher by thinking about this logic in PyPy. by Armin Rigo · 16 years ago
  10. 83db765 thanks to guido's bytecode verifier, this is fixed by Benjamin Peterson · 16 years ago
  11. d2c1846 this has been fixed since 2.6 (I love removing these) by Benjamin Peterson · 16 years ago
  12. 5561986 Ivan on IRC in #twisted reported this crasher. by Armin Rigo · 17 years ago
  13. a40d573 #3720: Interpreter crashes when an evil iterator removes its own next function. by Amaury Forgeot d'Arc · 17 years ago
  14. dcde494 A collection of crashers, all variants of the idea of issue #3720. by Armin Rigo · 17 years ago
  15. ffae306 Sounds obvious, but I didn't even realize that you can put non-string by Armin Rigo · 17 years ago
  16. 5364e2e A new crasher. by Armin Rigo · 17 years ago
  17. 37edeab Fix test67.py from issue #1303614. by Guido van Rossum · 18 years ago
  18. 1d9a9ea Fix two crashers. by Guido van Rossum · 18 years ago
  19. bf4c7c8 This got fixed for classic classes in r60057, and backported to 2.5.2 in 60056. by Guido van Rossum · 18 years ago
  20. fa61797 Remove duplicate crasher. by Georg Brandl · 18 years ago
  21. 1486182 Add a crasher for the long-standing issue with closing a file by Armin Rigo · 18 years ago
  22. 1e534b5 Fix a crasher where Python code managed to infinitely recurse in C code without by Brett Cannon · 18 years ago
  23. 337841d PyDict_GetItem() returns a borrowed reference. by Armin Rigo · 18 years ago
  24. 362bb51 PyDict_GetItem() returns a borrowed reference. by Armin Rigo · 18 years ago
  25. bf13833 Add a crasher for the thread-unsafety of file objects. by Georg Brandl · 18 years ago
  26. 9790a27 Fix for #1303614 and #1174712: by Armin Rigo · 18 years ago
  27. adf1723 Modify the segfaulting example to show why r53997 is not a solution to it. by Armin Rigo · 18 years ago
  28. fa95569 Add checking for a number of metaclass error conditions. by Jeremy Hylton · 18 years ago
  29. f5bee30 Fix crasher for when an object's __del__ creates a new weakref to itself. by Brett Cannon · 19 years ago
  30. c839c2f Another crasher. by Armin Rigo · 19 years ago
  31. 361b46b Add a "crasher" taken from the sgml bug report referenced in the comment by Neal Norwitz · 19 years ago
  32. cd73a78 The regular expression engine in '_sre' can segfault when interpreting by Armin Rigo · 19 years ago
  33. b62efad Document the crashers that will not go away soon as "won't fix", by Armin Rigo · 19 years ago
  34. 5a9a2a3 Added another crasher, which hit me today (I was not intentionally by Armin Rigo · 19 years ago
  35. 4df7c0a Document why is and is not a good way to fix the gc_inspection crasher. by Armin Rigo · 19 years ago
  36. 5953bac A couple of examples about how to attack the fact that _PyType_Lookup() by Armin Rigo · 19 years ago
  37. 6ffe499 SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data by Fred Drake · 19 years ago
  38. d77ef8f A couple of crashers of the "won't fix" kind. by Armin Rigo · 19 years ago
  39. ea3912b If a classic class defined a __coerce__() method that just returned its two by Brett Cannon · 19 years ago
  40. 22565aa An object with __call__ as an attribute, when called, will have that attribute checked for __call__ itself, and will continue to look until it finds an object without the attribute. This can lead to an infinite recursion. by Brett Cannon · 19 years ago
  41. 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 19 years ago
  42. 7e97ee6 A dictresize() attack. If oldtable == mp->ma_smalltable then pure by Armin Rigo · 19 years ago
  43. 15b1f14 add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes. by Michael W. Hudson · 19 years ago
  44. 38a76a1 Copy note from leakers README here too. We want to keep all test cases. by Neal Norwitz · 19 years ago
  45. 1a57296 Set svn:eol-style to native. by Tim Peters · 19 years ago
  46. b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 20 years ago
  47. a28ad77 Whitespace normalization. by Tim Peters · 20 years ago
  48. ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 20 years ago
  49. 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 20 years ago