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
*
gh-95731: Fix module docstring extraction in pygettext (GH-95732)
Miss Islington (bot)
2022-10-15
1
-3/+4
*
[3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...
Serhiy Storchaka
2022-10-03
1
-0/+1
*
gh-90989: Clarify some installer text (GH-97676)
Steve Dower
2022-09-30
1
-5/+5
*
gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613)
Miss Islington (bot)
2022-09-28
1
-18/+7
*
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...
Miss Islington (bot)
2022-09-12
1
-1/+3
*
[3.10] gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) (gh-96391)
Christian Heimes
2022-08-29
1
-2/+2
*
bpo-46744: Support "-Win32" and make platform flags case insensitive in Windo...
Steve Dower
2022-08-25
2
-28/+30
*
[3.10] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650). ...
Serhiy Storchaka
2022-08-08
1
-1/+1
*
gh-91271: Document which parts of structs are in limited API/stable ABI (GH-3...
Petr Viktorin
2022-08-05
1
-2/+21
*
[3.10] gh-94430: Allow params named `module` or `self` with custom C names in...
Erlend Egeberg Aasland
2022-07-07
1
-2/+7
*
gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94556)
Miss Islington (bot)
2022-07-05
1
-1/+1
*
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
Miss Islington (bot)
2022-06-23
1
-1/+1
*
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...
Miss Islington (bot)
2022-06-22
1
-0/+98
*
gh-92256: Improve Argument Clinic parser error messages (GH-92268)
Miss Islington (bot)
2022-05-10
1
-3/+9
*
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-917...
Serhiy Storchaka
2022-05-03
1
-17/+36
*
gh-91595: fix the comparison of character and integer by using ord() (GH-91596)
Miss Islington (bot)
2022-04-16
1
-1/+1
*
[3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zer...
Steve Dower
2022-03-16
2
-24/+26
*
bpo-46948: Fix launcher installer build failure due to first part of fix (GH-...
Miss Islington (bot)
2022-03-16
1
-0/+2
*
[3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)
Christian Heimes
2022-03-15
1
-2/+2
*
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...
Steve Dower
2022-03-07
10
-4/+24
*
[3.10] Update grammar_grapher with the new forced (&&) directive (GH-31704) (...
Luca Chiodini
2022-03-07
1
-0/+3
*
[3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252...
Pablo Galindo Salgado
2022-02-10
1
-2/+15
*
Optimize images by IMGbot (GH-21348)
Miss Islington (bot)
2022-02-04
1
-0/+0
*
[3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_ge...
Gregory P. Smith
2022-02-03
1
-0/+10
*
bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141)
Miss Islington (bot)
2022-01-27
1
-8/+3
*
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224)
Ned Deily
2021-12-22
1
-1/+1
*
[3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG pa...
Pablo Galindo Salgado
2021-12-20
1
-4/+11
*
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
Miss Islington (bot)
2021-12-17
1
-1/+1
*
bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-2...
Victor Stinner
2021-11-26
3
-3/+7
*
bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
Miss Islington (bot)
2021-11-23
1
-3/+6
*
Fix out-of-tree build support for multissltest (GH-29694)
Miss Islington (bot)
2021-11-22
1
-4/+10
*
[3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361)
Miss Islington (bot)
2021-11-02
1
-1/+5
*
[3.10] bpo-45494: Fix parser crash when reporting errors involving invalid co...
Łukasz Langa
2021-10-19
1
-1/+1
*
[3.10] Fix typos in the Tools directory (GH-28769) (GH-28801)
Christian Clauss
2021-10-07
15
-24/+24
*
[3.10] Remove trailing spaces (GH-28709)
Serhiy Storchaka
2021-10-03
2
-2/+2
*
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Łukasz Langa
2021-09-21
1
-1/+1
*
bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) (GH-28353)
Miss Islington (bot)
2021-09-15
1
-2/+2
*
[3.10] Fix typos in pep384_macrocheck.py (GH-28220) (GH-28272)
Miss Islington (bot)
2021-09-10
1
-2/+2
*
bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)
Miss Islington (bot)
2021-09-08
1
-1/+5
*
[3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH...
Serhiy Storchaka
2021-09-04
1
-2/+2
*
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
Miss Islington (bot)
2021-08-30
1
-1/+1
*
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
Miss Islington (bot)
2021-07-30
8
-9/+9
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...
Miss Islington (bot)
2021-07-26
2
-3/+3
*
[3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799)
Miss Islington (bot)
2021-06-19
1
-1/+1
*
bpo-43795: Don't list private names in the limited API (GH-26740)
Miss Islington (bot)
2021-06-16
1
-0/+12
*
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
Miss Islington (bot)
2021-05-21
1
-0/+2
*
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266)
Miss Islington (bot)
2021-05-20
1
-1/+1
*
[3.10] Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-...
Irit Katriel
2021-05-16
1
-1/+0
*
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
Miss Islington (bot)
2021-05-14
1
-6/+27
*
bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)
Miss Islington (bot)
2021-05-13
1
-1/+4
[next]