Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repair example code in doc string. | Jeremy Hylton | 2002-07-11 | 1 | -1/+1 |
| | | | | Bug fix candiadte. | ||||
* | Geoffrey Gerrietts discovered that a KeyError was caught that probably | Guido van Rossum | 2001-01-15 | 1 | -1/+1 |
| | | | | | | should have been a NameError. I'm checking in a change that catches both, just to be sure -- I can't be bothered trying to understand this code any more. :-) | ||||
* | Fix some broken links. | Guido van Rossum | 2000-01-20 | 1 | -3/+3 |
| | |||||
* | nannified | Guido van Rossum | 1998-09-14 | 5 | -368/+368 |
| | |||||
* | Corrected some spelling and one technical error. | Guido van Rossum | 1998-08-10 | 1 | -5/+5 |
| | |||||
* | Vladimir Marangozov's explanatory message. | Guido van Rossum | 1998-08-10 | 1 | -0/+256 |
| | |||||
* | New warnings to the uninitiated reader. | Guido van Rossum | 1998-08-10 | 1 | -4/+11 |
| | |||||
* | Forgot to use </> for some example output. | Guido van Rossum | 1997-12-05 | 1 | -2/+2 |
| | |||||
* | Remove hyperlink to time-sensitive Python release info. | Guido van Rossum | 1997-11-25 | 1 | -2/+2 |
| | |||||
* | Added hint to skip the heavy stuff on first reading. | Guido van Rossum | 1997-09-11 | 1 | -0/+15 |
| | |||||
* | As Paul Prescod pointed out, metaprogramming is really something | Guido van Rossum | 1997-09-11 | 1 | -13/+11 |
| | | | | | different (programs that write programs). We are dealing with metaclasses here. So change the words slightly. | ||||
* | Some nits, added a whole section on what you could do with | Guido van Rossum | 1997-09-08 | 1 | -3/+90 |
| | | | | metaclasses, and acks. | ||||
* | Completed first draft. | Guido van Rossum | 1997-08-26 | 4 | -18/+467 |
| | |||||
* | Checkpoint. | Guido van Rossum | 1997-08-25 | 2 | -5/+369 |
| | |||||
* | Arbitrary point checkpoint commit. Take no notice. | Guido van Rossum | 1997-08-25 | 4 | -6/+248 |
| | |||||
* | Examples of metaprogramming in pure Python. | Guido van Rossum | 1997-08-23 | 2 | -0/+291 |