Python 3.10.9
  1. 1dd9be6 Python 3.10.9 by Pablo Galindo · 2 years, 9 months ago v3.10.9
  2. 300d812 [3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#100059) by Łukasz Langa · 2 years, 9 months ago
  3. aae7b43 gh-100001: Also escape \s in http.server log messages. (GH-100038) by Miss Islington (bot) · 2 years, 9 months ago
  4. ec8c06b gh-100001: Omit control characters in http.server stderr logs. (GH-100002) by Miss Islington (bot) · 2 years, 9 months ago
  5. b914eee [3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017) by Łukasz Langa · 2 years, 9 months ago
  6. c067023 gh-99892: test_unicodedata: skip test on download failure (GH-100011) by Miss Islington (bot) · 2 years, 9 months ago
  7. e699e5c gh-98458: unittest: bugfix for infinite loop while handling chained exceptions that contain cycles (GH-98459) by Miss Islington (bot) · 2 years, 9 months ago
  8. ac78128 [3.10] gh-60203: Always pass True/False as boolean arguments in tests (GH-99983) (GH-99989) by Serhiy Storchaka · 2 years, 9 months ago
  9. b027dd7 bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) by Luke Garland · 2 years, 9 months ago
  10. 1b43fa6 [3.10] gh-99811: Use correct variable to search for time in format string (GH-99812) (GH-99852) by Miss Islington (bot) · 2 years, 9 months ago
  11. a851797 [3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99842) by Kumar Aditya · 2 years, 9 months ago
  12. 345aaa4 gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99629) by Miss Islington (bot) · 2 years, 9 months ago
  13. 289411d gh-97966: Restore prior expectation that uname_result._fields and ._asdict would include the processor. (gh-98343) by Miss Islington (bot) · 2 years, 9 months ago
  14. c426815 bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688) by Miss Islington (bot) · 2 years, 9 months ago
  15. b191bc3 [3.10] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raises (GH-95739) (#99722) by Dong Uk, Kang · 2 years, 9 months ago
  16. 400d41b [3.10] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646) (GH-99699) by Serhiy Storchaka · 2 years, 9 months ago
  17. 190331e [3.10] Add more details in test_unittest (GH-99626). (GH-99692) by Serhiy Storchaka · 2 years, 9 months ago
  18. 99e852c gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422) by Miss Islington (bot) · 2 years, 9 months ago
  19. 37dbbb2 gh-99578: Fix refleak in _imp.create_builtin() (GH-99642) by Miss Islington (bot) · 2 years, 9 months ago
  20. ad47c7d [3.10] gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer (GH-99605). (#99630) by Pablo Galindo Salgado · 2 years, 9 months ago
  21. 88b101f [3.10] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (GH-99366) by Miss Islington (bot) · 2 years, 9 months ago
  22. 42b7b21 [3.10] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicode (GH-99431). (GH-99617) by Serhiy Storchaka · 2 years, 9 months ago
  23. e470803 gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) by Miss Islington (bot) · 2 years, 9 months ago
  24. bc2cdfc [3.10] gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) (#99452) by Kamil Turek · 2 years, 9 months ago
  25. 14c1395 gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283) by Miss Islington (bot) · 2 years, 9 months ago
  26. 535027f bpo-34272: Reorganize C API tests. (GH-8551) by Miss Islington (bot) · 2 years, 9 months ago
  27. 8d27e62 gh-80448: argparse: Fix IndexError on store_true action (GH-15656) by Miss Islington (bot) · 2 years, 9 months ago
  28. 9a5ca31 [3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132) by Jason R. Coombs · 2 years, 9 months ago
  29. e6f066a gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736) by Miss Islington (bot) · 2 years, 9 months ago
  30. ee405e3 gh-99320: remove tests for old-style class from `test_complex` (GH-99321) by Miss Islington (bot) · 2 years, 9 months ago
  31. 9bb8e18 [3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) by Miss Islington (bot) · 2 years, 9 months ago
  32. e7781fd gh-99124: use concrete exception types in `test_builtin` (GH-99125) by Miss Islington (bot) · 2 years, 9 months ago
  33. a5d3e1d gh-98513: Test abstract methods of some `collections` types (GH-98516) by Miss Islington (bot) · 2 years, 9 months ago
  34. eb0e942 bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937) by Miss Islington (bot) · 2 years, 9 months ago
  35. ea2316a [3.10] [ GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-99156). (GH-99188) (GH-99190) by Miss Islington (bot) · 2 years, 9 months ago
  36. cd6fe96 gh-99051: remove duplicated test from `test_weakref` (GH-99052) by Miss Islington (bot) · 2 years, 10 months ago
  37. 92cc215 `test_typing`: use all pickle protocols (GH-99154) by Miss Islington (bot) · 2 years, 10 months ago
  38. 982273a gh-99134: Update bundled pip to 22.3.1 (gh-99135) by Miss Islington (bot) · 2 years, 10 months ago
  39. ae5317d [3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (GH-99071) (GH-99098) by Miss Islington (bot) · 2 years, 10 months ago
  40. 22bbb0c [3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (GH-99046) by Serhiy Storchaka · 2 years, 10 months ago
  41. 27dc6db gh-98512: Add more tests for `ValuesView` (GH-98515) by Miss Islington (bot) · 2 years, 10 months ago
  42. c23862f gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423) by Miss Islington (bot) · 2 years, 10 months ago
  43. 9ca7b15 [3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) (GH-98969) by Serhiy Storchaka · 2 years, 10 months ago
  44. 078ce68 GH-98897: fix memory leak if `math.dist` raises exception (GH-98898) by Miss Islington (bot) · 2 years, 10 months ago
  45. d3d1738 [3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890) by Charlie Zhao · 2 years, 10 months ago
  46. 789d132 [3.10] gh-96151: Use a private name for passing builtins to dataclass. This now allows for a field named BUILTIN (gh-98143) (gh-98899) by Miss Islington (bot) · 2 years, 10 months ago
  47. 3f0f743 [3.10] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98798) by Miss Islington (bot) · 2 years, 10 months ago
  48. 97106d3 [3.10] Add more tkinter.Canvas tests (GH-98475) (#98477) by Miss Islington (bot) · 2 years, 10 months ago
  49. 9338e9a gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor event loop (GH-98730) by Miss Islington (bot) · 2 years, 10 months ago
  50. bb80f6a gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times (GH-98704) by Miss Islington (bot) · 2 years, 10 months ago
  51. fd9bdde gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486) by Miss Islington (bot) · 2 years, 10 months ago
  52. cb323a8 gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648) by Miss Islington (bot) · 2 years, 10 months ago
  53. 750e504 Use more precise exception types in `assertRaises` in typing tests (GH-98650) by Miss Islington (bot) · 2 years, 10 months ago
  54. a86a7b8 gh-93696: Locate frozen module source with __file__ (GH-93697) by Miss Islington (bot) · 2 years, 10 months ago
  55. 8ba086f GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) by Miss Islington (bot) · 2 years, 10 months ago
  56. dcb342b gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370) by Miss Islington (bot) · 2 years, 10 months ago
  57. 0e4e058 [3.10] gh-98517: Fix buffer overflows in _sha3 module (#98519) by Theo Buehler · 2 years, 10 months ago
  58. eae692e [3.10] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501) (GH-98503) by Miss Islington (bot) · 2 years, 10 months ago
  59. 0db4c59 gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273) by Miss Islington (bot) · 2 years, 10 months ago
  60. eee8b99 gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-98436) by Miss Islington (bot) · 2 years, 10 months ago
  61. d0ed05c gh-97928: Add tests for tkinter.Text.count() (GH-98269) by Miss Islington (bot) · 2 years, 10 months ago
  62. ce87ab4 [3.10] gh-93858: Prevent error when activating venv in nested fish instances (GH-93931) (GH-98403) by Miss Islington (bot) · 2 years, 10 months ago
  63. 676cdea [3.10] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98399) by Miss Islington (bot) · 2 years, 10 months ago
  64. 3adf234 gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_in_the_middle_of_receiving (GH-98316) by Miss Islington (bot) · 2 years, 10 months ago
  65. 928b5f1 gh-97527: IDLE - fix buggy macosx patch (GH-98313) by Miss Islington (bot) · 2 years, 10 months ago
  66. 146232f gh-95971: Turn @writes_bytecode_files to skip when not running (GH-95972) by Miss Islington (bot) · 2 years, 10 months ago
  67. 84a26e1 gh-95731: Fix module docstring extraction in pygettext (GH-95732) by Miss Islington (bot) · 2 years, 10 months ago
  68. c9da063 gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip when they do not impact path resolution (GH-98259) by Miss Islington (bot) · 2 years, 10 months ago
  69. fa9f65e bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596) by Miss Islington (bot) · 2 years, 10 months ago
  70. aaaf517 Python 3.10.8 by Pablo Galindo · 2 years, 10 months ago v3.10.8
  71. 1ae7abf [3.10] bpo-43564: preserve original exception in args of FTP URLError (GH-24938) (#98138) by Senthil Kumaran · 2 years, 10 months ago
  72. ccb5680 [3.10] gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (GH-96610) (#98121) by Nikita Sobolev · 2 years, 10 months ago
  73. 4d7d91f [3.10] Add more syslog tests (GH-97953). (GH-98101) by Serhiy Storchaka · 2 years, 10 months ago
  74. 225bee7 gh-92886: make test_ast pass with -O (assertions off) (GH-98058) by Miss Islington (bot) · 2 years, 11 months ago
  75. 8d40fbe gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060) by Miss Islington (bot) · 2 years, 11 months ago
  76. 1818235 gh-57179: Add note on symlinks for os.walk (GH-94799) by Miss Islington (bot) · 2 years, 11 months ago
  77. 6f40e2f [3.10] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (GH-96677) (#98032) by Miss Islington (bot) · 2 years, 11 months ago
  78. a3a3701 GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074) by Miss Islington (bot) · 2 years, 11 months ago
  79. e73cb54 gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170) by Miss Islington (bot) · 2 years, 11 months ago
  80. da986c6 Add note on capture_output arg to subprocess.run() docstring (GH-98012) by Miss Islington (bot) · 2 years, 11 months ago
  81. 3d89ac2 [3.10] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97967) by Miss Islington (bot) · 2 years, 11 months ago
  82. 6f23472 [3.10] Fix type annotation of `pstats.FunctionProfile.ncalls` (GH-96741) (#96836) by Miss Islington (bot) · 2 years, 11 months ago
  83. ac2427e gh-91539: improve performance of get_proxies_environment (GH-91566) by Miss Islington (bot) · 2 years, 11 months ago
  84. d108eeb gh-95196: Disable incorrect pickling of the C implemented classmethod descriptors (GH-96383) by Miss Islington (bot) · 2 years, 11 months ago
  85. ece5f7e gh-97825: fix AttributeError when calling subprocess.check_output(input=None) with encoding or errors args (GH-97826) by Miss Islington (bot) · 2 years, 11 months ago
  86. 40e56f3 gh-97639: Remove `tokenize.NL` check from `tabnanny` (GH-97640) by Miss Islington (bot) · 2 years, 11 months ago
  87. f8a3c4c Document that MozillaCookieJar works for curl's cookie files (GH-91852) by Miss Islington (bot) · 2 years, 11 months ago
  88. a7e2811 gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (GH-97765) by Miss Islington (bot) · 2 years, 11 months ago
  89. 769b9dc [3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97760) by Serhiy Storchaka · 2 years, 11 months ago
  90. c2d3f73 gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= 512 (GH-96890) by Miss Islington (bot) · 2 years, 11 months ago
  91. c6fcbb4 gh-97591: In `Exception.__setstate__()` acquire strong references before calling `tp_hash` slot (GH-97700) by Miss Islington (bot) · 2 years, 11 months ago
  92. a4fbb94 gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919) by Miss Islington (bot) · 2 years, 11 months ago
  93. 54bbb5e GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660) by Miss Islington (bot) · 2 years, 11 months ago
  94. a5c503f GH-96827: Don't touch closed loops from executor threads (GH-96837) by Miss Islington (bot) · 2 years, 11 months ago
  95. b61a51a bpo-35675: IDLE - separate config_key window and frame (GH-11427) by Miss Islington (bot) · 2 years, 11 months ago
  96. 455b494 gh-91212: Fixed flickering when the tracer is turned off (GH-95129) by Miss Islington (bot) · 2 years, 11 months ago
  97. 28f1435 gh-97616: list_resize() checks for integer overflow (GH-97617) by Miss Islington (bot) · 2 years, 11 months ago
  98. 3d8dfb3 Fix typo in error message in plistlib (GH-97540) by Miss Islington (bot) · 2 years, 11 months ago
  99. dc0a87d gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547) by Miss Islington (bot) · 2 years, 11 months ago
  100. 2321561 gh-97545: Make Semaphore run faster. (GH-97549) by Miss Islington (bot) · 2 years, 11 months ago