1. cb5f3fd Remove extra parentheses in output formatting tutorial (GH-8350) by Aaqa Ishtyaq · 6 years ago
  2. feabae9 Clarify ValueError's broad applicability (GH-8313) by Raymond Hettinger · 6 years ago
  3. 01b7d58 bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) by Raymond Hettinger · 6 years ago
  4. c9265c1 bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) by Jon Ribbens · 6 years ago
  5. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  6. 379e9d6 bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924) by Andrés Delfino · 6 years ago
  7. 5e5bbbe bpo-34083: Update dict order in Functional HOWTO (GH-8230) by Stig Johan Berggren · 6 years ago
  8. 33aefad Doc: Point to Simple statements section instead of PEP (GH-8238) by Andrés Delfino · 6 years ago
  9. d5c875b bpo-33597: Add What's New for PyGC_Head (GH-8236) by INADA Naoki · 6 years ago
  10. da5e947 Dataclasses: Fix example on 30.6.8, add method should receive a list rather than an integer. (GH-8038) by Tom Faulkner · 6 years ago
  11. 9cffdbf Fix documentation for input and output tutorial (GH-8231) by Lysandros Nikolaou · 6 years ago
  12. 5fe7c98 bpo-34009: Expand on platform support changes (GH-8022) by Nick Coghlan · 6 years ago
  13. c287545 bpo-34067: Include a more easily understood example for nullcontext (GH-8158) by Daniel Porteous · 6 years ago
  14. 2a9b8ba bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684) by Serhiy Storchaka · 6 years ago
  15. f85af03 Fix margin in sentinel and mock_open (GH-8188) by Andrés Delfino · 6 years ago
  16. bc9aa81 bpo-34061: Document sqlite3.NotSupportedError (GH-8172) by Marcin Niemira · 6 years ago
  17. 0830858 bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086) by Sergey Fedoseev · 6 years ago
  18. 8d41278 bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) by Andrés Delfino · 6 years ago
  19. 9c5ba09 closes bpo-34050: Fix link in SSL docs (GH-8173) by Marcin Niemira · 6 years ago
  20. ced350b bpo-28626: rearrange discussion of output formatting to encourage f-strings (#6036) by Andrew Kuchling · 6 years ago
  21. caccca78 bpo-33702: Add some missing links in production lists and do a little polish (GH-7259) by Andrés Delfino · 6 years ago
  22. b6bb77c bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510) by Andrés Delfino · 6 years ago
  23. 2d74838 Fix moduleauthor/sectionauthor directives in Enum (GH-8117) by Andrés Delfino · 6 years ago
  24. 03dd0e7 Add missing closing parentheses (GH-8144) by Andrés Delfino · 6 years ago
  25. 2800dcf bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153) by Dong-hee Na · 6 years ago
  26. 7943c5e Doc: Remove superfluous markup. (GH-8112) by Julien Palard · 6 years ago
  27. f120288 versionadded -> versionchanged for all 'X parameter was added' for uniformity. (GH8114) by Sergey Fedoseev · 6 years ago
  28. 3ae2e33 classify abs() argument type (GH-8103) by Windson yang · 6 years ago
  29. 3a9bb5f Removed unused import from tzinfo_examples.py. (GH-7994) by Sergey Fedoseev · 6 years ago
  30. a6e1e41 Update Stackless Python wiki URL (GH-8072) by Julien Palard · 6 years ago
  31. bd81cbd DOC: In `reduce`, refer to `accumulate` (GH-7930) by Gerrit Holl · 6 years ago
  32. 5b6e49a bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) by Farhaan Bukhsh · 6 years ago
  33. 831c297 bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) by Sergey Fedoseev · 6 years ago
  34. d824ca7 bpo-34006: Revert line length limit for Windows help docs (GH-8051) by Zachary Ware · 6 years ago
  35. c6cd164 bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) by INADA Naoki · 6 years ago
  36. 6dc57e2 bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265) by Tal Einat · 6 years ago
  37. fe524df Doc: Remove unused image file (GH-8027) by INADA Naoki · 6 years ago
  38. 0cdf5f4 bpo-32568: make select.epoll() and its docs consistent (#7840) by Tal Einat · 6 years ago
  39. bda9c3e Fix the indentation in the documentation of bin() and hash() (GH-7998) by Andrés Delfino · 6 years ago
  40. 41cb0ba bpo-33985: Implement ContextVar.name attribute. (GH-7980) by Yury Selivanov · 6 years ago
  41. 4d26c8a bpo-32996: Enhancements to What's New based on feedback (GH-7988) by Elvis Pranskevichus · 6 years ago
  42. 461a1c4 bpo-33842: Remove tarfile.filemode (GH-7661) by INADA Naoki · 6 years ago
  43. 62b6cea bpo-33958: Doc: Remove unused variable in example (GH-7927) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  44. aee5df5 Forward port 3.7.0 final changes by Ned Deily · 6 years ago
  45. d2cbfff bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940) by Zackery Spytz · 6 years ago
  46. df748c2 use rich markup for PEP reference (GH-7939) by Behzad B. Mokhtari · 6 years ago
  47. 866c168 bpo-33957: Doc: Use better wording (GH-7912) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  48. fdd6e0b bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) by Tal Einat · 6 years ago
  49. 4a6e746 bpo-33952: Fix typo in str.upper() documentation (GH-7898) by Andrés Delfino · 6 years ago
  50. a8ddf85 bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) by Andrés Delfino · 6 years ago
  51. cf67d6a bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873) by Dong-hee Na · 6 years ago
  52. 0ba9a0b [master] bpo-33885: Replace "hook function" with "callable" (GH-7765) (#7886) by Andrés Delfino · 6 years ago
  53. 38cf49b bpo-33887: Add TOC to Design and History FAQ(GH-7766) by Andrés Delfino · 6 years ago
  54. c9d43c7 bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) by Andrés Delfino · 6 years ago
  55. 940ae60 Clarified the tempfile.tempdir documentation (GH-7829) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  56. 16eb3bc bpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH-7749) by Nick Coghlan · 6 years ago
  57. c7f02a9 bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681) by Giampaolo Rodola · 6 years ago
  58. 698865d bpo-33843: Remove deprecated stuff in cgi module (GH-7662) by INADA Naoki · 6 years ago
  59. e57f91a bpo-33866: enum: Stop using OrderedDict (GH-7698) by INADA Naoki · 6 years ago
  60. 5092439 bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 6 years ago
  61. c151f78 bpo-33859: Fix spelling mistakes in docs. (GH-7691) by Xtreak · 6 years ago
  62. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  63. 6868003 bpo-33571: Improve the glossary description for '...' prompt (GH-6971) by Andrés Delfino · 6 years ago
  64. 2707e41 bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687) by Noah Haasis · 6 years ago
  65. 7469ff5 Use singular, we are talking about the access (GH-7727) by Andrés Delfino · 6 years ago
  66. a9d0b34 bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) by Andrés Delfino · 6 years ago
  67. 6951186 bpo-33847: Add '@' operator entry to index (GH-7669) by Andrés Delfino · 6 years ago
  68. 4fddd4e bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) by Andrés Delfino · 6 years ago
  69. ceeef10 bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) by Serhiy Storchaka · 6 years ago
  70. 9e7c921 bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413) by Eric Snow · 6 years ago
  71. 71ede00 bpo-31378: Document sqlite3.OperationalError exception (GH-7677) by Zackery Spytz · 6 years ago
  72. b9d8ad5 bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668) by Xiang Zhang · 6 years ago
  73. 4a172cc bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) by Giampaolo Rodola · 6 years ago
  74. c3f55be bpo-27397: Make email module properly handle invalid-length base64 strings (#7583) by Tal Einat · 6 years ago
  75. 5a98209 Fix nested list in 3.7 What's New (GH-7659) by Ned Deily · 6 years ago
  76. 04290cb bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) by Ned Deily · 6 years ago
  77. ef24b6c bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) by Christian Heimes · 6 years ago
  78. 8a05f55 bpo-33656: Add entry to What's New 3.7. (GH-7638) by Terry Jan Reedy · 6 years ago
  79. 800415e bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Terry Jan Reedy · 6 years ago
  80. 0e5f901 bpo-33831: Make htmlview run again (GH-7628) by Andrés Delfino · 6 years ago
  81. 2c071ce bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (#7631) by Zackery Spytz · 6 years ago
  82. 9d6171d bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620) by Ned Deily · 6 years ago
  83. 12c6cdf bpo-33745: Add What's New for empty function docstring change. (GH-7611) by Ned Deily · 6 years ago
  84. ef057bf bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) by Ned Deily · 6 years ago
  85. 877b232 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) by Alexander Belopolsky · 6 years ago
  86. af4b013 bpo-33610: Update IDLE Code Context doc entry (GH-7597) by Terry Jan Reedy · 6 years ago
  87. 820c53a bpo-33820: Fix IDLE What's New typo (#7594) by Terry Jan Reedy · 6 years ago
  88. 222f7f4 bpo-33821: Update idlelib subsection of What's New 3.7 (#7590) by Terry Jan Reedy · 6 years ago
  89. e226eb7 bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589) by Terry Jan Reedy · 6 years ago
  90. d689f97 Remove hyphens from phrase "picks up where it left off" (GH-7410) by Andrés Delfino · 6 years ago
  91. 0e0534c Fix typo in object.__getnewargs__() documentation (GH-7554) by Andrés Delfino · 6 years ago
  92. 0aa17ee bpo-33766: Document that end of file or string is a newline (GH-7383) by Ammar Askar · 6 years ago
  93. 7e0d882 doc: Fix typo in asyncio-eventloop.rst (GH-7345) by MarcoFalke · 6 years ago
  94. 1bcb8a6 bpo-33409: Clarify PEP 538/540 relationship (GH-7534) by Nick Coghlan · 6 years ago
  95. 4acc140 Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543) by Andrés Delfino · 6 years ago
  96. 1cbdb22 bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) by Andrés Delfino · 6 years ago
  97. 3b0b90c bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawConfigParser (GH-7494) by Andrés Delfino · 6 years ago
  98. 4f54867 bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536) by Dong-hee Na · 6 years ago
  99. c0d062f bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Elvis Pranskevichus · 6 years ago
  100. 6860629 bpo-33798: Update csv document about dict order (GH-7490) by Andrés Delfino · 6 years ago