| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) | Victor Stinner | 2022-03-02 | 1 | -0/+7 |
|
|
* | Define Py_BUILD_CORE_MODULE | Miss Islington (bot) | 2022-01-13 | 1 | -1/+1 |
|
|
* | bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip... | Miss Islington (bot) | 2021-09-04 | 1 | -3/+4 |
|
|
* | bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19... | jack1142 | 2020-11-09 | 1 | -0/+70 |
|
|
* | bpo-36876: Fix the C analyzer tool. (GH-22841) | Eric Snow | 2020-10-23 | 20 | -4314/+0 |
|
|
* | bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) | Victor Stinner | 2020-08-11 | 1 | -5/+5 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21743) | Hai Shi | 2020-08-06 | 1 | -4/+4 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21727) | Hai Shi | 2020-08-04 | 6 | -17/+21 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21151) | Hai Shi | 2020-06-25 | 1 | -2/+3 |
|
|
* | bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters.... | Serhiy Storchaka | 2020-06-25 | 1 | -3/+5 |
|
|
* | bpo-9216: hashlib usedforsecurity fixes (GH-20258) | Christian Heimes | 2020-05-22 | 1 | -0/+2 |
|
|
* | bpo-40443: Remove unused imports in tests (GH-19805) | Victor Stinner | 2020-04-29 | 3 | -3/+1 |
|
|
* | bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1... | Pablo Galindo | 2019-11-24 | 1 | -318/+0 |
|
|
* | bpo-36876: Re-organize the c-analyzer tool code. (gh-16841) | Eric Snow | 2019-10-19 | 19 | -471/+344 |
|
|
* | bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) | Ruediger Pluem | 2019-10-11 | 1 | -6/+28 |
|
|
* | bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) | Eric Snow | 2019-09-27 | 7 | -40/+100 |
|
|
* | bpo-37064: Add option -a to pathfix.py tool (GH-15717) | PatrikKopkan | 2019-09-25 | 1 | -17/+56 |
|
|
* | bpo-38187: Fix reference leak in test_tools (GH-16233) | Pablo Galindo | 2019-09-17 | 1 | -0/+3 |
|
|
* | bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) | Eric Snow | 2019-09-11 | 20 | -9/+4401 |
|
|
* | bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) | Victor Stinner | 2019-09-05 | 1 | -1/+5 |
|
|
* | bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548) | PatrikKopkan | 2019-09-05 | 1 | -0/+64 |
|
|
* | bpo-37834: Normalise handling of reparse points on Windows (GH-15231) | Steve Dower | 2019-08-21 | 1 | -2/+4 |
|
|
* | bpo-37704: Remove Tools/scripts/h2py.py (GH-15000) | Victor Stinner | 2019-07-30 | 1 | -1/+1 |
|
|
* | bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (G... | Chih-Hsuan Yen | 2019-05-26 | 1 | -0/+5 |
|
|
* | bpo-36766: Typos in docs and code comments (GH-13116) | penguindustin | 2019-05-06 | 1 | -1/+1 |
|
|
* | bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058) | Zackery Spytz | 2019-05-02 | 1 | -0/+1 |
|
|
* | bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026) | Zackery Spytz | 2019-05-02 | 1 | -0/+38 |
|
|
* | bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) | Victor Stinner | 2018-07-23 | 1 | -4/+14 |
|
|
* | bpo-33189: pygettext.py now accepts only literal strings (GH-6364) | Serhiy Storchaka | 2018-04-19 | 1 | -6/+65 |
|
|
* | bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip... | Serhiy Storchaka | 2018-04-09 | 1 | -1/+25 |
|
|
* | bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH... | Tobotimus | 2018-02-26 | 1 | -0/+88 |
|
|
* | bpo-31174: Improve the code of test_tools.test_unparse. (#4146) | Serhiy Storchaka | 2017-10-27 | 1 | -8/+8 |
|
|
* | bpo-31174: Fix test_tools.test_unparse (#4102) | Victor Stinner | 2017-10-24 | 1 | -2/+13 |
|
|
* | Trivial cleanups following bpo-31370 (#3649) | Antoine Pitrou | 2017-09-18 | 1 | -1/+0 |
|
|
* | bpo-30109: Fix reindent.py (GH-1207) | Mariatta | 2017-04-20 | 1 | -0/+7 |
|
|
* | bpo-29972: Skip tests known to fail on AIX (#979) | Victor Stinner | 2017-04-04 | 1 | -1/+3 |
|
|
* | merge 3.5 | Benjamin Peterson | 2016-09-13 | 1 | -1/+2 |
|\ |
|
| * | Issue #27952: Capture stderr in run_script() | Berker Peksag | 2016-09-13 | 1 | -1/+2 |
|
|
* | | Issue #27952: Merge fixcid.py from 3.5 | Martin Panter | 2016-09-11 | 1 | -0/+91 |
|\ \
| |/ |
|
| * | Issue #27952: Get fixcid.py working with the re module | Martin Panter | 2016-09-11 | 1 | -0/+91 |
|
|
* | | Issue 27948: Allow backslashes in the literal string portion of f-strings, bu... | Eric V. Smith | 2016-09-10 | 1 | -5/+5 |
|
|
* | | tests: use subTest in test_unparse.test_files | Yury Selivanov | 2016-09-09 | 1 | -2/+3 |
|
|
* | | Issue #28038: Remove Tools/parser/com2ann.py and its unit test. | Guido van Rossum | 2016-09-09 | 1 | -260/+0 |
|
|
* | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -0/+260 |
|
|
* | | fix skipping #27921 for windows | Benjamin Peterson | 2016-09-05 | 1 | -2/+1 |
|
|
* | | Issue 27921: Remove backslash from another f-string. I'll revert this change ... | Eric V. Smith | 2016-09-03 | 1 | -0/+10 |
|
|
* | | Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem... | Eric V. Smith | 2016-09-03 | 1 | -4/+0 |
|
|
* | | Merge with 3.5 | Zachary Ware | 2016-08-30 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Skip test_tools.test_i18n when pygettext.py is missing | Zachary Ware | 2016-08-30 | 1 | -1/+5 |
|
|
* | | Remove more unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
|
|