Python 3.9.0b1
  1. 98e42d1 bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) by Minmin Gong · 5 years ago
  2. ae00a5a8 bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 5 years ago
  3. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 5 years ago
  4. 361dcdc bpo-40268: Remove unused osdefs.h includes (GH-19532) by Victor Stinner · 5 years ago
  5. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 5 years ago
  6. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 5 years ago
  7. 9205520 bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) by Victor Stinner · 5 years ago
  8. 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 5 years ago
  9. 6e623ff bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) by Chris Martinez · 5 years ago
  10. 676b1051 bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) by Zackery Spytz · 5 years ago
  11. 7668a8b Use calloc-based functions, not malloc. (GH-19152) by Andy Lester · 5 years ago
  12. fde44ae bpo-39930: Convert error to warning for more silent failure (GH-18921) by Steve Dower · 5 years ago
  13. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 5 years ago
  14. 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 5 years ago
  15. 03153dd bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) by Steve Dower · 5 years ago
  16. d644891 bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657) by Steve Dower · 5 years ago
  17. 6c444d0 bpo-39184: Fix incorrect return value (GH-18580) by Steve Dower · 5 years ago
  18. 7514f4f bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) by Saiyang Gou · 6 years ago
  19. 877ea88 bpo-38644: Add Py_EnterRecursiveCall() to python3.def (GH-18399) by Victor Stinner · 6 years ago
  20. b439a71 bpo-39553: Delete HAVE_SXS protected code (GH-18356) by Zackery Spytz · 6 years ago
  21. 6a65eba bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) by Steve Dower · 6 years ago
  22. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 6 years ago
  23. d0802d0 bpo-39012: Fix RC version suffix for nuget release files (GH-17564) by Steve Dower · 6 years ago
  24. ee17e37 bpo-39007: Add auditing events to functions in winreg (GH-17541) by Steve Dower · 6 years ago
  25. e89e159 Fix APPX registry key generation (GH-17489) by Steve Dower · 6 years ago
  26. d68b592 bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354) by Victor Stinner · 6 years ago
  27. de148f2 bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-16828) by Steve Dower · 6 years ago
  28. db7925a Update information about publishing a new version to the Microsoft Store (GH-17262) by Steve Dower · 6 years ago
  29. edb172a bpo-38519: Internal include files missing on Windows (GH-16921) by Zackery Spytz · 6 years ago
  30. a9ed91e bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386) by Sergey Fedoseev · 6 years ago
  31. c02b41b bpo-38353: getpath.c: allocates strings on the heap (GH-16585) by Victor Stinner · 6 years ago
  32. 353fb1e bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) by Steve Dower · 6 years ago
  33. 61691d8 bpo-38353: Cleanup includes in the internal C API (GH-16548) by Victor Stinner · 6 years ago
  34. b9a8b82 bpo-38343: Fixes version handling for nuget packages (GH-16527) by Steve Dower · 6 years ago
  35. 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 6 years ago
  36. 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 6 years ago
  37. dec3971 bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16489) by Victor Stinner · 6 years ago
  38. 89f8177 bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16487) by Victor Stinner · 6 years ago
  39. 8bf39b6 bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402) by Victor Stinner · 6 years ago
  40. 221fd84 bpo-38234: Cleanup getpath.c (GH-16367) by Victor Stinner · 6 years ago
  41. 85ce0a7 bpo-38234: read_pth_file() now returns PyStatus (GH-16338) by Victor Stinner · 6 years ago
  42. 9c42f8c bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) by Victor Stinner · 6 years ago
  43. fcdb027 bpo-38236: Dump path config at first import error (GH-16300) by Victor Stinner · 6 years ago
  44. e267793 bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) by Victor Stinner · 6 years ago
  45. c422167 bpo-38234: Remove _PyPathConfig.dll_path (GH-16307) by Victor Stinner · 6 years ago
  46. ed93a88 bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025) by Steve Dower · 6 years ago
  47. 0b72ccf bpo-32592: Set Windows 8 as the minimum required version for API support (GH-15951) by Steve Dower · 6 years ago
  48. 19f6940 bpo-38114: Do not include pip.ini in Nuget package (GH-15964) by Steve Dower · 6 years ago
  49. ef66f31 bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH-15766) by Steve Dower · 6 years ago
  50. 19052a1 bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623) by Zackery Spytz · 6 years ago
  51. e223ba1 bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239) by Zackery Spytz · 6 years ago
  52. a656365 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Zackery Spytz · 6 years ago
  53. 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 6 years ago
  54. 5dbe0f5 bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131) by Nick Coghlan · 6 years ago
  55. ef61c52 bpo-37830: Fix compilation of break and continue in finally. (GH-15320) by Serhiy Storchaka · 6 years ago
  56. 0a18ee4 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) by Dong-hee Na · 6 years ago
  57. a38e9d1 bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) by Sergey Fedoseev · 6 years ago
  58. c1aeb29 Remove versioned executables from non-APPX packages (GH-15237) by Steve Dower · 6 years ago
  59. 0378d98 bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165) by Steve Dower · 6 years ago
  60. 87ce958 bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150) by Steve Dower · 6 years ago
  61. 1fab9cb bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146) by Steve Dower · 6 years ago
  62. ed5e8e0 bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062) by David H · 6 years ago
  63. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 6 years ago
  64. c4cda43 bpo-37641 preserve relative file location in embeddable zip (GH-14884) by Bill Collins · 6 years ago
  65. 123536f bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939) by Steve Dower · 6 years ago
  66. ac14632 bpo-37369: Fixes crash when reporting fatal error (GH-14468) by Steve Dower · 6 years ago
  67. 9048c49 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) by Steve Dower · 6 years ago
  68. 21a92f8 Implement Windows release builds in Azure Pipelines (GH-14065) by Steve Dower · 6 years ago
  69. daf6262 bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902) by Paul Monson · 6 years ago
  70. 9ab2fb1 Bump to 3.9.0a0 by Łukasz Langa · 6 years ago
  71. 549e55a bpo-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib (GH-13711) by Zackery Spytz · 6 years ago
  72. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 6 years ago
  73. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 6 years ago
  74. 410759f bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402) by Victor Stinner · 6 years ago
  75. 871ff77 bpo-36763: Add _PyInitError functions (GH-13395) by Victor Stinner · 6 years ago
  76. 3ea702e bpo-36942 Windows build changes for Windows ARM64 (GH-13366) by Paul Monson · 6 years ago
  77. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 6 years ago
  78. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 6 years ago
  79. 34366b7 bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882) by Zackery Spytz · 6 years ago
  80. 56ed864 bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) by Zackery Spytz · 6 years ago
  81. 4c3efd9 bpo-36649: Remove trailing spaces for registry keys when installed via the Store (GH-12865) by Steve Dower · 6 years ago
  82. f4e5661 bpo-36509: Add iot layout for Windows IoT containers (GH-12663) by Paul Monson · 6 years ago
  83. e724152 bpo-36010: Add venv to the nuget distribution (GH-12367) by Paul Moore · 6 years ago
  84. 32119e1 bpo-35947: Update Windows to the current version of libffi (GH-11797) by Paul Monson · 6 years ago
  85. cc60cdd9 bpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469) by Inada Naoki · 6 years ago
  86. d5f18a6 bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466) by Inada Naoki · 6 years ago
  87. 3191391 bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) by Serhiy Storchaka · 6 years ago
  88. d53fe5f bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) by Serhiy Storchaka · 6 years ago
  89. bf94cc7 bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074) by Zackery Spytz · 6 years ago
  90. 6673dec bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019) by Zackery Spytz · 6 years ago
  91. 8a1657b bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) by Paul Monson · 7 years ago
  92. 4c70d9f bpo-34691: Compile _contextvars module into main Python library (GH-11741) by Steve Dower · 7 years ago
  93. cb09047 bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000) by Shiva Saxena · 7 years ago
  94. 4860f01 bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789) by Tony Roberts · 7 years ago
  95. 2de576e bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517) by Tzu-ping Chung · 7 years ago
  96. adad9e6 bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677) by Steve Dower · 7 years ago
  97. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 7 years ago
  98. 28f6cb3 bpo-35683: Improve Azure Pipelines steps (GH-11493) by Steve Dower · 7 years ago
  99. 4fa9591 bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) by Serhiy Storchaka · 7 years ago
  100. 872bd2b bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport restrictions (GH-11465) by Steve Dower · 7 years ago