Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -2/+2 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -4/+4 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+10 |
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -5/+6 |
* | Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden | Guido van Rossum | 2006-08-21 | 1 | -0/+4 |
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -12/+2 |
* | Use *absolute* import now that it is required. (Should this go into 2.5? Ho... | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
* | - Patch 1433928: | Guido van Rossum | 2006-02-25 | 1 | -0/+50 |
* | Expand scope to include general mapping protocol tests. | Raymond Hettinger | 2004-09-30 | 1 | -0/+13 |
* | Add missing test_dict.py from patch #736962. | Walter Dörwald | 2004-09-30 | 1 | -0/+404 |