1. 4666ec5 bpo-32596: Make lazy-load portable (GH-5316) by INADA Naoki · 7 years ago
  2. 2fc98ae bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) by Bo Bayles · 7 years ago
  3. c47dacb bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208) by José Melero Fernández · 7 years ago
  4. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 7 years ago
  5. 1aa094f bpo-29302: Implement contextlib.AsyncExitStack. (#4790) by Ilya Kulakov · 7 years ago
  6. b31206a bpo-32667: Fix tests when $PATH contains a file (#5322) by Victor Stinner · 7 years ago
  7. 2812d3d bpo-32360: Remove OrderedDict usage from json.tool (GH-5315) by INADA Naoki · 7 years ago
  8. 2b822a0 bpo-32652: Defer pymain_set_global_config() call (#5303) by Victor Stinner · 7 years ago
  9. fe133aa bpo-32391: Implement StreamWriter.wait_closed() (#5281) by Andrew Svetlov · 7 years ago
  10. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 7 years ago
  11. ccbe581 bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200) by Bernhard M. Wiedemann · 7 years ago
  12. 6f6eb35 bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248) by Barry Warsaw · 7 years ago
  13. 789e359 bpo-32636: Fix two bugs in test_asyncio (#5302) by Victor Stinner · 7 years ago
  14. fb5a7ad bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291) by Nathaniel J. Smith · 7 years ago
  15. 0a5e71b bpo-32410: Improve sock_sendfile tests (#5294) by Andrew Svetlov · 7 years ago
  16. 22feeb8 bpo-32643: Drop support for a few private Task and Future APIs. (#5293) by Yury Selivanov · 7 years ago
  17. 018e1b7 bpo-32360: unittest.util: Use Counter instead of custom count function (GH-4994) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 7 years ago
  18. 6b273f7 bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254) by Bo Bayles · 7 years ago
  19. 370d04d bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269) by Xiang Zhang · 7 years ago
  20. 6934831 bpo-32633: Fix some warnings in test_asyncio.test_tasks (#5280) by Nathaniel J. Smith · 7 years ago
  21. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  22. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 7 years ago
  23. b0a7a03 bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067) by Yury Selivanov · 7 years ago
  24. a4b1bb4 bpo-31801: Enum: add _ignore_ as class option (#5237) by Ethan Furman · 7 years ago
  25. 579e0b8 urllib.request: Remove unused import (GH-5268) by INADA Naoki · 7 years ago
  26. a4afcdf bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262) by Yury Selivanov · 7 years ago
  27. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  28. 1211c9a bpo-32503: Avoid creating too small frames in pickles. (#5127) by Serhiy Storchaka · 7 years ago
  29. bd5c7d2 bpo-32602: Test ECDSA certs (#5247) by Christian Heimes · 7 years ago
  30. d911e40 bpo-32226: PEP 560: improve typing module (#4906) by Ivan Levkivskyi · 7 years ago
  31. d57f26c bpo-32028: Fix suggestions for indented print statements (GH-4688) by Sanyam Khurana · 7 years ago
  32. 6690bb9 bpo-32596: Lazy import concurrent.futures.process and thread (GH-5241) by INADA Naoki · 7 years ago
  33. 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 7 years ago
  34. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 7 years ago
  35. ab74504 bpo-32576: use queue.SimpleQueue in critical places (#5216) by Antoine Pitrou · 7 years ago
  36. 3941499 Use assertCountEqual instead of assertEqual. (#5223) by Gregory P. Smith · 7 years ago
  37. 7d91c02 pythoninfo: add time.time and datetime.datetime.now (#5214) by Victor Stinner · 7 years ago
  38. 3a0cf93 bpo-32248: Fix test_importlib.test_open() (#5213) by Victor Stinner · 7 years ago
  39. 9f1b7b9 bpo-32403: Faster date and datetime constructors (#4993) by Paul Ganssle · 7 years ago
  40. 6b5a279 bpo-32410: Implement loop.sock_sendfile() (#4976) by Andrew Svetlov · 7 years ago
  41. c495e79 Skip test_readline.test_nonascii() on C locale (#5203) by Victor Stinner · 7 years ago
  42. 94e1696 bpo-14976: Reentrant simple queue (#3346) by Antoine Pitrou · 7 years ago
  43. 5ec0fee Implement the get_resource_reader() API for file system imports (#5168) by Barry Warsaw · 7 years ago
  44. 21102f0 Make asyncio tests run when there's no SSL module (#5196) by Yury Selivanov · 7 years ago
  45. d37258d Add itertools recipe for directly finding the n-th combination (#5161) by Raymond Hettinger · 7 years ago
  46. bca4218 bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108) by Brett Cannon · 7 years ago
  47. 5b76bdb bpo-31993: Do not use memoryview when pickle large strings. (#5154) by Serhiy Storchaka · 7 years ago
  48. ae12f5d bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091) by yahya-abou-imran · 7 years ago
  49. 05565ed OrderedDict import is no longer needed (#4890) by Raymond Hettinger · 7 years ago
  50. 02556fb bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152) by Raymond Hettinger · 7 years ago
  51. 782d6fe bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015) by Serhiy Storchaka · 7 years ago
  52. 0a2da50 bpo-31993: Do not create frames for large bytes and str objects (#5114) by Serhiy Storchaka · 7 years ago
  53. 3948207 bpo-32320: Add default value support to collections.namedtuple() (#4859) by Raymond Hettinger · 7 years ago
  54. d55209d Fix obvious typos in docstrings (#5151) by Raymond Hettinger · 7 years ago
  55. 2cba6b8 bpo-29240: readline now ignores the UTF-8 Mode (#5145) by Victor Stinner · 7 years ago
  56. f80c0ca Fix when parsing tz offsets microseconds shorter than 6 (#4781) by Mario Corchero · 7 years ago
  57. d4864c6 bpo-24340: Fix estimation of the code stack size. (#5076) by Serhiy Storchaka · 7 years ago
  58. 3b43bfa Update docs for 3.7.0a4 by Ned Deily · 7 years ago
  59. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  60. d138892 bpo-32506: Change dataclasses from OrderedDict to plain dict. (gh-5131) by Eric V. Smith · 7 years ago
  61. 3460198 bpo-31802: Fix importing native path module before importing os. (#4017) by Serhiy Storchaka · 7 years ago
  62. e46a8af bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) by Nathaniel J. Smith · 7 years ago
  63. d327ae6 Fix dataclasses docstring typo. (gh-5118) by Eric V. Smith · 7 years ago
  64. d80b443 bpo-32279: Add additional params to make_dataclass(), pass through to dataclass(). (gh-5117) by Eric V. Smith · 7 years ago
  65. ed7d429 bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5115) by Eric V. Smith · 7 years ago
  66. e7ba013 bpo-32499: Add dataclasses.is_dataclass(obj), which returns True if obj is a dataclass or an instance of one. (#5113) by Eric V. Smith · 7 years ago
  67. 3cd7c6e bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353) by Olivier Grisel · 7 years ago
  68. 9f1e5f1 bpo-32206: Pdb can now run modules (GH-4752) by Mario Corchero · 7 years ago
  69. 94459fd bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895) by Thomas Moreau · 7 years ago
  70. ce5b0e9 bpo-32226: Make __class_getitem__ an automatic class method. (#5098) by Serhiy Storchaka · 7 years ago
  71. 87be28f bpo-31672: Restore the former behavior when override flags in Template. (#5099) by Serhiy Storchaka · 7 years ago
  72. d8ac4d1 bpo-31778: Make ast.literal_eval() more strict. (#4035) by Serhiy Storchaka · 7 years ago
  73. fbb490f bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846) by Serhiy Storchaka · 7 years ago
  74. 0cc99c8 bpo-32482: Fix suspicious code in tests for syntax and grammar. (#5086) by Serhiy Storchaka · 7 years ago
  75. 7cc42c3 bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (#5078) by Serhiy Storchaka · 7 years ago
  76. e8ed965 bpo-32416: Add two new tests in test_sys_settrace. (#5072) by Serhiy Storchaka · 7 years ago
  77. 1470914 bpo-32468: Better frame repr() (#5067) by Antoine Pitrou · 7 years ago
  78. 0c36bed bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054) by Yury Selivanov · 7 years ago
  79. deae6b4 bpo-32248 - Implement importlib.resources (#4911) by Barry Warsaw · 7 years ago
  80. ffcb4c0 bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052) by Andrew Svetlov · 7 years ago
  81. 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 7 years ago
  82. f111b3d bpo-23749: Implement loop.start_tls() (#5039) by Yury Selivanov · 7 years ago
  83. bbdb17d return the new file descriptor from os.dup2 (closes bpo-32441) (#5041) by Benjamin Peterson · 7 years ago
  84. 03220fd bpo-32427: Expose dataclasses.MISSING object. (#5045) by Eric V. Smith · 7 years ago
  85. e325608 remove unused import (#5040) by Benjamin Peterson · 7 years ago
  86. e5f7dcc make PatternCompiler use the packaged grammar if possible (more bpo-24960) (#5034) by Benjamin Peterson · 7 years ago
  87. e5681b9 bpo-32440: Update the docs URL to https in help() (GH-5030) by oldk · 7 years ago
  88. 531dd7e Fix minor spelling error in test_sys_settrace.py. (#5025) by gfyoung · 7 years ago
  89. 53f9135 bpo-32416: Refactor tests for the f_lineno setter and add new tests. (#4991) by Serhiy Storchaka · 7 years ago
  90. 13a6c09 bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903) by Serhiy Storchaka · 7 years ago
  91. a8f4e15 bpo-26133: Fix typos (#5010) by Andrew Svetlov · 7 years ago
  92. e0aef4f bpo-31721: Allow Future._log_traceback to only be set to False (#5009) by Yury Selivanov · 7 years ago
  93. 0cf16f9 bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923) by Yury Selivanov · 7 years ago
  94. 4f146f9 bpo-26133: Clear signals list on interpreter finalizing (#5002) by Andrew Svetlov · 7 years ago
  95. 719ccbc bpo-32415: Fix "error is already set" (#4999) by Yury Selivanov · 7 years ago
  96. a330f48 Fix check for run_in_executor on closed loop. (#4996) by Andrew Svetlov · 7 years ago
  97. a8fb079 bpo-32415: Add more tests (#4995) by Yury Selivanov · 7 years ago
  98. ca9b36c bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992) by Yury Selivanov · 7 years ago
  99. 558aa30 bpo-32357: Fix tests in refleak mode (#4989) by Yury Selivanov · 7 years ago
  100. c0919c2 bpo-26439: Convert %s in Lib/ctypes/_aix.py to f-strings. (GH-4986) by Mariatta · 7 years ago