Python 3.11.0a7
  1. 2e49bd0 Python 3.11.0a7 by Pablo Galindo · 3 years, 5 months ago v3.11.0a7
  2. c1d93b6 bpo-47061: deprecate the `aifc` module (GH-32134) by Brett Cannon · 3 years, 5 months ago
  3. 944f09a bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337) by Jeremy Kloth · 3 years, 5 months ago
  4. 050a8f9 bpo-4833: Add ZipFile.mkdir (GH-32160) by Sam Ezeh · 3 years, 5 months ago
  5. 9e88b57 bpo-47009: Fix assert on big endian (GH-32332) by Christian Heimes · 3 years, 5 months ago
  6. 7528094 bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs since 3.2 (GH-30927) by Hugo van Kemenade · 3 years, 5 months ago
  7. cfb849a bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064) by Jelle Zijlstra · 3 years, 5 months ago
  8. a755124 bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728) by Erlend Egeberg Aasland · 3 years, 5 months ago
  9. aa0f056 bpo-47212: Improve error messages for un-parenthesized generator expressions (GH-32302) by Matthieu Dartiailh · 3 years, 5 months ago
  10. f1606a5 bpo-45774: Harden SQLite detection (GH-30016) by Erlend Egeberg Aasland · 3 years, 5 months ago
  11. 0aa8d5c bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221) by Irit Katriel · 3 years, 5 months ago
  12. 32091df bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309) by Irit Katriel · 3 years, 5 months ago
  13. 6c6e040 bpo-47009: Let PRECALL_NO_KW_LIST_APPEND do its own POP_TOP (GH-32239) by Dennis Sweeney · 3 years, 5 months ago
  14. 96e0983 bpo-40280: Add limited Emscripten REPL (GH-32284) by Christian Heimes · 3 years, 5 months ago
  15. faa1208 chore/docs: fix rst style and typo (GH-32331) by 谭九鼎 · 3 years, 5 months ago
  16. d0e696e bpo-42238: [doc]: A make sucpicious false positive. (GH-32329) by Julien Palard · 3 years, 5 months ago
  17. 6aaf4cd bpo-46890: Fix setting of sys._base_executable with framework builds on macOS (GH-31958) by Ronald Oussoren · 3 years, 5 months ago
  18. a0c7004 bpo-45847: Adapt macOS installer build to use new tkinter configure vars (GH-32328) by Ned Deily · 3 years, 5 months ago
  19. e06f920 bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778) by Zackery Spytz · 3 years, 5 months ago
  20. 772d808 bpo-43224: typing: Add tests for pickling and copying of unpacked native tuple (GH-32159) by Matthew Rahtz · 3 years, 5 months ago
  21. cae0f5d crypt docs: Fix references to `methods` attr (GH-26806) by andrei kulakov · 3 years, 5 months ago
  22. 43571a3 bpo-32658: Regex docs: Fix metacharacter reference (GH-32230) by Mike cm · 3 years, 5 months ago
  23. b275267 bpo-45790: List macros in same order in which fields are described (GH-29529) by rtobar · 3 years, 5 months ago
  24. 5a4973e bpo-46998: Allow subclassing Any at runtime (GH-31841) by Shantanu · 3 years, 5 months ago
  25. bb86d1d bpo-47007: [doc] `str` special method lookup (GH-31863) by Vanshaj Singhania · 3 years, 5 months ago
  26. a74892c bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380) by yyyyyyyan · 3 years, 5 months ago
  27. 5a7506d Fix "Contributed ... in bpo-bpo-45847" (GH-32299) by Oleg Iarygin · 3 years, 5 months ago
  28. 38ae5b8 bpo-47097: Add documentation for TypeVarTuple (#32103) by Matthew Rahtz · 3 years, 5 months ago
  29. c9844cb bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253) by Christian Heimes · 3 years, 5 months ago
  30. 48269ea bpo-46484:Add test for Calendar.iterweekdays (GH-30825) by 180909 · 3 years, 5 months ago
  31. d1b1c88 bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297) by Christian Heimes · 3 years, 5 months ago
  32. 1ecfe3d Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383) by Christian Clauss · 3 years, 5 months ago
  33. 8a349eb Revert "bpo-44800: Document internal frame naming conventions (GH-32281)" (#32301) by Mark Shannon · 3 years, 5 months ago
  34. ff2cf1d bpo-47152: Remove unused import in re (GH-32298) by Serhiy Storchaka · 3 years, 5 months ago
  35. 1578f06 bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290) by Serhiy Storchaka · 3 years, 5 months ago
  36. 4216dce bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003) by Inada Naoki · 3 years, 5 months ago
  37. 6db2db9 Follow PEP-8 guidelines in tutorial for standard library (GH-26127) by Bob Kline · 3 years, 5 months ago
  38. 087d0fa bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209) by Hood Chatham · 3 years, 5 months ago
  39. bdc4974 bpo-42238: [doc]: make suspicious: false positive. (GH-32292) by Julien Palard · 3 years, 5 months ago
  40. 84acb5c bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128) by Jason R. Coombs · 3 years, 5 months ago
  41. 6e3eee5 bpo-23689: re module, fix memory leak when a match is terminated by a signal or memory allocation failure (GH-32283) by Ma Lin · 3 years, 5 months ago
  42. b82cdd1 bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285) by Christian Heimes · 3 years, 5 months ago
  43. 3faa9f7 bpo-47196: Fix one more PyInit function signature (GH-32280) by Hood Chatham · 3 years, 5 months ago
  44. 124227c bpo-44800: Document internal frame naming conventions (GH-32281) by Nick Coghlan · 3 years, 5 months ago
  45. 4f5d56f Language reference: Remove duplicated text about iterable unpacking (GH-25212) by Jiashuo Li · 3 years, 5 months ago
  46. 281f980 bpo-46033: Clarify for-statement execution (GH-30025) by Michał D · 3 years, 5 months ago
  47. 01be5d6 bpo-24563: Link encoding names to encoding declarations (GH-32274) by Terry Jan Reedy · 3 years, 5 months ago
  48. ebbdbbf bpo-45584: Clarify `math.trunc` documentation (GH-29183) by Arthur Milchior · 3 years, 5 months ago
  49. 1f80dcd os docs: fix typo (GH-28996) by Vitor Buxbaum Orlandi · 3 years, 5 months ago
  50. ea56845 codecs docs: fix grammar mistake (GH-29462) by 180909 · 3 years, 5 months ago
  51. 3df0e63 bpo-46315: Use fopencookie only on Emscripten 3.x and newer (GH-32266) by Christian Heimes · 3 years, 5 months ago
  52. c93a0ac bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845) by 180909 · 3 years, 5 months ago
  53. 182e93c bpo-47031: Improve documentation for `math.nan` (GH-32170) by Charlie Zhao · 3 years, 5 months ago
  54. 208da6d Document func parameter of locale.atof (GH-18183) by Kevin Locke · 3 years, 5 months ago
  55. 677a879 More minor fixes to C API docs (GH-31714) by Jelle Zijlstra · 3 years, 5 months ago
  56. 897bc6f More minor fixes to C API docs (GH-31525) by Jelle Zijlstra · 3 years, 5 months ago
  57. 6066739 bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) by Zachary Ware · 3 years, 5 months ago
  58. 7f9c084 [doc] fix superfluous backtick in front of role. (GH-32220) by Julien Palard · 3 years, 5 months ago
  59. 1be3260 bpo-47152: Convert the re module into a package (GH-32177) by Serhiy Storchaka · 3 years, 5 months ago
  60. 4ed8a9a bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238) by Christian Heimes · 3 years, 5 months ago
  61. 59be9cd bpo-40280: Detect if WASM platform supports threading (GH-32243) by Christian Heimes · 3 years, 5 months ago
  62. 7000cd7 bpo-47196: Fix function pointer cast in test_imp (GH-32244) by Hood Chatham · 3 years, 5 months ago
  63. 0f68c20 bpo-47131: Speedup AST comparisons in test_unparse by using node traversal (GH-32132) by Jeremy Kloth · 3 years, 5 months ago
  64. b183f48 no-issue: Add assertion to PyModule_GetName for understanding (GH-32236) by Dong-hee Na · 3 years, 5 months ago
  65. 082d349 bpo-40280: Emscripten fork_exec now fails early (GH-32224) by Christian Heimes · 3 years, 5 months ago
  66. 76b8a07 bpo-47089: Avoid test_compileall failures on Windows (GH-32037) by Jeremy Kloth · 3 years, 5 months ago
  67. 17245c8 bpo-40280: Add debug Emscripten flavors (GH-32233) by Christian Heimes · 3 years, 5 months ago
  68. abdd69c bpo-46023: makesetup: skip all duplicate modules (GH-32234) by Christian Heimes · 3 years, 5 months ago
  69. 079143d bpo-47168: Mark files generated by `make regen-limited-abi` as generated (GH-32195) by Petr Viktorin · 3 years, 5 months ago
  70. 997ba5d bpo-47172: Compiler enhancements (GH-32200) by Irit Katriel · 3 years, 5 months ago
  71. 04e07c2 bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231) by Irit Katriel · 3 years, 5 months ago
  72. ae9de82 bpo-46841: Use a `bytes` object for `_co_code_adaptive` (GH-32205) by Brandt Bucher · 3 years, 5 months ago
  73. bd2e47c bpo-46841: Avoid unnecessary allocations in code object comparisons (GH-32222) by Brandt Bucher · 3 years, 5 months ago
  74. a0ea7a1 bpo-47009: Streamline list.append for the common case (GH-31864) by Dennis Sweeney · 3 years, 5 months ago
  75. f877b40 bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-32054) by Victor Stinner · 3 years, 5 months ago
  76. b9a5522 bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052) by Victor Stinner · 3 years, 5 months ago
  77. d4bb38f bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197) by Andrew Svetlov · 3 years, 5 months ago
  78. ab89ccf bpo-45099: Document asyncio internal API (GH-32166) by Andrew Svetlov · 3 years, 5 months ago
  79. 4a08c4c bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186) by Gregory P. Smith · 3 years, 5 months ago
  80. e7bb7c2 bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32218) by Eric Snow · 3 years, 5 months ago
  81. 74b95d8 bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114) by Mark Shannon · 3 years, 5 months ago
  82. 44e9150 bpo-47182: Fix crash by named unicode characters after interpreter reinitialization (GH-32212) by Christian Heimes · 3 years, 5 months ago
  83. 5458b7e Remove unnecessary registration of weakref.WeakSet to _collections_abc.Set (GH-32211) by Géry Ogam · 3 years, 5 months ago
  84. 8be7c2b bpo-14911: Corrected generator.throw() documentation (GH-32207) by Dave Goncalves · 3 years, 5 months ago
  85. a00518d bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115) by Irit Katriel · 3 years, 5 months ago
  86. b36d222 bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698) by Erlend Egeberg Aasland · 3 years, 5 months ago
  87. 7fc39a2 bpo-47164: Add _PyCFunctionObject_CAST() macr (GH-32190) by Victor Stinner · 3 years, 5 months ago
  88. f0bc694 bpo-47164: Add _PyCFunction_CAST() macro (GH-32192) by Victor Stinner · 3 years, 5 months ago
  89. c14d7e4 bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191) by Victor Stinner · 3 years, 5 months ago
  90. db4dada bpo-47146: Avoid Using make Recursively (gh-32206) by Eric Snow · 3 years, 5 months ago
  91. f3d5715 bpo-46566: Make test_launcher more robust to a variety of installs (GH-32204) by Steve Dower · 3 years, 5 months ago
  92. 2ab609d bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203) by Steve Dower · 3 years, 5 months ago
  93. 581c443 bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189) by Christian Heimes · 3 years, 5 months ago
  94. 795c00b Add CODEOWNERS entry for pathlib (GH-32202) by Brett Cannon · 3 years, 5 months ago
  95. d0c67ea bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179) by Dong-hee Na · 3 years, 5 months ago
  96. a03a09e Replace with_traceback() with exception chaining and reraising (GH-32074) by Oleg Iarygin · 3 years, 5 months ago
  97. f08a191 bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105) by Andrew Svetlov · 3 years, 5 months ago
  98. 04acfa9 Merge deoptimization blocks in interpreter (GH-32155) by Mark Shannon · 3 years, 5 months ago
  99. 75eee1d bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929) by Daniël van Noord · 3 years, 5 months ago
  100. 6881ea9 bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) by Hugo van Kemenade · 3 years, 5 months ago