1. 738b7d9 bpo-22635: subprocess.getstatusoutput doc update. (#3398) by Gregory P. Smith · 7 years ago
  2. 0f6b9d2 bpo-14191 Add parse_intermixed_args. (#3319) by R. David Murray · 7 years ago
  3. ad0ffa0 bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387) by Christian Heimes · 7 years ago
  4. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  5. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  6. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  7. 60dbed1 link to legacy doc on the non-legacy website (#3362) by Benjamin Peterson · 7 years ago
  8. 52451fb Prevent a few make suspicious warnings. (#3341) by Ned Deily · 7 years ago
  9. fcd97d4 Include additional changes to support blurbified NEWS (#3340) by Ned Deily · 7 years ago
  10. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  11. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  12. 973b901 What's New for bpo-1198569 (#3303) by Barry Warsaw · 7 years ago
  13. d5cd21d Fixes doc/make.bat to properly handle quoted paths. (#3302) by Steve Dower · 7 years ago
  14. 5b79d60 remote note about IRIX in aifc (#3299) by Benjamin Peterson · 7 years ago
  15. ba42796 bpo-1198569: Allow string.Template braced pattern to be different (#3288) by Barry Warsaw · 7 years ago
  16. f9f1734 Blurbify master branch. (#3298) by larryhastings · 7 years ago
  17. 0c7983e Clarify nature of parse_args 'args' argument. (#3292) by R. David Murray · 7 years ago
  18. 122e88a bpo-30096: Use ABC in abc reference examples (#1220) by Eric Appelt · 7 years ago
  19. 384899d bpo-30737: Update DevGuide links to new URL (GH-3228) by Lisa Hewus Fresh · 7 years ago
  20. d9a2b99 Fix the indentation in Extending Python code example (GH-3244) by Sergey Fedoseev · 7 years ago
  21. 006617f bpo-31065: Add doc about Popen.poll returning None. (#3169) by Ivan Chernoff · 7 years ago
  22. e9d978f Fix a typo in the Programming FAQ. (#3230) by Gregory P. Smith · 7 years ago
  23. a30f6d4 bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956) by Pier-Yves Lessard · 7 years ago
  24. ed94a8b bpo-26656: Improve re.compile documentation (GH-3211) by Henk-Jaap Wagenaar · 7 years ago
  25. 0780bf7 bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049) by Paul Moore · 7 years ago
  26. a5fab17 bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191) by Łukasz Langa · 7 years ago
  27. a6296d3 bpo-31095: fix potential crash during GC (GH-2974) by INADA Naoki · 7 years ago
  28. ea57923 bpo-23835: [docs] configparser converts defaults to strings (#3176) by Łukasz Langa · 7 years ago
  29. a3110a0 Fix a minor grammar issue in the logging cookbook (GH-3136) by Brett Cannon · 7 years ago
  30. b9ff498 Fix broken `Show Source` links on documentation pages (GH-3113) by Elmar Ritsch · 7 years ago
  31. fe2b56a bpo-31183: `dis` now handles coroutines & async generators (GH-3077) by syncosmic · 7 years ago
  32. b616b97 Update the language selection in the docs language switch. (GH-3114) by Julien Palard · 7 years ago
  33. 7b40cb7 bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) by Christian Heimes · 7 years ago
  34. 143be36 bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) by Saurabh Chaturvedi · 7 years ago
  35. dadca48 Fix typo in 3.7 What's New (GH-3069) by Daniel Himmelstein · 7 years ago
  36. 122081d bpo-31159: fix language switch regex on unknown yet built languages. (#3039) by Julien Palard · 7 years ago
  37. b811d66 bpo-31072: Add filter to zipapp (#3021) by Jeffrey Rackauckas · 7 years ago
  38. c82b7f3 bpo-31149: Doc: Add Japanese to the language switcher. (#3028) by Julien Palard · 7 years ago
  39. dff9b5f bpo-31045: Language switch (#2652) by Julien · 7 years ago
  40. 87c3c5d Improve grammar in asyncio documentation (GH-2993) by Mike DePalatis · 7 years ago
  41. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  42. 6ea56d2 bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979) by Preston Landers · 7 years ago
  43. 47320a6 Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980) by Łukasz Langa · 7 years ago
  44. 018d353 Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896) by Alexander Belopolsky · 7 years ago
  45. 2543f50 bpo-30522: Implemented a method to allow setting a logging.StreamHander's stream. (GH-2921) by Vinay Sajip · 7 years ago
  46. caa1280 bpo-30803: clarify truth value testing documentation (#2508) by Peter Thomassen · 7 years ago
  47. 6fcb69d Fix trivial typo in multiprocessing documentation (GH-2930) by Yuval Langer · 7 years ago
  48. 8e45318 bpo-30302: Update WhatsNew and documentation. (#2929) by Utkarsh Upadhyay · 7 years ago
  49. 627d2c8 Add the link to asyncio source code in the docs (GH-2373) by lf · 7 years ago
  50. cc5a65c bpo-30302 Make timedelta.__repr__ more informative. (#1493) by Utkarsh Upadhyay · 7 years ago
  51. d439d3e Minor typo in curses.rst (#2763) by waxmoon · 7 years ago
  52. 26248ef bpo-30456: Clarify example for duplicates in second argument of isinstance (GH-1699) by Eli Boyarski · 7 years ago
  53. b3527bf bpo-30964: Mention ensurepip in package installation docs (GH-2786) by Nicholas · 7 years ago
  54. fff2a21 Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) by 靳阳 · 7 years ago
  55. 5bffcf3 Update doc download files size estimates. (#2771) by Ned Deily · 7 years ago
  56. ba75af7 bpo-30794: added kill() method to multiprocessing.Process (#2528) by Vitor Pereira · 7 years ago
  57. 68d663c [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) by Steve Dower · 7 years ago
  58. 50f5816 bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) by Ned Deily · 7 years ago
  59. be37beb Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706) by Łukasz Rogalski · 7 years ago
  60. 3fbd700 bpo-30466: Add brief explanation of classes to tutorial (GH-1804) by Trey Hunner · 7 years ago
  61. 67ba4fa bpo-26506: hex() documentation: mention %x % int (GH-2525) by Manvisha Kodali · 7 years ago
  62. 0653fba bpo-30862: Updated Logger.setLevel documentation. (GH-2604) by Vinay Sajip · 7 years ago
  63. d3ed287 Remove outdated FOX from GUI FAQ (GH-2538) by Berker Peksag · 7 years ago
  64. 246ff3b bpo-6691: Pyclbr now reports nested classes and functions. (#2503) by csabella · 7 years ago
  65. 9f3bdcb bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318) by Segev Finer · 7 years ago
  66. 5b8f972 bpo-30362 : Add list options to launcher. (#1578) by Steve (Gadget) Barnes · 7 years ago
  67. 36fc896 Clarification to the `break` statement (GH-2453) by regexaurus · 7 years ago
  68. e613e6a bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285) by Serhiy Storchaka · 7 years ago
  69. f5c58c7 bpo-30733: Fix typos in "What's New" entry (GH-2414) by Walter Dörwald · 7 years ago
  70. 13e96cc Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) by Antoine Pitrou · 7 years ago
  71. f87b85f bpo-21071: struct.Struct.format type is now str (#845) by Victor Stinner · 7 years ago
  72. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  73. b066edf bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) by _ = NaN · 7 years ago
  74. 6580c19 bpo-30619: Clarify typing.Union documentation (GH-2326) by khyox · 7 years ago
  75. 77f68e3 Fix typo in 3.7 whatsnew (#2308) by Daniel Porteous · 7 years ago
  76. 5200a7c bpo-29933: Improve set_write_buffer_limits description (GH-2262) by Kojo Idrissa · 7 years ago
  77. 5ea4c06 bpo-30054: Expose tracemalloc C API (#1236) by Victor Stinner · 7 years ago
  78. 26cb465 bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266) by Serhiy Storchaka · 7 years ago
  79. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  80. 272d888 bpo-29783: Replace codecs.open() with io.open() (#599) by Victor Stinner · 7 years ago
  81. cb8c048 bpo-30450: Add NEWS and whatsnew (GH-2236) by Zachary Ware · 7 years ago
  82. 116dd5e bpo-30176: Add missing curses cell attributes constants (GH-1302) by Xiang Zhang · 7 years ago
  83. 8c3f05e bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899) by Milan Oberkirch · 7 years ago
  84. 4ebf03d Fix trivial typo in Readme (GH-2185) by csabella · 7 years ago
  85. 188aedf bpo-25514: Improve IDLE's connection refused message (#2177) by terryjreedy · 7 years ago
  86. 184bd82 bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) by Ben Hoyt · 7 years ago
  87. 2d0afef bpo-30656: Fix Python C API Module Objects documentation (GH-2170) by Emily Morehouse · 7 years ago
  88. b9c3da5 bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926) by Sanyam Khurana · 7 years ago
  89. d79c1d4 Mention how to disable signal fd wakeup (#2140) by Antoine Pitrou · 7 years ago
  90. bd4e9e0 bpo-6519: Improve Python Input Output Tutorial (GH-2143) by Andrew Kuchling · 7 years ago
  91. 1dbce04 bpo-30621: Update Input Output Tutorial Example(GH-2074) by suketa · 7 years ago
  92. 1efbf92 bpo-11822: Improve disassembly to show embedded code objects. (#1844) by Serhiy Storchaka · 7 years ago
  93. fdfca5f remove extra word (#2101) by Benjamin Peterson · 7 years ago
  94. dc1da9a clarify recv() and send() on SSLObject (#2100) by Benjamin Peterson · 7 years ago
  95. 3f8f16d Show what's changed when Travis fails regen check (GH-2095) by Zachary Ware · 7 years ago
  96. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  97. ca81615 bpo-30312: Small correction in datastructures set code sample (GH-2081) by KatherineMichel · 7 years ago
  98. e5f6e86 bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) by csabella · 7 years ago
  99. 74921ed bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) by Jim Fasarakis-Hilliard · 7 years ago
  100. fbfaa6f bpo-30014: make poll-like selector's modify() method faster (#1030) by Giampaolo Rodola · 7 years ago