summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_class.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for SF bug 532646. This is a little simpler than what NealGuido van Rossum2002-06-131-0/+14
* Fiddle test_class so it passes with -Qnew.Tim Peters2001-12-111-5/+20
* Committing and closing SF patch #403671 by Finn Bock to help JythonBarry Warsaw2001-08-201-11/+31
* Finn Bock (SF patch #103345): Avoid outdated exec form inGuido van Rossum2001-01-221-2/+2
* Add test that ensures hash() of objects defining __cmp__ or __eq__ butGuido van Rossum2001-01-181-0/+23
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-9/+8
* Fix for test_class.py on Win64. id(self), which on Win64 returns aTrent Mick2000-10-041-1/+1
* Apply SF patch #101029: call __getitem__ with a proper slice object if thereThomas Wouters2000-08-171-0/+219