1. aa218d1 bpo-27931: Fix email address header parsing error (#5329) by jayyyin · 7 years ago
  2. 4f4ef0a Add a test for pdb until command in coroutine (#5427) by Andrew Svetlov · 7 years ago
  3. 66e5742 bpo-28414: ssl module idna test (#5395) by Christian Heimes · 7 years ago
  4. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 7 years ago
  5. d951157 bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420) by Victor Stinner · 7 years ago
  6. 51500f3 bpo-32706: Skip test_ftplib.test_check_hostname() (#5422) by Victor Stinner · 7 years ago
  7. 95e2147 bpo-32591: silence deprecation warnings in test_coroutine (GH-5412) by Nathaniel J. Smith · 7 years ago
  8. 1e5b25b bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409) by Yury Selivanov · 7 years ago
  9. 9ee1bf9 bpo-32650: Add an asyncgen pdb test (#5406) by Yury Selivanov · 7 years ago
  10. 1e34da4 bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) by embg · 7 years ago
  11. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 7 years ago
  12. c7ab581 bpo-32650 Add support for async generators and more test for coroutines in pdb (#5403) by Pablo Galindo · 7 years ago
  13. 4687702 bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400) by Pablo Galindo · 7 years ago
  14. 7c99e93 Fix trivial typo in test_dataclasses.py. (GH-5398) by Eric V. Smith · 7 years ago
  15. f11b460 bpo-32373: Add socket.getblocking() method. (#4926) by Yury Selivanov · 7 years ago
  16. 631fd38 bpo-32251: Implement asyncio.BufferedProtocol. (#4755) by Yury Selivanov · 7 years ago
  17. 0ceb717 Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394) by Yury Selivanov · 7 years ago
  18. f36ba12 bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391) by larryhastings · 7 years ago
  19. bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 7 years ago
  20. 059f58c bpo-32228: Reset raw_pos after unwinding the raw stream (#4858) by Nitish Chandra · 7 years ago
  21. 43c0f1a bpo-32685: Improve suggestion for print statement (GH-5375) by Nitish Chandra · 7 years ago
  22. fcf8b4c bpo-32206: Update pdb usage to include new module option (GH-5111) by Mario Corchero · 7 years ago
  23. dd0e087 bpo-30306: release arguments of contextmanager (GH-1500) by Martin Teichmann · 7 years ago
  24. bea5706 bpo-32677: Optimize str.isascii() (GH-5356) by INADA Naoki · 7 years ago
  25. ea8fc52 bpo-32513: Make it easier to override dunders in dataclasses. (GH-5366) by Eric V. Smith · 7 years ago
  26. 47c0b1f bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724) by Коренберг Марк · 7 years ago
  27. 0f54e00 Fix tests if Python compiled without SSL (#5367) by Andrew Svetlov · 7 years ago
  28. b1a6ac4 bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364) by Yury Selivanov · 7 years ago
  29. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 7 years ago
  30. f13f12d bpo-32630: Use contextvars in decimal (GH-5278) by Yury Selivanov · 7 years ago
  31. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 7 years ago
  32. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 7 years ago
  33. d0e31b9 bpo-32454: socket closefd (#5048) by Christian Heimes · 7 years ago
  34. 2f050c7 bpo-32433: Optimized HMAC digest (#5023) by Christian Heimes · 7 years ago
  35. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 7 years ago
  36. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 7 years ago
  37. dba976b bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337) by Nathaniel J. Smith · 7 years ago
  38. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 7 years ago
  39. d7773d9 bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) by bennorth · 7 years ago
  40. 4112c5b bpo-32662: Try making test_asyncio.test_server more reliable (#5338) by Yury Selivanov · 7 years ago
  41. 863b1e4 bpo-29237: Create enum for pstats sorting options (GH-5103) by mwidjaja · 7 years ago
  42. c47dacb bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208) by José Melero Fernández · 7 years ago
  43. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 7 years ago
  44. 1aa094f bpo-29302: Implement contextlib.AsyncExitStack. (#4790) by Ilya Kulakov · 7 years ago
  45. b31206a bpo-32667: Fix tests when $PATH contains a file (#5322) by Victor Stinner · 7 years ago
  46. 2b822a0 bpo-32652: Defer pymain_set_global_config() call (#5303) by Victor Stinner · 7 years ago
  47. fe133aa bpo-32391: Implement StreamWriter.wait_closed() (#5281) by Andrew Svetlov · 7 years ago
  48. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 7 years ago
  49. ccbe581 bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200) by Bernhard M. Wiedemann · 7 years ago
  50. 789e359 bpo-32636: Fix two bugs in test_asyncio (#5302) by Victor Stinner · 7 years ago
  51. fb5a7ad bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291) by Nathaniel J. Smith · 7 years ago
  52. 0a5e71b bpo-32410: Improve sock_sendfile tests (#5294) by Andrew Svetlov · 7 years ago
  53. 22feeb8 bpo-32643: Drop support for a few private Task and Future APIs. (#5293) by Yury Selivanov · 7 years ago
  54. 6b273f7 bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254) by Bo Bayles · 7 years ago
  55. 370d04d bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269) by Xiang Zhang · 7 years ago
  56. 6934831 bpo-32633: Fix some warnings in test_asyncio.test_tasks (#5280) by Nathaniel J. Smith · 7 years ago
  57. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  58. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 7 years ago
  59. b0a7a03 bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067) by Yury Selivanov · 7 years ago
  60. a4b1bb4 bpo-31801: Enum: add _ignore_ as class option (#5237) by Ethan Furman · 7 years ago
  61. a4afcdf bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262) by Yury Selivanov · 7 years ago
  62. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  63. 1211c9a bpo-32503: Avoid creating too small frames in pickles. (#5127) by Serhiy Storchaka · 7 years ago
  64. bd5c7d2 bpo-32602: Test ECDSA certs (#5247) by Christian Heimes · 7 years ago
  65. d911e40 bpo-32226: PEP 560: improve typing module (#4906) by Ivan Levkivskyi · 7 years ago
  66. d57f26c bpo-32028: Fix suggestions for indented print statements (GH-4688) by Sanyam Khurana · 7 years ago
  67. 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 7 years ago
  68. 3941499 Use assertCountEqual instead of assertEqual. (#5223) by Gregory P. Smith · 7 years ago
  69. 7d91c02 pythoninfo: add time.time and datetime.datetime.now (#5214) by Victor Stinner · 7 years ago
  70. 3a0cf93 bpo-32248: Fix test_importlib.test_open() (#5213) by Victor Stinner · 7 years ago
  71. 9f1b7b9 bpo-32403: Faster date and datetime constructors (#4993) by Paul Ganssle · 7 years ago
  72. 6b5a279 bpo-32410: Implement loop.sock_sendfile() (#4976) by Andrew Svetlov · 7 years ago
  73. c495e79 Skip test_readline.test_nonascii() on C locale (#5203) by Victor Stinner · 7 years ago
  74. 94e1696 bpo-14976: Reentrant simple queue (#3346) by Antoine Pitrou · 7 years ago
  75. 5ec0fee Implement the get_resource_reader() API for file system imports (#5168) by Barry Warsaw · 7 years ago
  76. 21102f0 Make asyncio tests run when there's no SSL module (#5196) by Yury Selivanov · 7 years ago
  77. d37258d Add itertools recipe for directly finding the n-th combination (#5161) by Raymond Hettinger · 7 years ago
  78. 5b76bdb bpo-31993: Do not use memoryview when pickle large strings. (#5154) by Serhiy Storchaka · 7 years ago
  79. 02556fb bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152) by Raymond Hettinger · 7 years ago
  80. 782d6fe bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015) by Serhiy Storchaka · 7 years ago
  81. 0a2da50 bpo-31993: Do not create frames for large bytes and str objects (#5114) by Serhiy Storchaka · 7 years ago
  82. 3948207 bpo-32320: Add default value support to collections.namedtuple() (#4859) by Raymond Hettinger · 7 years ago
  83. 2cba6b8 bpo-29240: readline now ignores the UTF-8 Mode (#5145) by Victor Stinner · 7 years ago
  84. f80c0ca Fix when parsing tz offsets microseconds shorter than 6 (#4781) by Mario Corchero · 7 years ago
  85. d4864c6 bpo-24340: Fix estimation of the code stack size. (#5076) by Serhiy Storchaka · 7 years ago
  86. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  87. 3460198 bpo-31802: Fix importing native path module before importing os. (#4017) by Serhiy Storchaka · 7 years ago
  88. e46a8af bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) by Nathaniel J. Smith · 7 years ago
  89. d80b443 bpo-32279: Add additional params to make_dataclass(), pass through to dataclass(). (gh-5117) by Eric V. Smith · 7 years ago
  90. ed7d429 bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5115) by Eric V. Smith · 7 years ago
  91. 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
  92. 3cd7c6e bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353) by Olivier Grisel · 7 years ago
  93. 9f1e5f1 bpo-32206: Pdb can now run modules (GH-4752) by Mario Corchero · 7 years ago
  94. 94459fd bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895) by Thomas Moreau · 7 years ago
  95. ce5b0e9 bpo-32226: Make __class_getitem__ an automatic class method. (#5098) by Serhiy Storchaka · 7 years ago
  96. 87be28f bpo-31672: Restore the former behavior when override flags in Template. (#5099) by Serhiy Storchaka · 7 years ago
  97. d8ac4d1 bpo-31778: Make ast.literal_eval() more strict. (#4035) by Serhiy Storchaka · 7 years ago
  98. fbb490f bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846) by Serhiy Storchaka · 7 years ago
  99. 0cc99c8 bpo-32482: Fix suspicious code in tests for syntax and grammar. (#5086) by Serhiy Storchaka · 7 years ago
  100. 7cc42c3 bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (#5078) by Serhiy Storchaka · 7 years ago