1. c4976a6 Correct typos in the codecs module documentation (GH-15135) by Miss Islington (bot) · 4 years, 10 months ago
  2. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 4 years, 10 months ago
  3. 2f644c0 Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504) by Miss Islington (bot) · 4 years, 10 months ago
  4. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 4 years, 10 months ago
  5. 1aeb720 bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389) (#16465) by Miss Islington (bot) · 4 years, 10 months ago
  6. 1c19d65 bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) by Yury Selivanov · 4 years, 10 months ago
  7. 21f24ea [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484) by Lisa Roach · 4 years, 10 months ago
  8. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 4 years, 10 months ago
  9. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 4 years, 10 months ago
  10. 52bdd41 [3.8] bpo-38136: Updates await_count and call_count to be different things (GH-16192) (GH-16431) by Lisa Roach · 4 years, 10 months ago
  11. 14ddca7 bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248) by Miss Islington (bot) · 4 years, 10 months ago
  12. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 4 years, 10 months ago
  13. 68040ed bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16415) by Miss Islington (bot) · 4 years, 10 months ago
  14. b3c35fe Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) (GH-16412) by Miss Islington (bot) · 4 years, 10 months ago
  15. 7444a5a bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16391) by Miss Islington (bot) · 4 years, 10 months ago
  16. 4633355 bpo-38260: Add Docs on asyncio.run (GH-16337) by Miss Islington (bot) · 4 years, 10 months ago
  17. c5c6425 bpo-38236: Dump path config at first import error (GH-16300) (GH-16332) by Victor Stinner · 4 years, 10 months ago
  18. 37bc935 bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320) by Miss Islington (bot) · 4 years, 10 months ago
  19. 865bb68 [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) (GH-16299) by Lisa Roach · 4 years, 10 months ago
  20. 960f52a Doc: Remove provisional note for asyncio.run() (GH-16310) (GH-16311) by Miss Islington (bot) · 4 years, 10 months ago
  21. c410390 bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Miss Islington (bot) · 4 years, 10 months ago
  22. 0ab6b01 bpo-37353: Updated parser note about source code compatibility(GH-14277) by Miss Islington (bot) · 4 years, 10 months ago
  23. 16eb623 Doc: Clarify dict equality irrespective of ordering. (GH-16266) by Miss Islington (bot) · 4 years, 10 months ago
  24. 6612a4f [3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16274) by Miss Islington (bot) · 4 years, 10 months ago
  25. 064e1e3 bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) by Victor Stinner · 4 years, 10 months ago
  26. 7a2f687 bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234) by Miss Islington (bot) · 4 years, 10 months ago
  27. 728bea6 Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) by Miss Islington (bot) · 4 years, 10 months ago
  28. 1ba7471 bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) by Miss Islington (bot) · 4 years, 10 months ago
  29. d90bb23 Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16210) by Miss Islington (bot) · 4 years, 10 months ago
  30. 7076764 bpo-28556: Update the opening note in typing docs (GH-16204) by Miss Islington (bot) · 4 years, 10 months ago
  31. 9dc381c Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-16189) by Miss Islington (bot) · 4 years, 10 months ago
  32. 07186c3 bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) by Miss Islington (bot) · 4 years, 10 months ago
  33. 817227e Doc: remove duplicate word in controlflow tutorial (GH-16163) by Miss Islington (bot) · 4 years, 10 months ago
  34. 1cd6e92 bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) by Miss Islington (bot) · 4 years, 10 months ago
  35. b65be6c bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154) by Miss Islington (bot) · 4 years, 10 months ago
  36. 4a71df8 bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) by Miss Islington (bot) · 4 years, 10 months ago
  37. f05d39d [3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) (GH-16135) by Stéphane Wirtel · 4 years, 10 months ago
  38. 1087383 Doc: fcntl.lockf() is more powerful than written (GH-6750) by Miss Islington (bot) · 4 years, 10 months ago
  39. e6b14c0 bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624) by Miss Islington (bot) · 4 years, 10 months ago
  40. c27bcc3 bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765) by Miss Islington (bot) · 4 years, 10 months ago
  41. 4556b1d bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095) by Miss Islington (bot) · 4 years, 10 months ago
  42. 60d5e2c Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004) by Miss Islington (bot) · 4 years, 10 months ago
  43. b9bfe14 bpo-36889: Document Stream class and add docstrings (GH-14488) by Miss Islington (bot) · 4 years, 10 months ago
  44. 4145f62 Emphasize the need to always call PySequence_Fast. (GH-11140) by Miss Islington (bot) · 4 years, 10 months ago
  45. 6dc3e61 bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) by Miss Islington (bot) · 4 years, 10 months ago
  46. d04c85f bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16062) by Miss Islington (bot) · 4 years, 10 months ago
  47. 307c5fe bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773) by Miss Islington (bot) · 4 years, 10 months ago
  48. 8976359 Overhaul datetime documentation (GH-13410) by Miss Islington (bot) · 4 years, 10 months ago
  49. 2f01cf6 bpo-37363: Document internal audit events (GH-14663) by Miss Islington (bot) · 4 years, 10 months ago
  50. 345bfc9 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Miss Islington (bot) · 4 years, 10 months ago
  51. 535863e bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 4 years, 10 months ago
  52. 14afe20 bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Miss Islington (bot) · 4 years, 10 months ago
  53. 648494b bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) by Miss Islington (bot) · 4 years, 10 months ago
  54. 94a6847 bpo-36675: Remove obsolete code. (GH-16024) by Miss Islington (bot) · 4 years, 10 months ago
  55. 1fc84b6 [3.8] bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16027) by Stéphane Wirtel · 4 years, 10 months ago
  56. 1e17c4d bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) by Miss Islington (bot) · 4 years, 10 months ago
  57. eb19c45 Doc: Update pickle.rst (GH-14128) (GH-16014) by Miss Islington (bot) · 4 years, 10 months ago
  58. 2bb6bf0 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961) by Paul Ganssle · 4 years, 10 months ago
  59. f79a022 bpo-36270: Doc: add link to traceback object reference (GH-13119) by Miss Islington (bot) · 4 years, 10 months ago
  60. c0acc0e Improve clarity of try-return-finally-return (GH-15677) (GH-15981) by Miss Islington (bot) · 4 years, 10 months ago
  61. 965e53a [3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999) by Stéphane Wirtel · 4 years, 10 months ago
  62. d479936 Doc: recursive glob ** follows symlinks to directories (GH-12918) by Miss Islington (bot) · 4 years, 10 months ago
  63. 4cab7eb bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990) by Miss Islington (bot) · 4 years, 10 months ago
  64. 05d692b Doc: Fix missing negation. (GH-14640) by Miss Islington (bot) · 4 years, 10 months ago
  65. c5a6723 bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976) by Miss Islington (bot) · 4 years, 10 months ago
  66. 8936533 bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) (GH-15977) by Miss Islington (bot) · 4 years, 10 months ago
  67. be2aa58 bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967) by Miss Islington (bot) · 4 years, 10 months ago
  68. e784bb7 bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) by Miss Islington (bot) · 4 years, 10 months ago
  69. aa52717 Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828) by Miss Islington (bot) · 4 years, 10 months ago
  70. 2f2a867 Update ftplib.all_errors documentation to match code (GH-15026) by Miss Islington (bot) · 4 years, 10 months ago
  71. 6cf0ba8 bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958) by Miss Islington (bot) · 4 years, 10 months ago
  72. 629f1f8 bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) (GH-15954) by Miss Islington (bot) · 4 years, 10 months ago
  73. cbd7b2a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944) by Miss Islington (bot) · 4 years, 10 months ago
  74. 4d2babd bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940) by Miss Islington (bot) · 4 years, 10 months ago
  75. d1d968d bpo-33944: note about the intended use of code in .pth files (GH-10131) (GH-15942) by Miss Islington (bot) · 4 years, 10 months ago
  76. c97ee1d [3.8] Doc: Use walrus operator in example. (GH-15934) (GH-15936) by Stéphane Wirtel · 4 years, 10 months ago
  77. 43fb3bb bpo-35649: update http client example (GH-11441) (GH-15930) by Miss Islington (bot) · 4 years, 10 months ago
  78. 3b92ddb [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927) by Vinay Sajip · 4 years, 10 months ago
  79. 01ae0e2 Minor ReST formatting fixes in subprocess docs (GH-14876) by Miss Islington (bot) · 4 years, 10 months ago
  80. e0dd713 bpo-38103: fix conflicting labels in the docs. (GH-15906) by Miss Islington (bot) · 4 years, 10 months ago
  81. 44e36e8 bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) by Miss Islington (bot) · 4 years, 10 months ago
  82. 0ba5dbd bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918) by Miss Islington (bot) · 4 years, 10 months ago
  83. 4e914ab bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) by Miss Islington (bot) · 4 years, 10 months ago
  84. 690a16d bpo-37585: Add clarification regarding comparing dict.values() (GH-14954) by Miss Islington (bot) · 4 years, 10 months ago
  85. 80db4b4 bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521) by Miss Islington (bot) · 4 years, 10 months ago
  86. f357cd0 bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893) by Miss Islington (bot) · 4 years, 10 months ago
  87. 63909cd bpo-37574: Mention helper functions for find_spec documentation (GH-14739) by Miss Islington (bot) · 4 years, 10 months ago
  88. 78c3949 Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698) by Miss Islington (bot) · 4 years, 10 months ago
  89. 30a8fd7 Correct minor grammatical mistake in open docs (GH-15865) by Miss Islington (bot) · 4 years, 10 months ago
  90. 6c588a0 Correct info about "f.read(size)". (GH13852) by Miss Islington (bot) · 4 years, 10 months ago
  91. 58ef7d3 bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15875) by Miss Islington (bot) · 4 years, 10 months ago
  92. 8072230 Note regarding + mode truncation applies to both text and binary mode (GH-11314) (GH-15869) by Miss Islington (bot) · 4 years, 10 months ago
  93. 97c2f68 [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861) by Jason R. Coombs · 4 years, 10 months ago
  94. 313f801 bpo-37504: Fix documentation build with texinfo builder (GH-14606) by Miss Islington (bot) · 4 years, 10 months ago
  95. ed99bb9 bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) by Steve Dower · 4 years, 10 months ago
  96. 5cf8155 bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15846) by Miss Islington (bot) · 4 years, 10 months ago
  97. eaa1b09 docs: Add references to AsyncMock in unittest.mock.patch (GH-13681) by Miss Islington (bot) · 4 years, 10 months ago
  98. 55daf1a bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950) by Miss Islington (bot) · 4 years, 10 months ago
  99. bb8fc8b bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) by Miss Islington (bot) · 4 years, 10 months ago
  100. ab74e52 bpo-37052: Add examples for mocking async iterators and context managers (GH-14660) by Miss Islington (bot) · 4 years, 10 months ago