1. c27bcc3 bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765) by Miss Islington (bot) · 5 years ago
  2. 4556b1d bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095) by Miss Islington (bot) · 5 years ago
  3. 60d5e2c Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004) by Miss Islington (bot) · 5 years ago
  4. b9bfe14 bpo-36889: Document Stream class and add docstrings (GH-14488) by Miss Islington (bot) · 5 years ago
  5. 4145f62 Emphasize the need to always call PySequence_Fast. (GH-11140) by Miss Islington (bot) · 5 years ago
  6. 6dc3e61 bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) by Miss Islington (bot) · 5 years ago
  7. d04c85f bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16062) by Miss Islington (bot) · 5 years ago
  8. 307c5fe bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773) by Miss Islington (bot) · 5 years ago
  9. 8976359 Overhaul datetime documentation (GH-13410) by Miss Islington (bot) · 5 years ago
  10. 2f01cf6 bpo-37363: Document internal audit events (GH-14663) by Miss Islington (bot) · 5 years ago
  11. 345bfc9 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Miss Islington (bot) · 5 years ago
  12. 535863e bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 5 years ago
  13. 14afe20 bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Miss Islington (bot) · 5 years ago
  14. 648494b bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) by Miss Islington (bot) · 5 years ago
  15. 94a6847 bpo-36675: Remove obsolete code. (GH-16024) by Miss Islington (bot) · 5 years ago
  16. 1fc84b6 [3.8] bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16027) by Stéphane Wirtel · 5 years ago
  17. 1e17c4d bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) by Miss Islington (bot) · 5 years ago
  18. eb19c45 Doc: Update pickle.rst (GH-14128) (GH-16014) by Miss Islington (bot) · 5 years ago
  19. 2bb6bf0 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961) by Paul Ganssle · 5 years ago
  20. f79a022 bpo-36270: Doc: add link to traceback object reference (GH-13119) by Miss Islington (bot) · 5 years ago
  21. c0acc0e Improve clarity of try-return-finally-return (GH-15677) (GH-15981) by Miss Islington (bot) · 5 years ago
  22. 965e53a [3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999) by Stéphane Wirtel · 5 years ago
  23. d479936 Doc: recursive glob ** follows symlinks to directories (GH-12918) by Miss Islington (bot) · 5 years ago
  24. 4cab7eb bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990) by Miss Islington (bot) · 5 years ago
  25. 05d692b Doc: Fix missing negation. (GH-14640) by Miss Islington (bot) · 5 years ago
  26. c5a6723 bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976) by Miss Islington (bot) · 5 years ago
  27. 8936533 bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) (GH-15977) by Miss Islington (bot) · 5 years ago
  28. be2aa58 bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967) by Miss Islington (bot) · 5 years ago
  29. e784bb7 bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) by Miss Islington (bot) · 5 years ago
  30. aa52717 Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828) by Miss Islington (bot) · 5 years ago
  31. 2f2a867 Update ftplib.all_errors documentation to match code (GH-15026) by Miss Islington (bot) · 5 years ago
  32. 6cf0ba8 bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958) by Miss Islington (bot) · 5 years ago
  33. 629f1f8 bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) (GH-15954) by Miss Islington (bot) · 5 years ago
  34. cbd7b2a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944) by Miss Islington (bot) · 5 years ago
  35. 4d2babd bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940) by Miss Islington (bot) · 5 years ago
  36. d1d968d bpo-33944: note about the intended use of code in .pth files (GH-10131) (GH-15942) by Miss Islington (bot) · 5 years ago
  37. c97ee1d [3.8] Doc: Use walrus operator in example. (GH-15934) (GH-15936) by Stéphane Wirtel · 5 years ago
  38. 43fb3bb bpo-35649: update http client example (GH-11441) (GH-15930) by Miss Islington (bot) · 5 years ago
  39. 3b92ddb [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927) by Vinay Sajip · 5 years ago
  40. 01ae0e2 Minor ReST formatting fixes in subprocess docs (GH-14876) by Miss Islington (bot) · 5 years ago
  41. e0dd713 bpo-38103: fix conflicting labels in the docs. (GH-15906) by Miss Islington (bot) · 5 years ago
  42. 44e36e8 bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) by Miss Islington (bot) · 5 years ago
  43. 0ba5dbd bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918) by Miss Islington (bot) · 5 years ago
  44. 4e914ab bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) by Miss Islington (bot) · 5 years ago
  45. 690a16d bpo-37585: Add clarification regarding comparing dict.values() (GH-14954) by Miss Islington (bot) · 5 years ago
  46. 80db4b4 bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521) by Miss Islington (bot) · 5 years ago
  47. f357cd0 bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893) by Miss Islington (bot) · 5 years ago
  48. 63909cd bpo-37574: Mention helper functions for find_spec documentation (GH-14739) by Miss Islington (bot) · 5 years ago
  49. 78c3949 Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698) by Miss Islington (bot) · 5 years ago
  50. 30a8fd7 Correct minor grammatical mistake in open docs (GH-15865) by Miss Islington (bot) · 5 years ago
  51. 6c588a0 Correct info about "f.read(size)". (GH13852) by Miss Islington (bot) · 5 years ago
  52. 58ef7d3 bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15875) by Miss Islington (bot) · 5 years ago
  53. 8072230 Note regarding + mode truncation applies to both text and binary mode (GH-11314) (GH-15869) by Miss Islington (bot) · 5 years ago
  54. 97c2f68 [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861) by Jason R. Coombs · 5 years ago
  55. 313f801 bpo-37504: Fix documentation build with texinfo builder (GH-14606) by Miss Islington (bot) · 5 years ago
  56. ed99bb9 bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) by Steve Dower · 5 years ago
  57. 5cf8155 bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15846) by Miss Islington (bot) · 5 years ago
  58. eaa1b09 docs: Add references to AsyncMock in unittest.mock.patch (GH-13681) by Miss Islington (bot) · 5 years ago
  59. 55daf1a bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950) by Miss Islington (bot) · 5 years ago
  60. bb8fc8b bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) by Miss Islington (bot) · 5 years ago
  61. ab74e52 bpo-37052: Add examples for mocking async iterators and context managers (GH-14660) by Miss Islington (bot) · 5 years ago
  62. 74b7413 bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768) by Miss Islington (bot) · 5 years ago
  63. d4391aa bpo-37383: Updates docs to reflect AsyncMock call_count after await. (GH-15761) by Miss Islington (bot) · 5 years ago
  64. 99df5e8 [3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816) by Zachary Ware · 5 years ago
  65. c1c04cb bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301) by Miss Islington (bot) · 5 years ago
  66. eadf6b8 bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Miss Islington (bot) · 5 years ago
  67. 0468a85 Clarify that shutil's copy functions can accept path-like values (GH-15141) by Miss Islington (bot) · 5 years ago
  68. cabcbbe bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) (GH-15704) by Miss Islington (bot) · 5 years ago
  69. 5e053eb Fix typo in math.prod example (GH-15614) by Miss Islington (bot) · 5 years ago
  70. 2522679 [3.8] Doc: Fix PDF build (NoUri). (GH-15739) (GH-15754) by Miss Islington (bot) · 5 years ago
  71. 6e3809c bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 5 years ago
  72. cc1bdf9 [3.8] bpo-36018: Address more reviewer feedback (GH-15733) (GH-15734) by Raymond Hettinger · 5 years ago
  73. 3be4b10 [3.8] Correct Roman-numeral example in Unicode HOWTO. (GH-15541). (GH-15728) by Serhiy Storchaka · 5 years ago
  74. cc51a6d bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479) by Miss Islington (bot) · 5 years ago
  75. b8c6677 More refinements to the statistics docs (GH-15713) (GH-15715) by Miss Islington (bot) · 5 years ago
  76. 7eaedda Correct minor gramatical mistake in sys.settrace doc (GH-15637) by Miss Islington (bot) · 5 years ago
  77. f5649bf bpo-36324: Apply review comment from Jake Vanderplas (GH-15695) (GH-15696) by Miss Islington (bot) · 5 years ago
  78. dafbe32 bpo-36324: Apply review comments from Allen Downey (GH-15693) (GH-15694) by Miss Islington (bot) · 5 years ago
  79. 5e194f5 Fix grammar in asyncio-dev.rst (GH-15672) by Miss Islington (bot) · 5 years ago
  80. 4dd1c9d closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558) by Miss Islington (bot) · 5 years ago
  81. b365cfa bpo-36853: Fix suspicious.py to actually print the unused rules (GH-13579) (GH-15649) by Miss Islington (bot) · 5 years ago
  82. bf69e16 bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) (GH-15648) by Miss Islington (bot) · 5 years ago
  83. 6922b9e bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) (GH-15629) by Miss Islington (bot) · 5 years ago
  84. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 5 years ago
  85. 9db66a2 bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) by Miss Islington (bot) · 5 years ago
  86. c71ae1a bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) (GH-15589) by Miss Islington (bot) · 5 years ago
  87. 0d45d50 bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-15566) (GH-15587) by Miss Islington (bot) · 5 years ago
  88. 43b7ed7 bpo-23674: Clarify ambiguities in super() docs (GH-15564) (GH-15586) by Miss Islington (bot) · 5 years ago
  89. 097eae5 [3.8] bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) (GH-15582) by Serhiy Storchaka · 5 years ago
  90. 612d393 bpo-35946: Improve assert_called_with documentation (GH-11796) by Miss Islington (bot) · 5 years ago
  91. f3dca6a bpo-25777: Wording describes a lookup, not a call (GH-15573) (GH-15576) by Miss Islington (bot) · 5 years ago
  92. e009a91 bpo-36167: fix an incorrect capitalization (GH-14482) by Miss Islington (bot) · 5 years ago
  93. 03c52f2 bpo-37951: Lift subprocess's fork() restriction (GH-15544) by Miss Islington (bot) · 5 years ago
  94. 54449da Fix typo: Pyssize_t => Py_ssize_t (GH-15411) by Miss Islington (bot) · 5 years ago
  95. 522a394 [3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490) (GH-15509) by Miss Islington (bot) · 5 years ago
  96. c841fb9 bpo-15542: Documentation incorrectly suggests __init__ called after direct __new__ call (GH-15478) (GH-15506) by Miss Islington (bot) · 5 years ago
  97. 352a123 Doc: Keep the venv/* exclude pattern. (GH-15229) by Miss Islington (bot) · 5 years ago
  98. 6ca0307 [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491) by Nick Coghlan · 5 years ago
  99. 970548c bpo-37905: Improve docs for NormalDist (GH-15486) (GH-15487) by Miss Islington (bot) · 5 years ago
  100. ffe43b2 [3.8] Clarify argument types in datetime docs. (GH-15459) (GH-15472) by Miss Islington (bot) · 5 years ago