Python 3.8.0
  1. fa919fd v3.8.0 by Łukasz Langa · 6 years ago v3.8.0
  2. e498329 [3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777) by Łukasz Langa · 6 years ago
  3. 3ac1529 bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764) by Miss Islington (bot) · 6 years ago
  4. c09379b bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762) by Miss Islington (bot) · 6 years ago
  5. 75d8a75 Fix minor typos in Whatsnew (GH-16759) by Raymond Hettinger · 6 years ago
  6. 36f6286 bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758) by Miss Islington (bot) · 6 years ago
  7. 02d6f4f Rebased version of what's new PR (GH-16745) (#16748) by Miss Islington (bot) · 6 years ago
  8. c732660 bpo-38467: Fix argument name of typing functions (GH-16753) by Miss Islington (bot) · 6 years ago
  9. e742826 bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) by Miss Islington (bot) · 6 years ago
  10. fdc7cbe Announce the change in the CancelledError inheritance (GH-16730) by Miss Islington (bot) · 6 years ago
  11. 294c522 Fix typo in the "Porting to Python 3.8" section. (GH-16435) by Miss Islington (bot) · 6 years ago
  12. 6bfeb81 docs: Add asyncio source code links (GH-16640) by Miss Islington (bot) · 6 years ago
  13. baf8a9b bpo-32996: Documentation fix-up. (GH-16646) by Miss Islington (bot) · 6 years ago
  14. b731fc5 bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) by Miss Islington (bot) · 6 years ago
  15. 985ec98 bpo-38391: Fixing a typo for Py_DECREF (GH-16616) by Miss Islington (bot) · 6 years ago
  16. f19b4d7 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) by Miss Islington (bot) · 6 years ago
  17. 3af2733 bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16576) by Miss Islington (bot) · 6 years ago
  18. c4976a6 Correct typos in the codecs module documentation (GH-15135) by Miss Islington (bot) · 6 years ago
  19. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 6 years ago
  20. 2f644c0 Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504) by Miss Islington (bot) · 6 years ago
  21. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 6 years ago
  22. 1aeb720 bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389) (#16465) by Miss Islington (bot) · 6 years ago
  23. 1c19d65 bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) by Yury Selivanov · 6 years ago
  24. 21f24ea [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484) by Lisa Roach · 6 years ago
  25. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 6 years ago
  26. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 6 years ago
  27. 52bdd41 [3.8] bpo-38136: Updates await_count and call_count to be different things (GH-16192) (GH-16431) by Lisa Roach · 6 years ago
  28. 14ddca7 bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248) by Miss Islington (bot) · 6 years ago
  29. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 6 years ago
  30. 68040ed bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16415) by Miss Islington (bot) · 6 years ago
  31. b3c35fe Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) (GH-16412) by Miss Islington (bot) · 6 years ago
  32. 7444a5a bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16391) by Miss Islington (bot) · 6 years ago
  33. 4633355 bpo-38260: Add Docs on asyncio.run (GH-16337) by Miss Islington (bot) · 6 years ago
  34. c5c6425 bpo-38236: Dump path config at first import error (GH-16300) (GH-16332) by Victor Stinner · 6 years ago
  35. 37bc935 bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320) by Miss Islington (bot) · 6 years ago
  36. 865bb68 [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) (GH-16299) by Lisa Roach · 6 years ago
  37. 960f52a Doc: Remove provisional note for asyncio.run() (GH-16310) (GH-16311) by Miss Islington (bot) · 6 years ago
  38. c410390 bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Miss Islington (bot) · 6 years ago
  39. 0ab6b01 bpo-37353: Updated parser note about source code compatibility(GH-14277) by Miss Islington (bot) · 6 years ago
  40. 16eb623 Doc: Clarify dict equality irrespective of ordering. (GH-16266) by Miss Islington (bot) · 6 years ago
  41. 6612a4f [3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16274) by Miss Islington (bot) · 6 years ago
  42. 064e1e3 bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) by Victor Stinner · 6 years ago
  43. 7a2f687 bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234) by Miss Islington (bot) · 6 years ago
  44. 728bea6 Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) by Miss Islington (bot) · 6 years ago
  45. 1ba7471 bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) by Miss Islington (bot) · 6 years ago
  46. d90bb23 Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16210) by Miss Islington (bot) · 6 years ago
  47. 7076764 bpo-28556: Update the opening note in typing docs (GH-16204) by Miss Islington (bot) · 6 years ago
  48. 9dc381c Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-16189) by Miss Islington (bot) · 6 years ago
  49. 07186c3 bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) by Miss Islington (bot) · 6 years ago
  50. 817227e Doc: remove duplicate word in controlflow tutorial (GH-16163) by Miss Islington (bot) · 6 years ago
  51. 1cd6e92 bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) by Miss Islington (bot) · 6 years ago
  52. b65be6c bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154) by Miss Islington (bot) · 6 years ago
  53. 4a71df8 bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) by Miss Islington (bot) · 6 years ago
  54. f05d39d [3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) (GH-16135) by Stéphane Wirtel · 6 years ago
  55. 1087383 Doc: fcntl.lockf() is more powerful than written (GH-6750) by Miss Islington (bot) · 6 years ago
  56. e6b14c0 bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624) by Miss Islington (bot) · 6 years ago
  57. c27bcc3 bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765) by Miss Islington (bot) · 6 years ago
  58. 4556b1d bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095) by Miss Islington (bot) · 6 years ago
  59. 60d5e2c Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004) by Miss Islington (bot) · 6 years ago
  60. b9bfe14 bpo-36889: Document Stream class and add docstrings (GH-14488) by Miss Islington (bot) · 6 years ago
  61. 4145f62 Emphasize the need to always call PySequence_Fast. (GH-11140) by Miss Islington (bot) · 6 years ago
  62. 6dc3e61 bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) by Miss Islington (bot) · 6 years ago
  63. d04c85f bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16062) by Miss Islington (bot) · 6 years ago
  64. 307c5fe bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773) by Miss Islington (bot) · 6 years ago
  65. 8976359 Overhaul datetime documentation (GH-13410) by Miss Islington (bot) · 6 years ago
  66. 2f01cf6 bpo-37363: Document internal audit events (GH-14663) by Miss Islington (bot) · 6 years ago
  67. 345bfc9 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Miss Islington (bot) · 6 years ago
  68. 535863e bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 6 years ago
  69. 14afe20 bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Miss Islington (bot) · 6 years ago
  70. 648494b bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) by Miss Islington (bot) · 6 years ago
  71. 94a6847 bpo-36675: Remove obsolete code. (GH-16024) by Miss Islington (bot) · 6 years ago
  72. 1fc84b6 [3.8] bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16027) by Stéphane Wirtel · 6 years ago
  73. 1e17c4d bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) by Miss Islington (bot) · 6 years ago
  74. eb19c45 Doc: Update pickle.rst (GH-14128) (GH-16014) by Miss Islington (bot) · 6 years ago
  75. 2bb6bf0 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961) by Paul Ganssle · 6 years ago
  76. f79a022 bpo-36270: Doc: add link to traceback object reference (GH-13119) by Miss Islington (bot) · 6 years ago
  77. c0acc0e Improve clarity of try-return-finally-return (GH-15677) (GH-15981) by Miss Islington (bot) · 6 years ago
  78. 965e53a [3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999) by Stéphane Wirtel · 6 years ago
  79. d479936 Doc: recursive glob ** follows symlinks to directories (GH-12918) by Miss Islington (bot) · 6 years ago
  80. 4cab7eb bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990) by Miss Islington (bot) · 6 years ago
  81. 05d692b Doc: Fix missing negation. (GH-14640) by Miss Islington (bot) · 6 years ago
  82. c5a6723 bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976) by Miss Islington (bot) · 6 years ago
  83. 8936533 bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) (GH-15977) by Miss Islington (bot) · 6 years ago
  84. be2aa58 bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967) by Miss Islington (bot) · 6 years ago
  85. e784bb7 bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) by Miss Islington (bot) · 6 years ago
  86. aa52717 Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828) by Miss Islington (bot) · 6 years ago
  87. 2f2a867 Update ftplib.all_errors documentation to match code (GH-15026) by Miss Islington (bot) · 6 years ago
  88. 6cf0ba8 bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958) by Miss Islington (bot) · 6 years ago
  89. 629f1f8 bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) (GH-15954) by Miss Islington (bot) · 6 years ago
  90. cbd7b2a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944) by Miss Islington (bot) · 6 years ago
  91. 4d2babd bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940) by Miss Islington (bot) · 6 years ago
  92. d1d968d bpo-33944: note about the intended use of code in .pth files (GH-10131) (GH-15942) by Miss Islington (bot) · 6 years ago
  93. c97ee1d [3.8] Doc: Use walrus operator in example. (GH-15934) (GH-15936) by Stéphane Wirtel · 6 years ago
  94. 43fb3bb bpo-35649: update http client example (GH-11441) (GH-15930) by Miss Islington (bot) · 6 years ago
  95. 3b92ddb [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927) by Vinay Sajip · 6 years ago
  96. 01ae0e2 Minor ReST formatting fixes in subprocess docs (GH-14876) by Miss Islington (bot) · 6 years ago
  97. e0dd713 bpo-38103: fix conflicting labels in the docs. (GH-15906) by Miss Islington (bot) · 6 years ago
  98. 44e36e8 bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) by Miss Islington (bot) · 6 years ago
  99. 0ba5dbd bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918) by Miss Islington (bot) · 6 years ago
  100. 4e914ab bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) by Miss Islington (bot) · 6 years ago