Python 3.8.7
  1. 80c445c [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23854) by Serhiy Storchaka · 4 years, 8 months ago
  2. 829272e bpo-42613: Fix freeze.py config directory (GH-23792) by Miss Islington (bot) · 4 years, 8 months ago
  3. b6d6f53 bpo-42574: Use format() instead of f-string in Tools/clinic/clinic.py to allow using older Python versions (GH-23685) by Pablo Galindo · 4 years, 8 months ago
  4. 66dd533 bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367) by Miss Islington (bot) · 4 years, 9 months ago
  5. 8a45572 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Miss Islington (bot) · 4 years, 9 months ago
  6. db4932e Enable signing of nuget.org packages and update to supported timestamp server (GH-23132) by Miss Skeleton (bot) · 4 years, 10 months ago
  7. b007a9b bpo-41744: Package python.props with correct name in NuGet package (GH-22154) by Miss Islington (bot) · 5 years ago
  8. e738962 [3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21277) by Serhiy Storchaka · 5 years ago
  9. 9c0ff17 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Miss Islington (bot) · 5 years ago
  10. 46fc3ec bpo-39631: Fix file association MIME type in the Windows installer (GH-20205) by Miss Islington (bot) · 5 years ago
  11. a669443 bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) by Miss Islington (bot) · 5 years ago
  12. fcea080 bpo-40163: Fix multissltest download of old OpenSSL (GH-19329) by Miss Islington (bot) · 5 years ago
  13. 5a06cf0 bpo-40479: Test with latest OpenSSL versions (GH-20108) by Miss Islington (bot) · 5 years ago
  14. bfda4db [3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19583) by Serhiy Storchaka · 5 years ago
  15. c496e29 closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506) by Miss Islington (bot) · 5 years ago
  16. f35e7d3 closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490) by Miss Islington (bot) · 5 years ago
  17. 2714c90 closes bpo-39953: Update OpenSSL error codes table. (GH-19082) by Miss Islington (bot) · 5 years ago
  18. 4ced9a7 bpo-40019: Skip test_gdb if Python was optimized (GH-19081) by Miss Islington (bot) · 5 years ago
  19. fb6e04b closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248) by Miss Islington (bot) · 5 years ago
  20. d01c550 bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918) by Miss Islington (bot) · 5 years ago
  21. 5854d45 bpo-36184: Port python-gdb.py to FreeBSD (GH-18873) by Miss Islington (bot) · 5 years ago
  22. 92b7278 [3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826) by Serhiy Storchaka · 5 years ago
  23. 45c4112 bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) by Miss Islington (bot) · 5 years ago
  24. 2267cb9 bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) by Miss Skeleton (bot) · 6 years ago
  25. a4ee7ab bpo-38534: Replace wrong KB number references (GH-16955) by Miss Skeleton (bot) · 6 years ago
  26. 73665b4 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Miss Islington (bot) · 6 years ago
  27. c71c54c bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387) by Victor Stinner · 6 years ago
  28. 5b94eb8 closes bpo-16637: libpython: construct integer object directly from gdbvalue (GH-15232) by Miss Islington (bot) · 6 years ago
  29. d322abb [3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141) by Serhiy Storchaka · 6 years ago
  30. 0b7f370 bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) by Miss Islington (bot) · 6 years ago
  31. 2a4a982 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
  32. 96631dc [3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599) by Serhiy Storchaka · 6 years ago
  33. c71ae1a bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) (GH-15589) by Miss Islington (bot) · 6 years ago
  34. ed00fee bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181) by Miss Islington (bot) · 6 years ago
  35. 21161d7 [3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480) by Raymond Hettinger · 6 years ago
  36. 494ed69 Fix publishing of Windows release (GH-15006) by Miss Islington (bot) · 6 years ago
  37. bf8e82f [3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (#14782) by Jeroen Demeyer · 6 years ago
  38. 12f3312 Enable publish of Windows releases through Azure Pipelines (GH-14720) by Miss Islington (bot) · 6 years ago
  39. fa23bd2 bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276) by Steve Dower · 6 years ago
  40. f3e38ec bpo-36511: Fix -u parameters for ARM32 tests (GH-14280) by Steve Dower · 6 years ago
  41. 4361548 bpo-36511: Improve ARM32 buildbot scripts (GH-14251) by Steve Dower · 6 years ago
  42. f78e66c Implement Windows release builds in Azure Pipelines (GH-14065) by Steve Dower · 6 years ago
  43. 84d47bd bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) by Miss Islington (bot) · 6 years ago
  44. 1c4084f bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866) by Miss Islington (bot) · 6 years ago
  45. e35d1ba bpo-34271: Fix compatibility with 1.0.2 (GH-13728) by Christian Heimes · 6 years ago
  46. 06651ee bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) by Christian Heimes · 6 years ago
  47. 5df4025 Add description to the command line help of the argument clinic (GH-8518) by Tim Hoffmann · 6 years ago
  48. faa2948 Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558) by Stefan Behnel · 6 years ago
  49. 37788bc bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) by Jeroen Demeyer · 6 years ago
  50. fecb75c bpo-36974: Fix GDB integration (GH-13665) by Petr Viktorin · 6 years ago
  51. aaf47ca bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (GH-13583) by Chih-Hsuan Yen · 6 years ago
  52. 51394b8 bpo-36511: Ensure error code propagates out of batch files (GH-13529) by Paul Monson · 6 years ago
  53. 4f82072 bpo-36511: Windows arm32 buildbot changes (remove extra space) (GH-13351) by Paul Monson · 6 years ago
  54. 67ff6a1 bpo-36511: Windows ARM32 buildbot changes (GH-12917) by Paul Monson · 6 years ago
  55. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 6 years ago
  56. c4e78b1 bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026) by Zackery Spytz · 6 years ago
  57. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 6 years ago
  58. d59b662 bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903) by 周家未 · 6 years ago
  59. 6fec905 bpo-36642: make unicodedata const (GH-12855) by Inada Naoki · 6 years ago
  60. 2b7f93b bpo-36345: Update wsgiref example (GH-12562) by Stéphane Wirtel · 6 years ago
  61. 606c66a Allow Windows layout builds to fully skip code signing (GH-12808) by Steve Dower · 6 years ago
  62. aa25d5d Enable building nuget packages for ARM32 (GH-12669) by Paul Monson · 6 years ago
  63. 2a4ce43 Tools/importbench: Fix a misplaced stderr= (GH-12690) by Anthony Sottile · 6 years ago
  64. 79da388 bpo-36085: Add installer check for KB2533625 (GH-12636) by Steve Dower · 6 years ago
  65. e724152 bpo-36010: Add venv to the nuget distribution (GH-12367) by Paul Moore · 6 years ago
  66. 172bb39 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) by Serhiy Storchaka · 6 years ago
  67. afbb7a3 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926) by Serhiy Storchaka · 6 years ago
  68. 32119e1 bpo-35947: Update Windows to the current version of libffi (GH-11797) by Paul Monson · 6 years ago
  69. 4a9a505 bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566) by Steve Dower · 6 years ago
  70. 68d228f bpo-35884: Add string-keys-only microbenchmark for dict access to var_access_benchmark.py (GH-11905) by Stefan Behnel · 6 years ago
  71. a7987e7 bpo-32217: Correct usage of ABI tags in freeze. (GH-4719) by AraHaan · 6 years ago
  72. 3191391 bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) by Serhiy Storchaka · 6 years ago
  73. 26c910c bpo-36174: Update nuget authoring for new license field. (GH-12300) by Steve Dower · 6 years ago
  74. 1ceb3a3 bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) by Lisa Roach · 6 years ago
  75. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 6 years ago
  76. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 6 years ago
  77. 463572c bpo-36101: remove non-ascii characters in docstring (GH-12018) by animalize · 6 years ago
  78. 43766f8 bpo-35884: Add missing FIFO queue benchmark (GH-11898) by Raymond Hettinger · 7 years ago
  79. 9da3583 Fix typo (micro->nano) (GH-11759) by Raymond Hettinger · 7 years ago
  80. 85e102a bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744) by Steve Dower · 7 years ago
  81. f75d59e bpo-35884: Add variable access benchmarking script (GH-11725) by Raymond Hettinger · 7 years ago
  82. 4c70d9f bpo-34691: Compile _contextvars module into main Python library (GH-11741) by Steve Dower · 7 years ago
  83. 1396d8f bpo-35224: Add support for NamedExpr to unparse.py (GH-11670) by Victor Stinner · 7 years ago
  84. 2a39d25 bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) by Serhiy Storchaka · 7 years ago
  85. 4fa9591 bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) by Serhiy Storchaka · 7 years ago
  86. 32d96a2 bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689) by Serhiy Storchaka · 7 years ago
  87. 65ce60a bpo-20180: Simplify char_converter in Argument Clinic. (GH-9828) by Serhiy Storchaka · 7 years ago
  88. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 7 years ago
  89. d3bbc52 Enable signing Windows builds with SHA1 environment variable (GH-11279) by Steve Dower · 7 years ago
  90. 4db62e1 bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152) by Serhiy Storchaka · 7 years ago
  91. d7538dd bpo-35471: Remove the macpath module (GH-11129) by Victor Stinner · 7 years ago
  92. afb3e71 bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150) by Serhiy Storchaka · 7 years ago
  93. 0cd6391 bpo-34977: Add Windows App Store package (GH-11027) by Steve Dower · 7 years ago
  94. 1c3de54 bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 7 years ago
  95. cb0b78a Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) by Victor Stinner · 7 years ago
  96. 468a15a bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 7 years ago
  97. 4a934d4 bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748) by Serhiy Storchaka · 7 years ago
  98. e421106 bpo-35134: Create Include/cpython/ subdirectory (GH-10624) by Victor Stinner · 7 years ago
  99. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 7 years ago
  100. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 7 years ago