Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.13
/
Tools
tag
e89387f1ea81bdeec8ed34f96e25782854398d42
tagger
Ned Deily <nad@python.org>
Wed Mar 16 13:28:43 2022
object
000593c0f97ac9b75b56064a957b84a3aaa60674
Python 3.7.13
4a1d65f
bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) (GH-31925)
by Miss Islington (bot)
· 3 years, 5 months ago
b620446
bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. (GH-31911)
by Ned Deily
· 3 years, 5 months ago
9747627
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31730)
by Steve Dower
· 3 years, 5 months ago
296db8c
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
by Miss Islington (bot)
· 5 years ago
076da79
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
by Miss Islington (bot)
· 5 years ago
43b355e
[3.7] bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) (GH-20126)
by Miss Islington (bot)
· 5 years ago
7a89f9b
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
by Miss Islington (bot)
· 5 years ago
5e6b491
bpo-40479: Test with latest OpenSSL versions (GH-20108)
by Miss Islington (bot)
· 5 years ago
67ae454
[3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19584)
by Serhiy Storchaka
· 5 years ago
a764a1cc
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
by Miss Islington (bot)
· 5 years ago
9073f92
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
by Miss Islington (bot)
· 5 years ago
eede148
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918)
by Steve Dower
· 5 years ago
1695836
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
by Miss Islington (bot)
· 5 years ago
65b0310
[3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826)
by Miss Islington (bot)
· 5 years ago
561c597
[3.7] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (GH-18232)
by Steve Dower
· 6 years ago
379b55b
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968)
by Miss Skeleton (bot)
· 6 years ago
ed189ce
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) (GH-16719)
by Victor Stinner
· 6 years ago
cec68c3
[3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) (GH-15994)
by Stéphane Wirtel
· 6 years ago
d3b8a6b
bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759)
by Miss Islington (bot)
· 6 years ago
43b97ae
bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)
by Steve Dower
· 6 years ago
3344197
[3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)
by Miss Islington (bot)
· 6 years ago
e85ba1e
[3.7] bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026) (GH-13060)
by Miss Islington (bot)
· 6 years ago
5407aaf
bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)
by Miss Islington (bot)
· 6 years ago
c05c116
Allow Windows layout builds to fully skip code signing (GH-12808)
by Miss Islington (bot)
· 6 years ago
3e78c7c
bpo-36010: Add venv to the nuget distribution (GH-12367)
by Miss Islington (bot)
· 6 years ago
65445f6
bpo-36441: Fixes creating a venv when debug binaries are installed. (GH-12566)
by Miss Islington (bot)
· 6 years ago
d93de02
bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)
by Miss Islington (bot)
· 6 years ago
ada2e37
bpo-36174: Update nuget authoring for new license field. (GH-12300)
by Miss Islington (bot)
· 6 years ago
047f8f2
bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) (GH-12284)
by Miss Islington (bot)
· 6 years ago
4f6854a
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
by Miss Islington (bot)
· 7 years ago
81eda28
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
by Miss Islington (bot)
· 7 years ago
dd3b04e
Enable signing Windows builds with SHA1 environment variable (GH-11279)
by Miss Islington (bot)
· 7 years ago
45a7b76
[3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150). (GH-11151)
by Serhiy Storchaka
· 7 years ago
0e4ad88
bpo-34977: Add Windows App Store package (GH-11027)
by Steve Dower
· 7 years ago
b264c60
[3.7] bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029)
by Steve Dower
· 7 years ago
783b794
Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021)
by Victor Stinner
· 7 years ago
2532091
[3.7] bpo-34977: Add Windows App Store package (GH-10245)
by Steve Dower
· 7 years ago
b02774f
bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)
by Victor Stinner
· 7 years ago
7beb8c5
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
by Miss Islington (bot)
· 7 years ago
e2cf819
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
by Miss Islington (bot)
· 7 years ago
1662bbf
bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)
by Miss Islington (bot)
· 7 years ago
fcea3dd
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
by Miss Islington (bot)
· 7 years ago
2756ef3
[3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)
by Christian Heimes
· 7 years ago
a73e790
Fixes tests requiring extra environment values on Windows (GH-9462)
by Steve Dower
· 7 years ago
1e92123
bpo-26901: Fix the Argument Clinic test suite (GH-8879) (GH-9048)
by Miss Islington (bot)
· 7 years ago
bf8e9d1
bpo-34217: Use lowercase for windows headers (GH-8472)
by Miss Islington (bot)
· 7 years ago
0126b7d
Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
by Miss Islington (bot)
· 7 years ago
25326de
[3.7] bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367) (GH-8369)
by Xtreak
· 7 years ago
ca4cb84
[3.7] bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710)
by Victor Stinner
· 7 years ago
a9846e0
pypi.python.org -> pypi.org (GH-7613) (GH-7614)
by Miss Islington (bot)
· 7 years ago
4705ea3
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)
by Miss Islington (bot)
· 7 years ago
9aa1e72
remove hg support from patchcheck (GH-7440)
by Miss Islington (bot)
· 7 years ago
2641ee5
bpo-32911: Revert bpo-29463. (GH-7121)
by Serhiy Storchaka
· 7 years ago
72ef4fc
[3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082)
by Miss Islington (bot)
· 7 years ago
cd57b48
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
by Miss Islington (bot)
· 7 years ago
8965d75
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)
by Miss Islington (bot)
· 7 years ago
11659d0
bpo-33312: update Tools/gdb/libpython.py to match. (GH-6549)
by Miss Islington (bot)
· 7 years ago
a4fb580
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
by Miss Islington (bot)
· 7 years ago
9b25bd6
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259)
by Miss Islington (bot)
· 7 years ago
42bd62b
[3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213)
by Miss Islington (bot)
· 7 years ago
6e65e44
[3.7] bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (GH-5772) (#6103)
by Miss Islington (bot)
· 7 years ago
cefbd01
Minor improvements to the Windows build/release process (GH-5935)
by Miss Islington (bot)
· 7 years ago
2614ed4
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)
by Miss Islington (bot)
· 7 years ago
51d95ff
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745)
by Miss Islington (bot)
· 7 years ago
dc6b946
bpo-20361: Remove workaround for a now fixed bug (#5283)
by Victor Stinner
· 8 years ago
f23746a
bpo-32436: Implement PEP 567 (#5027)
by Yury Selivanov
· 8 years ago
2507e29
bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227)
by Steve Dower
· 8 years ago
ced9cb5
bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)
by Christian Heimes
· 8 years ago
d135f20
bpo-32507: Change Windows install to include app-local UCRT (#5119)
by Steve Dower
· 8 years ago
a5552f0
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
by Serhiy Storchaka
· 8 years ago
53f7a7c
bpo-32297: Few misspellings found in Python source code comments. (#4803)
by Mike
· 8 years ago
9ab11b3
Allows non-critical upload steps to fail (#4742)
by Steve Dower
· 8 years ago
fe2d5ba
bpo-32159: Remove tools for CVS and Subversion (#4615)
by Victor Stinner
· 8 years ago
696b501
bpo-32155: Bugfixes found by flake8 F841 warnings (#4608)
by Victor Stinner
· 8 years ago
da9c8c3
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)
by Victor Stinner
· 8 years ago
8c663fd
Replace KB unit with KiB (#4293)
by Victor Stinner
· 8 years ago
a5293b4
Fix miscellaneous typos (#4275)
by luzpaz
· 8 years ago
0d2a908
bpo-31944: Fixes build and Modify button (#4278)
by Steve Dower
· 8 years ago
4f57409
bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
by Tal Einat
· 8 years ago
0d2c645
Update multissltests: 1.0.2m, 1.1.0g (#4232)
by Christian Heimes
· 8 years ago
01b5aab
bpo-31827: Remove os.stat_float_times() (GH-4061)
by Victor Stinner
· 8 years ago
87d332d
bpo-31810: Add smelly.py to check exported symbols (#4057)
by Victor Stinner
· 8 years ago
62adc55
bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
by Christoph Sarnowski
· 8 years ago
2084b30
bpo-31523: Reliability improvements to the Windows build files (#3900)
by Steve Dower
· 8 years ago
efb560e
bpo-31662: Fix typos in uploadrelease.bat script
by Anselm Kruis
· 8 years ago
f1502d0
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
by Stefan Grönke
· 8 years ago
b091bec
bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)
by Antoine Pitrou
· 8 years ago
13ad3b7
bpo-31462: Remove trailing whitespaces. (#3564)
by Serhiy Storchaka
· 8 years ago
d39dbf4
Simplify run_tests.py (#3482)
by Antoine Pitrou
· 8 years ago
b84bcc4
bpo-31392: Update SSL build for 1.1.0 (#3448)
by Steve Dower
· 8 years ago
2ebc5ce
bpo-30860: Consolidate stateful runtime globals. (#3397)
by Eric Snow
· 8 years ago
1f06a68
Add props file for nuget packages (#3410)
by Steve Dower
· 8 years ago
d3b9f97
Update multissl test helper (#3349)
by Christian Heimes
· 8 years ago
5fcd5e6
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311)
by Steve Dower
· 8 years ago
05351c1
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
by Eric Snow
· 8 years ago
76d5abc
bpo-30860: Consolidate stateful runtime globals. (#2594)
by Eric Snow
· 8 years ago
0693063
remove IRIX support (closes bpo-31341) (#3310)
by Benjamin Peterson
· 8 years ago
5fe59f8
bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153)
by Łukasz Langa
· 8 years ago
f1ff2c4
Adds nuget symbols package for daily builds. (#3122)
by Steve Dower
· 8 years ago
4a347ce
bpo-31221: patchcheck ignores external libraries (#3109)
by Victor Stinner
· 8 years ago
Next »