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