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. 050a8f9 bpo-4833: Add ZipFile.mkdir (GH-32160) by Sam Ezeh · 3 years, 5 months ago
  4. 7528094 bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs since 3.2 (GH-30927) by Hugo van Kemenade · 3 years, 5 months ago
  5. cfb849a bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064) by Jelle Zijlstra · 3 years, 5 months ago
  6. a755124 bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728) by Erlend Egeberg Aasland · 3 years, 5 months ago
  7. aa0f056 bpo-47212: Improve error messages for un-parenthesized generator expressions (GH-32302) by Matthieu Dartiailh · 3 years, 5 months ago
  8. f1606a5 bpo-45774: Harden SQLite detection (GH-30016) by Erlend Egeberg Aasland · 3 years, 5 months ago
  9. 0aa8d5c bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221) by Irit Katriel · 3 years, 5 months ago
  10. 32091df bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309) by Irit Katriel · 3 years, 5 months ago
  11. 96e0983 bpo-40280: Add limited Emscripten REPL (GH-32284) by Christian Heimes · 3 years, 5 months ago
  12. 6aaf4cd bpo-46890: Fix setting of sys._base_executable with framework builds on macOS (GH-31958) by Ronald Oussoren · 3 years, 5 months ago
  13. b275267 bpo-45790: List macros in same order in which fields are described (GH-29529) by rtobar · 3 years, 5 months ago
  14. 5a4973e bpo-46998: Allow subclassing Any at runtime (GH-31841) by Shantanu · 3 years, 5 months ago
  15. a74892c bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380) by yyyyyyyan · 3 years, 5 months ago
  16. c9844cb bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253) by Christian Heimes · 3 years, 5 months ago
  17. 48269ea bpo-46484:Add test for Calendar.iterweekdays (GH-30825) by 180909 · 3 years, 5 months ago
  18. d1b1c88 bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297) by Christian Heimes · 3 years, 5 months ago
  19. 4216dce bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003) by Inada Naoki · 3 years, 5 months ago
  20. 087d0fa bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209) by Hood Chatham · 3 years, 5 months ago
  21. 84acb5c bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128) by Jason R. Coombs · 3 years, 5 months ago
  22. 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
  23. b82cdd1 bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285) by Christian Heimes · 3 years, 5 months ago
  24. 281f980 bpo-46033: Clarify for-statement execution (GH-30025) by Michał D · 3 years, 5 months ago
  25. 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
  26. 1be3260 bpo-47152: Convert the re module into a package (GH-32177) by Serhiy Storchaka · 3 years, 5 months ago
  27. abdd69c bpo-46023: makesetup: skip all duplicate modules (GH-32234) by Christian Heimes · 3 years, 5 months ago
  28. 04e07c2 bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231) by Irit Katriel · 3 years, 5 months ago
  29. bd2e47c bpo-46841: Avoid unnecessary allocations in code object comparisons (GH-32222) by Brandt Bucher · 3 years, 5 months ago
  30. a0ea7a1 bpo-47009: Streamline list.append for the common case (GH-31864) by Dennis Sweeney · 3 years, 5 months ago
  31. f877b40 bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-32054) by Victor Stinner · 3 years, 5 months ago
  32. b9a5522 bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052) by Victor Stinner · 3 years, 5 months ago
  33. d4bb38f bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197) by Andrew Svetlov · 3 years, 5 months ago
  34. ab89ccf bpo-45099: Document asyncio internal API (GH-32166) by Andrew Svetlov · 3 years, 5 months ago
  35. 4a08c4c bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186) by Gregory P. Smith · 3 years, 5 months ago
  36. 74b95d8 bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114) by Mark Shannon · 3 years, 5 months ago
  37. 44e9150 bpo-47182: Fix crash by named unicode characters after interpreter reinitialization (GH-32212) by Christian Heimes · 3 years, 5 months ago
  38. a00518d bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115) by Irit Katriel · 3 years, 5 months ago
  39. 2ab609d bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203) by Steve Dower · 3 years, 5 months ago
  40. 581c443 bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189) by Christian Heimes · 3 years, 5 months ago
  41. d0c67ea bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179) by Dong-hee Na · 3 years, 5 months ago
  42. a03a09e Replace with_traceback() with exception chaining and reraising (GH-32074) by Oleg Iarygin · 3 years, 5 months ago
  43. f08a191 bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105) by Andrew Svetlov · 3 years, 5 months ago
  44. 75eee1d bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929) by Daniël van Noord · 3 years, 5 months ago
  45. 6881ea9 bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) by Hugo van Kemenade · 3 years, 5 months ago
  46. dc2d840 bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480) by Dave Goncalves · 3 years, 5 months ago
  47. d0906c9 bpo-42340: Document issues around KeyboardInterrupt (GH-23255) by benfogle · 3 years, 5 months ago
  48. 755be9b bpo-14265: Adds fully qualified test name to unittest output (GH-32138) by Sam Ezeh · 3 years, 5 months ago
  49. 356997c bpo-35859: Fix a few long-standing bugs in re engine (GH-12427) by Ma Lin · 3 years, 5 months ago
  50. bad86a6 bpo-46566: Add new py.exe launcher implementation (GH-32062) by Steve Dower · 3 years, 5 months ago
  51. 5c30388f bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131) by Vincent Bernat · 3 years, 5 months ago
  52. 7b44ade bpo-47129: Add more informative messages to f-string syntax errors (32127) by Maciej Górski · 3 years, 5 months ago
  53. 15ba816 bpo-26120: make pydoc exclude __future__ imports from the data block of the module (GH-30888) by Irit Katriel · 3 years, 5 months ago
  54. 850687d bpo-47070: Add _PyBytes_Repeat() (GH-31999) by Pieter Eendebak · 3 years, 5 months ago
  55. f6b3a07 bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866) by ty · 3 years, 5 months ago
  56. 58448cb bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125) by Kumar Aditya · 3 years, 5 months ago
  57. 5ca6d74 bpo-45171: Fix stacklevel handling in logging. (GH-28287) by Jouke Witteveen · 3 years, 5 months ago
  58. 5fd8c57 bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060) by Christian Heimes · 3 years, 5 months ago
  59. b16b6bb bpo-47095: Use libb2 to provide blake2 implementation (GH-32059) by Christian Heimes · 3 years, 5 months ago
  60. e8e737b bpo-43224: Implement PEP 646 grammar changes (GH-31018) by Matthew Rahtz · 3 years, 5 months ago
  61. 26cca80 bpo-47117: Don't crash if we fail to decode characters when the tokenizer buffers are uninitialized (GH-32129) by Pablo Galindo Salgado · 3 years, 5 months ago
  62. d03acd7 bpo-43352: Add a Barrier object in asyncio lib (GH-24903) by Duprat · 3 years, 5 months ago
  63. cca43b7 bpo-47053: Reduce deoptimization in BINARY_OP_INPLACE_ADD_UNICODE (GH-31318) by Dennis Sweeney · 3 years, 5 months ago
  64. d7163bb bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH-32055) by Mark Shannon · 3 years, 5 months ago
  65. 8a0a9e5 bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095) by Christian Heimes · 3 years, 5 months ago
  66. 4119d2d bpo-47062: Implement asyncio.Runner context manager (GH-31799) by Andrew Svetlov · 3 years, 5 months ago
  67. ff619c7 bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086) by Andrew Svetlov · 3 years, 5 months ago
  68. 48e2010 bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076) by Christian Heimes · 3 years, 5 months ago
  69. c62b944 bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082) by Russel Webber · 3 years, 5 months ago
  70. 0360e9f bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel() (GH-31840) by Andrew Svetlov · 3 years, 5 months ago
  71. bd1cf6e bpo-47012: speed up iteration of bytes and bytearray (GH-31867) by Kumar Aditya · 3 years, 5 months ago
  72. 7ba7eae bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932) by Daniël van Noord · 3 years, 5 months ago
  73. 492d410 bpo-42885: Optimize search for regular expressions starting with "\A" or "^" (GH-32021) by Serhiy Storchaka · 3 years, 5 months ago
  74. 32e7715 bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) by Andrew Svetlov · 3 years, 5 months ago
  75. 49daf6d bpo-47045: Remove `f_state` field (GH-31963) by Mark Shannon · 3 years, 5 months ago
  76. 7d810b6 bpo-46838: Syntax error improvements for function definitions (GH-31590) by Pablo Galindo Salgado · 3 years, 5 months ago
  77. deeaac4 bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) by Christian Heimes · 3 years, 5 months ago
  78. a25a985 bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007) by Serhiy Storchaka · 3 years, 5 months ago
  79. c6cd3cc bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documentation (GH-32028) by Serhiy Storchaka · 3 years, 5 months ago
  80. 4f97d64 bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930) by Christian Heimes · 3 years, 5 months ago
  81. 3751b6b bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038) by Steve Dower · 3 years, 5 months ago
  82. 9ac2de9 bpo-47061: document module deprecations due to PEP 594 (GH-31984) by Brett Cannon · 3 years, 5 months ago
  83. 1ea055b bpo-47067: Optimize calling GenericAlias objects (GH-31996) by penguin_wwy · 3 years, 5 months ago
  84. 345b390 bpo-433030: Add support of atomic grouping in regular expressions (GH-31982) by Serhiy Storchaka · 3 years, 5 months ago
  85. 2bde682 bpo-46841: Quicken code in-place (GH-31888) by Brandt Bucher · 3 years, 5 months ago
  86. 08eb754 bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012) by Serhiy Storchaka · 3 years, 5 months ago
  87. e63894b bpo-46850: Remove _PyEval_CallTracing() function (GH-32019) by Victor Stinner · 3 years, 5 months ago
  88. 9087243 bpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018) by Victor Stinner · 3 years, 5 months ago
  89. 332b04b bpo-46850: Remove _PyEval_SetAsyncGenFinalizer() (GH-32017) by Victor Stinner · 3 years, 5 months ago
  90. 9d1c4d6 bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000) by Gregory P. Smith · 3 years, 5 months ago
  91. 3ae975f bpo-47015: Update test_os from asyncore to asyncio (GH-31876) by Oleg Iarygin · 3 years, 5 months ago
  92. e730ae7 bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974) by Kevin Mehall · 3 years, 5 months ago
  93. b3f2d4c bpo-47040: improve document of checksum functions (gh-31955) by Ma Lin · 3 years, 5 months ago
  94. 82e9b0b bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31980) by Arie Bovenberg · 3 years, 5 months ago
  95. 92a6abf bpo-47066: Convert a warning about flags not at the start of the regular expression into error (GH-31994) by Serhiy Storchaka · 3 years, 5 months ago
  96. 4142961 bpo-39394: Improve warning message in the re module (GH-31988) by Serhiy Storchaka · 3 years, 5 months ago
  97. 0a8b8e0 bpo-47057: Use FASTCALL convention for FutureIter.throw() (GH-31973) by Andrew Svetlov · 3 years, 5 months ago
  98. 7747384 bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) by Hugo van Kemenade · 3 years, 5 months ago
  99. 8e3fde7 bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961) by Pablo Galindo Salgado · 3 years, 5 months ago
  100. d190a93 bpo-47037: Don't test for strftime('%4Y') on Windows (GH-31945) by Christian Heimes · 3 years, 5 months ago