index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
3
-4/+3
*
|
Issue #23277: Remove unused support.run_unittest import.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
|
Issue #23277: Remove unused sys and os imports
Berker Peksag
2016-04-24
2
-2/+0
*
|
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
|
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
Berker Peksag
2016-03-06
1
-0/+5
|
\
\
|
|
/
|
*
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
Berker Peksag
2016-03-06
1
-0/+5
*
|
Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter.
Eric V. Smith
2015-09-20
1
-2/+9
*
|
Temporary hack for issue #25180: exclude test_fstring.py from the unparse rou...
Eric V. Smith
2015-09-19
1
-0/+2
|
/
*
Fix remaining tests and remove an unused import.
Berker Peksag
2015-05-06
1
-1/+1
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
3
-3/+3
[next]