summaryrefslogtreecommitdiff
path: root/Lib/test/test_opcodes.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-0/+27
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-8/+8
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-1/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* Merged revisions 69811,69947 via svnmerge fromBenjamin Peterson2009-02-261-0/+6
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-251-8/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-8/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-99/+108
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-4/+4
* 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