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
*
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
1
-8/+0
*
Remove non-existing tools from Sundry skiplist (#103991)
Oleg Iarygin
2023-04-29
1
-9/+2
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
1
-1/+0
*
gh-95731: Fix module docstring extraction in pygettext (#95732)
Jakub Kuczys
2022-10-15
1
-0/+20
*
gh-97669: Fix test_tools reference leak (#98216)
Victor Stinner
2022-10-12
1
-1/+5
*
gh-97669: Create Tools/patchcheck/ directory (#98186)
Victor Stinner
2022-10-12
1
-2/+2
*
gh-97669: Remove outdated example scripts (#97675) (#98167)
Victor Stinner
2022-10-11
4
-253/+2
*
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Victor Stinner
2022-10-04
1
-8/+1
*
gh-97669: Remove outdated example scripts (#97675)
Victor Stinner
2022-10-04
4
-506/+0
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
3
-3/+0
*
GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)
Abhigyan Bose
2022-05-03
1
-1/+1
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-0/+4
*
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
Victor Stinner
2022-03-01
1
-0/+7
*
bpo-46425: Fix direct invocation of multiple test modules (GH-30666)
Nikita Sobolev
2022-01-18
1
-1/+1
*
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
Christian Heimes
2022-01-13
1
-1/+1
*
bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...
Eric Snow
2021-11-23
1
-4/+5
*
bpo-45629: Add a test for the "freeze" tool. (gh-29222)
Eric Snow
2021-10-28
1
-0/+29
*
Fix EncodingWarning in test_tools. (GH-28846)
Inada Naoki
2021-10-10
6
-23/+27
*
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...
Nikita Sobolev
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
[next]