summaryrefslogtreecommitdiff
path: root/Lib/test/test_opcodes.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-8/+8
* #7092: silence some more py3k warnings.Ezio Melotti2010-03-171-3/+8
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-10/+2
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-2/+10
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* Issue 5176: special-case string formatting in BINARY_MODULO implementation. T...Collin Winter2009-02-201-0/+6
* use more specific asserts in test_opcodeBenjamin Peterson2008-05-221-10/+10
* Convert test_opcodes to unittest.Georg Brandl2006-10-281-99/+108
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* The one thing I love more then writing code is deleting code.Moshe Zadka2001-01-291-7/+7
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-13/+13
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-15/+15
* There was actually a test that ensured that raising an exception AGuido van Rossum1997-10-011-3/+2
* Added a few more tests of exception class raisingBarry Warsaw1997-08-221-0/+8
* Add test for function comparisonsGuido van Rossum1997-08-051-0/+35
* test class exceptionsGuido van Rossum1995-02-091-0/+36
* Unmerged except and finally clausesGuido van Rossum1992-05-061-1/+0
* Initial revisionGuido van Rossum1992-01-271-0/+24