Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This got fixed for classic classes in r60057, | Guido van Rossum | 2008-01-18 | 1 | -17/+0 |
| | | | | and backported to 2.5.2 in 60056. | ||||
* | Fix crasher for when an object's __del__ creates a new weakref to itself. | Brett Cannon | 2007-01-23 | 1 | -1/+2 |
| | | | | | | Patch only fixes new-style classes; classic classes still buggy. Closes bug #1377858. Already backported. | ||||
* | Set svn:eol-style to native. | Tim Peters | 2006-03-01 | 1 | -16/+16 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-01-13 | 1 | -17/+16 |
| | |||||
* | As I threatened on python-dev, add a directory which contains all known | Neal Norwitz | 2006-01-10 | 1 | -0/+17 |
bugs which cause the interpreter to crash. I'm sure we can find a few more. Many missing bugs deal with variations on unchecked infinite recursion (like coerce.py). |