1. c9566b8 Add missing period in distutils.dep_util.newer_group doc (GH-11003) by Andre Delfino · 6 years ago
  2. 91f259b Clarify expectedFailure in the unittest docs. (#10953) by Gregory P. Smith · 6 years ago
  3. 2d8f976 Fix typo in xml.dom.minidom documentation (GH-10956) by E Kawashima · 6 years ago
  4. ea0ca21 bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780) by Victor Stinner · 6 years ago
  5. 40a61da Fix typos in concurrent.Futures documentation (GH-10920) by Matt Wheeler · 6 years ago
  6. 55f41e4 Correct a couple of unbalanced parenthesis. (GH-10779) by Andre Delfino · 6 years ago
  7. 1ce853f Move __missing__ after __delitem__ in Data model. (GH-10923) by Andre Delfino · 6 years ago
  8. 1747334 bpo-35395: fix typos in asyncio eventloop documentation (GH-10880) by Naglis · 6 years ago
  9. 8ca0fa9 bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555) by Chris Withers · 6 years ago
  10. 68b56d0 bpo-35341: Add generic version of OrderedDict to typing (GH-10850) by Ismo Toijala · 6 years ago
  11. b7c2182 Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814) by E Kawashima · 6 years ago
  12. a407004 Fix typo in Memory Management doc. (GH-10798) by Kevin Adler · 6 years ago
  13. 9fbcfc0 bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) by Eddie Elizondo · 6 years ago
  14. 73104fa bpo-35345: Remove platform.popen() (GH-10781) by Victor Stinner · 6 years ago
  15. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  16. 433433f Adds IPv6 support when invoking http.server directly. (GH-10595) by Lisa Roach · 6 years ago
  17. 5719f27 Doc: Delete now useless Windows FAQ section (GH-10557) by Mathieu Dupuy · 6 years ago
  18. f0e0f20 bpo-35300: Add usage note to the lru_cache() docs (GH-10707) by Raymond Hettinger · 6 years ago
  19. 4bb186d bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592) by Serhiy Storchaka · 6 years ago
  20. ba57963 Linkify SMTP.quit() in smtplib documentation. (GH-9785) by takey · 6 years ago
  21. a1c4001 Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) by Mathieu Dupuy · 6 years ago
  22. 361e868 bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) by Zhiming Wang · 6 years ago
  23. d936a8f bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) by Julien Palard · 6 years ago
  24. 6c48bf2 bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330) by Serhiy Storchaka · 6 years ago
  25. 6b73bb5 bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558) by Julien Palard · 6 years ago
  26. 02e6bf7 bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) by Victor Stinner · 6 years ago
  27. 689d555 bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) by Windson yang · 6 years ago
  28. 4edeaea bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  29. a48e0eb Fix outdated info in datamodel about dicts (GH-9807) by wim glenn · 6 years ago
  30. c2ccac7 bpo-33816: Remove outdated metaclass example (GH-7566) by Andrés Delfino · 6 years ago
  31. b65413b bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478) by Terry Jan Reedy · 6 years ago
  32. 25221b3 Fix typo in asynchronous generator iterator documentation (GH-10542) by Sebastián Ramírez · 6 years ago
  33. 6431347 bpo-32613: Update window FAQ (GH-5552) by Julien Palard · 6 years ago
  34. 8e0b05e Grammar corrections in abc.rst (GH-10525) by Andrés Delfino · 6 years ago
  35. bf1355b Link to property built-in in abc.rst (GH-10526) by Andrés Delfino · 6 years ago
  36. daeb3c4 Fix doc typo: Window -> Windows (GH-10508) by l-n-s · 6 years ago
  37. 1a6be91 bpo-35081: Make some _PyGC macros internal (GH-10507) by Victor Stinner · 6 years ago
  38. 0dc1e45 Fix a couple documentation typos. (GH-10498) by Windson yang · 6 years ago
  39. a9655b7 Improve grammar in Glossary. (GH-10474) by Windson yang · 6 years ago
  40. 7610f4f Correct grammar mistake in stdtypes.rst (GH-10481) by Andrés Delfino · 6 years ago
  41. 9404e77 Linkify PEP 8 in unix.rst (GH-10482) by Andrés Delfino · 6 years ago
  42. 19c46a4 bpo-33695 shutil.copytree() + os.scandir() cache (#7874) by Giampaolo Rodola · 6 years ago
  43. cd44980 Minor grammar improvement to io documentation. (GH-10329) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  44. 7432f09 Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337) by Jakub Stasiak · 6 years ago
  45. 082875d bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) by Julien Palard · 6 years ago
  46. b086c8a bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) by Andrés Delfino · 6 years ago
  47. 76e8fd7 dict insertion order is guaranteed since 3.7 (GH-10431) by Andrés Delfino · 6 years ago
  48. 50ff02b bpo-34864: Document two IDLE on MacOS issues. (GH-10456) by Terry Jan Reedy · 6 years ago
  49. 009b2f0 Correct a typo in the Unittest documentation (GH-10397) by Géry Ogam · 6 years ago
  50. b83942c Cleanup and improve the regex tokenizer example. (GH-10426) by Raymond Hettinger · 6 years ago
  51. 0f221d0 bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190) by Lisa Roach · 6 years ago
  52. 556d50d Doc: Make all versions sidebars the same for consistency. (GH-10288) by Julien Palard · 6 years ago
  53. beed84c bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-10360) by Julien Palard · 6 years ago
  54. bfe1839 Add link to PEP 525 in Expressions. (GH-10333) by Andrés Delfino · 6 years ago
  55. ae31e3f glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102) by Andrés Delfino · 6 years ago
  56. c5eec44 Add a reference to the name mangling description in the tutorial to the index. (GH-10138) by Andrés Delfino · 6 years ago
  57. cdb96f4 Add future_stmt to simple_stmt production list. (GH-8239) by Andrés Delfino · 6 years ago
  58. ca68261 Fix markup for xml.sax in 3.8 notes. (GH-9603) by Andrés Delfino · 6 years ago
  59. d649910 Correct grammar mistakes in string.rst. (GH-9752) by Andrés Delfino · 6 years ago
  60. ca03f3b Mark len call as a code snippet in stdtypes.rst. (GH-9804) by Andrés Delfino · 6 years ago
  61. ea6a28c Mark -c and -O as command line options in reStructuredText. (GH-10103) by Andrés Delfino · 6 years ago
  62. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 6 years ago
  63. 5598cc9 bpo-34160: Preserve order of attributes in minidom. (GH-10219) by Diego Rojas · 6 years ago
  64. f194479 bpo-31553: add --json-lines option to json.tool (#10051) by HongWeipeng · 6 years ago
  65. 0e7497c bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) by guoci · 6 years ago
  66. d2b11af Remove duplicate "Reference Guide" in optparse.rst. (GH-10372) by Andrés Delfino · 6 years ago
  67. 76cd0c3 bpo-33000: Document that IDLE's shell has no line limit. (#10373) by Terry Jan Reedy · 6 years ago
  68. 75d9d59 bpo-23220: Explain how IDLE's Shell displays output (GH-10356) by Terry Jan Reedy · 6 years ago
  69. 5e79090 bpo-35099: Improve the doc about IDLE running user code. (#10350) by Terry Jan Reedy · 6 years ago
  70. 0bee3c3 bpo-35119: Fix RecursionError in example of customizing module attribute access. (GH-10323) by Denis Osipov · 6 years ago
  71. 6531bf6 bpo-33462: Add __reversed__ to dict and dict views (GH-6827) by Rémi Lapeyre · 6 years ago
  72. 16c8a53 [Docs] Fix required version of an example of importlib (GH-10118) by E Kawashima · 6 years ago
  73. 083a7a1 bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332) by Serhiy Storchaka · 6 years ago
  74. ad1a25f bpo-32512: Add -m option to profile for profiling modules (#5132) by Mario Corchero · 6 years ago
  75. 2810dd7 closes bpo-32285: Add unicodedata.is_normalized. (GH-4806) by Max Bélanger · 6 years ago
  76. b4db249 bpo-9842: Add cross-reference to the ellipsis object (GH-4063) by Pablo Galindo · 6 years ago
  77. 98b8535 bpo-35118: Improve docs regarding indexing (GH-10265) by Windson yang · 6 years ago
  78. 55f3317 bpo-10536: Enhancements to gettext docs (GH-10324) by Stéphane Wirtel · 6 years ago
  79. 622935d bpo-31887: Adds documentations for special multipart/signed handling (GH-4268) by Saptak Sengupta · 6 years ago
  80. c03bf0a Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423) by Adrian Liaw · 6 years ago
  81. 0edc7b1 bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316) by Stéphane Wirtel · 6 years ago
  82. 52465e1 Explain that the orderness of the result of glob is system-dependant (GH-6587) by Elena Oat · 6 years ago
  83. f98c162 Doc: -W flag for sphinx-build can be disabled (GH-10303) by Julien Palard · 6 years ago
  84. 3e28eed bpo-34969: Add --fast, --best on the gzip CLI (GH-9833) by Stéphane Wirtel · 6 years ago
  85. fe62d87 Fix a typo about a comma. (GH-10306) by İsmail Arılık · 6 years ago
  86. bf46a09 bpo-35075: Fix broken url in the pprint documentation (GH-10201) by Pablo Galindo · 6 years ago
  87. 511747b bpo-35110: Fix yet few spaces before dashes. (GH-10255) by Serhiy Storchaka · 6 years ago
  88. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  89. 68f3237 bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10247) by matthewbelisle-wf · 6 years ago
  90. a80af77 bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160) by Daniel Lovell · 6 years ago
  91. b232df9 bpo-31680: Add curses.ncurses_version. (GH-4217) by Serhiy Storchaka · 6 years ago
  92. b83d917 Doc: fix asyncio loop.close() description (GH-10229) by Andriy Maletsky · 6 years ago
  93. 0200928 Include memo in the documented signature of copy.deepcopy() by Stephan Hoyer · 6 years ago
  94. c0799ec bpo-27741: Better wording for datetime.strptime() (GH-9994) by Gus Goulart · 6 years ago
  95. ea9c8bd bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206) by Terry Jan Reedy · 6 years ago
  96. c61e229 bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200) by Pablo Galindo · 6 years ago
  97. 1803263 Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195) by Terry Jan Reedy · 6 years ago
  98. e3685fd bpo-34160: Preserve user specified order of Element attributes (GH-10163) by Raymond Hettinger · 6 years ago
  99. 68d6dc0 bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169) by Terry Jan Reedy · 6 years ago
  100. c8a8d6b bpo-35089: Don't mention typing.io and typing.re (GH-10173) by Sebastian Rittau · 6 years ago