1. 2ef69a1 bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602) by Miss Islington (bot) · 8 years ago
  2. 0e36173 bpo-32775: Fix regular expression warnings in fnmatch. (GH-5583) (GH-5596) by Miss Islington (bot) · 8 years ago
  3. 2c6f668 bpo-30693: Fix tarfile test cleanup on MSWindows (GH-5557) (GH-5567) by Miss Islington (bot) · 8 years ago
  4. e6499a0 Use assertTrue() instead of deprecated assert_(). (GH-5526) (GH-5527) by Miss Islington (bot) · 8 years ago
  5. 1a0239e [3.7] bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5510) by Miss Islington (bot) · 8 years ago
  6. e86db34 [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) by Miss Islington (bot) · 8 years ago
  7. f33eced bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507) by Miss Islington (bot) · 8 years ago
  8. a23d30f bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503) by Barry Warsaw · 8 years ago
  9. 2b5937e bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5501) by Miss Islington (bot) · 8 years ago
  10. 29fd9ea Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496) by Miss Islington (bot) · 8 years ago
  11. 709f6ad bpo-32733: Make test_coroutines robust against -Werror (GH-5487) (GH-5490) by Miss Islington (bot) · 8 years ago
  12. 71a0b0e Implement TimerHandle.when() (GH-5473) (GH-5480) by Miss Islington (bot) · 8 years ago
  13. 86fdad0 bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325) by Xiang Zhang · 8 years ago
  14. 57750be bpo-30693: zip+tarfile: sort directory listing (#2263) by Bernhard M. Wiedemann · 8 years ago
  15. 209108b bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451) by Stéphane Wirtel · 8 years ago
  16. 763f094 bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) by Ned Deily · 8 years ago
  17. 066df4f bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) by John Jolly · 8 years ago
  18. 2e0ecde bpo-28134: Ignore proto in unknown socket test (GH-5435) by Christian Heimes · 8 years ago
  19. dd42cb7 bpo-31961: subprocess now accepts path-like args (GH-4329) by Anders Lorentsen · 8 years ago
  20. ce0f33d bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149) by Bo Bayles · 8 years ago
  21. 9544180 closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) by Benjamin Peterson · 8 years ago
  22. ce237c7 bpo-21417: Add compresslevel= to the zipfile module (GH-5385) by Bo Bayles · 8 years ago
  23. f4d644f bpo-25942: make subprocess more graceful on ^C (GH-5026) by Gregory P. Smith · 8 years ago
  24. 77526f0 replace dynamic import with 'exec' with importlib.import_module (#5433) by Benjamin Peterson · 8 years ago
  25. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 8 years ago
  26. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 8 years ago
  27. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 8 years ago
  28. 72a0d21 bpo-31356: Add context manager to temporarily disable GC (GH-4224) by Pablo Galindo · 8 years ago
  29. 2a2270d bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410) by Yury Selivanov · 8 years ago
  30. aa218d1 bpo-27931: Fix email address header parsing error (#5329) by jayyyin · 8 years ago
  31. 4f4ef0a Add a test for pdb until command in coroutine (#5427) by Andrew Svetlov · 8 years ago
  32. 66e5742 bpo-28414: ssl module idna test (#5395) by Christian Heimes · 8 years ago
  33. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 8 years ago
  34. d951157 bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420) by Victor Stinner · 8 years ago
  35. 51500f3 bpo-32706: Skip test_ftplib.test_check_hostname() (#5422) by Victor Stinner · 8 years ago
  36. 95e2147 bpo-32591: silence deprecation warnings in test_coroutine (GH-5412) by Nathaniel J. Smith · 8 years ago
  37. 1e5b25b bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409) by Yury Selivanov · 8 years ago
  38. 9ee1bf9 bpo-32650: Add an asyncgen pdb test (#5406) by Yury Selivanov · 8 years ago
  39. 1e34da4 bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) by embg · 8 years ago
  40. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 8 years ago
  41. c7ab581 bpo-32650 Add support for async generators and more test for coroutines in pdb (#5403) by Pablo Galindo · 8 years ago
  42. 4687702 bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400) by Pablo Galindo · 8 years ago
  43. 7c99e93 Fix trivial typo in test_dataclasses.py. (GH-5398) by Eric V. Smith · 8 years ago
  44. f11b460 bpo-32373: Add socket.getblocking() method. (#4926) by Yury Selivanov · 8 years ago
  45. 631fd38 bpo-32251: Implement asyncio.BufferedProtocol. (#4755) by Yury Selivanov · 8 years ago
  46. 0ceb717 Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394) by Yury Selivanov · 8 years ago
  47. f36ba12 bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391) by larryhastings · 8 years ago
  48. bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 8 years ago
  49. 059f58c bpo-32228: Reset raw_pos after unwinding the raw stream (#4858) by Nitish Chandra · 8 years ago
  50. 43c0f1a bpo-32685: Improve suggestion for print statement (GH-5375) by Nitish Chandra · 8 years ago
  51. fcf8b4c bpo-32206: Update pdb usage to include new module option (GH-5111) by Mario Corchero · 8 years ago
  52. dd0e087 bpo-30306: release arguments of contextmanager (GH-1500) by Martin Teichmann · 8 years ago
  53. bea5706 bpo-32677: Optimize str.isascii() (GH-5356) by INADA Naoki · 8 years ago
  54. ea8fc52 bpo-32513: Make it easier to override dunders in dataclasses. (GH-5366) by Eric V. Smith · 8 years ago
  55. 47c0b1f bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724) by Коренберг Марк · 8 years ago
  56. 0f54e00 Fix tests if Python compiled without SSL (#5367) by Andrew Svetlov · 8 years ago
  57. b1a6ac4 bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364) by Yury Selivanov · 8 years ago
  58. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 8 years ago
  59. f13f12d bpo-32630: Use contextvars in decimal (GH-5278) by Yury Selivanov · 8 years ago
  60. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 8 years ago
  61. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 8 years ago
  62. d0e31b9 bpo-32454: socket closefd (#5048) by Christian Heimes · 8 years ago
  63. 2f050c7 bpo-32433: Optimized HMAC digest (#5023) by Christian Heimes · 8 years ago
  64. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 8 years ago
  65. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 8 years ago
  66. dba976b bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337) by Nathaniel J. Smith · 8 years ago
  67. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 8 years ago
  68. d7773d9 bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) by bennorth · 8 years ago
  69. 4112c5b bpo-32662: Try making test_asyncio.test_server more reliable (#5338) by Yury Selivanov · 8 years ago
  70. 863b1e4 bpo-29237: Create enum for pstats sorting options (GH-5103) by mwidjaja · 8 years ago
  71. c47dacb bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208) by José Melero Fernández · 8 years ago
  72. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 8 years ago
  73. 1aa094f bpo-29302: Implement contextlib.AsyncExitStack. (#4790) by Ilya Kulakov · 8 years ago
  74. b31206a bpo-32667: Fix tests when $PATH contains a file (#5322) by Victor Stinner · 8 years ago
  75. 2b822a0 bpo-32652: Defer pymain_set_global_config() call (#5303) by Victor Stinner · 8 years ago
  76. fe133aa bpo-32391: Implement StreamWriter.wait_closed() (#5281) by Andrew Svetlov · 8 years ago
  77. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 8 years ago
  78. ccbe581 bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200) by Bernhard M. Wiedemann · 8 years ago
  79. 789e359 bpo-32636: Fix two bugs in test_asyncio (#5302) by Victor Stinner · 8 years ago
  80. fb5a7ad bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291) by Nathaniel J. Smith · 8 years ago
  81. 0a5e71b bpo-32410: Improve sock_sendfile tests (#5294) by Andrew Svetlov · 8 years ago
  82. 22feeb8 bpo-32643: Drop support for a few private Task and Future APIs. (#5293) by Yury Selivanov · 8 years ago
  83. 6b273f7 bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254) by Bo Bayles · 8 years ago
  84. 370d04d bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269) by Xiang Zhang · 8 years ago
  85. 6934831 bpo-32633: Fix some warnings in test_asyncio.test_tasks (#5280) by Nathaniel J. Smith · 8 years ago
  86. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 8 years ago
  87. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 8 years ago
  88. b0a7a03 bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067) by Yury Selivanov · 8 years ago
  89. a4b1bb4 bpo-31801: Enum: add _ignore_ as class option (#5237) by Ethan Furman · 8 years ago
  90. a4afcdf bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262) by Yury Selivanov · 8 years ago
  91. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 8 years ago
  92. 1211c9a bpo-32503: Avoid creating too small frames in pickles. (#5127) by Serhiy Storchaka · 8 years ago
  93. bd5c7d2 bpo-32602: Test ECDSA certs (#5247) by Christian Heimes · 8 years ago
  94. d911e40 bpo-32226: PEP 560: improve typing module (#4906) by Ivan Levkivskyi · 8 years ago
  95. d57f26c bpo-32028: Fix suggestions for indented print statements (GH-4688) by Sanyam Khurana · 8 years ago
  96. 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 8 years ago
  97. 3941499 Use assertCountEqual instead of assertEqual. (#5223) by Gregory P. Smith · 8 years ago
  98. 7d91c02 pythoninfo: add time.time and datetime.datetime.now (#5214) by Victor Stinner · 8 years ago
  99. 3a0cf93 bpo-32248: Fix test_importlib.test_open() (#5213) by Victor Stinner · 8 years ago
  100. 9f1b7b9 bpo-32403: Faster date and datetime constructors (#4993) by Paul Ganssle · 8 years ago