1. 73665b4 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Miss Islington (bot) · 4 years, 10 months ago
  2. 2e566bf bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389) by Victor Stinner · 4 years, 10 months ago
  3. c71c54c bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387) by Victor Stinner · 4 years, 10 months ago
  4. 9eb3d54 bpo-37834: Normalise handling of reparse points on Windows (GH-15370) by Steve Dower · 5 years ago
  5. aaf47ca bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (GH-13583) by Chih-Hsuan Yen · 5 years ago
  6. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  7. 6ae2bbb bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058) by Zackery Spytz · 5 years ago
  8. c4e78b1 bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026) by Zackery Spytz · 5 years ago
  9. 752d4b7 bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) by Victor Stinner · 6 years ago
  10. 6952482 bpo-33189: pygettext.py now accepts only literal strings (GH-6364) by Serhiy Storchaka · 6 years ago
  11. c93938b bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) by Serhiy Storchaka · 6 years ago
  12. eee72d4 bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745) by Tobotimus · 6 years ago
  13. 7351f9e bpo-31174: Improve the code of test_tools.test_unparse. (#4146) by Serhiy Storchaka · 7 years ago
  14. 8e482be bpo-31174: Fix test_tools.test_unparse (#4102) by Victor Stinner · 7 years ago
  15. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  16. 58f3c9d bpo-30109: Fix reindent.py (GH-1207) by Mariatta · 7 years ago
  17. 5de85a1 bpo-29972: Skip tests known to fail on AIX (#979) by Victor Stinner · 7 years ago
  18. 4ce9e7a merge 3.5 by Benjamin Peterson · 8 years ago
  19. ac2d1c7 Issue #27952: Capture stderr in run_script() by Berker Peksag · 8 years ago
  20. bdb847a Issue #27952: Merge fixcid.py from 3.5 by Martin Panter · 8 years ago
  21. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 8 years ago
  22. 451d0e3 Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. by Eric V. Smith · 8 years ago
  23. d04e417 tests: use subTest in test_unparse.test_files by Yury Selivanov · 8 years ago
  24. deed5a1 Issue #28038: Remove Tools/parser/com2ann.py and its unit test. by Guido van Rossum · 8 years ago
  25. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  26. ff79396 fix skipping #27921 for windows by Benjamin Peterson · 8 years ago
  27. 06cf601 Issue 27921: Remove backslash from another f-string. I'll revert this change before beta 2. I also need to look in to why test_tools/test_unparse fails with the files that are now being skipped. by Eric V. Smith · 8 years ago
  28. 6a4efce Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts. by Eric V. Smith · 8 years ago
  29. 613debc Merge with 3.5 by Zachary Ware · 8 years ago
  30. 5cf1c6c Skip test_tools.test_i18n when pygettext.py is missing by Zachary Ware · 8 years ago
  31. a6f26c1 Remove more unused imports in tests. by Serhiy Storchaka · 8 years ago
  32. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  33. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 8 years ago
  34. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  35. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  36. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  37. d07a1cb Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  38. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  39. 608adf9 Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter. by Eric V. Smith · 9 years ago
  40. edef3eb Temporary hack for issue #25180: exclude test_fstring.py from the unparse round-tripping, while I figure out how to properly fix it. by Eric V. Smith · 9 years ago
  41. 076dbd0 Fix remaining tests and remove an unused import. by Berker Peksag · 9 years ago
  42. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  43. 2b78129 #18128: use standard +NNNN timezone format in POT-Creation-Date header. by R David Murray · 9 years ago
  44. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  45. 2b0a610 Issue #21918: Convert test_tools.py to a sub-package of test. by Zachary Ware · 10 years ago