| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add test_main() methods. These three tests were never run | Georg Brandl | 2006-07-27 | 1 | -1/+5 |
| | | | | | | | by regrtest.py. We really need a simpler testing framework. | ||||
| * | - Patch 1433928: | Guido van Rossum | 2006-02-25 | 1 | -0/+135 |
| - The copy module now "copies" function objects (as atomic objects). - dict.__getitem__ now looks for a __missing__ hook before raising KeyError. - Added a new type, defaultdict, to the collections module. This uses the new __missing__ hook behavior added to dict (see above). | |||||
