Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for this fix to classobject.c: | Guido van Rossum | 2002-10-29 | 1 | -0/+27 |
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
* | Fix for SF bug 532646. This is a little simpler than what Neal | Guido van Rossum | 2002-06-13 | 1 | -0/+14 |
* | Fiddle test_class so it passes with -Qnew. | Tim Peters | 2001-12-11 | 1 | -5/+20 |
* | Committing and closing SF patch #403671 by Finn Bock to help Jython | Barry Warsaw | 2001-08-20 | 1 | -11/+31 |
* | Finn Bock (SF patch #103345): Avoid outdated exec form in | Guido van Rossum | 2001-01-22 | 1 | -2/+2 |
* | Add test that ensures hash() of objects defining __cmp__ or __eq__ but | Guido van Rossum | 2001-01-18 | 1 | -0/+23 |
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -9/+8 |
* | Fix for test_class.py on Win64. id(self), which on Win64 returns a | Trent Mick | 2000-10-04 | 1 | -1/+1 |
* | Apply SF patch #101029: call __getitem__ with a proper slice object if there | Thomas Wouters | 2000-08-17 | 1 | -0/+219 |