Python 3.10.3
  1. 9f1587e bpo-31415: importtime was made by Inada Naoki (GH-31875) by Miss Islington (bot) · 3 years, 5 months ago
  2. efa7250 [3.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31877) by Miss Islington (bot) · 3 years, 5 months ago
  3. c682840 [3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) (GH-31869) by Illia Volochii · 3 years, 5 months ago
  4. d929aa7 [3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857) by Jason R. Coombs · 3 years, 5 months ago
  5. d8ba5c1 [3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806) by Jelle Zijlstra · 3 years, 5 months ago
  6. 28f20a6 [3.10] bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs (GH-31349) (GH-31815) by Charlie Zhao · 3 years, 5 months ago
  7. b35b36e bpo-31327: Update time documentation to reflect possible errors (GH-31460) by Miss Islington (bot) · 3 years, 5 months ago
  8. 3386f87 Remove print race from task_done example. (GH-31795) by Miss Islington (bot) · 3 years, 5 months ago
  9. 5dfe981 [3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777) by Jelle Zijlstra · 3 years, 5 months ago
  10. ef54c4d Removed confusing reference to sys (GH-31638) by Miss Islington (bot) · 3 years, 5 months ago
  11. 5d2b9c9 [3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764) by Jelle Zijlstra · 3 years, 5 months ago
  12. b099363 Removed ambiguity in __init_subclass__ docs (GH-31540) by Miss Islington (bot) · 3 years, 5 months ago
  13. e053f0e bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260) by Miss Islington (bot) · 3 years, 5 months ago
  14. f6cdf5b importlib.metadata: Remove empty footnote section (GH-30451) by Miss Islington (bot) · 3 years, 5 months ago
  15. 06108c0 bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479) by Miss Islington (bot) · 3 years, 5 months ago
  16. fa69ec8 bpo-38738: Fix formatting of True and False in the threading documentation (GH-31678) by Miss Islington (bot) · 3 years, 6 months ago
  17. bdce188 bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) by Miss Islington (bot) · 3 years, 6 months ago
  18. 9d9dc59 bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639) by Miss Islington (bot) · 3 years, 6 months ago
  19. 60b561c bpo-21910: Clarify docs for codecs writelines method (GH-31245) by Miss Islington (bot) · 3 years, 6 months ago
  20. eb65e46 [3.10] bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31456). (GH-31645) by Irit Katriel · 3 years, 6 months ago
  21. 7dbb2f8 bpo-42982: update pbkdf2 example & add another link (GH-30966) (#30968) by Miss Islington (bot) · 3 years, 6 months ago
  22. 98e2ee6 Add missing "to" to two tp_flags notes (GH-31624) by Miss Islington (bot) · 3 years, 6 months ago
  23. 1f956d1 bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231) by Miss Islington (bot) · 3 years, 6 months ago
  24. 8b37a0c Update dict/OrderedDict differences with code equivalents. (GH-31563) by Miss Islington (bot) · 3 years, 6 months ago
  25. 632a812 bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547) by Miss Islington (bot) · 3 years, 6 months ago
  26. b0de629 bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) by Miss Islington (bot) · 3 years, 6 months ago
  27. 28d9353 Minor fixes to C API docs (GH-31501) by Miss Islington (bot) · 3 years, 6 months ago
  28. a7af34d [3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31506) by Miss Islington (bot) · 3 years, 6 months ago
  29. d04fb92 [3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504) by Miss Islington (bot) · 3 years, 6 months ago
  30. a2e13ec [docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421) by Miss Islington (bot) · 3 years, 6 months ago
  31. ea3e042 Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31437) by Miss Islington (bot) · 3 years, 6 months ago
  32. 75c5dbc Counter doc mentions three methods, but lists four (GH-30706) by Miss Islington (bot) · 3 years, 6 months ago
  33. 6eb3477 bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) by Miss Islington (bot) · 3 years, 6 months ago
  34. feb4455 docs: Link `match` statement in tutorial (GH-31396) by Miss Islington (bot) · 3 years, 6 months ago
  35. 68e80c4 [3.10] Update html.parser.rst (GH-30678) (GH-31385) by Miss Islington (bot) · 3 years, 6 months ago
  36. 5b63ba3 Update the OMG link (GH-30383) by Miss Islington (bot) · 3 years, 6 months ago
  37. 543242a Fix the signature of multiprocessing.set_executable (GH-31276) by Miss Islington (bot) · 3 years, 6 months ago
  38. a414cb3 Update __main__.rst (GH-30896) by Miss Islington (bot) · 3 years, 6 months ago
  39. c5a987b doc: use colon for all color's rangs (GH-28998) (#31336) by Miss Islington (bot) · 3 years, 6 months ago
  40. 8282532 bpo-38619: Update the documentation for UUID.hex (GH-29830) by Miss Islington (bot) · 3 years, 6 months ago
  41. 5574cac Fix minor grammar error (GH-31325) by Miss Islington (bot) · 3 years, 6 months ago
  42. a606c6a Fix a typo in Doc/faq/programming.rst (GH-31243) by Miss Islington (bot) · 3 years, 6 months ago
  43. 841c77d [3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (GH-31329) by Dennis Sweeney · 3 years, 6 months ago
  44. 6a7dd3f Corrections to format precision description. (GH-31291) by Miss Islington (bot) · 3 years, 6 months ago
  45. 44666c3 bpo-45447: Add entry to What's new 3.10 (GH-31304) by Miss Islington (bot) · 3 years, 6 months ago
  46. 5698e0b bpo-45447: Add entry to What's new 3.9 (GH-31305) by Miss Islington (bot) · 3 years, 6 months ago
  47. f2fbfbe bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281) by Miss Islington (bot) · 3 years, 6 months ago
  48. 7445949 bpo-43532: add version added to KW_ONLY (GH-31235) by Miss Islington (bot) · 3 years, 6 months ago
  49. 5603db4 [3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132) by Terry Jan Reedy · 3 years, 7 months ago
  50. 34895f6 Optimize images by IMGbot (GH-21348) by Miss Islington (bot) · 3 years, 7 months ago
  51. a77de58 Add recipe for subslices (GH-31095) by Raymond Hettinger · 3 years, 7 months ago
  52. e480def Fix minor details in the Counter docs (GH-31029) (GH-31072) by Miss Islington (bot) · 3 years, 7 months ago
  53. 2572c67 [3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236) (GH-30953) by Miss Islington (bot) · 3 years, 7 months ago
  54. 1ecc98d bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-24276) by Miss Islington (bot) · 3 years, 7 months ago
  55. 5acaad0 bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944) by Miss Islington (bot) · 3 years, 7 months ago
  56. c7af838 [3.10] bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925) (GH-30933) by Pablo Galindo Salgado · 3 years, 7 months ago
  57. a57ec7a bpo-43698: do not use `...` as argument name in docs (GH-30502) by Miss Islington (bot) · 3 years, 7 months ago
  58. c1254c4 bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906) by Miss Islington (bot) · 3 years, 7 months ago
  59. 8356f6a bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905) by Miss Islington (bot) · 3 years, 7 months ago
  60. b2c7fe1 Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840) by Miss Islington (bot) · 3 years, 7 months ago
  61. f66ef3e bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424) by Miss Islington (bot) · 3 years, 7 months ago
  62. 923c994 bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) (#30787) by Miss Islington (bot) · 3 years, 7 months ago
  63. d548c87 bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768) by Miss Islington (bot) · 3 years, 7 months ago
  64. 68a31db no-issue: Fix documentation typos. (GH-30576) by Miss Islington (bot) · 3 years, 7 months ago
  65. ee07750 doc: Clarify os.urandom return type (GH-30282) by Miss Islington (bot) · 3 years, 7 months ago
  66. c4fe0aa Update documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description (GH-30232) by Miss Islington (bot) · 3 years, 7 months ago
  67. 24d0b33 [3.10] bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335) (GH-30688) by Miss Islington (bot) · 3 years, 7 months ago
  68. 0861a50 bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639) (GH-30684) by Miss Islington (bot) · 3 years, 7 months ago
  69. 01e6cbe [3.10] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (GH-30671) by Erlend Egeberg Aasland · 3 years, 7 months ago
  70. 4449a16 bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) by Miss Islington (bot) · 3 years, 7 months ago
  71. 9238a52 bpo-20823: Clarify copyreg.pickle() documentation (GH-30230) by Miss Islington (bot) · 3 years, 7 months ago
  72. 93dc165 bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354) by Miss Islington (bot) · 3 years, 7 months ago
  73. 26039d1 bpo-23183: Document the timeit output (GH-30359) by Miss Islington (bot) · 3 years, 7 months ago
  74. 3ce6945 Define Py_BUILD_CORE_MODULE by Miss Islington (bot) · 3 years, 7 months ago
  75. 6f035c0 [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30540) by Miss Islington (bot) · 3 years, 7 months ago
  76. 4cfb109 closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387) by Miss Islington (bot) · 3 years, 7 months ago
  77. da8c075 Remove unused `Any` from `Concatenate` example in typing docs (GH-30516) by Miss Islington (bot) · 3 years, 7 months ago
  78. 2e6798f bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504) (GH-30509) by Miss Islington (bot) · 3 years, 7 months ago
  79. 987fba1 bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407) by Miss Islington (bot) · 3 years, 7 months ago
  80. 8bef658 bpo-46290: Fix parameter names in dataclasses docs (GH-30450) by Miss Islington (bot) · 3 years, 7 months ago
  81. e35430b [3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468) by Miss Islington (bot) · 3 years, 7 months ago
  82. ed2656a bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) by Miss Islington (bot) · 3 years, 7 months ago
  83. 75a1865 [3.10] bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) (GH-30461) by Miss Islington (bot) · 3 years, 7 months ago
  84. 6630952 bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) by Miss Islington (bot) · 3 years, 7 months ago
  85. db60ed1 [3.10] bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) (GH-30447) by Miss Islington (bot) · 3 years, 7 months ago
  86. 289a32b Fix missing "," in the documentation of Executor Objects (GH-30404) by Miss Islington (bot) · 3 years, 8 months ago
  87. ba12467 bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Miss Islington (bot) · 3 years, 8 months ago
  88. 01b1294 bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH-30395) by Miss Islington (bot) · 3 years, 8 months ago
  89. 743394f bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341) by Miss Islington (bot) · 3 years, 8 months ago
  90. 685b628 Add doctest and improve readability for move_to_end() example. (GH-30370) (GH-30373) by Miss Islington (bot) · 3 years, 8 months ago
  91. 0b3c3cb bpo-34538: Remove Exception subclassing from tutorial (GH-30361) by Miss Islington (bot) · 3 years, 8 months ago
  92. 8184a61 bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods (GH-30347) (GH-30368) by Miss Islington (bot) · 3 years, 8 months ago
  93. 74af713 argparse docs: prog default is the basename of argv[0] (GH-30298) (GH-30339) by Miss Islington (bot) · 3 years, 8 months ago
  94. 35955e4 [3.10] Update copyright year to 2022. (GH-30335) (GH-30336) by Miss Islington (bot) · 3 years, 8 months ago
  95. e9783d6 bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330) by Miss Islington (bot) · 3 years, 8 months ago
  96. 2bd7354 bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH-30328) by Miss Islington (bot) · 3 years, 8 months ago
  97. ed1671c [3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250) by Miss Islington (bot) · 3 years, 8 months ago
  98. a550820 Fix typo in io.rst (GH-30218) by Miss Islington (bot) · 3 years, 8 months ago
  99. cfdb230 doc: fix a typo in unittest.mock.rst (GH-30227) by Miss Islington (bot) · 3 years, 8 months ago
  100. d968e42 docs: Fix typos and use anchor for internal link (GH-30236) by Miss Islington (bot) · 3 years, 8 months ago