1. ea13740 bpo-34674: Assume unistd.h exists on Unix. (GH-9290) by Benjamin Peterson · 6 years ago
  2. 1aeba74 bpo-34552: Clarify built-in types comparisons (GH-9035) by Windson yang · 6 years ago
  3. 1401018 Remove wording that could be deemed to be perjorative (GH-9287) by Raymond Hettinger · 6 years ago
  4. 4e824e9 bpo-33649: Polish asyncio subprocess and sync docs (GH-9285) by Carol Willing · 6 years ago
  5. 11194c8 bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274) by Andrew Svetlov · 6 years ago
  6. 413118e Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (#8907) by Michael Felt · 6 years ago
  7. a3c8ba7 polish exceptions and platforms (GH-9272) by Carol Willing · 6 years ago
  8. 01e0afa bpo-31132: Remove prlimit permission test. (GH-9280) by Benjamin Peterson · 6 years ago
  9. 84db4a9 closes bpo-34664: Only check file permission bits of newly created directories. (GH-9273) by Benjamin Peterson · 6 years ago
  10. 66755cb bpo-34247: add porting note to 3.7 What's New (GH-9223) by Ned Deily · 6 years ago
  11. e78734d bpo-34661: Fix test skipping call. (GH-9266) by Benjamin Peterson · 6 years ago
  12. a710ebd closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) by Benjamin Peterson · 6 years ago
  13. 53c427e bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260) by Eric V. Smith · 6 years ago
  14. a20b6ad bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255) by Gregory P. Smith · 6 years ago
  15. 1abba45 Polish doc as part of asyncio doc improvement (GH-9185) by Carol Willing · 6 years ago
  16. 4ae8ece bpo-34200: Fix non-determinism of test_pkg (GH-9248) by Gregory P. Smith · 6 years ago
  17. ed709d5 bpo-34652: Remove lchmod from the big func checking block. (GH-9247) by Benjamin Peterson · 6 years ago
  18. c9a71dd closes bpo-34641: Further restrict the LHS of keyword argument function call syntax. (GH-9212) by Benjamin Peterson · 6 years ago
  19. 6d9767f edit async policy doc - second pass (GH-9235) by Carol Willing · 6 years ago
  20. 5b7cbd6 bpo-33649: Edit asyncio eventloop doc - second pass (GH-9233) by Carol Willing · 6 years ago
  21. e1a34ce closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238) by Benjamin Peterson · 6 years ago
  22. 40caa05 closes bpo-34652: Always disable lchmod on Linux. (GH-9234) by Benjamin Peterson · 6 years ago
  23. 2087023 bpo-32933: Implement __iter__ method on mock_open() (GH-5974) by Tony Flury · 6 years ago
  24. c704222 closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported. (GH-9228) by Benjamin Peterson · 6 years ago
  25. 6f82bff bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225) by Alexey Izbyshev · 6 years ago
  26. 0dd7180 bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169) by Andrew Svetlov · 6 years ago
  27. 5b10d51 closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) by Benjamin Peterson · 6 years ago
  28. 0bd1a2d bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752) by Oren Milman · 6 years ago
  29. e502451 closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) by Benjamin Peterson · 6 years ago
  30. 019f0a0 bpo-34536: raise error for invalid _missing_ results (GH-9147) by Ethan Furman · 6 years ago
  31. a5d1eb8 bpo-34638: Store a weak reference to stream reader to break strong references loop (GH-9201) by Andrew Svetlov · 6 years ago
  32. aca819f bpo-33649: Fix doc to reflect changes in 47cd10d (or bpo-23347) (GH-9219) by Bumsik Kim · 6 years ago
  33. 9dfa0fe bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208) by Raymond Hettinger · 6 years ago
  34. 0fb9fad bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568) by orlnub123 · 6 years ago
  35. f522374 bpo-33437: add __new__ vs __init__ example (GH-9145) by Ethan Furman · 6 years ago
  36. 865c17f closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206) by Benjamin Peterson · 6 years ago
  37. 7f0d59f Simplified implementation of _sre.ascii_iscased(). (GH-9097) by Sergey Fedoseev · 6 years ago
  38. 731ff68 closes bpo-25041: Document AF_PACKET socket address format. (GH-4092) by Cheryl Sabella · 6 years ago
  39. b9bf9d0 Delete old expat comment. (GH-9197) by Benjamin Peterson · 6 years ago
  40. 8be876e bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192) by Yury Selivanov · 6 years ago
  41. fa7dfae bpo-34605: Replace "pliant children" with "helpers" (GH-9195) by Victor Stinner · 6 years ago
  42. 50c99d9 Remove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193) by Benjamin Peterson · 6 years ago
  43. 6c7d67c bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059) by Sergey Fedoseev · 6 years ago
  44. 4859ba0 closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) by Max Bélanger · 6 years ago
  45. ec014a1 bpo-34636: Use fast path for more chars in SRE category macros. (GH-9170) by Sergey Fedoseev · 6 years ago
  46. d13e59c Make sure the line comes from the same node as the col offset. (GH-9189) by Benjamin Peterson · 6 years ago
  47. 998b806 Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187) by Victor Stinner · 6 years ago
  48. acd282f Initialize a variable to make the compiler happy. (GH-9153) by Benjamin Peterson · 6 years ago
  49. c4bccd3 bpo-20180: convert most of itertoolsmodule.c to use Argument Clinic (GH-9164) by Tal Einat · 6 years ago
  50. 90fc898 closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175) by guoci · 6 years ago
  51. 9c22379 bpo-34365: Update date object documentation (GH-8814) by Danish Prakash · 6 years ago
  52. 24bd50b closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788) by Oren Milman · 6 years ago
  53. b4ec362 bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121) by Bram · 6 years ago
  54. b7d613f Update VSTS to Azure DevOps and simplify dependencies (GH-9168) by Steve Dower · 6 years ago
  55. 08bcf64 bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086) by wim glenn · 6 years ago
  56. b690b9b bpo-29386: Pass -1 to epoll_wait() when timeout is < -1 (GH-9040) by Berker Peksag · 6 years ago
  57. 0baa72f bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) by Andrew Svetlov · 6 years ago
  58. 7c7605f bpo-33649: First asyncio docs improvement pass (GH-9142) by Yury Selivanov · 6 years ago
  59. 735171e closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163) by Oren Milman · 6 years ago
  60. 73870bf closes bpo-32490: Fix filename duplication in subprocess exception message. (GH-9163) by Zackery Spytz · 6 years ago
  61. 3102e24 bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) by Ned Deily · 6 years ago
  62. a378254 closes bpo-33883: Mention type checkers in the FAQ. (GH-7760) by Andrés Delfino · 6 years ago
  63. 3666b3c bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700) by Zackery Spytz · 6 years ago
  64. 5033aa7 bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) by Benjamin Peterson · 6 years ago
  65. 2064bb6 Fix missing line from example shell session (GH-9143) by Raymond Hettinger · 6 years ago
  66. ffa198c bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785) by Matthias Bussonnier · 6 years ago
  67. f019579 bpo-33460: remove ellipsis that look like continuation prompts (GH-7851) by Lew Kurtz · 6 years ago
  68. 959625b Use bytes.hex instead of binascii.hexlify in pbkdf2_hmac example (GH-8420) by Ville Skyttä · 6 years ago
  69. e578fa1 Lib/test/support: fix typo in docstring (GH-8506) by Daniel Hahler · 6 years ago
  70. ed2e9ab Remove obsolete comment about latin-1 in `normalize_encoding` (GH-8739) by Anthony Sottile · 6 years ago
  71. ce34410 bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) by Gregory P. Smith · 6 years ago
  72. 880d42a bpo-8110: Refactor platform detection in subprocess (GH-9053) by Zachary Ware · 6 years ago
  73. 28ea4c2 switch descriptor howto to return value annotation (GH-7796) by NotAFile · 6 years ago
  74. 3286ce4 bpo-20180: itertools.groupby Argument Clinic conversion (GH-4170) by Tal Einat · 6 years ago
  75. 9430652 bpo-33217: Raise TypeError for non-Enum lookups in Enums (GH-6651) by Rahul Jha · 6 years ago
  76. 51a4743 bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH-7063) by Matthias Bussonnier · 6 years ago
  77. 78deb7f closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965) by Sebastian Rittau · 6 years ago
  78. 9797b7a bpo-26502: Implement FrameSummary.__len__() (GH-8632) by Berker Peksag · 6 years ago
  79. 0e0bc4e Fix misleading mentions of tp_size in comments (GH-9093) by Peter Eisentraut · 6 years ago
  80. d545869 bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) by Benjamin Peterson · 6 years ago
  81. 5475253 bpo-30977: rework code changes according to post-merge code review (GH-9106) by Tal Einat · 6 years ago
  82. 1f36bf6 Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052) by Sergey Fedoseev · 6 years ago
  83. 290a60b Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081) by Rémy HUBSCHER · 6 years ago
  84. 5061a74 Remove unneeded PyUnicode_READY() in tokenizer.c (GH-9114) by Zackery Spytz · 6 years ago
  85. 0afada1 bpo-34421 avoid unicode error in distutils logging (GH-8799) by Julien Malard · 6 years ago
  86. d700f97 bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725) by Serhiy Storchaka · 6 years ago
  87. fa221d8 bpo-33083: Update "What's new" with math.factorial changes (GH-9109) by Pablo Galindo · 6 years ago
  88. 5b7a2cb bpo-34246: Make sure test_smtplib always cleans resources when finished (GH-9108) by Pablo Galindo · 6 years ago
  89. d5fbe9b bpo-34246: Use no mutable default args in smtplib (GH-8554) by Pablo Aguiar · 6 years ago
  90. 4e51937 bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038) by Zackery Spytz · 6 years ago
  91. 2865848 bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) by William Grzybowski · 6 years ago
  92. 7e610bc bpo-34605: childs => children (GH-9102) by Victor Stinner · 6 years ago
  93. 886483e bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080) by Victor Stinner · 6 years ago
  94. 254a466 bpo-20104: Add flag capabilities to posix_spawn (GH-6693) by Pablo Galindo · 6 years ago
  95. 5e92265 bpo-34605: Avoid master/slave terms (GH-9101) by Victor Stinner · 6 years ago
  96. 012f5b9 bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099) by Victor Stinner · 6 years ago
  97. 23e65b2 bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081) by William Grzybowski · 6 years ago
  98. 25fa141 Doc: Missing 'f' in an f-string. (GH-9074) by Julien Palard · 6 years ago
  99. f9925d8 _sre.c: Removed unused SRE_IS_ALNUM macro (GH-9090) by Sergey Fedoseev · 6 years ago
  100. 8f73548 bpo-25750: fix refcounts in type_getattro() (GH-6118) by jdemeyer · 6 years ago