Python 3.8.6
  1. 5acc1b5 bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22369) by Miss Islington (bot) · 5 years ago
  2. 2466a7a bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Miss Islington (bot) · 5 years ago
  3. 3acc403 bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) (GH-22310) by Victor Stinner · 5 years ago
  4. b7cdea8 bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) by Miss Islington (bot) · 5 years ago
  5. c5cddc1 bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300) by Miss Islington (bot) · 5 years ago
  6. 038688a [3.8] Remove duplicated words words (GH-20413). (GH-22297) by Serhiy Storchaka · 5 years ago
  7. 5fdc142 Improve the description of difflib in the documentation (GH-22253) (GH-22260) by Miss Islington (bot) · 5 years ago
  8. a0da907 bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234) (GH-22256) by Miss Islington (bot) · 5 years ago
  9. 624cc10 bpo-40721: add note about enum member name case (GH-22231) by Miss Islington (bot) · 5 years ago
  10. d09bead bpo-41778: Change a punctuation on documentation. (GH-22229) (GH-22230) by Miss Islington (bot) · 5 years ago
  11. 38c8d39 [3.8] bpo-37479: Enum - use correct __format__ (GH-14545) by Ethan Furman · 5 years ago
  12. bf50b0e bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* functions (GH-21763) (GH-22226) by Miss Islington (bot) · 5 years ago
  13. 3a150c7 bpo-41672: Fix type mismatches in imaplib docs (GH-22207) (#22218) by Miss Islington (bot) · 5 years ago
  14. e4c6947 [doc] struct: update note about network byte order form to be more helpful (GH-22201) by Miss Islington (bot) · 5 years ago
  15. 8a30bdd bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) (#22193) by Miss Islington (bot) · 5 years ago
  16. e3d0e9b [doc] Remove superfluous comment about equal in f-strings (GH-22006) by Miss Islington (bot) · 5 years ago
  17. d423aa8 Add missing colon to IDLE doc markup (GH-22007) by Miss Islington (bot) · 5 years ago
  18. 4c4c354 [3.8] [3.9] bpo-41688: Document bug in **= dispatching in the language data… (GH-22172) (GH-22175) by Miss Islington (bot) · 5 years ago
  19. 778a9b2 Fixes dead links to Django's logging config docs (GH-20823) (GH-22171) by Miss Islington (bot) · 5 years ago
  20. 68bc679 [3.8] [doc] Fix padding in timeit (GH-22152) (GH-22159) by Miss Islington (bot) · 5 years ago
  21. 4e581d6 closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110) by Miss Islington (bot) · 5 years ago
  22. 4ddb2d7 [3.8] Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) (GH-22010) by Miss Islington (bot) · 5 years ago
  23. e77547b [3.8] Fix error in argparse documentation example (GH-17399) (GH-21990) by Miss Islington (bot) · 5 years ago
  24. e52f5bc [3.8] bpo-40486: Specify what happens if directory content change diring iteration (GH-22025) (GH-22094) by Miss Islington (bot) · 5 years ago
  25. 1470c91 bpo-38585: Remove references to defusedexpat (GH-22095) by Miss Islington (bot) · 5 years ago
  26. 9fef7c5 bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22074) by Miss Islington (bot) · 5 years ago
  27. 5d663ed [doc] Remove references to PyChecker. (GH-22055) by Miss Islington (bot) · 5 years ago
  28. a8b05c4 Remove reference to Boa Constructor. (GH-22057) by Miss Islington (bot) · 5 years ago
  29. a1473d2 bpo-41634: Fix a typo in the curses documentation (GH-21958) by Miss Islington (bot) · 5 years ago
  30. 838316d [3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983) by Karthikeyan Singaravelan · 5 years ago
  31. 0804539 Document vars behavior when __dict__ is missing (GH-21466) (GH-21941) by Miss Islington (bot) · 5 years ago
  32. e94d5db Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21923) by Miss Islington (bot) · 5 years ago
  33. 0694b82 bpo-40994: Ungroup items in collections.abc documentation for improved clarity (GH-21880) (#21927) by Miss Islington (bot) · 5 years ago
  34. 7d0fef5 bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928) by Victor Stinner · 5 years ago
  35. 0a5b30d Fix typo in typing doc (GH-21879) by Miss Islington (bot) · 5 years ago
  36. 2a9f709 bpo-41410: Fix outdated info in mkstemp docs (GH-21701) by Miss Islington (bot) · 5 years ago
  37. e05f20b Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21851) (#21866) by Miss Islington (bot) · 5 years ago
  38. 43b3e4c [3.8] bpo-41066: Update the comparison section for os vs pathlib (GH-21261) (GH-21864) by Antoine Pitrou · 5 years ago
  39. 622d90f bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833) by Miss Islington (bot) · 5 years ago
  40. 7b3ceaa [3.8] bpo-41504: Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773) (GH-21829) by Miss Islington (bot) · 5 years ago
  41. f421865 [3.8] Doc: Add output to example code in programming FAQ (GH-21346) (GH-21791) by Miss Islington (bot) · 5 years ago
  42. 105cfb5 bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703) by Miss Islington (bot) · 5 years ago
  43. de5de41 Doc: Add a link to tutorial page from `open()` doc (GH-21737) by Miss Islington (bot) · 5 years ago
  44. dc98a54 bpo-41098: Doc: Add missing deprecated directives (GH-21162) by Miss Islington (bot) · 5 years ago
  45. f0e030c bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479) by Miss Islington (bot) · 5 years ago
  46. 4bc8445 bpo-41425: Make tkinter doc example runnable (GH-21706) by Miss Islington (bot) · 5 years ago
  47. 45d37cb bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707) by Miss Islington (bot) · 5 years ago
  48. 038827d bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677) by Miss Islington (bot) · 5 years ago
  49. b7722ed Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) (GH-21668) by Miss Islington (bot) · 5 years ago
  50. 5e0ce46 Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465) by Miss Islington (bot) · 5 years ago
  51. 59cfba3 bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) by Miss Islington (bot) · 5 years ago
  52. 3baff21 [3.8] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (#21647) by Guido van Rossum · 5 years ago
  53. 755cb49 bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH-18851) by Miss Islington (bot) · 5 years ago
  54. b99f770 bpo-41314: fixed annotations __future__ version (GH-21616) by Miss Islington (bot) · 5 years ago
  55. f526d10 Simple Documentation fix: Missing link to return type class. (GH-21291) by Miss Islington (bot) · 5 years ago
  56. 58f59a9 bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) by Miss Islington (bot) · 5 years ago
  57. dac8a3a bpo-41205: Document Decimal power 0 to the 0 (GH-21386) by Miss Islington (bot) · 5 years ago
  58. 700cb66 bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474) by Miss Islington (bot) · 5 years ago
  59. 7734738 bpo-41325: Add version note for args and kwargs property in call object (GH-21525) by Miss Islington (bot) · 5 years ago
  60. d4a6303 Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500) by Miss Islington (bot) · 5 years ago
  61. b4cd77d Fix repeated words in Classes tutorial (GH-21455) by Miss Islington (bot) · 5 years ago
  62. c77f71f bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372) by Miss Islington (bot) · 5 years ago
  63. a1d2084 Fix typo in docs: 'created by th' -> 'created by the' (GH-21384) by Miss Islington (bot) · 5 years ago
  64. 3d1c06e bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Miss Islington (bot) · 5 years ago
  65. 1e66f7e bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413) by Miss Islington (bot) · 5 years ago
  66. 730bce3 bpo-39417: Fix broken link to guide to building venvs (GH-18432) by Miss Islington (bot) · 5 years ago
  67. 6790f9b bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21344) by Miss Islington (bot) · 5 years ago
  68. 7ceb3e3 bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21342) by Miss Islington (bot) · 5 years ago
  69. 01c0925 bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331) by Miss Islington (bot) · 5 years ago
  70. 4874e59 bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325) by Miss Islington (bot) · 5 years ago
  71. 6857ebe bpo-33864: Clarify the docs for typing.ByteString (GH-21311) by Miss Islington (bot) · 5 years ago
  72. 42f05e6 Doc: Minor fix to init config C API documentation (GH-21198) by Miss Islington (bot) · 5 years ago
  73. c81f9e2 Update FAQ release schedule and estimated users (GH-21180) by Miss Islington (bot) · 5 years ago
  74. 41d6e3f bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227) by Miss Islington (bot) · 5 years ago
  75. 12bb0b6 Update ssl.rst by Miss Islington (bot) · 5 years ago
  76. ea16430 bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205) by Miss Islington (bot) · 5 years ago
  77. 7318f0a bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147) by Ned Deily · 5 years ago
  78. ec05a7f bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) by Miss Islington (bot) · 5 years ago
  79. 4f5dde4 bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283) by Miss Islington (bot) · 5 years ago
  80. 6eab52f bpo-39699: Remove accidentally committed test change (GH-21089) by Ammar Askar · 5 years ago
  81. 56d25ad Improve asyncio.loop.call_soon() documentation (GH-20883) by Miss Islington (bot) · 5 years ago
  82. a4c0956 Add link to .pypirc specification (GH-20680) (#21019) by Miss Islington (bot) · 5 years ago
  83. f8c05bb [3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20860) by Miss Islington (bot) · 5 years ago
  84. 972aba8 [3.8] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20792) by Antoine Pitrou · 5 years ago
  85. 663836e [3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771) by Miss Islington (bot) · 5 years ago
  86. 32c1fb0 [3.8] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20745) by Stefan Krah · 5 years ago
  87. 706de4e [3.8] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20743) by Stefan Krah · 5 years ago
  88. 14073c5 bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20738) by Miss Islington (bot) · 5 years ago
  89. 12dfbae bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Miss Islington (bot) · 5 years ago
  90. c935b33 Fix spacing in docs for tarfile (GH-20629) by Miss Islington (bot) · 5 years ago
  91. 139f1ba Ensure correct version of Sphinx is used for Windows builds (GH-20582) by Miss Islington (bot) · 5 years ago
  92. d0dc369 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Miss Islington (bot) · 5 years ago
  93. ba1c2c8 bpo-40798: Generate a different message for already removed elements (GH-20483) by Miss Islington (bot) · 5 years ago
  94. ef2f9ac closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Miss Islington (bot) · 5 years ago
  95. f89d7bc Note the output ordering of combinatoric functions (GH-19732) (GH-20502) by Miss Islington (bot) · 5 years ago
  96. c0c5db5 Improve IO tutorial's "Old string formatting" section (GH-16251) by Miss Islington (bot) · 5 years ago
  97. b5ecbf0 bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763) by Miss Islington (bot) · 5 years ago
  98. e3e800f [3.8] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Tal Einat · 5 years ago
  99. c2a177a bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20415) by Miss Islington (bot) · 5 years ago
  100. b38bd88 bpo-40745: Fix typos in NewType docs (GH-20379) by Miss Islington (bot) · 5 years ago