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
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
1
-0/+1
*
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
Miss Islington (bot)
2020-05-19
1
-2/+2
*
[3.7] bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) (GH-20126)
Miss Islington (bot)
2020-05-16
1
-4/+5
*
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
Miss Islington (bot)
2020-05-15
1
-11/+41
*
bpo-40479: Test with latest OpenSSL versions (GH-20108)
Miss Islington (bot)
2020-05-15
1
-3/+58
*
[3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...
Serhiy Storchaka
2020-04-18
1
-21/+16
*
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Miss Islington (bot)
2020-03-31
1
-7/+9
*
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
Miss Islington (bot)
2020-03-31
1
-1/+1
*
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...
Steve Dower
2020-03-11
2
-1/+9
*
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
Miss Islington (bot)
2020-03-09
1
-1/+1
*
[3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826)
Miss Islington (bot)
2020-03-07
1
-2/+17
*
[3.7] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (G...
Steve Dower
2020-01-30
1
-2/+10
*
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ...
Miss Skeleton (bot)
2019-10-28
1
-1/+1
*
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536...
Victor Stinner
2019-10-11
1
-2/+2
*
[3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) (GH-15994)
Stéphane Wirtel
2019-09-11
1
-4/+4
*
bpo-37283: Ensure command-line and unattend.xml setting override previously d...
Miss Islington (bot)
2019-09-09
2
-8/+25
*
bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)
Steve Dower
2019-06-19
1
-2/+3
*
[3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)
Miss Islington (bot)
2019-06-03
1
-3/+3
*
[3.7] bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)...
Miss Islington (bot)
2019-05-02
1
-4/+3
*
bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)
Miss Islington (bot)
2019-04-22
1
-1/+1
*
Allow Windows layout builds to fully skip code signing (GH-12808)
Miss Islington (bot)
2019-04-12
2
-3/+8
*
bpo-36010: Add venv to the nuget distribution (GH-12367)
Miss Islington (bot)
2019-03-30
1
-1/+1
*
bpo-36441: Fixes creating a venv when debug binaries are installed. (GH-12566)
Miss Islington (bot)
2019-03-27
1
-0/+15
*
bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)
Miss Islington (bot)
2019-03-23
1
-1/+4
*
bpo-36174: Update nuget authoring for new license field. (GH-12300)
Miss Islington (bot)
2019-03-13
4
-9/+4
*
bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) (GH-12284)
Miss Islington (bot)
2019-03-12
1
-1/+1
*
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Miss Islington (bot)
2019-02-05
1
-1/+2
*
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
Miss Islington (bot)
2019-02-02
1
-1/+1
*
Enable signing Windows builds with SHA1 environment variable (GH-11279)
Miss Islington (bot)
2018-12-21
1
-1/+4
*
[3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC....
Serhiy Storchaka
2018-12-14
1
-1/+1
*
bpo-34977: Add Windows App Store package (GH-11027)
Steve Dower
2018-12-11
9
-339/+209
*
[3.7] bpo-34977: Use venv redirector instead of original python.exe on Window...
Steve Dower
2018-12-10
1
-0/+23
*
Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021)
Victor Stinner
2018-12-07
9
-209/+339
*
[3.7] bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower
2018-12-07
9
-339/+209
*
bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)
Victor Stinner
2018-12-04
1
-3/+3
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Miss Islington (bot)
2018-11-05
1
-2/+2
*
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
Miss Islington (bot)
2018-10-27
1
-1/+1
*
bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)
Miss Islington (bot)
2018-10-20
1
-3/+9
*
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
Miss Islington (bot)
2018-10-15
1
-13/+33
*
[3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)
Christian Heimes
2018-09-23
1
-4/+4
*
Fixes tests requiring extra environment values on Windows (GH-9462)
Steve Dower
2018-09-20
1
-0/+3
*
bpo-26901: Fix the Argument Clinic test suite (GH-8879) (GH-9048)
Miss Islington (bot)
2018-09-03
1
-791/+0
*
bpo-34217: Use lowercase for windows headers (GH-8472)
Miss Islington (bot)
2018-08-16
1
-1/+1
*
Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
Miss Islington (bot)
2018-07-29
1
-0/+8
*
[3.7] bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367) (GH-8369)
Xtreak
2018-07-21
1
-3/+5
*
[3.7] bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710)
Victor Stinner
2018-06-15
1
-12/+25
*
pypi.python.org -> pypi.org (GH-7613) (GH-7614)
Miss Islington (bot)
2018-06-11
1
-1/+1
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)
Miss Islington (bot)
2018-06-07
1
-20/+19
*
remove hg support from patchcheck (GH-7440)
Miss Islington (bot)
2018-06-06
1
-21/+3
*
bpo-32911: Revert bpo-29463. (GH-7121)
Serhiy Storchaka
2018-05-29
1
-6/+0
[next]