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. 0aa8d5c bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221) by Irit Katriel · 3 years, 5 months ago
  9. 32091df bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309) by Irit Katriel · 3 years, 5 months ago
  10. 6aaf4cd bpo-46890: Fix setting of sys._base_executable with framework builds on macOS (GH-31958) by Ronald Oussoren · 3 years, 5 months ago
  11. 772d808 bpo-43224: typing: Add tests for pickling and copying of unpacked native tuple (GH-32159) by Matthew Rahtz · 3 years, 5 months ago
  12. 5a4973e bpo-46998: Allow subclassing Any at runtime (GH-31841) by Shantanu · 3 years, 5 months ago
  13. 48269ea bpo-46484:Add test for Calendar.iterweekdays (GH-30825) by 180909 · 3 years, 5 months ago
  14. d1b1c88 bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297) by Christian Heimes · 3 years, 5 months ago
  15. ff2cf1d bpo-47152: Remove unused import in re (GH-32298) by Serhiy Storchaka · 3 years, 5 months ago
  16. 1578f06 bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290) by Serhiy Storchaka · 3 years, 5 months ago
  17. 4216dce bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003) by Inada Naoki · 3 years, 5 months ago
  18. 84acb5c bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128) by Jason R. Coombs · 3 years, 5 months ago
  19. 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
  20. b82cdd1 bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285) by Christian Heimes · 3 years, 5 months ago
  21. 1be3260 bpo-47152: Convert the re module into a package (GH-32177) by Serhiy Storchaka · 3 years, 5 months ago
  22. 4ed8a9a bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238) by Christian Heimes · 3 years, 5 months ago
  23. 59be9cd bpo-40280: Detect if WASM platform supports threading (GH-32243) by Christian Heimes · 3 years, 5 months ago
  24. 0f68c20 bpo-47131: Speedup AST comparisons in test_unparse by using node traversal (GH-32132) by Jeremy Kloth · 3 years, 5 months ago
  25. 082d349 bpo-40280: Emscripten fork_exec now fails early (GH-32224) by Christian Heimes · 3 years, 5 months ago
  26. 76b8a07 bpo-47089: Avoid test_compileall failures on Windows (GH-32037) by Jeremy Kloth · 3 years, 5 months ago
  27. 04e07c2 bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231) by Irit Katriel · 3 years, 5 months ago
  28. d4bb38f bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197) by Andrew Svetlov · 3 years, 5 months ago
  29. 74b95d8 bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114) by Mark Shannon · 3 years, 5 months ago
  30. 44e9150 bpo-47182: Fix crash by named unicode characters after interpreter reinitialization (GH-32212) by Christian Heimes · 3 years, 5 months ago
  31. 5458b7e Remove unnecessary registration of weakref.WeakSet to _collections_abc.Set (GH-32211) by Géry Ogam · 3 years, 5 months ago
  32. a00518d bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115) by Irit Katriel · 3 years, 5 months ago
  33. f3d5715 bpo-46566: Make test_launcher more robust to a variety of installs (GH-32204) by Steve Dower · 3 years, 5 months ago
  34. a03a09e Replace with_traceback() with exception chaining and reraising (GH-32074) by Oleg Iarygin · 3 years, 5 months ago
  35. f08a191 bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105) by Andrew Svetlov · 3 years, 5 months ago
  36. 75eee1d bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929) by Daniël van Noord · 3 years, 5 months ago
  37. 6881ea9 bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) by Hugo van Kemenade · 3 years, 5 months ago
  38. 63f32fa bpo-26120: do not exclude __future__ import in pydoc of the __future__ module itself (GH-32180) by Irit Katriel · 3 years, 5 months ago
  39. dc2d840 bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480) by Dave Goncalves · 3 years, 5 months ago
  40. 755be9b bpo-14265: Adds fully qualified test name to unittest output (GH-32138) by Sam Ezeh · 3 years, 5 months ago
  41. 356997c bpo-35859: Fix a few long-standing bugs in re engine (GH-12427) by Ma Lin · 3 years, 5 months ago
  42. bad86a6 bpo-46566: Add new py.exe launcher implementation (GH-32062) by Steve Dower · 3 years, 5 months ago
  43. 5c30388f bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131) by Vincent Bernat · 3 years, 5 months ago
  44. 7b44ade bpo-47129: Add more informative messages to f-string syntax errors (32127) by Maciej Górski · 3 years, 5 months ago
  45. 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
  46. 66584c8 Fix typo in the sqlite3 docs (GH-31915) by Jonathan · 3 years, 5 months ago
  47. 58448cb bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125) by Kumar Aditya · 3 years, 5 months ago
  48. c12ba6b bpo-45171: Remove tests of deprecated logger.warn(). (GH-32139) by Jouke Witteveen · 3 years, 5 months ago
  49. 5ca6d74 bpo-45171: Fix stacklevel handling in logging. (GH-28287) by Jouke Witteveen · 3 years, 5 months ago
  50. e8e737b bpo-43224: Implement PEP 646 grammar changes (GH-31018) by Matthew Rahtz · 3 years, 5 months ago
  51. bad6ffa bpo-47062: Rename factory argument to loop_factory (GH-32113) by Andrew Svetlov · 3 years, 5 months ago
  52. d03acd7 bpo-43352: Add a Barrier object in asyncio lib (GH-24903) by Duprat · 3 years, 5 months ago
  53. 20e6e56 bpo-47118: Fix asyncio.Runner tests error (32117) by Andrew Svetlov · 3 years, 5 months ago
  54. 4119d2d bpo-47062: Implement asyncio.Runner context manager (GH-31799) by Andrew Svetlov · 3 years, 5 months ago
  55. 3354245 bpo-46480: rephrase typing.assert_type docs (GH-32069) by Shantanu · 3 years, 5 months ago
  56. ff619c7 bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086) by Andrew Svetlov · 3 years, 5 months ago
  57. 48e2010 bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076) by Christian Heimes · 3 years, 5 months ago
  58. 0360e9f bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel() (GH-31840) by Andrew Svetlov · 3 years, 5 months ago
  59. 7ba7eae bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932) by Daniël van Noord · 3 years, 5 months ago
  60. e03db6d bpo-45150: Fix testing under FIPS mode (GH-32046) by Christian Heimes · 3 years, 5 months ago
  61. 492d410 bpo-42885: Optimize search for regular expressions starting with "\A" or "^" (GH-32021) by Serhiy Storchaka · 3 years, 5 months ago
  62. 32e7715 bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) by Andrew Svetlov · 3 years, 5 months ago
  63. 673755b bpo-47076: Make asyncio.Queue stable on slow test boxes (GH-32040) by Andrew Svetlov · 3 years, 5 months ago
  64. 88872a2 bpo-47084: Clear Unicode cached representations on finalization (GH-32032) by Jeremy Kloth · 3 years, 5 months ago
  65. 7d810b6 bpo-46838: Syntax error improvements for function definitions (GH-31590) by Pablo Galindo Salgado · 3 years, 5 months ago
  66. deeaac4 bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) by Christian Heimes · 3 years, 5 months ago
  67. a25a985 bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007) by Serhiy Storchaka · 3 years, 5 months ago
  68. c6cd3cc bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documentation (GH-32028) by Serhiy Storchaka · 3 years, 5 months ago
  69. 4f97d64 bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930) by Christian Heimes · 3 years, 5 months ago
  70. 19058b9 bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578) by Jeremy Kloth · 3 years, 5 months ago
  71. 5c3201e bpo-47080: Use atomic groups to simplify fnmatch (GH-32029) by Tim Peters · 3 years, 5 months ago
  72. 345b390 bpo-433030: Add support of atomic grouping in regular expressions (GH-31982) by Serhiy Storchaka · 3 years, 5 months ago
  73. 2bde682 bpo-46841: Quicken code in-place (GH-31888) by Brandt Bucher · 3 years, 5 months ago
  74. 9d1c4d6 bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000) by Gregory P. Smith · 3 years, 5 months ago
  75. 3ae975f bpo-47015: Update test_os from asyncore to asyncio (GH-31876) by Oleg Iarygin · 3 years, 5 months ago
  76. e730ae7 bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974) by Kevin Mehall · 3 years, 5 months ago
  77. 82e9b0b bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31980) by Arie Bovenberg · 3 years, 5 months ago
  78. 383a3be bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962) by Serhiy Storchaka · 3 years, 5 months ago
  79. 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
  80. 4142961 bpo-39394: Improve warning message in the re module (GH-31988) by Serhiy Storchaka · 3 years, 5 months ago
  81. 7747384 bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) by Hugo van Kemenade · 3 years, 5 months ago
  82. 3a2b895 bpo-43224: Add TypeVarTuple.__name__ (GH-31954) by Jelle Zijlstra · 3 years, 5 months ago
  83. d190a93 bpo-47037: Don't test for strftime('%4Y') on Windows (GH-31945) by Christian Heimes · 3 years, 5 months ago
  84. 48d9262 bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation schemes (GH-31034) by Miro Hrončok · 3 years, 5 months ago
  85. cd44afc bpo-40296: Fix supporting generic aliases in pydoc (GH-30253) by Serhiy Storchaka · 3 years, 5 months ago
  86. a0db11b bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) by Bader Zaidan · 3 years, 5 months ago
  87. 903f0a0 bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964) by Andrew Svetlov · 3 years, 5 months ago
  88. a5d2460 bpo-47042: Fix testing the HTML output in test_pydoc (GH-31959) by Serhiy Storchaka · 3 years, 5 months ago
  89. 3011a09 Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an additional NULL. (GH-31933) by Mark Shannon · 3 years, 5 months ago
  90. ef1327e bpo-40280: Skip more tests on Emscripten (GH-31947) by Christian Heimes · 3 years, 5 months ago
  91. c2e3c06 bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839) by Serhiy Storchaka · 3 years, 5 months ago
  92. 7aeb06f Do not run test_gdb when gdb embeds Python 2. (GH-31956) by Inada Naoki · 3 years, 5 months ago
  93. 15df8f8 bpo-46981: Remove typing._TypingEmpty (GH-31836) by Serhiy Storchaka · 3 years, 5 months ago
  94. 4674fd4 bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695) by Erlend Egeberg Aasland · 3 years, 5 months ago
  95. 96568e9 bpo-46480: add typing.assert_type (GH-30843) by Jelle Zijlstra · 3 years, 5 months ago
  96. 7c353b7 bpo-22859: deprecate unittest.main.TestProgram.usageExit (GH-30293) by Carlos Damazio · 3 years, 5 months ago
  97. 30b5d41 bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950) by Andrew Svetlov · 3 years, 5 months ago
  98. a7c5414 bpo-47038: Increase a test timeout for slow CI machines (GH-31951) by Andrew Svetlov · 3 years, 5 months ago
  99. 3dd9bfa bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) by Andrew Svetlov · 3 years, 5 months ago
  100. dd0082c bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942) by Andrew Svetlov · 3 years, 5 months ago