Python 3.8.4
  1. c77f71f bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372) by Miss Islington (bot) · 5 years ago
  2. a1d2084 Fix typo in docs: 'created by th' -> 'created by the' (GH-21384) by Miss Islington (bot) · 5 years ago
  3. 3d1c06e bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Miss Islington (bot) · 5 years ago
  4. 1e66f7e bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413) by Miss Islington (bot) · 5 years ago
  5. 730bce3 bpo-39417: Fix broken link to guide to building venvs (GH-18432) by Miss Islington (bot) · 5 years ago
  6. 6790f9b bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21344) by Miss Islington (bot) · 5 years ago
  7. 7ceb3e3 bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21342) by Miss Islington (bot) · 5 years ago
  8. 01c0925 bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331) by Miss Islington (bot) · 5 years ago
  9. 4874e59 bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325) by Miss Islington (bot) · 5 years ago
  10. 6857ebe bpo-33864: Clarify the docs for typing.ByteString (GH-21311) by Miss Islington (bot) · 5 years ago
  11. 42f05e6 Doc: Minor fix to init config C API documentation (GH-21198) by Miss Islington (bot) · 5 years ago
  12. c81f9e2 Update FAQ release schedule and estimated users (GH-21180) by Miss Islington (bot) · 5 years ago
  13. 41d6e3f bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227) by Miss Islington (bot) · 5 years ago
  14. 12bb0b6 Update ssl.rst by Miss Islington (bot) · 5 years ago
  15. ea16430 bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205) by Miss Islington (bot) · 5 years ago
  16. 7318f0a bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147) by Ned Deily · 5 years ago
  17. ec05a7f bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) by Miss Islington (bot) · 5 years ago
  18. 4f5dde4 bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283) by Miss Islington (bot) · 5 years ago
  19. 6eab52f bpo-39699: Remove accidentally committed test change (GH-21089) by Ammar Askar · 5 years ago
  20. 56d25ad Improve asyncio.loop.call_soon() documentation (GH-20883) by Miss Islington (bot) · 5 years ago
  21. a4c0956 Add link to .pypirc specification (GH-20680) (#21019) by Miss Islington (bot) · 5 years ago
  22. f8c05bb [3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20860) by Miss Islington (bot) · 5 years ago
  23. 972aba8 [3.8] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20792) by Antoine Pitrou · 5 years ago
  24. 663836e [3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771) by Miss Islington (bot) · 5 years ago
  25. 32c1fb0 [3.8] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20745) by Stefan Krah · 5 years ago
  26. 706de4e [3.8] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20743) by Stefan Krah · 5 years ago
  27. 14073c5 bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20738) by Miss Islington (bot) · 5 years ago
  28. 12dfbae bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Miss Islington (bot) · 5 years ago
  29. c935b33 Fix spacing in docs for tarfile (GH-20629) by Miss Islington (bot) · 5 years ago
  30. 139f1ba Ensure correct version of Sphinx is used for Windows builds (GH-20582) by Miss Islington (bot) · 5 years ago
  31. d0dc369 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Miss Islington (bot) · 5 years ago
  32. ba1c2c8 bpo-40798: Generate a different message for already removed elements (GH-20483) by Miss Islington (bot) · 5 years ago
  33. ef2f9ac closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Miss Islington (bot) · 5 years ago
  34. f89d7bc Note the output ordering of combinatoric functions (GH-19732) (GH-20502) by Miss Islington (bot) · 5 years ago
  35. c0c5db5 Improve IO tutorial's "Old string formatting" section (GH-16251) by Miss Islington (bot) · 5 years ago
  36. b5ecbf0 bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763) by Miss Islington (bot) · 5 years ago
  37. e3e800f [3.8] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Tal Einat · 5 years ago
  38. c2a177a bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20415) by Miss Islington (bot) · 5 years ago
  39. b38bd88 bpo-40745: Fix typos in NewType docs (GH-20379) by Miss Islington (bot) · 5 years ago
  40. 1f2cc7c closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403) by Miss Islington (bot) · 5 years ago
  41. 331b2df bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) by Miss Islington (bot) · 5 years ago
  42. 2fecb48 bpo-40405: Fix asyncio.as_completed docs (GH-19753) by Miss Islington (bot) · 5 years ago
  43. dc32391 bpo-40439: Update broken link in lexical analysis docs (GH-20184) by Miss Islington (bot) · 5 years ago
  44. 0714c48 Reword aware/naive introduction sentence (GH-20175) by Miss Islington (bot) · 5 years ago
  45. 822efa5 [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023) by Miss Islington (bot) · 5 years ago
  46. d88f0aa bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-GH-20139) (GH-20167) by Miss Islington (bot) · 5 years ago
  47. b5279c1 Doc: Python 3.10 in sidebar and version switcher. (GH-20209) by Miss Islington (bot) · 5 years ago
  48. 257e11c bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145) by Miss Islington (bot) · 5 years ago
  49. 7a3522d Doc: change 'Posix' for 'POSIX' (GH-20001) by Miss Islington (bot) · 5 years ago
  50. b1e23f3 Doc: move a dot outside double quotes (GH-20007) by Miss Islington (bot) · 5 years ago
  51. eb5ce32 bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (GH-20098) by Miss Islington (bot) · 5 years ago
  52. 546f643 Make the first dataclass example more useful (GH-19994) (GH-19997) by Miss Islington (bot) · 5 years ago
  53. 9609460 Remove outdated and confusing advice about setting maxsize (GH-19889) (GH-19890) by Miss Islington (bot) · 5 years ago
  54. 108e455 Fix missing space in docs(GH-19866) (GH-19872) by Miss Islington (bot) · 5 years ago
  55. 399b9a4 bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Miss Islington (bot) · 5 years ago
  56. e058280 [3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843) by Antoine Pitrou · 5 years ago
  57. c9d7d32 bpo-39691: Clarify io.open_code behavior (GH-19824) by Miss Islington (bot) · 5 years ago
  58. 71e6122 bpo-39562: Correctly updated the version section in the what's new document (GH-19838) by Pablo Galindo · 5 years ago
  59. 5055c27 [3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (GH-19835) by Pablo Galindo · 5 years ago
  60. 9412f4d bpo-40348: Fix typos in the programming FAQ (GH-19729) by Miss Islington (bot) · 5 years ago
  61. ca5649c [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727) by Zachary Ware · 5 years ago
  62. 179f22c bpo-40387: Improve queue join() example. (GH-19724) (GH-19726) by Miss Islington (bot) · 5 years ago
  63. 882a7f4 bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705) (GH-19710) by Miss Islington (bot) · 5 years ago
  64. 22a4849 Minor modernization and readability improvement to the tokenizer example (GH-19558) (GH-19661) by Miss Islington (bot) · 5 years ago
  65. 7d65c04 Small improvements to the recipes and examples. (GH-19635) (GH-19638) by Miss Islington (bot) · 5 years ago
  66. 8c07343 bpo-39285: Clarify example for PurePath.match (GH-19458) by Miss Islington (bot) · 5 years ago
  67. 020f2aa bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) by Miss Islington (bot) · 5 years ago
  68. 08b640f Fix parameter names in assertIn() docs (GH-18829) by Miss Islington (bot) · 5 years ago
  69. 3e72de9 [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701) by Miss Islington (bot) · 5 years ago
  70. ee691b0 [3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495) by Miss Islington (bot) · 5 years ago
  71. ceba064 bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) by Miss Islington (bot) · 5 years ago
  72. 1bf7dee bpo-40197: Better describe the benchmark results table (GH-19386) by Miss Islington (bot) · 5 years ago
  73. 37a257c bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442) by Victor Stinner · 5 years ago
  74. f7b0259 Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19383) by Miss Islington (bot) · 5 years ago
  75. 0d1d7c8 bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370) by Serhiy Storchaka · 5 years ago
  76. e678398 bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19339) by Miss Islington (bot) · 5 years ago
  77. 77c623b bpo-40122: Updated documentation for dis.findlabels() (GH-19274) by Miss Islington (bot) · 5 years ago
  78. b7345c2 bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Miss Islington (bot) · 5 years ago
  79. 267afc2 bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19277) by Miss Islington (bot) · 5 years ago
  80. 40e1b04 Document most common signals (GH-19245) (GH-19257) by Victor Stinner · 5 years ago
  81. 6c9a2a8 fix comma location in various places (GH-19233) by Miss Islington (bot) · 5 years ago
  82. bb85226 bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH-19198) by Miss Islington (bot) · 5 years ago
  83. 9c5c497 bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171) by Miss Islington (bot) · 5 years ago
  84. 8dad09a bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (#19164) by Miss Islington (bot) · 5 years ago
  85. 96686c7 bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Miss Islington (bot) · 5 years ago
  86. 2227c1a bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-19141) by Miss Islington (bot) · 5 years ago
  87. 8cd48b6 Clarify a guarantee of the logging module. (GH-19132) by Miss Islington (bot) · 5 years ago
  88. 687f592 bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) by Miss Islington (bot) · 5 years ago
  89. 2972336 bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929) by Miss Islington (bot) · 5 years ago
  90. 2477aed Fix "versionchanged" for pow named arguments (GH-19042) (GH-19079) by Miss Islington (bot) · 5 years ago
  91. da1fe76 bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) by Miss Islington (bot) · 5 years ago
  92. 4abe77c bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) by Miss Islington (bot) · 5 years ago
  93. 9c63cd8 Link to list of keywords in the laguage reference (GH-18024) by Miss Islington (bot) · 5 years ago
  94. a927e91 bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550) by Miss Islington (bot) · 5 years ago
  95. d3af92e [3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976) by Karthikeyan Singaravelan · 5 years ago
  96. 99ef1ac Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946) by Miss Islington (bot) · 5 years ago
  97. 6ce36ed Fix download.html (GH-18902) by Miss Islington (bot) · 5 years ago
  98. b26ccfe tracemalloc: 'pretty top' example no longer changes the filename (GH-18903) by Miss Islington (bot) · 5 years ago
  99. a5e821c bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Miss Islington (bot) · 5 years ago
  100. 765117d fix typo: add space (GH-18853) by Miss Islington (bot) · 5 years ago