1. ef04851 bpo-38136: Updates await_count and call_count to be different things (GH-16192) by Lisa Roach · 6 years ago
  2. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 6 years ago
  3. 77af229 Doc: Remove provisional note for asyncio.run() (GH-16310) by Kyle Stanley · 6 years ago
  4. 9c2682e bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Ram Rachum · 6 years ago
  5. 062cfe3 bpo-37353: Updated parser note about source code compatibility(GH-14277) by Prateek Nayak · 6 years ago
  6. 8b03f94 bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) by Lisa Roach · 6 years ago
  7. 9fdc64c bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735) by Kyle Stanley · 6 years ago
  8. 3171d67 Doc: Clarify dict equality irrespective of ordering. (GH-16266) by toonarmycaptain · 6 years ago
  9. 0a963fb bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) by Victor Stinner · 6 years ago
  10. 219fb9d Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) by Jörn Heissler · 6 years ago
  11. 5d359cc bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) by Hrvoje Nikšić · 6 years ago
  12. 63dedef Doc: Add list(dict) in stdtypes library (GH-16209) by Adorilson Bezerra · 6 years ago
  13. 81528ba bpo-28556: Update the opening note in typing docs (GH-16204) by Ivan Levkivskyi · 6 years ago
  14. c717c73 bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) by Hrvoje Nikšić · 6 years ago
  15. a26ace1 Doc: Fix link to window.getch in curses documentation (GH-16132) by Anthony Sottile · 6 years ago
  16. 77cd0ce Doc: fcntl.lockf() is more powerful than written (GH-6750) by Eric O. LEBIGOT (EOL) · 6 years ago
  17. d44542f bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624) by bchhabra2490 · 6 years ago
  18. 9585f46 bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765) by Windson yang · 6 years ago
  19. 53f78ec Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004) by Kexuan Sun · 6 years ago
  20. ff2e182 bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447) by Ashwin Ramaswami · 6 years ago
  21. d31b315 bpo-36889: Document Stream class and add docstrings (GH-14488) by Xtreak · 6 years ago
  22. 6a517c6 bpo-8538: Add support for boolean actions to argparse (GH-11478) by Rémi Lapeyre · 6 years ago
  23. 7183064 Doc: Add example snippet for str.isupper() (GH-14681) by Kishore Vancheeshwaran · 6 years ago
  24. 7cad53e bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) by Christian Heimes · 6 years ago
  25. 2b2ead7 bpo-36046: Add user and group parameters to subprocess (GH-11950) by Patrick McLean · 6 years ago
  26. b1a2abd bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) by Hai Shi · 6 years ago
  27. a488879 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Andrew Svetlov · 6 years ago
  28. 967b84c bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Windson yang · 6 years ago
  29. 31a82e2 bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) by Emmanuel Arias · 6 years ago
  30. 2c910c1 bpo-36675: Remove obsolete code. (GH-16024) by Julien Palard · 6 years ago
  31. 894d0f7 bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) by Christian Heimes · 6 years ago
  32. f545638 bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362) by Hai Shi · 6 years ago
  33. 2d32bf1 bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) by Harmandeep Singh · 6 years ago
  34. 7544497 Doc: Add example of dict() function with positional and keyword arguments (GH-15220) by Georgy Frolov · 6 years ago
  35. 92777d5 bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_helper (GH-15168) by Joannah Nanjekye · 6 years ago
  36. 891e9e3 Correct typos in the codecs module documentation (#15135) by Géry Ogam · 6 years ago
  37. 9936371 bpo-36270: Doc: add link to traceback object reference (GH-13119) by Björn Meier · 6 years ago
  38. e24594b Doc: recursive glob ** follows symlinks to directories (GH-12918) by Marc · 6 years ago
  39. 8d120f7 bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889) by Joannah Nanjekye · 6 years ago
  40. 1fae844 Doc: Fix missing negation. (GH-14640) by Julien Palard · 6 years ago
  41. af636f4 bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) by Lysandros Nikolaou · 6 years ago
  42. 3ba51d5 bpo-36260: Add pitfalls to zipfile module documentation (#13378) by JunWei Song · 6 years ago
  43. 3b58a70 Improve the io module documentation (GH-15099) by Géry Ogam · 6 years ago
  44. 51adfc6 Update ftplib.all_errors documentation to match code (#15026) by Andrew Scheller · 6 years ago
  45. 7117074 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) by Raymond Hettinger · 6 years ago
  46. 7b69069 bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) by Xtreak · 6 years ago
  47. 97b817e bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) by Anjali Bansal · 6 years ago
  48. 1660a61 bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) by Brennan D Baraban · 6 years ago
  49. 1a53c78 bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773) by Joannah Nanjekye · 6 years ago
  50. 088a09a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) by hui shang · 6 years ago
  51. f9b5840 bpo-33944: note about the intended use of code in .pth files (GH-10131) by native-api · 6 years ago
  52. 781266e bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398) by Géry Ogam · 6 years ago
  53. e1d455f Doc: Use walrus operator in example. (GH-15934) by Julien Palard · 6 years ago
  54. 62cf698 bpo-35649: update http client example (GH-11441) by Ashwin Ramaswami · 6 years ago
  55. 1a13efb Minor ReST formatting fixes in subprocess docs (#14876) by Tim Hoffmann · 6 years ago
  56. c78dae8 bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) by Xtreak · 6 years ago
  57. 972cf5c bpo-35168: Make shlex.punctuation_chars read-only (#11631) by Alex · 6 years ago
  58. 6a9fd66 bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) by Xtreak · 6 years ago
  59. 7a0023e bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) by smokephil · 6 years ago
  60. 6472ece bpo-37585: Add clarification regarding comparing dict.values() (GH-14954) by Kyle Stanley · 6 years ago
  61. 4576b54 bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521) by Anjali · 6 years ago
  62. 3fb1363 Overhaul datetime documentation (GH-13410) by Brad · 6 years ago
  63. efd5741 bpo-38034: Fix typo in logging.handlers.rst (GH-15708) by wwuck · 6 years ago
  64. 9cbb97b bpo-37574: Mention helper functions for find_spec documentation (GH-14739) by jdkandersson · 6 years ago
  65. 9121088 bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) by Andre Delfino · 6 years ago
  66. 0518451 Correct minor grammatical mistake in open docs (GH-15865) by Andre Delfino · 6 years ago
  67. 17499d8 bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) by Jason R. Coombs · 6 years ago
  68. c2f056b Fix typo in ssl.RAND_bytes documentation (GH-14791) by Zach Thompson · 6 years ago
  69. c1d8c1c Note regarding + mode truncation applies to both text and binary mode (#11314) by Andre Delfino · 6 years ago
  70. 9a94093 bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) by Arun Persaud · 6 years ago
  71. 9008be3 bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950) by Emmanuel Arias · 6 years ago
  72. 537877d bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) by Emmanuel Arias · 6 years ago
  73. c8dfa73 bpo-37052: Add examples for mocking async iterators and context managers (GH-14660) by Xtreak · 6 years ago
  74. 80428ed bpo-25237: Documentation for tkinter modules (GH-1870) by Nikhil · 6 years ago
  75. 832e864 bpo-38049: Add command-line interface for the ast module. (GH-15724) by Serhiy Storchaka · 6 years ago
  76. b9f65f0 bpo-37383: Updates docs to reflect AsyncMock call_count after await. (#15761) by Lisa Roach · 6 years ago
  77. 64c6ac7 bpo-36502: Update link to UAX #44, the Unicode doc on the UCD. (GH-15301) by Greg Price · 6 years ago
  78. 850573b bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631) by Serhiy Storchaka · 6 years ago
  79. 370138b bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Anthony Sottile · 6 years ago
  80. 9488a52 Clarify that shutil's copy functions can accept path-like values (GH-15141) by Boris Verhovsky · 6 years ago
  81. bb668f7 Fix docs bz.open default mode (GH-15100) by Richard Sanger · 6 years ago
  82. f5e7f39 docs: Add references to AsyncMock in unittest.mock.patch (#13681) by Mario Corchero · 6 years ago
  83. 24b11b8 bpo-38053 Update documentation for plistlib (GH-15727) by Jon Janzen · 6 years ago
  84. 264e034 bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768) by Vinay Sajip · 6 years ago
  85. 4f0f9f0 logging.Formatter docs: Add missing `validate` parameter, clarify `style` parameter (GH-15222) by David Röthlisberger · 6 years ago
  86. 526a014 bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Serhiy Storchaka · 6 years ago
  87. 918b468 Revert "Raise a RuntimeError when tee iterator is consumed from different threads (GH-15567)" (GH-15736) by Serhiy Storchaka · 6 years ago
  88. 4db25d5 bpo-36018: Address more reviewer feedback (GH-15733) by Raymond Hettinger · 6 years ago
  89. 3ccdbc3 bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479) by Joannah Nanjekye · 6 years ago
  90. d8c93aa More refinements to the statistics docs (GH-15713) by Raymond Hettinger · 6 years ago
  91. 3038e87 Correct minor gramatical mistake in sys.settrace doc (GH-15637) by Andre Delfino · 6 years ago
  92. ce81a92 bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615) by Jon Janzen · 6 years ago
  93. 9b51570 bpo-36324: Apply review comment from Jake Vanderplas (GH-15695) by Raymond Hettinger · 6 years ago
  94. e4810b2 bpo-36324: Apply review comments from Allen Downey (GH-15693) by Raymond Hettinger · 6 years ago
  95. 675d17c Fix grammar in asyncio-dev.rst (GH-15672) by Roger Iyengar · 6 years ago
  96. 102e9b4 bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) by Jason R. Coombs · 6 years ago
  97. f02ea62 bpo-36543: Remove old-deprecated ElementTree features. (GH-12707) by Serhiy Storchaka · 6 years ago
  98. daa82d0 bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) by Daniel Pope · 6 years ago
  99. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 6 years ago
  100. 59725f3 bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) by Paul Ganssle · 6 years ago