1. 5b6e49a bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) by Farhaan Bukhsh · 6 years ago
  2. 831c297 bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) by Sergey Fedoseev · 6 years ago
  3. d824ca7 bpo-34006: Revert line length limit for Windows help docs (GH-8051) by Zachary Ware · 6 years ago
  4. c6cd164 bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) by INADA Naoki · 6 years ago
  5. 6dc57e2 bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265) by Tal Einat · 6 years ago
  6. fe524df Doc: Remove unused image file (GH-8027) by INADA Naoki · 6 years ago
  7. 0cdf5f4 bpo-32568: make select.epoll() and its docs consistent (#7840) by Tal Einat · 6 years ago
  8. bda9c3e Fix the indentation in the documentation of bin() and hash() (GH-7998) by Andrés Delfino · 6 years ago
  9. 41cb0ba bpo-33985: Implement ContextVar.name attribute. (GH-7980) by Yury Selivanov · 6 years ago
  10. 4d26c8a bpo-32996: Enhancements to What's New based on feedback (GH-7988) by Elvis Pranskevichus · 6 years ago
  11. 461a1c4 bpo-33842: Remove tarfile.filemode (GH-7661) by INADA Naoki · 6 years ago
  12. 62b6cea bpo-33958: Doc: Remove unused variable in example (GH-7927) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  13. aee5df5 Forward port 3.7.0 final changes by Ned Deily · 6 years ago
  14. d2cbfff bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940) by Zackery Spytz · 6 years ago
  15. df748c2 use rich markup for PEP reference (GH-7939) by Behzad B. Mokhtari · 6 years ago
  16. 866c168 bpo-33957: Doc: Use better wording (GH-7912) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  17. fdd6e0b bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) by Tal Einat · 6 years ago
  18. 4a6e746 bpo-33952: Fix typo in str.upper() documentation (GH-7898) by Andrés Delfino · 6 years ago
  19. a8ddf85 bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) by Andrés Delfino · 6 years ago
  20. cf67d6a bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873) by Dong-hee Na · 6 years ago
  21. 0ba9a0b [master] bpo-33885: Replace "hook function" with "callable" (GH-7765) (#7886) by Andrés Delfino · 6 years ago
  22. 38cf49b bpo-33887: Add TOC to Design and History FAQ(GH-7766) by Andrés Delfino · 6 years ago
  23. c9d43c7 bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) by Andrés Delfino · 6 years ago
  24. 940ae60 Clarified the tempfile.tempdir documentation (GH-7829) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  25. 16eb3bc bpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH-7749) by Nick Coghlan · 6 years ago
  26. c7f02a9 bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681) by Giampaolo Rodola · 6 years ago
  27. 698865d bpo-33843: Remove deprecated stuff in cgi module (GH-7662) by INADA Naoki · 6 years ago
  28. e57f91a bpo-33866: enum: Stop using OrderedDict (GH-7698) by INADA Naoki · 6 years ago
  29. 5092439 bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 6 years ago
  30. c151f78 bpo-33859: Fix spelling mistakes in docs. (GH-7691) by Xtreak · 6 years ago
  31. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  32. 6868003 bpo-33571: Improve the glossary description for '...' prompt (GH-6971) by Andrés Delfino · 6 years ago
  33. 2707e41 bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687) by Noah Haasis · 6 years ago
  34. 7469ff5 Use singular, we are talking about the access (GH-7727) by Andrés Delfino · 6 years ago
  35. a9d0b34 bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) by Andrés Delfino · 6 years ago
  36. 6951186 bpo-33847: Add '@' operator entry to index (GH-7669) by Andrés Delfino · 6 years ago
  37. 4fddd4e bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) by Andrés Delfino · 6 years ago
  38. ceeef10 bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) by Serhiy Storchaka · 6 years ago
  39. 9e7c921 bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413) by Eric Snow · 6 years ago
  40. 71ede00 bpo-31378: Document sqlite3.OperationalError exception (GH-7677) by Zackery Spytz · 6 years ago
  41. b9d8ad5 bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668) by Xiang Zhang · 6 years ago
  42. 4a172cc bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) by Giampaolo Rodola · 6 years ago
  43. c3f55be bpo-27397: Make email module properly handle invalid-length base64 strings (#7583) by Tal Einat · 6 years ago
  44. 5a98209 Fix nested list in 3.7 What's New (GH-7659) by Ned Deily · 6 years ago
  45. 04290cb bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) by Ned Deily · 6 years ago
  46. ef24b6c bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) by Christian Heimes · 6 years ago
  47. 8a05f55 bpo-33656: Add entry to What's New 3.7. (GH-7638) by Terry Jan Reedy · 6 years ago
  48. 800415e bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Terry Jan Reedy · 6 years ago
  49. 0e5f901 bpo-33831: Make htmlview run again (GH-7628) by Andrés Delfino · 6 years ago
  50. 2c071ce bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (#7631) by Zackery Spytz · 6 years ago
  51. 9d6171d bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620) by Ned Deily · 6 years ago
  52. 12c6cdf bpo-33745: Add What's New for empty function docstring change. (GH-7611) by Ned Deily · 6 years ago
  53. ef057bf bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) by Ned Deily · 6 years ago
  54. 877b232 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) by Alexander Belopolsky · 6 years ago
  55. af4b013 bpo-33610: Update IDLE Code Context doc entry (GH-7597) by Terry Jan Reedy · 6 years ago
  56. 820c53a bpo-33820: Fix IDLE What's New typo (#7594) by Terry Jan Reedy · 6 years ago
  57. 222f7f4 bpo-33821: Update idlelib subsection of What's New 3.7 (#7590) by Terry Jan Reedy · 6 years ago
  58. e226eb7 bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589) by Terry Jan Reedy · 6 years ago
  59. d689f97 Remove hyphens from phrase "picks up where it left off" (GH-7410) by Andrés Delfino · 6 years ago
  60. 0e0534c Fix typo in object.__getnewargs__() documentation (GH-7554) by Andrés Delfino · 6 years ago
  61. 0aa17ee bpo-33766: Document that end of file or string is a newline (GH-7383) by Ammar Askar · 6 years ago
  62. 7e0d882 doc: Fix typo in asyncio-eventloop.rst (GH-7345) by MarcoFalke · 6 years ago
  63. 1bcb8a6 bpo-33409: Clarify PEP 538/540 relationship (GH-7534) by Nick Coghlan · 6 years ago
  64. 4acc140 Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543) by Andrés Delfino · 6 years ago
  65. 1cbdb22 bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) by Andrés Delfino · 6 years ago
  66. 3b0b90c bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawConfigParser (GH-7494) by Andrés Delfino · 6 years ago
  67. 4f54867 bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536) by Dong-hee Na · 6 years ago
  68. c0d062f bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Elvis Pranskevichus · 6 years ago
  69. 6860629 bpo-33798: Update csv document about dict order (GH-7490) by Andrés Delfino · 6 years ago
  70. 396ecb9 bpo-33799: Remove non-ordered dicts comments from FAQ by Andrés Delfino · 6 years ago
  71. 4aa3006 bpo-33197: Add description property for _ParameterKind. (GH-7206) by Dong-hee Na · 6 years ago
  72. 8f40429 bpo-33792: Add selector and proactor windows policies (GH-7487) by Yury Selivanov · 6 years ago
  73. d3ed67d bpo-33609: small wording fixes to dict ordering docs by Neil Schemenauer · 6 years ago
  74. 34b7346 update 3.7 whatsnew entry about Unicode version (GH-7480) by Benjamin Peterson · 6 years ago
  75. bb6366b bpo-17909: Document that json.load can accept a binary IO (GH-7366) by Anthony Sottile · 6 years ago
  76. cebe80b bpo-29235: Update document for Profiler's context manager (GH-7331) by Scott Sanderson · 6 years ago
  77. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 6 years ago
  78. 3ef769f bpo-28240: timeit: Update repeat() doc (GH-7419) by Victor Stinner · 6 years ago
  79. 3a5b0d8 bpo-33504: Migrate configparser from OrderedDict to dict. (#6819) by John Reese · 6 years ago
  80. c56b17b bpo-12486: Document tokenize.generate_tokens() as public API (#6957) by Thomas Kluyver · 6 years ago
  81. dde9fdb bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424) by Vinay Sajip · 6 years ago
  82. 9ef1b06 bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346) by Mayank Singhal · 6 years ago
  83. af1ec97 bpo-32392: Document env keyword argument of subprocess.run() (GH-7289) by Tobias Kunze · 6 years ago
  84. f822549 bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093) by INADA Naoki · 6 years ago
  85. 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 6 years ago
  86. f7745e1 bpo-27902: Add compatibility note to Profile docs (GH-7295) by Tobias Kunze · 6 years ago
  87. b75ec08 bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) by Farhaan Bukhsh · 6 years ago
  88. a801cf1 bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) by Zackery Spytz · 6 years ago
  89. 00818c8 Fix typo in datamodel.rst (GH-6964) by Zach Mitchell · 6 years ago
  90. 2e01b75 bpo-29235: Make cProfile.Profile a context manager (GH-6808) by Scott Sanderson · 6 years ago
  91. 23cee80 bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297) by Vinay Sajip · 6 years ago
  92. c0d341d bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) by Vinay Sajip · 6 years ago
  93. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  94. 02e2a08 bpo-31368: Enhance os.preadv() documentation (GH-7254) by Pablo Galindo · 6 years ago
  95. 495e567 3.6 what's new: fix a reference to PEP 528 (#7113) by Dmitry Shachnev · 6 years ago
  96. 05f1c89 bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242) by Andrés Delfino · 6 years ago
  97. 0a28c0d bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056) by jhaydaman · 6 years ago
  98. dec947c Fix typo introduced in GH-7217 (#7230) by Elvis Pranskevichus · 6 years ago
  99. a34e424 Fix whatsnew entry about ThreadedHTTPServer. (GH-7220) by Julien Palard · 6 years ago
  100. f9aeca2 bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217) by Elvis Pranskevichus · 6 years ago