Python 3.11.0a3
  1. 8319114 bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879) by Mark Shannon · 3 years, 9 months ago
  2. 99fcf15 bpo-45582: Port getpath[p].c to Python (GH-29041) by Steve Dower · 3 years, 9 months ago
  3. 4141d94 bpo-44391: Remove unused argument from a varargs call. (GH-29843) by Vinay Sajip · 3 years, 9 months ago
  4. 4841e69 bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799) by Steve Dower · 3 years, 9 months ago
  5. 8caceb7 bpo-40280: Add configure check for socket shutdown (GH-29795) by Christian Heimes · 3 years, 9 months ago
  6. f9de97a bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731) by Zachary Ware · 3 years, 9 months ago
  7. a56fbad bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files (GH-29501) by Steve Dower · 3 years, 9 months ago
  8. a4774f4 bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417) by Steve Dower · 3 years, 10 months ago
  9. fd0c84d bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396) by Steve Dower · 3 years, 10 months ago
  10. f30ad65 bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569) by Irit Katriel · 3 years, 10 months ago
  11. 9942f42 bpo-45522: Allow to disable freelists on build time (GH-29056) by Christian Heimes · 3 years, 10 months ago
  12. 2cbf50e bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331) by Ken Jin · 3 years, 10 months ago
  13. 00ffc45 bpo-45440: Remove pymath.c fallbacks (GH-28977) by Victor Stinner · 3 years, 10 months ago
  14. 194a952 bpo-45440: Require math.h isinf() to build (GH-28894) by Victor Stinner · 3 years, 10 months ago
  15. aac29af bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) by Victor Stinner · 3 years, 10 months ago
  16. 97308df bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922) by Victor Stinner · 3 years, 10 months ago
  17. 5f401f1 Fix typos in the Objects directory (GH-28766) by Christian Clauss · 3 years, 11 months ago
  18. 6c942a8 bpo-45375: Fix off by one error in buffer allocation (GH-28764) by Steve Dower · 3 years, 11 months ago
  19. 5146877 bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised paths (GH-28735) by Steve Dower · 3 years, 11 months ago
  20. 0c50b8c bpo-45211: Remember the stdlib dir during startup. (gh-28586) by Eric Snow · 3 years, 11 months ago
  21. ae7839b bpo-45211: Move helpers from getpath.c to internal API. (gh-28550) by Eric Snow · 3 years, 11 months ago
  22. 8f943ca [codemod] Fix non-matching bracket pairs (GH-28473) by Mohamad Mansour · 4 years ago
  23. 09b4ad1 bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322) by Steve Dower · 4 years ago
  24. 2c3474a bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) by Yury Selivanov · 4 years ago
  25. a24676b Add tests for the C tokenizer and expose it as a private module (GH-27924) by Pablo Galindo Salgado · 4 years ago
  26. 3e2c643 bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551) by Hai Shi · 4 years ago
  27. ce5e1a6 bpo-41103: Resurrect the old buffer protocol. (GH-27437) by Inada Naoki · 4 years, 1 month ago
  28. a390ebe bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903) by Hai Shi · 4 years, 1 month ago
  29. 11749e2 bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) by Mariusz Felisiak · 4 years, 1 month ago
  30. 96c4cbd bpo-44353: Implement typing.NewType __call__ method in C (#27262) by Yurii Karabas · 4 years, 1 month ago
  31. db532a0 bpo-39947: Remove old private trashcan C API functions (GH-26869) by Victor Stinner · 4 years, 2 months ago
  32. 6773c3e bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) by Ken Jin · 4 years, 2 months ago
  33. d168569 bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) by Petr Viktorin · 4 years, 3 months ago
  34. adcd220 bpo-40222: "Zero cost" exception handling (GH-25729) by Mark Shannon · 4 years, 3 months ago
  35. cf86996 bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH-25920) by Petr Viktorin · 4 years, 4 months ago
  36. 2fc857a Update CI files to account for the master -> main rename (GH-25860) by Pablo Galindo · 4 years, 4 months ago
  37. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 4 months ago
  38. 558df90 bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768) by Pablo Galindo · 4 years, 4 months ago
  39. 14fc2bd bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720) by Petr Viktorin · 4 years, 4 months ago
  40. f6ee4da bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) by Petr Viktorin · 4 years, 4 months ago
  41. 5e437fb bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) by Segev Finer · 4 years, 4 months ago
  42. 91b69b7 bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442) by Petr Viktorin · 4 years, 4 months ago
  43. 92eebf6 bpo-43795: Sort PC/python3dll.c (GH-25312) by Petr Viktorin · 4 years, 4 months ago
  44. 3359cab bpo-43688: Support the limited C API in debug mode (GH-25131) by Victor Stinner · 4 years, 5 months ago
  45. dec0757 bpo-43179: Generalise alignment for optimised string routines (GH-24624) by Jessica Clarke · 4 years, 5 months ago
  46. dfeec34 bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038) by Zackery Spytz · 4 years, 5 months ago
  47. 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 4 years, 5 months ago
  48. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 4 years, 5 months ago
  49. ba251c2 bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) by Antoine Pitrou · 4 years, 5 months ago
  50. c994ffe bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479) by Jozef Grajciar · 4 years, 6 months ago
  51. 4233ff3 Fix typo in launcher.c (GH-24497) by Ikko Ashimine · 4 years, 6 months ago
  52. 8a8b5df bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500) by Zackery Spytz · 4 years, 6 months ago
  53. 28873a7 Fix signed/unsigned comparison to avoid compilation warning (GH-24441) by Ken Jin · 4 years, 7 months ago
  54. e8e66ea bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257) by Victor Stinner · 4 years, 7 months ago
  55. 2396614 bpo-1635741: Fix PyModule_AddObjectRef to use EXPORT_FUNC (GH-24205) by Dong-hee Na · 4 years, 7 months ago
  56. 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 4 years, 7 months ago
  57. de6f20a Bring Python into the new year. (GH-24036) by Dong-hee Na · 4 years, 8 months ago
  58. fcc6935 Add symbols of the stable ABI to python3dll.c (GH-23598) by Victor Stinner · 4 years, 8 months ago
  59. b5c7b38 bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) by Victor Stinner · 4 years, 8 months ago
  60. c168b50 bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) by Petr Viktorin · 4 years, 8 months ago
  61. 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 4 years, 9 months ago
  62. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 4 years, 9 months ago
  63. 9cc9e27 bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) by Steve Dower · 4 years, 9 months ago
  64. f62dad1 bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307) by Zackery Spytz · 4 years, 9 months ago
  65. c640915 Bump magic number. (GH-23245) by Mark Shannon · 4 years, 9 months ago
  66. 0b9c4c6 bpo-42171: Add PEP573-related items to the limited API (GH-23009) by Petr Viktorin · 4 years, 9 months ago
  67. 53a03aa bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) by Victor Stinner · 4 years, 10 months ago
  68. 6d883fb bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817) by Steve Dower · 4 years, 10 months ago
  69. 1438c2a bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646) by Zackery Spytz · 4 years, 10 months ago
  70. 3a8fdb2 bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252) by Alex Gaynor · 4 years, 10 months ago
  71. cfb0f57 bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677) by Vladimir Matveev · 4 years, 10 months ago
  72. 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 5 years ago
  73. 31c9828 bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146) by Terry Jan Reedy · 5 years ago
  74. 15edaec bpo-40989: Fix compiler warning in winreg.c (GH-21722) by Victor Stinner · 5 years ago
  75. 936a660 bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) by Steve Dower · 5 years ago
  76. 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 5 years ago
  77. 8182cc2 bpo-39573: Use the Py_TYPE() macro (GH-21433) by Victor Stinner · 5 years ago
  78. dcbaa1b bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) by Steve Dower · 5 years ago
  79. b3dd5cd bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) by Serhiy Storchaka · 5 years ago
  80. 5d5c84e bpo-41187: Convert the _msi module to Argument Clinic (GH-21264) by Serhiy Storchaka · 5 years ago
  81. ba67d73 bpo-41142: Add support of non-ASCII paths for CAB files. (GH-21195) by Serhiy Storchaka · 5 years ago
  82. 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 5 years ago
  83. 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 5 years ago
  84. 55939b1 bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Serhiy Storchaka · 5 years ago
  85. 33b79b1 bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) by Nikita Nemkin · 5 years ago
  86. bbf36e8 bpo-41070: Simplify pyshellext.dll build (GH-21037) by Nikita Nemkin · 5 years ago
  87. 2c6e4e9 bpo-41039: Simplify python3.dll build (GH-20989) by Nikita Nemkin · 5 years ago
  88. 4efc336 bpo-41054: Simplify resource compilation on Windows (GH-21004) by Nikita Nemkin · 5 years ago
  89. fe2a48c bpo-41089: Filters and other issues in Visual Studio projects (GH-21070) by Nikita Nemkin · 5 years ago
  90. 04fc4f2 bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) by Victor Stinner · 5 years ago
  91. b3e6783 bpo-37556 Extend help to include latest overrides (GH-14701) by Steve (Gadget) Barnes · 5 years ago
  92. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 5 years ago
  93. f6e58ae bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) by Victor Stinner · 5 years ago
  94. e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 5 years ago
  95. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 5 years ago
  96. d4fe098 Python 3.10.0a0 (GH-20198) by Pablo Galindo · 5 years ago
  97. 98e42d1 bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) by Minmin Gong · 5 years ago
  98. ae00a5a8 bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 5 years ago
  99. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 5 years ago
  100. 361dcdc bpo-40268: Remove unused osdefs.h includes (GH-19532) by Victor Stinner · 5 years ago