| Commit message (Expand) | Author | Age |
* | gh-119180: PEP 649 compiler changes (#119361) | Jelle Zijlstra | 2024-06-11 |
* | gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (#108354) | Nikita Sobolev | 2023-08-23 |
* | bpo-43901: Lazy-create an empty annotations dict in all unannotated user clas... | larryhastings | 2021-04-29 |
* | bpo-38605: Revert making 'from __future__ import annotations' the default (GH... | Pablo Galindo | 2021-04-21 |
* | bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142) | Inada Naoki | 2021-04-02 |
* | bpo-42246: Partial implementation of PEP 626. (GH-23113) | Mark Shannon | 2020-11-12 |
* | bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) | Batuhan Taskaya | 2020-10-06 |
* | bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) | Anthony Sottile | 2019-01-13 |
* | bpo-34136: Make test_do_not_recreate_annotations more lenient. (GH-8437) | Serhiy Storchaka | 2018-07-24 |
* | bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) | Serhiy Storchaka | 2018-07-21 |
* | bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) | Serhiy Storchaka | 2018-05-29 |
* | bpo-29463: Add docstring field to some AST nodes. (#46) | INADA Naoki | 2017-02-22 |
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-08 |
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 |
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 |
* | Merged revisions 69811,69947 via svnmerge from | Benjamin Peterson | 2009-02-26 |
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 |
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 |
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 |
* | The one thing I love more then writing code is deleting code. | Moshe Zadka | 2001-01-29 |
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 |
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 |
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 |
* | There was actually a test that ensured that raising an exception A | Guido van Rossum | 1997-10-01 |
* | Added a few more tests of exception class raising | Barry Warsaw | 1997-08-22 |
* | Add test for function comparisons | Guido van Rossum | 1997-08-05 |
* | test class exceptions | Guido van Rossum | 1995-02-09 |
* | Unmerged except and finally clauses | Guido van Rossum | 1992-05-06 |
* | Initial revision | Guido van Rossum | 1992-01-27 |