summaryrefslogtreecommitdiff
path: root/Lib/test/test_class.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-16/+16
* Issue #9869: Make long() and PyNumber_Long return something of typeMark Dickinson2010-09-261-1/+1
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-3/+7
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-12/+4
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-4/+12
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Port test_class to unittest. Patch #1671298.Georg Brandl2007-08-241-286/+497
* Correctly forward exception in instance_contains().Martin v. Löwis2006-11-081-0/+8
* (arre, arigo) SF bug #1350060Armin Rigo2006-06-081-0/+34
* 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