1. b43c4ca Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648) by Antoine Pitrou · 7 years ago
  2. e82c034 bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531) by Christian Heimes · 7 years ago
  3. 4df60f1 bpo-31386: Custom wrap_bio and wrap_socket type (#3426) by Christian Heimes · 7 years ago
  4. ff70289 bpo-314777: IDLE - improve rstrip entry in doc (#3602) by Terry Jan Reedy · 7 years ago
  5. 6a396c9 bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) by Feanil Patel · 7 years ago
  6. 312ffea Improve code examples in hashlib cookie signing (GH-3562) by sww · 7 years ago
  7. ea0f7c2 bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526) by Mariatta · 7 years ago
  8. 5f8fbf9 bpo-31394: Clarify documentation about token type attribute (GH-3469) by Aivar Annamaa · 7 years ago
  9. 98758bc bpo-31421: Document how IDLE runs tkinter programs. (#3513) by Terry Jan Reedy · 7 years ago
  10. adb4cd2 bpo-27099: Finish updating IDLE doc and help text. (#3510) by Terry Jan Reedy · 7 years ago
  11. 58fc71c bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) by wohlganger · 7 years ago
  12. 8b57d73 bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#3454) by Raymond Hettinger · 7 years ago
  13. 30644de Improve IncrementalEncoder documentation (GH-2746) by Zhiming Wang · 7 years ago
  14. a7fbad9 Make `json.dumps()` example to be PEP-8 compliant. (GH-3472) by Sergey Fedoseev · 7 years ago
  15. b3ad0e5 bpo-28182: Expose OpenSSL verification results (#3412) by Christian Heimes · 7 years ago
  16. 70c2dd3 Show example of itemgetter() applied to a dictionary (#3431) by Raymond Hettinger · 7 years ago
  17. cb5b68a bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363) by Christian Heimes · 7 years ago
  18. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  19. 3147b04 bpo-31270: Modification of Pr 3200 (#3427) by Raymond Hettinger · 7 years ago
  20. 397c467 bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3272) by Elena Oat · 7 years ago
  21. 738b7d9 bpo-22635: subprocess.getstatusoutput doc update. (#3398) by Gregory P. Smith · 7 years ago
  22. 0f6b9d2 bpo-14191 Add parse_intermixed_args. (#3319) by R. David Murray · 7 years ago
  23. ad0ffa0 bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387) by Christian Heimes · 7 years ago
  24. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  25. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  26. 60dbed1 link to legacy doc on the non-legacy website (#3362) by Benjamin Peterson · 7 years ago
  27. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  28. 5b79d60 remote note about IRIX in aifc (#3299) by Benjamin Peterson · 7 years ago
  29. ba42796 bpo-1198569: Allow string.Template braced pattern to be different (#3288) by Barry Warsaw · 7 years ago
  30. 0c7983e Clarify nature of parse_args 'args' argument. (#3292) by R. David Murray · 7 years ago
  31. 122e88a bpo-30096: Use ABC in abc reference examples (#1220) by Eric Appelt · 7 years ago
  32. 006617f bpo-31065: Add doc about Popen.poll returning None. (#3169) by Ivan Chernoff · 7 years ago
  33. a30f6d4 bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956) by Pier-Yves Lessard · 7 years ago
  34. ed94a8b bpo-26656: Improve re.compile documentation (GH-3211) by Henk-Jaap Wagenaar · 7 years ago
  35. 0780bf7 bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049) by Paul Moore · 7 years ago
  36. a5fab17 bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191) by Łukasz Langa · 7 years ago
  37. ea57923 bpo-23835: [docs] configparser converts defaults to strings (#3176) by Łukasz Langa · 7 years ago
  38. fe2b56a bpo-31183: `dis` now handles coroutines & async generators (GH-3077) by syncosmic · 7 years ago
  39. 7b40cb7 bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) by Christian Heimes · 7 years ago
  40. 143be36 bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) by Saurabh Chaturvedi · 7 years ago
  41. b811d66 bpo-31072: Add filter to zipapp (#3021) by Jeffrey Rackauckas · 7 years ago
  42. 87c3c5d Improve grammar in asyncio documentation (GH-2993) by Mike DePalatis · 7 years ago
  43. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  44. 6ea56d2 bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979) by Preston Landers · 7 years ago
  45. 47320a6 Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980) by Łukasz Langa · 7 years ago
  46. 018d353 Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896) by Alexander Belopolsky · 7 years ago
  47. 2543f50 bpo-30522: Implemented a method to allow setting a logging.StreamHander's stream. (GH-2921) by Vinay Sajip · 7 years ago
  48. caa1280 bpo-30803: clarify truth value testing documentation (#2508) by Peter Thomassen · 7 years ago
  49. 6fcb69d Fix trivial typo in multiprocessing documentation (GH-2930) by Yuval Langer · 7 years ago
  50. 8e45318 bpo-30302: Update WhatsNew and documentation. (#2929) by Utkarsh Upadhyay · 7 years ago
  51. 627d2c8 Add the link to asyncio source code in the docs (GH-2373) by lf · 7 years ago
  52. cc5a65c bpo-30302 Make timedelta.__repr__ more informative. (#1493) by Utkarsh Upadhyay · 7 years ago
  53. 26248ef bpo-30456: Clarify example for duplicates in second argument of isinstance (GH-1699) by Eli Boyarski · 7 years ago
  54. fff2a21 Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) by 靳阳 · 7 years ago
  55. ba75af7 bpo-30794: added kill() method to multiprocessing.Process (#2528) by Vitor Pereira · 7 years ago
  56. be37beb Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706) by Łukasz Rogalski · 7 years ago
  57. 67ba4fa bpo-26506: hex() documentation: mention %x % int (GH-2525) by Manvisha Kodali · 7 years ago
  58. 0653fba bpo-30862: Updated Logger.setLevel documentation. (GH-2604) by Vinay Sajip · 7 years ago
  59. 246ff3b bpo-6691: Pyclbr now reports nested classes and functions. (#2503) by csabella · 7 years ago
  60. 13e96cc Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) by Antoine Pitrou · 7 years ago
  61. f87b85f bpo-21071: struct.Struct.format type is now str (#845) by Victor Stinner · 7 years ago
  62. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  63. 6580c19 bpo-30619: Clarify typing.Union documentation (GH-2326) by khyox · 7 years ago
  64. 5200a7c bpo-29933: Improve set_write_buffer_limits description (GH-2262) by Kojo Idrissa · 7 years ago
  65. 5ea4c06 bpo-30054: Expose tracemalloc C API (#1236) by Victor Stinner · 7 years ago
  66. 26cb465 bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266) by Serhiy Storchaka · 7 years ago
  67. 116dd5e bpo-30176: Add missing curses cell attributes constants (GH-1302) by Xiang Zhang · 7 years ago
  68. 8c3f05e bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899) by Milan Oberkirch · 7 years ago
  69. 188aedf bpo-25514: Improve IDLE's connection refused message (#2177) by terryjreedy · 7 years ago
  70. 184bd82 bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) by Ben Hoyt · 7 years ago
  71. d79c1d4 Mention how to disable signal fd wakeup (#2140) by Antoine Pitrou · 7 years ago
  72. 1efbf92 bpo-11822: Improve disassembly to show embedded code objects. (#1844) by Serhiy Storchaka · 7 years ago
  73. fdfca5f remove extra word (#2101) by Benjamin Peterson · 7 years ago
  74. dc1da9a clarify recv() and send() on SSLObject (#2100) by Benjamin Peterson · 7 years ago
  75. e5f6e86 bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) by csabella · 7 years ago
  76. 74921ed bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) by Jim Fasarakis-Hilliard · 7 years ago
  77. 5eb7075 bpo-30217: Add the operators ~ and | to the index (#1502) by Marco Buttu · 7 years ago
  78. 63c2c8a bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148) by Chandan Kumar · 7 years ago
  79. 824f687 bpo-24755: Document asyncio.wrap_future (GH-603) by adisbladis · 7 years ago
  80. 53f2af1 bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) by wim glenn · 7 years ago
  81. 5cefb6c bpo-25324: Move the description of tokenize tokens to token.rst. (#1911) by Serhiy Storchaka · 7 years ago
  82. 6260d9f bpo-30520: Implemented pickling for loggers. (#1956) by Vinay Sajip · 7 years ago
  83. 8b7a4cc bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439) by Oz N Tiram · 7 years ago
  84. 3c2817b Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922) by Antoine Pitrou · 7 years ago
  85. ae8750b bpo-24899: Add comparison table for os.path -> pathlib (GH-1753) by Jamiel Almeida · 7 years ago
  86. cdb89cd bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) by Matthias Bussonnier · 7 years ago
  87. 0737ee2 bpo-30499: Remove a deprecated note about sets. (GH-1848) by Julien · 7 years ago
  88. 56ddfd2 bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) by csabella · 7 years ago
  89. fc354f0 bpo-25324: copy tok_name before changing it (#1608) by Albert-Jan Nijburg · 7 years ago
  90. 163468a bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) by Gregory P. Smith · 7 years ago
  91. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  92. f931fd1 bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) by Mariatta · 7 years ago
  93. 12d6b5d bpo-30398: Add a docstring for re.error. (#1647) by Serhiy Storchaka · 7 years ago
  94. 5becf38 Fix the signature of JSONDecodeError (no end parameter). (#1827) by Serhiy Storchaka · 7 years ago
  95. 08e2f35 bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) by Sanyam Khurana · 7 years ago
  96. 368cf1d bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) by Alex Gaynor · 7 years ago
  97. 9498782 bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972) by Garvit Khatri · 7 years ago
  98. a083c8e bpo-30160: Clarify intended usage of wfile (gh-1300) by jugglinmike · 7 years ago
  99. a17a2f5 bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776) by Stéphane Wirtel · 7 years ago
  100. c9d6dbc Added effect of re.ASCII and reworded slightly (#1782) by Brian Ward · 7 years ago