1. 3948207 bpo-32320: Add default value support to collections.namedtuple() (#4859) by Raymond Hettinger · 7 years ago
  2. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  3. 85ac726 Cleanup grammar in unittest.mock.seal documentation (#5107) by Paul Ganssle · 7 years ago
  4. 9f1e5f1 bpo-32206: Pdb can now run modules (GH-4752) by Mario Corchero · 7 years ago
  5. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 7 years ago
  6. 65f2a6d advance copyright years to 2018 (#5094) by Benjamin Peterson · 7 years ago
  7. 87be28f bpo-31672: Restore the former behavior when override flags in Template. (#5099) by Serhiy Storchaka · 7 years ago
  8. fbb490f bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846) by Serhiy Storchaka · 7 years ago
  9. f190eb5 bpo-32452: clarify term 'brackets' in generator tutorial (#5079) by Emily Morehouse · 7 years ago
  10. deae6b4 bpo-32248 - Implement importlib.resources (#4911) by Barry Warsaw · 7 years ago
  11. 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 7 years ago
  12. f111b3d bpo-23749: Implement loop.start_tls() (#5039) by Yury Selivanov · 7 years ago
  13. bbdb17d return the new file descriptor from os.dup2 (closes bpo-32441) (#5041) by Benjamin Peterson · 7 years ago
  14. ca9b36c bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992) by Yury Selivanov · 7 years ago
  15. a8d25a1 Fix trivial typo in pickle.rst (#4955) by Sebastian Pucilowski · 7 years ago
  16. 09dc2f5 bpo-15873: Implement [date][time].fromisoformat (#4699) by Paul Ganssle · 7 years ago
  17. 507434f bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343) by INADA Naoki · 7 years ago
  18. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 7 years ago
  19. a7a751d bpo-32306: Clarify c.f.Executor.map() documentation (#4947) by Antoine Pitrou · 7 years ago
  20. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 7 years ago
  21. f4e21a2 Improve the F-strings and format specifier documentation (GH-4931) by KatherineMichel · 7 years ago
  22. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 7 years ago
  23. 4b96593 bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) by Antoine Pitrou · 7 years ago
  24. 9818142 bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) by Yury Selivanov · 7 years ago
  25. d757aaf bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) by Yury Selivanov · 7 years ago
  26. b2a6083 bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218) by Segev Finer · 7 years ago
  27. 902ab80 bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792) by Nathaniel J. Smith · 7 years ago
  28. 44d1a59 bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799) by Andrew Svetlov · 7 years ago
  29. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 7 years ago
  30. 4ac5150 bpo-32248: Implement importlib.abc.ResourceReader (GH-4892) by Brett Cannon · 7 years ago
  31. 6693d7a Minor wording tweak for itertools documentation (#4893) by Raymond Hettinger · 7 years ago
  32. d924fa5 F-strings docs: link to Format Specifiers (GH-4888) by Mariatta · 7 years ago
  33. 642d67b bpo-32329: Add versionchanged to -R option doc (#4884) by Victor Stinner · 7 years ago
  34. 3327a2d bpo-32265: Classify class and static methods of builtin types. (#4776) by Serhiy Storchaka · 7 years ago
  35. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  36. 297fd87 bpo-28393: Update encoding lookup docs wrt bpo-27938 (#4871) by Ville Skyttä · 7 years ago
  37. f74ef45 bpo-32311: Implement asyncio.create_task() shortcut (#4848) by Andrew Svetlov · 7 years ago
  38. 19a44f6 bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872) by Yury Selivanov · 7 years ago
  39. 358e5e1 bpo-32329: Fix -R option for hash randomization (#4873) by Victor Stinner · 7 years ago
  40. 96a5e50 bpo-32143: add f_fsid to os.statvfs() (#4571) by Giuseppe Scrivano · 7 years ago
  41. 02a0a19 bpo-32314: Implement asyncio.run() (#4852) by Yury Selivanov · 7 years ago
  42. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  43. 5364b5c bpo-32225: Implementation of PEP 562 (#4731) by Ivan Levkivskyi · 7 years ago
  44. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  45. 176baa3 bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412) by Jelle Zijlstra · 7 years ago
  46. 4f29f3c trivial: link updates in documentation (#2765) by jimmy · 7 years ago
  47. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  48. c3e070f bpo-32284: Fix documentation of BinaryIO and TextIO (#4832) by Sebastian Rittau · 7 years ago
  49. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 7 years ago
  50. 4ae06c5 bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) by Serhiy Storchaka · 7 years ago
  51. 5ce0a2a bpo-31942: Document optional support of start and stop attributes in Sequence.index method (#4277) by Nitish Chandra · 7 years ago
  52. e569753 bpo-32227: functools.singledispatch supports registering via type annotations (#4733) by Łukasz Langa · 7 years ago
  53. 8874342 bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) by Andrew Svetlov · 7 years ago
  54. abae67e Add asyncio.get_running_loop() function. (#4782) by Yury Selivanov · 7 years ago
  55. 9edad3c bpo-32272: Remove asyncio.async() function. (#4784) by Yury Selivanov · 7 years ago
  56. 1b74f9b bpo-22671: Clarify and test default read method implementations (#4568) by Sanyam Khurana · 7 years ago
  57. 77106b2 bpo-32114: Updated the documentation for get_event_loop to reflect the policy change (#4510) by Pablo Galindo · 7 years ago
  58. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  59. 28d8d14 bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764) by Andrew Svetlov · 7 years ago
  60. a9f8df6 bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) by Vinay Sajip · 7 years ago
  61. a0374dd bpo-32208: update threading.Semaphore docs and add unit test (#4709) by Garrett Berg · 7 years ago
  62. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  63. ae342cf Add a missing space in tkinter documentation. (GH-4692) by Julien Palard · 7 years ago
  64. 8837dd0 bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) by Neil Schemenauer · 7 years ago
  65. 31a8393 Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) by Victor Stinner · 7 years ago
  66. 70d56fb bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471) by Serhiy Storchaka · 7 years ago
  67. 7324b5c bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940) by Julien Palard · 7 years ago
  68. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  69. af5a895 bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) by Victor Stinner · 7 years ago
  70. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 7 years ago
  71. b4d1e1f bpo-20891: Fix PyGILState_Ensure() (#4650) by Victor Stinner · 7 years ago
  72. 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 7 years ago
  73. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 7 years ago
  74. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 7 years ago
  75. 23df2d1 bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600) by Barry Warsaw · 7 years ago
  76. c615be5 Use raw strings in the re module examples. (#4616) by Serhiy Storchaka · 7 years ago
  77. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 7 years ago
  78. 4d193bc bpo-32071: Fix regression and add What's New entry (#4589) by Jonas Haag · 7 years ago
  79. a489599 bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417) by Dong-hee Na · 7 years ago
  80. 598ceae bpo-32150: Expand tabs to spaces in C files. (#4583) by Serhiy Storchaka · 7 years ago
  81. 4271dfd bpo-32154: Remove asyncio.selectors (#4605) by Victor Stinner · 7 years ago
  82. 122fc13 Revert "bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)" (#4592) by Ned Deily · 7 years ago
  83. c172fc5 bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469) by Jason Yang · 7 years ago
  84. ede2ac9 bpo-23033: Improve SSL Certificate handling (GH-937) by Mandeep Singh · 7 years ago
  85. 0cd2e81 bpo-29879: Update typing documentation. (GH-4573) by Ivan Levkivskyi · 7 years ago
  86. d8d6b91 bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346) by Caleb Hattingh · 7 years ago
  87. 5b48dc6 bpo-32071: Add unittest -k option (#4496) by Jonas Haag · 7 years ago
  88. 8d9bb11 bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) by Berker Peksag · 7 years ago
  89. 9d5ec80 Improve Scheduler Objects documentation. (GH-4556) by Mariatta · 7 years ago
  90. 610e5af bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) by Mandeep Bhutani · 7 years ago
  91. f8802d8 Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) by Ashley Camba · 7 years ago
  92. 84c4b19 bpo-32124: Document C functions safe before init (#4540) by Victor Stinner · 7 years ago
  93. 78a5722 Improve the String tutorial docs (GH-4541) by Will White · 7 years ago
  94. cdfe910 Extending Python Doc minor updates (GH-4518) by Emanuele Gaifas · 7 years ago
  95. 3df02db bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529) by Berker Peksag · 7 years ago
  96. 0858495 bpo-32099 Add deque variant of roundrobin() recipe (#4497) by Raymond Hettinger · 7 years ago
  97. dcaed6b bpo-19610: setup() now raises TypeError for invalid types (GH-4519) by Berker Peksag · 7 years ago
  98. 0784a2e bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464) by Jesse-Bakker · 7 years ago
  99. 431665b bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491) by AraHaan · 7 years ago
  100. e256b40 bpo-31672 - Add one last minor clarification for idpattern (#4483) by Barry Warsaw · 7 years ago