Python 3.11.0a1
  1. bd627eb bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723) by Mark Shannon · 3 years, 11 months ago
  2. 7e5c107 bpo-45020: Add more test cases for frozen modules. (gh-28664) by Eric Snow · 3 years, 11 months ago
  3. a143717 Fix EncodingWarning in freeze_modules. (GH-28591) by Inada Naoki · 3 years, 11 months ago
  4. 45ca1c0 bpo-45020: Do not freeze <pkg>/__init__.py twice. (gh-28635) by Eric Snow · 3 years, 11 months ago
  5. adc5d32 Select correct tool platform when building on Windows ARM64 natively (GH-28491) by Niyas Sait · 3 years, 11 months ago
  6. 7c801e0 bpo-45020: Fix some corner cases for frozen module generation. (gh-28538) by Eric Snow · 3 years, 11 months ago
  7. 8f943ca [codemod] Fix non-matching bracket pairs (GH-28473) by Mohamad Mansour · 4 years ago
  8. 0905916 bpo-45020: Freeze os, site, and codecs. (gh-28398) by Eric Snow · 4 years ago
  9. 41551ee bpo-45020: Fix build out of source tree (GH-28410) by Victor Stinner · 4 years ago
  10. c5a677d bpo-45231: update_file.py preserves end of line (GH-28411) by Victor Stinner · 4 years ago
  11. fdc6b3d bpo-45020: Drop the frozen .h files from the repo. (gh-28392) by Eric Snow · 4 years ago
  12. 9fd87a5 bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) by Eric Snow · 4 years ago
  13. a9757bf bpo-45020: Drop the frozen .h files from the repo. (gh-28375) by Eric Snow · 4 years ago
  14. 3814e20 bpo-45019: Clean up the frozen __hello__ module. (gh-28374) by Eric Snow · 4 years ago
  15. 09b4ad1 bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322) by Steve Dower · 4 years ago
  16. cbeb819 bpo-45020: Freeze some of the modules imported during startup. (gh-28335) by Eric Snow · 4 years ago
  17. 1a9ef57 bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) by Serhiy Storchaka · 4 years ago
  18. 024fda4 closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336) by Benjamin Peterson · 4 years ago
  19. c2f1e95 bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28262) by Irit Katriel · 4 years ago
  20. a2d8c4b bpo-45019: Do some cleanup related to frozen modules. (gh-28319) by Eric Snow · 4 years ago
  21. 92bf869 bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456) by Serhiy Storchaka · 4 years ago
  22. 4338aee Fix typos in pep384_macrocheck.py (GH-28220) by Ikko Ashimine · 4 years ago
  23. 4dc4300 bpo-45022: Fix libffi DLL name in Windows installer sources (GH-28203) by giovanniwijaya · 4 years ago
  24. cc7c680 bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) by Christian Heimes · 4 years ago
  25. b01fd53 Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172) by Pablo Galindo Salgado · 4 years ago
  26. 3c65457 bpo-45060: Get rid of few uses of the equality operators with None (GH-28087) by Serhiy Storchaka · 4 years ago
  27. 044e8d8 bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980) by Eric Snow · 4 years ago
  28. d6cb5dd bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) by Łukasz Langa · 4 years ago
  29. f9242d5 bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933) by Mark Shannon · 4 years ago
  30. 24b63c6 bpo-24234: Implement bytes.__bytes__ (GH-27901) by Dong-hee Na · 4 years ago
  31. c5c3fbe bpo-44978: allow Argument Clinic to handle __complex__ special methods (GH-27886) by Mark Dickinson · 4 years ago
  32. 953d272 Update pegen to use the latest upstream developments (GH-27586) by Pablo Galindo Salgado · 4 years ago
  33. 9816777 Classify specialization failures. Provides more useful stats, with lower overhead. (GH-27701) by Mark Shannon · 4 years ago
  34. 058fb35 bpo-44854: Remove trailing whitespaces (GH-27689) by Serhiy Storchaka · 4 years ago
  35. c83919b Add option to write specialization stats to files and script to summarize. (GH-27575) by Mark Shannon · 4 years ago
  36. be42c06 Update URLs in comments and metadata to use HTTPS (GH-27458) by Noah Kantrowitz · 4 years, 1 month ago
  37. 11749e2 bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) by Mariusz Felisiak · 4 years, 1 month ago
  38. ae0a2b7 bpo-44590: Lazily allocate frame objects (GH-27077) by Mark Shannon · 4 years, 1 month ago
  39. d0b2b00 bpo-43425: Remove test2to3 from Tools (#26981) by Dong-hee Na · 4 years, 1 month ago
  40. 9af34c9 bpo-20201: variadic arguments support for AC (GH-18609) by Batuhan Taskaya · 4 years, 1 month ago
  41. 0516299 bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884) by Erlend Egeberg Aasland · 4 years, 1 month ago
  42. 34356a0 bpo-42862: Strip stale sqlite3 cache ignores from c-analyzer (GH-26876) by Erlend Egeberg Aasland · 4 years, 2 months ago
  43. a50e283 bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745) by Erlend Egeberg Aasland · 4 years, 2 months ago
  44. 019ad62 bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840) by Erlend Egeberg Aasland · 4 years, 2 months ago
  45. 44fb551 bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) by Christian Heimes · 4 years, 2 months ago
  46. 0982ded bpo-44032: Move pointer to code object from frame-object to frame specials array. (GH-26771) by Mark Shannon · 4 years, 2 months ago
  47. 7cad9cb bpo-43795: Don't list private names in the limited API (GH-26740) by Petr Viktorin · 4 years, 2 months ago
  48. e117c02 bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595) by Mark Shannon · 4 years, 2 months ago
  49. aef1b58 bpo-44345: Fix 'generated by' comment in parser.c (GH-26615) by Akira Nonaka · 4 years, 2 months ago
  50. 2ab27c4 bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577) by Eric Snow · 4 years, 2 months ago
  51. 17c4edc bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2bc1ece673d387341e06c8d3c2bc6e259747 (GH-26530) by Pablo Galindo · 4 years, 3 months ago
  52. 2c1e258 bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388) by Eric Snow · 4 years, 3 months ago
  53. f8a95df bpo-44206: Add a version number to dictionary keys (GH-26333) by Mark Shannon · 4 years, 3 months ago
  54. c878a97 bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283) by Pablo Galindo · 4 years, 3 months ago
  55. b11a951 bpo-44032: Move data stack to thread from FrameObject. (GH-26076) by Mark Shannon · 4 years, 3 months ago
  56. 7109624 bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266) by Christian Heimes · 4 years, 3 months ago
  57. eaede0d bpo-44131: Test Py_FrozenMain() (GH-26126) by Victor Stinner · 4 years, 3 months ago
  58. a42d98e Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438) by Serhii Hidenko · 4 years, 3 months ago
  59. 1aa3530 bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102) by Antoine Pitrou · 4 years, 3 months ago
  60. b05955d bpo-43795: PEP 652 user documentation (GH-25668) by Petr Viktorin · 4 years, 3 months ago
  61. 21fbbb9 bpo-44074: let patchcheck infer the base branch name (GH-25991) by Leonardo Lai · 4 years, 3 months ago
  62. 4d4be47 Do not use Py_ssize_clean_t (GH-25940) by Inada Naoki · 4 years, 3 months ago
  63. adcd220 bpo-40222: "Zero cost" exception handling (GH-25729) by Mark Shannon · 4 years, 3 months ago
  64. e852556 bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942) by Christian Heimes · 4 years, 3 months ago
  65. f6ee4da bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) by Petr Viktorin · 4 years, 4 months ago
  66. 3c586ca bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) by Christian Heimes · 4 years, 4 months ago
  67. dcf6581 bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537) by Christian Heimes · 4 years, 4 months ago
  68. b0544ba bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490) by Pablo Galindo · 4 years, 4 months ago
  69. 39258d3 bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) by Christian Heimes · 4 years, 4 months ago
  70. b280248 bpo-43822: Improve syntax errors for missing commas (GH-25377) by Pablo Galindo · 4 years, 4 months ago
  71. 95bbb33 bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361) by Christian Heimes · 4 years, 4 months ago
  72. 150af75 bpo-43788: Generate version specific _ssl_data.h (GH-25300) by Christian Heimes · 4 years, 4 months ago
  73. 58bafe4 Sanitize macros and debug functions in pegen.c (GH-25291) by Pablo Galindo · 4 years, 4 months ago
  74. e35dd55 Improve CDN purge script (GH-25251) by Steve Dower · 4 years, 4 months ago
  75. 489c369 bpo-43651: PEP 597: Fix pdeps used locale encoding (GH-25204) by Inada Naoki · 4 years, 5 months ago
  76. 9bb5658 bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133) by Victor Stinner · 4 years, 5 months ago
  77. fcb55c0 bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) by Mark Shannon · 4 years, 5 months ago
  78. 61092a9 bpo-43690: stable_abi.py no longer parses macros (GH-25136) by Victor Stinner · 4 years, 5 months ago
  79. ad493ed bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122) by Victor Stinner · 4 years, 5 months ago
  80. a54fc68 bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) by Christian Heimes · 4 years, 5 months ago
  81. df9ade9 AC: Update unsupported_special_methods (GH-24956) by Dong-hee Na · 4 years, 5 months ago
  82. 8370e07 bpo-43244: Remove the pyarena.h header (GH-25007) by Victor Stinner · 4 years, 5 months ago
  83. 57364ce bpo-43244: Remove parser_interface.h header file (GH-25001) by Victor Stinner · 4 years, 5 months ago
  84. a81fca6 bpo-43244: Add pycore_compile.h header file (GH-25000) by Victor Stinner · 4 years, 5 months ago
  85. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 4 years, 5 months ago
  86. 32eba61 bpo-43466: Add --with-openssl-rpath configure option (GH-24820) by Christian Heimes · 4 years, 5 months ago
  87. ff8c77f Fix a typo in c-analyzer (GH-24468) by Ikko Ashimine · 4 years, 5 months ago
  88. 6af528b bpo-43244: Fix test_peg_generators on Windows (GH-24913) by Victor Stinner · 4 years, 5 months ago
  89. e0bf70d bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912) by Victor Stinner · 4 years, 5 months ago
  90. e272528 Remove unnecessary imports in the grammar parser (GH-24904) by Elisha Hollander · 4 years, 5 months ago
  91. d69ae75 Minor updates to the vector demo (GH-24853) by Raymond Hettinger · 4 years, 5 months ago
  92. a9c03d7 bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814) by Victor Stinner · 4 years, 5 months ago
  93. 307745a bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798) by Victor Stinner · 4 years, 5 months ago
  94. c994ffe bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479) by Jozef Grajciar · 4 years, 6 months ago
  95. 4a6bf27 bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) by Nicholas Sim · 4 years, 6 months ago
  96. ffa55d2 bpo-39448: Add regen-frozen makefile target. (GH-18174) by Neil Schemenauer · 4 years, 6 months ago
  97. 366dc3a bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550) by Nicholas Sim · 4 years, 6 months ago
  98. 801bb0b bpo-43103: Add configure --without-static-libpython (GH-24418) by Victor Stinner · 4 years, 6 months ago
  99. 58fb156 bpo-42997: Improve error message for missing : before suites (GH-24292) by Pablo Galindo · 4 years, 7 months ago
  100. 64fc105 bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353) by Victor Stinner · 4 years, 7 months ago