summaryrefslogtreecommitdiffstats
path: root/Lib/xreload.py
Commit message (Expand)AuthorAgeFilesLines
* Add a partial list of limitations, stripping out some corresponding XXX comme...Guido van Rossum2007-02-261-6/+27
* Use Glyph's trick to ensure that __globals__ is set properly.Guido van Rossum2007-02-251-14/+14
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-2/+2
* Add support for static and class methods.Guido van Rossum2007-02-251-3/+36
* Fix typoNeal Norwitz2007-02-251-1/+1
* First draft of a different solution to the reload() problem.Guido van Rossum2007-02-251-0/+136