summaryrefslogtreecommitdiff
path: root/Lib/test/test_tools
Commit message (Expand)AuthorAgeFilesLines
* merge 3.5Benjamin Peterson2016-09-125-10/+20
|\
| * Issue #27952: Merge fixcid.py from 3.5Martin Panter2016-09-115-10/+20
| |\
| | * Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...Eric V. Smith2016-09-091-5/+5
| | * tests: use subTest in test_unparse.test_filesYury Selivanov2016-09-091-2/+3
| | * Issue #28038: Remove Tools/parser/com2ann.py and its unit test.Guido van Rossum2016-09-091-260/+0
| | * Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-0/+260
| | * fix skipping #27921 for windowsBenjamin Peterson2016-09-051-2/+1
| | * Issue 27921: Remove backslash from another f-string. I'll revert this change ...Eric V. Smith2016-09-031-0/+10
| | * Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem...Eric V. Smith2016-09-031-4/+0
| | * Merge with 3.5Zachary Ware2016-08-305-8/+12
| | |\
| | | * Remove more unused imports in tests.Serhiy Storchaka2016-04-251-1/+0
| | | * Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-243-4/+3
| | | * Issue #23277: Remove unused support.run_unittest import.Serhiy Storchaka2016-04-241-1/+0
| | | * Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-242-2/+0
| | | * Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-0/+9
| | | |\
| | | | * Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.pyBerker Peksag2016-03-061-0/+9
| | | | |\
| | | | | * Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter.Eric V. Smith2015-09-201-2/+9
| | | | | * Temporary hack for issue #25180: exclude test_fstring.py from the unparse rou...Eric V. Smith2015-09-191-0/+2
* | | | | | Issue #27952: Capture stderr in run_script()Berker Peksag2016-09-131-1/+2
|/ / / / /
* | | | | Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-111-0/+91
|/ / / /
* | | | Skip test_tools.test_i18n when pygettext.py is missingZachary Ware2016-08-301-1/+5
|/ / /
* | | Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
|/ /
* | Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.pyBerker Peksag2016-03-061-0/+5
|/
* Fix remaining tests and remove an unused import.Berker Peksag2015-05-061-1/+1
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-063-3/+3
* #18128: use standard +NNNN timezone format in POT-Creation-Date header.R David Murray2015-04-161-0/+68
* Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-231-8/+2
* Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-169-0/+884