Python 3.10.10
  1. aad5f6a Python 3.10.10 by Pablo Galindo · 2 years, 6 months ago v3.10.10
  2. 435fcb0 gh-101334: Don't force USTAR format in test_tarfile. (GH-101572) by Miss Islington (bot) · 2 years, 6 months ago
  3. b134978 [3.10] [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result (GH-101339) (#101340) by Miss Islington (bot) · 2 years, 7 months ago
  4. 740050a [3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101448) by Dong-hee Na · 2 years, 7 months ago
  5. 3adac41 gh-101229: Add tests for aliases of imported names (GH-101230) by Miss Islington (bot) · 2 years, 7 months ago
  6. 5717ab3 [3.10] gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194) (#99456) by Miss Islington (bot) · 2 years, 7 months ago
  7. 9532c04 gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseEventLoop._add_callback` (GH-101197) by Miss Islington (bot) · 2 years, 7 months ago
  8. b2a662f [3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positional (GH-101179) (GH-101182) by Miss Islington (bot) · 2 years, 7 months ago
  9. b7b641a [3.10] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101009) by Nikita Sobolev · 2 years, 7 months ago
  10. 78c9f39 [3.10] gh-101021: Document binary parameters as bytes (GH-101024). (#101052) by Barry Warsaw · 2 years, 7 months ago
  11. 94f9198 [3.10] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (GH-100959) (#101020) by Miss Islington (bot) · 2 years, 7 months ago
  12. 87f9b1d [3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (GH-100412) (GH-100970) by Serhiy Storchaka · 2 years, 7 months ago
  13. 47b1eb9 [3.10] gh-100931: Test all `pickle` protocols in `test_slice` (GH-100932). (GH-100978) by Nikita Sobolev · 2 years, 7 months ago
  14. ebc1fd3 [3.10] gh-100871: Improve `copy` module tests (GH-100872) (#100975) by Nikita Sobolev · 2 years, 7 months ago
  15. a3b6577 [3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938) by Kumar Aditya · 2 years, 7 months ago
  16. b374481 GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback (GH-13364) by Miss Islington (bot) · 2 years, 7 months ago
  17. ebe8d23 [3.10] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756) (GH-100785) by Carl Meyer · 2 years, 8 months ago
  18. f49cc3c gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740) by Miss Islington (bot) · 2 years, 8 months ago
  19. 35a010f GH-86508: skip binding to local addresses of different family in `asyncio.open_connection` (GH-100615) by Miss Islington (bot) · 2 years, 8 months ago
  20. ff9ac58 [3.10] gh-95882: Add tests for traceback from contextlib context managers (GH-95883) (#100715) by Irit Katriel · 2 years, 8 months ago
  21. 0d57f10 IDLE - fix module browser test (GH-100647) by Miss Islington (bot) · 2 years, 8 months ago
  22. 0428550 gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555) by Miss Islington (bot) · 2 years, 8 months ago
  23. 1ffc672 [3.10] gh-99535: Add test for inheritance of annotations and update documentation (GH-99990) (#100509) by Jelle Zijlstra · 2 years, 8 months ago
  24. bb159b4 [3.10] gh-100520: Fix `rst` markup in `configparser` docstrings (GH-100524) (#100534) by Miss Islington (bot) · 2 years, 8 months ago
  25. 9975d4e [3.10] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100508) by Shantanu · 2 years, 8 months ago
  26. ecbf136 [3.10] gh-100474: Fix handling of dirs named index.html in http.server (GH-100504) by Miss Islington (bot) · 2 years, 8 months ago
  27. b168b0e gh-94808: improve test coverage of number formatting (GH-99472) by Miss Islington (bot) · 2 years, 8 months ago
  28. 9c4b8cc bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883) by Miss Islington (bot) · 2 years, 8 months ago
  29. 95c55a6 [3.10] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576) (#100451) by Miss Islington (bot) · 2 years, 8 months ago
  30. de74d49 gh-57762: fix misleading tkinter.Tk docstring (GH-98837) by Miss Islington (bot) · 2 years, 8 months ago
  31. 58967d1 Correct typo in typing.py (GH-100423) by Miss Islington (bot) · 2 years, 8 months ago
  32. 2dda668 gh-100129: Add tests for pickling all builtin types and functions (GH-100142) by Miss Islington (bot) · 2 years, 8 months ago
  33. 7f24056 gh-100374: Fixed a bug in socket.getfqdn() (gh-100375) by Miss Islington (bot) · 2 years, 8 months ago
  34. 591365c [3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (GH-99890) (#100386) by colorfulappl · 2 years, 8 months ago
  35. 919045c [3.10] gh-85267: Improvements to inspect.signature __text_signature__ handling (GH-98796) (#100393) by Shantanu · 2 years, 8 months ago
  36. 53063b7 [3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241) (#100353) by colorfulappl · 2 years, 8 months ago
  37. 3144aca [3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232) by colorfulappl · 2 years, 8 months ago
  38. 580165d bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH-25775) by Miss Islington (bot) · 2 years, 8 months ago
  39. 0e2c783 [3.10] bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574) (GH-100023) by Miss Islington (bot) · 2 years, 8 months ago
  40. 85be258 gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966) by Miss Islington (bot) · 2 years, 8 months ago
  41. fe7c309a gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654) by Miss Islington (bot) · 2 years, 8 months ago
  42. 72cfe5b [3.10] gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the tokenizer (GH-100065) (#100073) by Pablo Galindo Salgado · 2 years, 8 months ago
  43. 1dd9be6 Python 3.10.9 by Pablo Galindo · 2 years, 9 months ago v3.10.9
  44. 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
  45. aae7b43 gh-100001: Also escape \s in http.server log messages. (GH-100038) by Miss Islington (bot) · 2 years, 9 months ago
  46. ec8c06b gh-100001: Omit control characters in http.server stderr logs. (GH-100002) by Miss Islington (bot) · 2 years, 9 months ago
  47. b914eee [3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017) by Łukasz Langa · 2 years, 9 months ago
  48. c067023 gh-99892: test_unicodedata: skip test on download failure (GH-100011) by Miss Islington (bot) · 2 years, 9 months ago
  49. 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
  50. 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
  51. b027dd7 bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) by Luke Garland · 2 years, 9 months ago
  52. 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
  53. a851797 [3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99842) by Kumar Aditya · 2 years, 9 months ago
  54. 345aaa4 gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99629) by Miss Islington (bot) · 2 years, 9 months ago
  55. 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
  56. c426815 bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688) by Miss Islington (bot) · 2 years, 9 months ago
  57. 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
  58. 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
  59. 190331e [3.10] Add more details in test_unittest (GH-99626). (GH-99692) by Serhiy Storchaka · 2 years, 9 months ago
  60. 99e852c gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422) by Miss Islington (bot) · 2 years, 9 months ago
  61. 37dbbb2 gh-99578: Fix refleak in _imp.create_builtin() (GH-99642) by Miss Islington (bot) · 2 years, 9 months ago
  62. 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
  63. 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
  64. 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
  65. 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
  66. 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
  67. 14c1395 gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283) by Miss Islington (bot) · 2 years, 9 months ago
  68. 535027f bpo-34272: Reorganize C API tests. (GH-8551) by Miss Islington (bot) · 2 years, 9 months ago
  69. 8d27e62 gh-80448: argparse: Fix IndexError on store_true action (GH-15656) by Miss Islington (bot) · 2 years, 9 months ago
  70. 9a5ca31 [3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132) by Jason R. Coombs · 2 years, 9 months ago
  71. e6f066a gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736) by Miss Islington (bot) · 2 years, 9 months ago
  72. ee405e3 gh-99320: remove tests for old-style class from `test_complex` (GH-99321) by Miss Islington (bot) · 2 years, 9 months ago
  73. 9bb8e18 [3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) by Miss Islington (bot) · 2 years, 9 months ago
  74. e7781fd gh-99124: use concrete exception types in `test_builtin` (GH-99125) by Miss Islington (bot) · 2 years, 9 months ago
  75. a5d3e1d gh-98513: Test abstract methods of some `collections` types (GH-98516) by Miss Islington (bot) · 2 years, 9 months ago
  76. eb0e942 bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937) by Miss Islington (bot) · 2 years, 9 months ago
  77. 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
  78. cd6fe96 gh-99051: remove duplicated test from `test_weakref` (GH-99052) by Miss Islington (bot) · 2 years, 10 months ago
  79. 92cc215 `test_typing`: use all pickle protocols (GH-99154) by Miss Islington (bot) · 2 years, 10 months ago
  80. 982273a gh-99134: Update bundled pip to 22.3.1 (gh-99135) by Miss Islington (bot) · 2 years, 10 months ago
  81. 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
  82. 22bbb0c [3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (GH-99046) by Serhiy Storchaka · 2 years, 10 months ago
  83. 27dc6db gh-98512: Add more tests for `ValuesView` (GH-98515) by Miss Islington (bot) · 2 years, 10 months ago
  84. c23862f gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423) by Miss Islington (bot) · 2 years, 10 months ago
  85. 9ca7b15 [3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) (GH-98969) by Serhiy Storchaka · 2 years, 10 months ago
  86. 078ce68 GH-98897: fix memory leak if `math.dist` raises exception (GH-98898) by Miss Islington (bot) · 2 years, 10 months ago
  87. d3d1738 [3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890) by Charlie Zhao · 2 years, 10 months ago
  88. 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
  89. 3f0f743 [3.10] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98798) by Miss Islington (bot) · 2 years, 10 months ago
  90. 97106d3 [3.10] Add more tkinter.Canvas tests (GH-98475) (#98477) by Miss Islington (bot) · 2 years, 10 months ago
  91. 9338e9a gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor event loop (GH-98730) by Miss Islington (bot) · 2 years, 10 months ago
  92. bb80f6a gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times (GH-98704) by Miss Islington (bot) · 2 years, 10 months ago
  93. fd9bdde gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486) by Miss Islington (bot) · 2 years, 10 months ago
  94. cb323a8 gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648) by Miss Islington (bot) · 2 years, 10 months ago
  95. 750e504 Use more precise exception types in `assertRaises` in typing tests (GH-98650) by Miss Islington (bot) · 2 years, 10 months ago
  96. a86a7b8 gh-93696: Locate frozen module source with __file__ (GH-93697) by Miss Islington (bot) · 2 years, 10 months ago
  97. 8ba086f GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) by Miss Islington (bot) · 2 years, 10 months ago
  98. 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
  99. 0e4e058 [3.10] gh-98517: Fix buffer overflows in _sha3 module (#98519) by Theo Buehler · 2 years, 10 months ago
  100. 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