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
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] Fix typos in the Tools directory (GH-28769) (GH-28800)
Christian Clauss
2021-10-07
5
-5/+5
*
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Łukasz Langa
2021-09-22
1
-1/+1
*
[3.9] Fix typos in pep384_macrocheck.py (GH-28220) (GH-28273)
Miss Islington (bot)
2021-09-10
1
-2/+2
*
[3.9] bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) (GH-28217)
Łukasz Langa
2021-09-08
1
-1/+5
*
[3.9] bpo-45060: Get rid of few uses of the equality operators with None (GH-...
Serhiy Storchaka
2021-09-01
1
-2/+2
*
[3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062)
Christian Heimes
2021-08-30
1
-2/+2
*
[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
Łukasz Langa
2021-07-30
8
-9/+9
*
[3.9] bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942) (#25944)
Christian Heimes
2021-07-12
1
-44/+11
*
Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438) ...
Miss Islington (bot)
2021-05-16
1
-1/+0
*
bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)
Miss Islington (bot)
2021-05-13
1
-1/+4
*
bpo-44074: let patchcheck infer the base branch name (GH-25991)
Miss Islington (bot)
2021-05-10
1
-4/+26
*
[3.9] bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) (GH-2...
Miss Islington (bot)
2021-04-26
1
-10/+14
*
Improve CDN purge script (GH-25251) (#25254)
Miss Islington (bot)
2021-04-25
1
-0/+3
*
[3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310)
Christian Heimes
2021-04-09
2
-81/+115
*
[3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)
Christian Heimes
2021-03-30
1
-2/+2
*
Do not remove x bit from published directories (GH-24101)
Miss Islington (bot)
2021-01-04
1
-2/+2
*
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
Miss Islington (bot)
2020-12-24
1
-1/+1
*
[3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (...
Serhiy Storchaka
2020-12-19
1
-8/+4
*
bpo-42613: Fix freeze.py config directory (GH-23792) (GH-23817)
Miss Islington (bot)
2020-12-17
1
-10/+10
*
bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)
Victor Stinner
2020-11-18
1
-19/+35
*
bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)
Miss Islington (bot)
2020-11-13
1
-2/+2
*
Enable signing of nuget.org packages and update to supported timestamp server...
Miss Skeleton (bot)
2020-11-03
1
-3/+3
*
[3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (...
Lysandros Nikolaou
2020-10-31
1
-0/+3
*
[3.9] bpo-42123: Run the parser two times and only enable invalid rules on th...
Lysandros Nikolaou
2020-10-28
1
-1/+4
*
[3.9] Remove git conflict lines from test_parse_directory in peg_generator (G...
Lysandros Nikolaou
2020-10-27
1
-5/+0
*
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
Miss Skeleton (bot)
2020-10-21
4
-4/+7
*
bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating ...
Miss Skeleton (bot)
2020-10-11
1
-1/+3
*
[3.9] Fix 'gather' rules in the python parser generator (GH-22021) (GH-22080)
Pablo Galindo
2020-09-03
1
-0/+3
*
bpo-41526: Fixed layout of final page of the installer (GH-21871)
Miss Islington (bot)
2020-08-13
2
-5/+3
*
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
Miss Islington (bot)
2020-07-28
4
-69/+22
*
bpo-41173: Copy test results file from ARM worker before uploading (GH-21305)
Miss Islington (bot)
2020-07-07
1
-2/+4
*
[3.9] bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH...
Pablo Galindo
2020-07-06
1
-1/+1
*
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-...
Serhiy Storchaka
2020-07-02
4
-5/+13
*
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
Miss Islington (bot)
2020-06-20
1
-1/+7
*
[3.9] Include soft keywords in keyword.py (GH-20877). (GH-20880)
Pablo Galindo
2020-06-15
2
-7/+14
*
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Miss Islington (bot)
2020-06-11
1
-0/+73
*
Refactor scripts in Tools/peg_generator/scripts (GH-20401)
Miss Islington (bot)
2020-06-06
6
-140/+131
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
1
-0/+1
*
[3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458)
Lysandros Nikolaou
2020-05-27
1
-5/+28
*
Fix peg_generator compiler warnings under MSVC (GH-20405)
Miss Islington (bot)
2020-05-26
1
-4/+4
*
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
Miss Islington (bot)
2020-05-25
5
-120/+55
*
bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not d...
Miss Islington (bot)
2020-05-25
1
-1/+1
*
bpo-40750: Support -d flag in the new parser (GH-20340)
Miss Islington (bot)
2020-05-25
2
-25/+61
*
bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20...
Miss Islington (bot)
2020-05-24
1
-2/+2
*
Fix debug output in PEG parser generator (GH-20308)
Miss Islington (bot)
2020-05-22
1
-3/+3
*
[3.9] Fix typing problems reported by mypy in pegen (GH-20297) (GH-20300)
Pablo Galindo
2020-05-21
2
-28/+27
*
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
Miss Islington (bot)
2020-05-19
1
-2/+2
*
bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)
Miss Islington (bot)
2020-05-19
1
-1/+1
*
bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183)
Lysandros Nikolaou
2020-05-18
3
-15/+29
*
bpo-40661: Fix segfault when parsing invalid input (GH-20165)
Lysandros Nikolaou
2020-05-18
1
-8/+9
[next]