| Commit message (Expand) | Author | Age | Files | Lines |
* | Sorry, sorry! Ignore my previous two commits. I mixed up the version | Armin Rigo | 2009-09-03 | 2 | -21/+0 |
|
|
* | Does not terminate: consume all memory without responding to Ctrl-C. | Armin Rigo | 2009-09-03 | 1 | -0/+10 |
|
|
* | Found the next crasher by thinking about this logic in PyPy. | Armin Rigo | 2009-09-03 | 1 | -0/+11 |
|
|
* | thanks to guido's bytecode verifier, this is fixed | Benjamin Peterson | 2009-03-29 | 1 | -47/+0 |
|
|
* | this has been fixed since 2.6 (I love removing these) | Benjamin Peterson | 2009-03-29 | 1 | -14/+0 |
|
|
* | Ivan on IRC in #twisted reported this crasher. | Armin Rigo | 2009-02-06 | 1 | -0/+5 |
|
|
* | #3720: Interpreter crashes when an evil iterator removes its own next function. | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -53/+0 |
|
|
* | A collection of crashers, all variants of the idea | Armin Rigo | 2008-08-29 | 1 | -0/+53 |
|
|
* | Sounds obvious, but I didn't even realize that you can put non-string | Armin Rigo | 2008-06-12 | 1 | -4/+3 |
|
|
* | A new crasher. | Armin Rigo | 2008-04-25 | 1 | -0/+31 |
|
|
* | Fix test67.py from issue #1303614. | Guido van Rossum | 2008-01-24 | 1 | -21/+0 |
|
|
* | Fix two crashers. | Guido van Rossum | 2008-01-23 | 2 | -42/+0 |
|
|
* | This got fixed for classic classes in r60057, | Guido van Rossum | 2008-01-18 | 1 | -17/+0 |
|
|
* | Remove duplicate crasher. | Georg Brandl | 2007-10-21 | 1 | -8/+0 |
|
|
* | Add a crasher for the long-standing issue with closing a file | Armin Rigo | 2007-10-21 | 1 | -0/+14 |
|
|
* | Fix a crasher where Python code managed to infinitely recurse in C code without | Brett Cannon | 2007-09-07 | 4 | -38/+0 |
|
|
* | PyDict_GetItem() returns a borrowed reference. | Armin Rigo | 2007-09-06 | 1 | -0/+28 |
|
|
* | PyDict_GetItem() returns a borrowed reference. | Armin Rigo | 2007-09-05 | 1 | -0/+14 |
|
|
* | Add a crasher for the thread-unsafety of file objects. | Georg Brandl | 2007-08-28 | 1 | -0/+8 |
|
|
* | Fix for #1303614 and #1174712: | Armin Rigo | 2007-05-02 | 2 | -32/+0 |
|
|
* | Modify the segfaulting example to show why r53997 is not a solution to | Armin Rigo | 2007-02-28 | 1 | -0/+20 |
|
|
* | Add checking for a number of metaclass error conditions. | Jeremy Hylton | 2007-02-27 | 1 | -19/+0 |
|
|
* | Fix crasher for when an object's __del__ creates a new weakref to itself. | Brett Cannon | 2007-01-23 | 1 | -1/+2 |
|
|
* | Another crasher. | Armin Rigo | 2006-09-25 | 1 | -0/+36 |
|
|
* | Add a "crasher" taken from the sgml bug report referenced in the comment | Neal Norwitz | 2006-09-11 | 1 | -0/+16 |
|
|
* | The regular expression engine in '_sre' can segfault when interpreting | Armin Rigo | 2006-08-25 | 1 | -0/+47 |
|
|
* | Document the crashers that will not go away soon as "won't fix", | Armin Rigo | 2006-07-25 | 2 | -0/+15 |
|
|
* | Added another crasher, which hit me today (I was not intentionally | Armin Rigo | 2006-07-25 | 1 | -0/+16 |
|
|
* | Document why is and is not a good way to fix the gc_inspection crasher. | Armin Rigo | 2006-07-25 | 1 | -0/+15 |
|
|
* | A couple of examples about how to attack the fact that _PyType_Lookup() | Armin Rigo | 2006-07-06 | 2 | -0/+67 |
|
|
* | SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data | Fred Drake | 2006-07-01 | 1 | -56/+0 |
|
|
* | A couple of crashers of the "won't fix" kind. | Armin Rigo | 2006-06-28 | 2 | -0/+26 |
|
|
* | If a classic class defined a __coerce__() method that just returned its two | Brett Cannon | 2006-06-13 | 1 | -9/+0 |
|
|
* | An object with __call__ as an attribute, when called, will have that attribut... | Brett Cannon | 2006-06-09 | 1 | -9/+0 |
|
|
* | [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). | Armin Rigo | 2006-06-01 | 1 | -32/+0 |
|
|
* | A dictresize() attack. If oldtable == mp->ma_smalltable then pure | Armin Rigo | 2006-04-18 | 1 | -0/+32 |
|
|
* | add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes. | Michael W. Hudson | 2006-04-18 | 1 | -0/+47 |
|
|
* | Copy note from leakers README here too. We want to keep all test cases. | Neal Norwitz | 2006-04-14 | 1 | -0/+5 |
|
|
* | Set svn:eol-style to native. | Tim Peters | 2006-03-01 | 2 | -72/+72 |
|
|
* | collected my segfaulting Python examples from the SF trackers | Armin Rigo | 2006-01-14 | 8 | -0/+99 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-01-13 | 2 | -73/+72 |
|
|
* | add another crash reported by Thomas Wouters | Neal Norwitz | 2006-01-11 | 1 | -0/+10 |
|
|
* | As I threatened on python-dev, add a directory which contains all known | Neal Norwitz | 2006-01-10 | 4 | -0/+97 |
|
|