aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_opcodes.py
Commit message (Expand)AuthorAge
* gh-119180: PEP 649 compiler changes (#119361)Jelle Zijlstra2024-06-11
* gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (#108354)Nikita Sobolev2023-08-23
* bpo-43901: Lazy-create an empty annotations dict in all unannotated user clas...larryhastings2021-04-29
* bpo-38605: Revert making 'from __future__ import annotations' the default (GH...Pablo Galindo2021-04-21
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)Inada Naoki2021-04-02
* bpo-42246: Partial implementation of PEP 626. (GH-23113)Mark Shannon2020-11-12
* bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)Batuhan Taskaya2020-10-06
* bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)Anthony Sottile2019-01-13
* bpo-34136: Make test_do_not_recreate_annotations more lenient. (GH-8437)Serhiy Storchaka2018-07-24
* bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364)Serhiy Storchaka2018-07-21
* bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)Serhiy Storchaka2018-05-29
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-22
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-08
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-24
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 69811,69947 via svnmerge fromBenjamin Peterson2009-02-26
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-25
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-31
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-15
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-30
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* The one thing I love more then writing code is deleting code.Moshe Zadka2001-01-29
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* There was actually a test that ensured that raising an exception AGuido van Rossum1997-10-01
* Added a few more tests of exception class raisingBarry Warsaw1997-08-22
* Add test for function comparisonsGuido van Rossum1997-08-05
* test class exceptionsGuido van Rossum1995-02-09
* Unmerged except and finally clausesGuido van Rossum1992-05-06
* Initial revisionGuido van Rossum1992-01-27