summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-242-2/+0
| | | | | | | | Patch by Jon Dufresne.
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-1/+1
|\ \ | |/ | | | | messages.
| * 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
|\ \ | |/ | | | | Patch by Guo Ci Teo.
| * Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.pyBerker Peksag2016-03-061-0/+5
| | | | | | | | Patch by Guo Ci Teo.
* | 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 ↵Eric V. Smith2015-09-191-0/+2
|/ | | | round-tripping, while I figure out how to properly fix it.
* 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
| | | | Patch by Christie Wilson.
* #18128: use standard +NNNN timezone format in POT-Creation-Date header.R David Murray2015-04-161-0/+68
| | | | Patch by Michael McFadden, with a few small style tweaks.
* Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-231-8/+2
| | | | | | Adds `load_package_tests` function to test.support, uses it in test_asyncio, test_email, test_json, test_tools, test_importlib and all test_importlib sub-packages to implement test discovery.
* Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-169-0/+884