| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide __module__ attributes for functions defined in C and Python. | Jeremy Hylton | 2003-01-31 | 1 | -0/+4 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Fix for SF bug #472940: can't getattr() attribute shown by dir() | Guido van Rossum | 2001-10-22 | 1 | -5/+5 |
|
|
* | Undo some (but not all) of the more lenient acceptance of | Guido van Rossum | 2001-09-18 | 1 | -9/+9 |
|
|
* | - Some tests that check that assignments are not allowed expect this | Guido van Rossum | 2001-09-18 | 1 | -85/+95 |
|
|
* | Rewrite function attributes to use the generic routines properly. | Guido van Rossum | 2001-09-17 | 1 | -1/+158 |
|
|
* | Test the new semantics for setting and deleting a function's __dict__ | Barry Warsaw | 2001-08-14 | 1 | -45/+50 |
|
|
* | Additional tests for current, PEP described semantics: | Barry Warsaw | 2001-02-26 | 1 | -3/+36 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-09 | 1 | -4/+3 |
|
|
* | The one thing I love more then writing code is deleting code. | Moshe Zadka | 2001-01-29 | 1 | -0/+19 |
|
|
* | Add some regression tests of coredump bugs in funcobject.c 2.31. Also | Barry Warsaw | 2001-01-19 | 1 | -0/+16 |
|
|
* | Add a test case suggested by Guido, where a method is created with the | Barry Warsaw | 2001-01-15 | 1 | -0/+38 |
|
|
* | Committing PEP 232, function attribute feature, approved by Guido. | Barry Warsaw | 2001-01-15 | 1 | -0/+102 |
|
|