Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a partial list of limitations, stripping out some corresponding XXX comme... | Guido van Rossum | 2007-02-26 | 1 | -6/+27 |
* | Use Glyph's trick to ensure that __globals__ is set properly. | Guido van Rossum | 2007-02-25 | 1 | -14/+14 |
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -2/+2 |
* | Add support for static and class methods. | Guido van Rossum | 2007-02-25 | 1 | -3/+36 |
* | Fix typo | Neal Norwitz | 2007-02-25 | 1 | -1/+1 |
* | First draft of a different solution to the reload() problem. | Guido van Rossum | 2007-02-25 | 1 | -0/+136 |