Python 3.8.8rc1
  1. f30aa3c Add a warning block around the get_referrers() documentation (GH-24511) by Miss Islington (bot) · 4 years, 6 months ago
  2. e3110c3 [3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529) by Senthil Kumaran · 4 years, 6 months ago
  3. 4230bd5 bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505) by Miss Islington (bot) · 4 years, 6 months ago
  4. 822f7c2 [3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495) by Ken Jin · 4 years, 6 months ago
  5. c8a48c6 [3.8] bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24494) by Ken Jin · 4 years, 6 months ago
  6. 920bf6a bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446) by Miss Islington (bot) · 4 years, 6 months ago
  7. b479687 Simple typo fix (GH-24448) by Miss Islington (bot) · 4 years, 7 months ago
  8. 12ec8ce Add link to Microsoft docs for limitations in Windows Store package (GH-24422) by Miss Islington (bot) · 4 years, 7 months ago
  9. de76ce5 bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364) by Miss Islington (bot) · 4 years, 7 months ago
  10. 0b93a55 Fixing typos in turtle.rst (GH-24376) by Miss Islington (bot) · 4 years, 7 months ago
  11. c644db4 Fixed typo in turtle.rst (GH-24371) by Miss Islington (bot) · 4 years, 7 months ago
  12. 6f0346d bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Miss Islington (bot) · 4 years, 7 months ago
  13. 34f3f4a bpo-40304: Correct type(name, bases, dict) doc (GH-19553) by Miss Islington (bot) · 4 years, 7 months ago
  14. ebb2f26 Fix typos in unittest documentation (GH-24194) by Miss Islington (bot) · 4 years, 7 months ago
  15. 8f334db bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039) by Miss Islington (bot) · 4 years, 7 months ago
  16. ca8e96d bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) (GH-24144) by Miss Islington (bot) · 4 years, 7 months ago
  17. 28611c2 bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) by Miss Islington (bot) · 4 years, 8 months ago
  18. 03a079f bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) by Miss Islington (bot) · 4 years, 8 months ago
  19. 218ed0b Revert "[3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658)" (GH-24093) by Julien Palard · 4 years, 8 months ago
  20. 82794ca [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) (GH-24079) by Serhiy Storchaka · 4 years, 8 months ago
  21. 02639c3 Bring Python into the new year. (GH-24036) by Miss Islington (bot) · 4 years, 8 months ago
  22. 82f24ff Fixes a typo in importlib.metadata. (GH-23921) (#24030) by Miss Islington (bot) · 4 years, 8 months ago
  23. bc15cdb [3.8] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24016) by Andre Delfino · 4 years, 8 months ago
  24. 70ced2d bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) by Miss Islington (bot) · 4 years, 8 months ago
  25. 8f9313c [doc] Fix missing commas in signatures (GH-23693) by Miss Islington (bot) · 4 years, 8 months ago
  26. e116398 bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982) by Miss Islington (bot) · 4 years, 8 months ago
  27. d5aadb2 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Miss Islington (bot) · 4 years, 8 months ago
  28. 412c935 BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881) by Miss Islington (bot) · 4 years, 8 months ago
  29. 02349e2 [3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-23828) by Andre Delfino · 4 years, 8 months ago
  30. d3ab4c8 [3.8] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23860) by Andre Delfino · 4 years, 8 months ago
  31. 81f706d bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871) by Miss Islington (bot) · 4 years, 8 months ago
  32. 24862b0 bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) (GH-23863) by Miss Islington (bot) · 4 years, 8 months ago
  33. d21d29a [3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835) by Miss Islington (bot) · 4 years, 8 months ago
  34. 12032cd bpo-39096: Format specification documentation fixes for numeric types (GH-23575) by Miss Islington (bot) · 4 years, 8 months ago
  35. aedc94b [3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869) by Miss Islington (bot) · 4 years, 8 months ago
  36. 150b9bf [3.8] [doc] Link to issue regarding logging.disable level param default value GH-23731 by Andre Delfino · 4 years, 8 months ago
  37. d9d63f1 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Miss Islington (bot) · 4 years, 9 months ago
  38. 04232de Fix bz2 examples markup (GH-23580) by Miss Islington (bot) · 4 years, 9 months ago
  39. c3009a5 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-23537) (GH-23551) by Miss Islington (bot) · 4 years, 9 months ago
  40. 5be629d Fix multiprocessing markup (GH-23525) by Miss Islington (bot) · 4 years, 9 months ago
  41. e1c669b bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) by Miss Islington (bot) · 4 years, 9 months ago
  42. 01fcde8 bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) by Miss Islington (bot) · 4 years, 9 months ago
  43. 734d6d9 Doc: fix typo in typing.Type docs (GH-23460) by Miss Islington (bot) · 4 years, 9 months ago
  44. 2528a7d bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) by Miss Islington (bot) · 4 years, 9 months ago
  45. 7e9bf4e Fix wrong availability for signal.SIGCHLD (GH-23285) (#23426) by Miss Islington (bot) · 4 years, 9 months ago
  46. 648a32b bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Miss Islington (bot) · 4 years, 9 months ago
  47. 0762e09 bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) by Miss Islington (bot) · 4 years, 9 months ago
  48. 5f463e5 [3.8] bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740) (GH-22782) by Miss Islington (bot) · 4 years, 9 months ago
  49. 545dcb1 [3.8] Remove outdated reference to pywin32 from platform module (GH-22005) (GH-23184) by Miss Islington (bot) · 4 years, 9 months ago
  50. fa86614 bpo-42339: Adds note about KB2533623 to embeddable package docs (GH-23322) by Steve Dower · 4 years, 9 months ago
  51. 85a8a19 bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Miss Islington (bot) · 4 years, 9 months ago
  52. 7182735 fix typo in ThreadedChildWatcher docs (GH-23277) by Miss Islington (bot) · 4 years, 9 months ago
  53. cb2b203 bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-23269) by Miss Islington (bot) · 4 years, 9 months ago
  54. 5ad468d bpo-42042: Use ids attribute instead of names attribute (GH-22739) by Miss Islington (bot) · 4 years, 9 months ago
  55. a7de7ff Minor wording change in concurrent.futures. (GH-23194) by Miss Islington (bot) · 4 years, 9 months ago
  56. ad37c66 [3.8] bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073) (GH-23105) by Jakub Stasiak · 4 years, 10 months ago
  57. b1ce044 bpo-6761: Enhance __call__ documentation (GH-7987) by Miss Skeleton (bot) · 4 years, 10 months ago
  58. 77a9ef1 Add a link to buffer protocol in bytearray() doc (GH-22675) by Miss Skeleton (bot) · 4 years, 10 months ago
  59. 60bef61 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Miss Skeleton (bot) · 4 years, 10 months ago
  60. eac21a0 [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932) by Miss Skeleton (bot) · 4 years, 10 months ago
  61. cd894b1 [3.8] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22902) by Miss Skeleton (bot) · 4 years, 10 months ago
  62. 5d8bc65 bpo-25655: Improve Win DLL loading failures doc (GH-22372) by Miss Skeleton (bot) · 4 years, 10 months ago
  63. 6a5c70a [3.8] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22889) by larryhastings · 4 years, 10 months ago
  64. b2b3803 bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) (#22877) by Miss Skeleton (bot) · 4 years, 10 months ago
  65. 916ac95 bpo-35181: Correct importlib documentation for some module attributes (GH-15190) by Miss Skeleton (bot) · 4 years, 10 months ago
  66. ba66674 [3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (GH-22866) by Miss Skeleton (bot) · 4 years, 10 months ago
  67. 89fac4c [3.8] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22861) by Miss Skeleton (bot) · 4 years, 10 months ago
  68. a8e6af7 Doc: Fix a typo/error in the docs for cached bytecode (GH-22445) by Miss Skeleton (bot) · 4 years, 10 months ago
  69. 62eb403 Doc: Do not suggest `s[::-1]` for reversed order (GH-22457) by Miss Skeleton (bot) · 4 years, 10 months ago
  70. 490f30d Doc: Remove old Python version from future stmt (GH-21802) by Miss Skeleton (bot) · 4 years, 10 months ago
  71. 6443a8c bpo-41646: Mention path-like objects support in the docs for shutil.copy() (GH-22208) by Miss Skeleton (bot) · 4 years, 10 months ago
  72. 058affc bpo-41192: Add documentation of undocumented audit events (GH-22832) by Miss Skeleton (bot) · 4 years, 10 months ago
  73. a797fd7 bpo-41192: Clarify the sys module's description of the auditing feature (GH-22820) by Miss Skeleton (bot) · 4 years, 10 months ago
  74. ccfc057 Doc: Add missing spaces after period for `posix_spawn` (GH-22730) by Miss Skeleton (bot) · 4 years, 10 months ago
  75. f53ea8a bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281) by Miss Skeleton (bot) · 4 years, 10 months ago
  76. 609a38a bpo-40901: Describe what "interface name" means on Windows (GH-20694) by Miss Skeleton (bot) · 4 years, 10 months ago
  77. dc785db bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360) by Miss Skeleton (bot) · 4 years, 10 months ago
  78. 4c8da32 bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463) by Miss Skeleton (bot) · 4 years, 10 months ago
  79. e4a03be Link to the msvcrt module from the Windows FAQ (GH-22268) by Miss Skeleton (bot) · 4 years, 10 months ago
  80. ec18c46 bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22770) by Miss Skeleton (bot) · 4 years, 10 months ago
  81. 967fdda [3.8] bpo-41855: Fix duplicate results in FastPath.zip_children() (#22404) by Jason R. Coombs · 4 years, 10 months ago
  82. 1006f63 bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602) (GH-22592) by Miss Skeleton (bot) · 4 years, 10 months ago
  83. b15fff6 [3.8] [doc] Fix link to abc.collections.Iterable (GH-22502) (#22504) by Andre Delfino · 4 years, 10 months ago
  84. ae485f5 Fix incorrect parameter name (GH-22613) by Miss Skeleton (bot) · 4 years, 10 months ago
  85. 31ceccb bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (GH-22505) by Miss Skeleton (bot) · 4 years, 11 months ago
  86. 7e941fa bpo-41774: Tweak new programming FAQ entry (GH-22562) by Miss Skeleton (bot) · 4 years, 11 months ago
  87. 6bd058e bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464) by Miss Skeleton (bot) · 4 years, 11 months ago
  88. b2611fa bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (GH-22526) (GH-22537) by Miss Skeleton (bot) · 4 years, 11 months ago
  89. c3cd440 [doc] Fix link to abc.collections.Iterable (GH-22520) by Miss Skeleton (bot) · 4 years, 11 months ago
  90. 4b982e0 bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554) by Miss Skeleton (bot) · 4 years, 11 months ago
  91. ab32ea8 bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291) by Miss Islington (bot) · 4 years, 11 months ago
  92. 4c2e299 Fix grammar in secrets module documentation (GH-22467) by Miss Islington (bot) · 4 years, 11 months ago
  93. d50a070 bpo-41774: Add programming FAQ entry (GH-22402) by Miss Islington (bot) · 4 years, 11 months ago
  94. e0e614c bpo-41858: Clarify line in optparse doc (GH-22407) by Miss Islington (bot) · 5 years ago
  95. e678ca9 bpo-33822: Update IDLE section of What's New 3.8 (GH-22383) by Miss Islington (bot) · 5 years ago
  96. 5acc1b5 bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22369) by Miss Islington (bot) · 5 years ago
  97. 2466a7a bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Miss Islington (bot) · 5 years ago
  98. 3acc403 bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) (GH-22310) by Victor Stinner · 5 years ago
  99. b7cdea8 bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) by Miss Islington (bot) · 5 years ago
  100. c5cddc1 bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300) by Miss Islington (bot) · 5 years ago