Python 3.11.0a4
  1. a6ca8ee bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507) by Christian Heimes · 3 years, 7 months ago
  2. 43839ba bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552) by Christian Heimes · 3 years, 7 months ago
  3. 5c66414 bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494) by Ethan Smith · 3 years, 7 months ago
  4. 332e6b9 bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372) by Brandt Bucher · 3 years, 8 months ago
  5. 7537f60 bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193) by Dennis Sweeney · 3 years, 8 months ago
  6. dd6c357 bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4c by Pablo Galindo Salgado · 3 years, 8 months ago
  7. 9d35ded Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177)" (GH-30363) by Pablo Galindo Salgado · 3 years, 8 months ago
  8. 2cf7d02 bpo-46178: Remove/rename redundant Travis CI code (#30309) by Hugo van Kemenade · 3 years, 8 months ago
  9. 196b53e bpo-45189: Drop the "list_frozen" command from _test_embed. (GH-30273) by Dong-hee Na · 3 years, 8 months ago
  10. fc54e72 bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) by Kumar Aditya · 3 years, 8 months ago
  11. e9898bf bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) by Pablo Galindo Salgado · 3 years, 8 months ago
  12. 29ea68b Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208) by Raymond Hettinger · 3 years, 8 months ago
  13. 2ef06d4 bpo-46131: add fastpath for PyFloat_Check() (#30200) by Matti Picus · 3 years, 8 months ago
  14. 0339434 bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984) by Christian Heimes · 3 years, 8 months ago
  15. 2985fea bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) by Christian Heimes · 3 years, 8 months ago
  16. efd6236 bpo-46072: Add top level stats struct (GH-30169) by Mark Shannon · 3 years, 8 months ago
  17. 4506bbe bpo-46072: Document --enable-stats option. (GH-30139) by Mark Shannon · 3 years, 8 months ago
  18. 342b93f bpo-46072: Add --with-pystats configure option to simplify gathering of VM stats (GH-30116) by Mark Shannon · 3 years, 8 months ago
  19. eb483c4 bpo-45949: Pure Python freeze module for cross builds (GH-29899) by Christian Heimes · 3 years, 8 months ago
  20. 98e506a bpo-43795: Document stable_abi.txt format and contents (GH-29956) by Petr Viktorin · 3 years, 8 months ago
  21. 16638a4 bpo-45654: No need to freeze types (GH-30028) by Christian Heimes · 3 years, 8 months ago
  22. d8a464e Remove an outdated comment. (GH-30010) by Serhiy Storchaka · 3 years, 8 months ago
  23. 44b0e76 bpo-45654: Freeze the runpy module and stuff it imports (GH-29903) by Kumar Aditya · 3 years, 8 months ago
  24. 8319114 bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879) by Mark Shannon · 3 years, 8 months ago
  25. d930170 bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577) by Crowthebird · 3 years, 9 months ago
  26. 84ca123 bpo-45950: Introduce Bootstrap Python again (#29859) by Christian Heimes · 3 years, 9 months ago
  27. ee94aa0 bpo-45952: Get the C analyzer tool working again. (gh-29882) by Eric Snow · 3 years, 9 months ago
  28. 9a5dec4 Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742) by Inada Naoki · 3 years, 9 months ago
  29. b0b10e1 bpo-45019: Cleanup module freezing and deepfreeze (#29772) by Kumar Aditya · 3 years, 9 months ago
  30. 253b7a0 bpo-45866: pegen strips directory of "generated from" header (GH-29777) by Victor Stinner · 3 years, 9 months ago
  31. 256f9c4 Fix typo in freeze_modules (#29744) by Kumar Aditya · 3 years, 9 months ago
  32. 5c4b19e bpo-45020: Fix strict-prototypes warning (GH-29755) by Christian Heimes · 3 years, 9 months ago
  33. dd8ce9e bpo-45886: Allow overriding freeze command for cross compiling (GH-29735) by Christian Heimes · 3 years, 9 months ago
  34. f840398 bpo-45873: Restore Python 3.6 compatibility (GH-29730) by Christian Heimes · 3 years, 9 months ago
  35. 5be98e5 bpo-45873: Get rid of bootstrap_python (#29717) by Guido van Rossum · 3 years, 9 months ago
  36. 8ed1495 bpo-45783: Preserve file moves and deletions in the tests for the freeze tool. (GH-29527) by Eric Snow · 3 years, 9 months ago
  37. 457e6a6 bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138) by Neil Schemenauer · 3 years, 9 months ago
  38. 1037ca5 bpo-45850: Implement deep-freeze on Windows (#29648) by Guido van Rossum · 3 years, 9 months ago
  39. 512dbf6 Fix out-of-tree build support for multissltest (GH-29694) by Christian Heimes · 3 years, 9 months ago
  40. 4cf6524 Reactivate primary mechanism to retrieve frames in the gdb helpers (GH-29682) by Pablo Galindo Salgado · 3 years, 9 months ago
  41. c9c4444 Refactor parser compilation units into specific components (GH-29676) by Pablo Galindo Salgado · 3 years, 9 months ago
  42. 9178f53 bpo-45636: Merge all numeric operators (GH-29482) by Brandt Bucher · 3 years, 9 months ago
  43. 1cbaa50 bpo-45696: Deep-freeze selected modules (GH-29118) by Guido van Rossum · 3 years, 9 months ago
  44. 20205ad bpo-45637: Fix cframe-based fallback in the gdb helpers (GH-29515) by Pablo Galindo Salgado · 3 years, 9 months ago
  45. f4c0348 bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH-29257) by Pablo Galindo Salgado · 3 years, 9 months ago
  46. 762173c bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused imports (GH-29393) by wim glenn · 3 years, 10 months ago
  47. 3409899 bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) by Christian Heimes · 3 years, 10 months ago
  48. 074fa57 bpo-45395: Make custom frozen modules additions instead of replacements. (gh-28778) by Eric Snow · 3 years, 10 months ago
  49. 13d9205 bpo-45629: Add a test for the "freeze" tool. (gh-29222) by Eric Snow · 3 years, 10 months ago
  50. 276468d bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354) by Petr Viktorin · 3 years, 10 months ago
  51. 098a33f bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141) by Zachary Ware · 3 years, 10 months ago
  52. a106343 bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) by Pablo Galindo Salgado · 3 years, 10 months ago
  53. 063abd9 bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969) by Victor Stinner · 3 years, 10 months ago
  54. 37b1d60 po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958) by Victor Stinner · 3 years, 10 months ago
  55. a8b9350 bpo-45340: Don't create object dictionaries unless actually needed (GH-28802) by Mark Shannon · 3 years, 10 months ago
  56. a1c3c9e Fix EncodingWarning in test_tools. (GH-28846) by Inada Naoki · 3 years, 10 months ago
  57. b4903af bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488) by Pablo Galindo Salgado · 3 years, 10 months ago
  58. ff8859d bpo-45402: Fix test_tools.test_sundry() (GH-28786) by Victor Stinner · 3 years, 11 months ago
  59. 682aecf Fix typos in the Tools directory (GH-28769) by Christian Clauss · 3 years, 11 months ago
  60. a7252f8 bpo-40116: Add insertion order bit-vector to dict values to allow dicts to share keys more freely. (GH-28520) by Mark Shannon · 3 years, 11 months ago
  61. 48fadb1 [Tools/peg_generator/pegen/parser.py] Fix typo: s/wether/whether/ (GH-28739) by Ikko Ashimine · 3 years, 11 months ago
  62. 08285d5 bpo-45020: Identify which frozen modules are actually aliases. (gh-28655) by Eric Snow · 3 years, 11 months ago
  63. bd627eb bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723) by Mark Shannon · 3 years, 11 months ago
  64. 7e5c107 bpo-45020: Add more test cases for frozen modules. (gh-28664) by Eric Snow · 3 years, 11 months ago
  65. a143717 Fix EncodingWarning in freeze_modules. (GH-28591) by Inada Naoki · 3 years, 11 months ago
  66. 45ca1c0 bpo-45020: Do not freeze <pkg>/__init__.py twice. (gh-28635) by Eric Snow · 3 years, 11 months ago
  67. adc5d32 Select correct tool platform when building on Windows ARM64 natively (GH-28491) by Niyas Sait · 3 years, 11 months ago
  68. 7c801e0 bpo-45020: Fix some corner cases for frozen module generation. (gh-28538) by Eric Snow · 3 years, 11 months ago
  69. 8f943ca [codemod] Fix non-matching bracket pairs (GH-28473) by Mohamad Mansour · 4 years ago
  70. 0905916 bpo-45020: Freeze os, site, and codecs. (gh-28398) by Eric Snow · 4 years ago
  71. 41551ee bpo-45020: Fix build out of source tree (GH-28410) by Victor Stinner · 4 years ago
  72. c5a677d bpo-45231: update_file.py preserves end of line (GH-28411) by Victor Stinner · 4 years ago
  73. fdc6b3d bpo-45020: Drop the frozen .h files from the repo. (gh-28392) by Eric Snow · 4 years ago
  74. 9fd87a5 bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) by Eric Snow · 4 years ago
  75. a9757bf bpo-45020: Drop the frozen .h files from the repo. (gh-28375) by Eric Snow · 4 years ago
  76. 3814e20 bpo-45019: Clean up the frozen __hello__ module. (gh-28374) by Eric Snow · 4 years ago
  77. 09b4ad1 bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322) by Steve Dower · 4 years ago
  78. cbeb819 bpo-45020: Freeze some of the modules imported during startup. (gh-28335) by Eric Snow · 4 years ago
  79. 1a9ef57 bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) by Serhiy Storchaka · 4 years ago
  80. 024fda4 closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336) by Benjamin Peterson · 4 years ago
  81. c2f1e95 bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28262) by Irit Katriel · 4 years ago
  82. a2d8c4b bpo-45019: Do some cleanup related to frozen modules. (gh-28319) by Eric Snow · 4 years ago
  83. 92bf869 bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456) by Serhiy Storchaka · 4 years ago
  84. 4338aee Fix typos in pep384_macrocheck.py (GH-28220) by Ikko Ashimine · 4 years ago
  85. 4dc4300 bpo-45022: Fix libffi DLL name in Windows installer sources (GH-28203) by giovanniwijaya · 4 years ago
  86. cc7c680 bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) by Christian Heimes · 4 years ago
  87. b01fd53 Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172) by Pablo Galindo Salgado · 4 years ago
  88. 3c65457 bpo-45060: Get rid of few uses of the equality operators with None (GH-28087) by Serhiy Storchaka · 4 years ago
  89. 044e8d8 bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980) by Eric Snow · 4 years ago
  90. d6cb5dd bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) by Łukasz Langa · 4 years ago
  91. f9242d5 bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933) by Mark Shannon · 4 years ago
  92. 24b63c6 bpo-24234: Implement bytes.__bytes__ (GH-27901) by Dong-hee Na · 4 years ago
  93. c5c3fbe bpo-44978: allow Argument Clinic to handle __complex__ special methods (GH-27886) by Mark Dickinson · 4 years ago
  94. 953d272 Update pegen to use the latest upstream developments (GH-27586) by Pablo Galindo Salgado · 4 years ago
  95. 9816777 Classify specialization failures. Provides more useful stats, with lower overhead. (GH-27701) by Mark Shannon · 4 years ago
  96. 058fb35 bpo-44854: Remove trailing whitespaces (GH-27689) by Serhiy Storchaka · 4 years ago
  97. c83919b Add option to write specialization stats to files and script to summarize. (GH-27575) by Mark Shannon · 4 years ago
  98. be42c06 Update URLs in comments and metadata to use HTTPS (GH-27458) by Noah Kantrowitz · 4 years, 1 month ago
  99. 11749e2 bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) by Mariusz Felisiak · 4 years, 1 month ago
  100. ae0a2b7 bpo-44590: Lazily allocate frame objects (GH-27077) by Mark Shannon · 4 years, 1 month ago