summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_class.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+2
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-2/+0
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-0/+24
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-5/+0
* Merge the rest of the trunk.Thomas Wouters2006-06-081-0/+34
* Make test_class work (but still fail) even though class.__dict__ is now aThomas Wouters2006-04-151-2/+5
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-12/+4
* Don't use 'is not' to compare strings.Michael W. Hudson2005-05-041-1/+1
* Check the type of values returned by __int__, __float__, __long__,Neil Schemenauer2004-07-191-27/+80
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Added test for this fix to classobject.c:Guido van Rossum2002-10-291-0/+27
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* 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