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. b7ae1d2 [3.10] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100044) by Miss Islington (bot) · 2 years, 9 months ago
  4. aae7b43 gh-100001: Also escape \s in http.server log messages. (GH-100038) by Miss Islington (bot) · 2 years, 9 months ago
  5. ec8c06b gh-100001: Omit control characters in http.server stderr logs. (GH-100002) by Miss Islington (bot) · 2 years, 9 months ago
  6. e507598 [3.10] dataclasses.rst: Prevent horizontal scrolling (gh-100025). (gh-100029) by Eric V. Smith · 2 years, 9 months ago
  7. b914eee [3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017) by Łukasz Langa · 2 years, 9 months ago
  8. c067023 gh-99892: test_unicodedata: skip test on download failure (GH-100011) by Miss Islington (bot) · 2 years, 9 months ago
  9. 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
  10. 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
  11. e2209cb gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice and suggest other edits (GH-99784) by Miss Islington (bot) · 2 years, 9 months ago
  12. b027dd7 bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) by Luke Garland · 2 years, 9 months ago
  13. 64dae2e gh-99845: _PyObject_DictPointer(): fix dictoffset cast (GH-99922) by Miss Islington (bot) · 2 years, 9 months ago
  14. 807b103 [3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99920) by Sam James · 2 years, 9 months ago
  15. 80f4624 [3.10] GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916) (GH-99913) by Miss Islington (bot) · 2 years, 9 months ago
  16. 3baaa97 Docs: improve accuracy of socketserver reference (GH-24767) by Miss Islington (bot) · 2 years, 9 months ago
  17. 9057296 whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853) by Miss Islington (bot) · 2 years, 9 months ago
  18. ca3c480 gh-90717: Update the documentation for the altchars paremeter in base64 library (GH-94187) by Steve Dower · 2 years, 9 months ago
  19. 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
  20. a851797 [3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99842) by Kumar Aditya · 2 years, 9 months ago
  21. b1c148c gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342) by Miss Islington (bot) · 2 years, 9 months ago
  22. 345aaa4 gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99629) by Miss Islington (bot) · 2 years, 9 months ago
  23. ab87bcd Docs: both sqlite3 "point examples" now adapt to str (GH-99823) by Miss Islington (bot) · 2 years, 9 months ago
  24. 72d1735 doc: Remove backslashes in doctest grammar docs (GH-29346) by Miss Islington (bot) · 2 years, 9 months ago
  25. 4323439 bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659) by Miss Islington (bot) · 2 years, 9 months ago
  26. 3d82b7e [3.10] gh-99795: Fix typo in importlib.resources.abc (GH-99796) (GH-99800) by Jason R. Coombs · 2 years, 9 months ago
  27. 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
  28. 610b779 GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH-95897) by Miss Islington (bot) · 2 years, 9 months ago
  29. 1fc2e2a [3.10] gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH-99512) (#99790) by Miss Islington (bot) · 2 years, 9 months ago
  30. fae745e Fix typo in `__match_args__` doc (GH-99785) by Miss Islington (bot) · 2 years, 9 months ago
  31. aabe831 gh-96168: Add sqlite3 row factory how-to (GH-99507) by Miss Islington (bot) · 2 years, 9 months ago
  32. c426815 bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688) by Miss Islington (bot) · 2 years, 9 months ago
  33. 59241fe Fix rendering of audioop license in Doc/license.rst (GH-99752) by Miss Islington (bot) · 2 years, 9 months ago
  34. 612834e Use faster APIs to calculate paths at startup for Store packaged Python on Windows (GH-99345) by Miss Islington (bot) · 2 years, 9 months ago
  35. 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
  36. 40a4b40 GH-95283: Add note about compilers in Mac/README.txt (GH-99506) by Miss Islington (bot) · 2 years, 9 months ago
  37. 5252ad2 GH-92892: Add section about variadic functions to ctypes documentation (GH-99529) by Miss Islington (bot) · 2 years, 9 months ago
  38. fa6cc9e [3.10] gh-99146 struct module documentation should have more predictable examples/warnings (GH-99141) (GH-99703) by Miss Islington (bot) · 2 years, 9 months ago
  39. 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
  40. 190331e [3.10] Add more details in test_unittest (GH-99626). (GH-99692) by Serhiy Storchaka · 2 years, 9 months ago
  41. 1c5e860 [3.10] GH-97001: Release GIL in termios extension (GH-99503) (#99680) by Ronald Oussoren · 2 years, 9 months ago
  42. 99e852c gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422) by Miss Islington (bot) · 2 years, 9 months ago
  43. 37dbbb2 gh-99578: Fix refleak in _imp.create_builtin() (GH-99642) by Miss Islington (bot) · 2 years, 9 months ago
  44. 101dfae [3.10] GH-95815: Document less specific error for os.remove (GH-99571) (#99639) by Miss Islington (bot) · 2 years, 9 months ago
  45. 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
  46. 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
  47. 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
  48. 90850fa [3.10] Remove trailing space to fix azure failures (#99611) by Stanley · 2 years, 9 months ago
  49. 4572c98 [3.10] gh-85073: Add some missing links to source (GH-99363) (#99589) by Stanley · 2 years, 9 months ago
  50. 731a747 Doc: Replace question mark with fullstop (GH-99558) by Miss Islington (bot) · 2 years, 9 months ago
  51. 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
  52. 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
  53. 14c1395 gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283) by Miss Islington (bot) · 2 years, 9 months ago
  54. 5324893 gh-99392: Fix sqlite3 converter recipes (GH-99393) by Miss Islington (bot) · 2 years, 9 months ago
  55. 535027f bpo-34272: Reorganize C API tests. (GH-8551) by Miss Islington (bot) · 2 years, 9 months ago
  56. 8d27e62 gh-80448: argparse: Fix IndexError on store_true action (GH-15656) by Miss Islington (bot) · 2 years, 9 months ago
  57. ad5159b gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372) by Miss Islington (bot) · 2 years, 9 months ago
  58. 5612471 gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437) by Miss Islington (bot) · 2 years, 9 months ago
  59. f7d3b18 GH-99183: Document behavior of count() for empty substrings (GH-99339) by Miss Islington (bot) · 2 years, 9 months ago
  60. 9a5ca31 [3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132) by Jason R. Coombs · 2 years, 9 months ago
  61. e6f066a gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736) by Miss Islington (bot) · 2 years, 9 months ago
  62. ee405e3 gh-99320: remove tests for old-style class from `test_complex` (GH-99321) by Miss Islington (bot) · 2 years, 9 months ago
  63. bec1317 gh-99238: clarify the type of the env dict. (GH-99253) by Miss Islington (bot) · 2 years, 9 months ago
  64. b51c283 Fix broken link in `asyncio-subprocesses` doc (GH-99214) by Miss Islington (bot) · 2 years, 9 months ago
  65. 9bb8e18 [3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) by Miss Islington (bot) · 2 years, 9 months ago
  66. e7781fd gh-99124: use concrete exception types in `test_builtin` (GH-99125) by Miss Islington (bot) · 2 years, 9 months ago
  67. a5d3e1d gh-98513: Test abstract methods of some `collections` types (GH-98516) by Miss Islington (bot) · 2 years, 9 months ago
  68. d2cb0f9 [3.10] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99002) (GH-99213) by Miss Islington (bot) · 2 years, 9 months ago
  69. 6b46cb4 doc: Formatting and typo fixes (GH-98974) by Miss Islington (bot) · 2 years, 9 months ago
  70. eb0e942 bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937) by Miss Islington (bot) · 2 years, 9 months ago
  71. 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
  72. 1b5a62b gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162) by Miss Islington (bot) · 2 years, 10 months ago
  73. 0d5b25b [3.10] gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SCOPE_SYSTEM (GH-99085) (#99119) by Erlend E. Aasland · 2 years, 10 months ago
  74. 8eb4e2c gh-94286 Fix documentation of print default param (GH-94297) by Miss Islington (bot) · 2 years, 10 months ago
  75. cd6fe96 gh-99051: remove duplicated test from `test_weakref` (GH-99052) by Miss Islington (bot) · 2 years, 10 months ago
  76. 380b12e gh-83004: Clean up refleak in _pickle initialisation (GH-98841) by Miss Islington (bot) · 2 years, 10 months ago
  77. 70006d6 gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842) by Miss Islington (bot) · 2 years, 10 months ago
  78. 92cc215 `test_typing`: use all pickle protocols (GH-99154) by Miss Islington (bot) · 2 years, 10 months ago
  79. 982273a gh-99134: Update bundled pip to 22.3.1 (gh-99135) by Miss Islington (bot) · 2 years, 10 months ago
  80. 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
  81. 0f45b2e minor edits to locale doc (GH-98537) by Miss Islington (bot) · 2 years, 10 months ago
  82. 3a7e9ea Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (GH-99078) by Miss Islington (bot) · 2 years, 10 months ago
  83. 8d44f36 gh-83004: Clean up refleak in _io initialisation (GH-98840) by Miss Islington (bot) · 2 years, 10 months ago
  84. 22bbb0c [3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (GH-99046) by Serhiy Storchaka · 2 years, 10 months ago
  85. 27dc6db gh-98512: Add more tests for `ValuesView` (GH-98515) by Miss Islington (bot) · 2 years, 10 months ago
  86. b9e621b gh-65002: Make note that null bytes are used to pad bytes (GH-98635) by Miss Islington (bot) · 2 years, 10 months ago
  87. 8c0cf11 Docs: Add 'as, match statement' to the index (GH-99001) by Miss Islington (bot) · 2 years, 10 months ago
  88. f9b37d4 argparse howto: Use f-string in preference to "...".format() (GH-98883) by Miss Islington (bot) · 2 years, 10 months ago
  89. c592b33 [3.10] gh-96265: Formatting changes for faq/programming (GH-98242) (#98994) by Stanley · 2 years, 10 months ago
  90. 6cf30c6 gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977) by Miss Islington (bot) · 2 years, 10 months ago
  91. 0774f83 [3.10] gh-97731: Specify the full path to the docs for `make docclean` (GH-98982) (#99025) by Miss Islington (bot) · 2 years, 10 months ago
  92. c23862f gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423) by Miss Islington (bot) · 2 years, 10 months ago
  93. e07086d [3.10] gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958) (#98986) by Jelle Zijlstra · 2 years, 10 months ago
  94. 5f0d266 gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682) by Miss Islington (bot) · 2 years, 10 months ago
  95. 8a7695e [3.10] [doc] Update cookbook example for socket-based logging in a production sett… (GH-98922) (GH-98981) by Miss Islington (bot) · 2 years, 10 months ago
  96. a2d4537 gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968) by Miss Islington (bot) · 2 years, 10 months ago
  97. 9ca7b15 [3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) (GH-98969) by Serhiy Storchaka · 2 years, 10 months ago
  98. 8648c06 Doc: use "unnumbered" footnotes (GH-98954) by Miss Islington (bot) · 2 years, 10 months ago
  99. 078ce68 GH-98897: fix memory leak if `math.dist` raises exception (GH-98898) by Miss Islington (bot) · 2 years, 10 months ago
  100. d3d1738 [3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890) by Charlie Zhao · 2 years, 10 months ago