1. 8be876e bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192) by Yury Selivanov · 7 years ago
  2. fa7dfae bpo-34605: Replace "pliant children" with "helpers" (GH-9195) by Victor Stinner · 7 years ago
  3. 50c99d9 Remove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193) by Benjamin Peterson · 7 years ago
  4. 6c7d67c bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059) by Sergey Fedoseev · 7 years ago
  5. 4859ba0 closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) by Max Bélanger · 7 years ago
  6. ec014a1 bpo-34636: Use fast path for more chars in SRE category macros. (GH-9170) by Sergey Fedoseev · 7 years ago
  7. d13e59c Make sure the line comes from the same node as the col offset. (GH-9189) by Benjamin Peterson · 7 years ago
  8. 998b806 Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187) by Victor Stinner · 7 years ago
  9. acd282f Initialize a variable to make the compiler happy. (GH-9153) by Benjamin Peterson · 7 years ago
  10. c4bccd3 bpo-20180: convert most of itertoolsmodule.c to use Argument Clinic (GH-9164) by Tal Einat · 7 years ago
  11. 90fc898 closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175) by guoci · 7 years ago
  12. 9c22379 bpo-34365: Update date object documentation (GH-8814) by Danish Prakash · 7 years ago
  13. 24bd50b closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788) by Oren Milman · 7 years ago
  14. b4ec362 bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121) by Bram · 7 years ago
  15. b7d613f Update VSTS to Azure DevOps and simplify dependencies (GH-9168) by Steve Dower · 7 years ago
  16. 08bcf64 bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086) by wim glenn · 7 years ago
  17. b690b9b bpo-29386: Pass -1 to epoll_wait() when timeout is < -1 (GH-9040) by Berker Peksag · 7 years ago
  18. 0baa72f bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) by Andrew Svetlov · 7 years ago
  19. 7c7605f bpo-33649: First asyncio docs improvement pass (GH-9142) by Yury Selivanov · 7 years ago
  20. 735171e closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163) by Oren Milman · 7 years ago
  21. 73870bf closes bpo-32490: Fix filename duplication in subprocess exception message. (GH-9163) by Zackery Spytz · 7 years ago
  22. 3102e24 bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) by Ned Deily · 7 years ago
  23. a378254 closes bpo-33883: Mention type checkers in the FAQ. (GH-7760) by Andrés Delfino · 7 years ago
  24. 3666b3c bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700) by Zackery Spytz · 7 years ago
  25. 5033aa7 bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) by Benjamin Peterson · 7 years ago
  26. 2064bb6 Fix missing line from example shell session (GH-9143) by Raymond Hettinger · 7 years ago
  27. ffa198c bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785) by Matthias Bussonnier · 7 years ago
  28. f019579 bpo-33460: remove ellipsis that look like continuation prompts (GH-7851) by Lew Kurtz · 7 years ago
  29. 959625b Use bytes.hex instead of binascii.hexlify in pbkdf2_hmac example (GH-8420) by Ville Skyttä · 7 years ago
  30. e578fa1 Lib/test/support: fix typo in docstring (GH-8506) by Daniel Hahler · 7 years ago
  31. ed2e9ab Remove obsolete comment about latin-1 in `normalize_encoding` (GH-8739) by Anthony Sottile · 7 years ago
  32. ce34410 bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) by Gregory P. Smith · 7 years ago
  33. 880d42a bpo-8110: Refactor platform detection in subprocess (GH-9053) by Zachary Ware · 7 years ago
  34. 28ea4c2 switch descriptor howto to return value annotation (GH-7796) by NotAFile · 7 years ago
  35. 3286ce4 bpo-20180: itertools.groupby Argument Clinic conversion (GH-4170) by Tal Einat · 7 years ago
  36. 9430652 bpo-33217: Raise TypeError for non-Enum lookups in Enums (GH-6651) by Rahul Jha · 7 years ago
  37. 51a4743 bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH-7063) by Matthias Bussonnier · 7 years ago
  38. 78deb7f closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965) by Sebastian Rittau · 7 years ago
  39. 9797b7a bpo-26502: Implement FrameSummary.__len__() (GH-8632) by Berker Peksag · 7 years ago
  40. 0e0bc4e Fix misleading mentions of tp_size in comments (GH-9093) by Peter Eisentraut · 7 years ago
  41. d545869 bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) by Benjamin Peterson · 7 years ago
  42. 5475253 bpo-30977: rework code changes according to post-merge code review (GH-9106) by Tal Einat · 7 years ago
  43. 1f36bf6 Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052) by Sergey Fedoseev · 7 years ago
  44. 290a60b Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081) by Rémy HUBSCHER · 7 years ago
  45. 5061a74 Remove unneeded PyUnicode_READY() in tokenizer.c (GH-9114) by Zackery Spytz · 7 years ago
  46. 0afada1 bpo-34421 avoid unicode error in distutils logging (GH-8799) by Julien Malard · 7 years ago
  47. d700f97 bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725) by Serhiy Storchaka · 7 years ago
  48. fa221d8 bpo-33083: Update "What's new" with math.factorial changes (GH-9109) by Pablo Galindo · 7 years ago
  49. 5b7a2cb bpo-34246: Make sure test_smtplib always cleans resources when finished (GH-9108) by Pablo Galindo · 7 years ago
  50. d5fbe9b bpo-34246: Use no mutable default args in smtplib (GH-8554) by Pablo Aguiar · 7 years ago
  51. 4e51937 bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038) by Zackery Spytz · 7 years ago
  52. 2865848 bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) by William Grzybowski · 7 years ago
  53. 7e610bc bpo-34605: childs => children (GH-9102) by Victor Stinner · 7 years ago
  54. 886483e bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080) by Victor Stinner · 7 years ago
  55. 254a466 bpo-20104: Add flag capabilities to posix_spawn (GH-6693) by Pablo Galindo · 7 years ago
  56. 5e92265 bpo-34605: Avoid master/slave terms (GH-9101) by Victor Stinner · 7 years ago
  57. 012f5b9 bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099) by Victor Stinner · 7 years ago
  58. 23e65b2 bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081) by William Grzybowski · 7 years ago
  59. 25fa141 Doc: Missing 'f' in an f-string. (GH-9074) by Julien Palard · 7 years ago
  60. f9925d8 _sre.c: Removed unused SRE_IS_ALNUM macro (GH-9090) by Sergey Fedoseev · 7 years ago
  61. 8f73548 bpo-25750: fix refcounts in type_getattro() (GH-6118) by jdemeyer · 7 years ago
  62. 593bb30 closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083) by Sergey Fedoseev · 7 years ago
  63. b03c2c5 closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076) by Zackery Spytz · 7 years ago
  64. 3e2b29d bpo-30977: make uuid.UUID use __slots__ (GH-9078) by Tal Einat · 7 years ago
  65. 874809e closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. (GH-9067) by Erik Janssens · 7 years ago
  66. 3876af4 bpo-34565: Change a PC/launcher.c comment to accurately describe valid major versions. (GH-9037) by Brendan Gerrity · 7 years ago
  67. 266f490 bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) by Alexander Buchkovsky · 7 years ago
  68. 7917aad bpo-26544: Add test for platform._comparable_version(). (GH-8973) by Serhiy Storchaka · 7 years ago
  69. 3948719 bpo-34530: Fix distutils find_executable() (GH-9049) by Victor Stinner · 7 years ago
  70. ec74d18 bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850) by Pablo Galindo · 7 years ago
  71. e9ba370 bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149) by Pablo Galindo · 7 years ago
  72. 65fc98e bpo-26901: Fix the Argument Clinic test suite (GH-8879) by Victor Stinner · 7 years ago
  73. 73b00be bpo-34544: pymain_read_conf() don't change LC_ALL (GH-9045) by Victor Stinner · 7 years ago
  74. 2094c2b bpo-34567: pythoninfo gets coreconfig (GH-9043) by Victor Stinner · 7 years ago
  75. 8ea0911 _Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) by Victor Stinner · 7 years ago
  76. f01b2a1 bpo-34544: Fix setlocale() in pymain_read_conf() (GH-9041) by Victor Stinner · 7 years ago
  77. f326714 Minor improvement to code clarity (GH-9036) by Raymond Hettinger · 7 years ago
  78. 98b976a Fix struct sequence glossary entry grammar (GH-9030) by Zachary Ware · 7 years ago
  79. 2d7102e closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH-9016) by Thomas Herzog · 7 years ago
  80. 5265b3a Fix typo in typing.py module docstring (#9014) by Tim McNamara · 7 years ago
  81. 172a71f bpo-34558: Add missing parentheses in _aix.py (GH-9017) by Michael Felt · 7 years ago
  82. f2ef51f bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018) by Pablo Galindo · 7 years ago
  83. 95d630e bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInterpreterState_New()` (GH-8767) by Pablo Galindo · 7 years ago
  84. 745c0f3 Simplify vector_norm() by eliminating special cases in the main loop (GH-9006) by Raymond Hettinger · 7 years ago
  85. aada63b bpo-34062: Add missing launcher argument and make behavior consistent between short and long arguments (GH-8827) by Brendan Gerrity · 7 years ago
  86. 757b73c Add VSTS status badge to readme (GH-8958) by Steve Dower · 7 years ago
  87. 77b112c bpo-34097: Polish API design (GH-8725) by Marcel Plch · 7 years ago
  88. 1b5f9c9 bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (GH-8813) by Naris R · 7 years ago
  89. e6dac00 bpo-34542: Update test certs and keys (GH-8997) by Christian Heimes · 7 years ago
  90. 0382406 Fix TestPosixSpawn.test_close_file() (GH-8992) by Victor Stinner · 7 years ago
  91. fbca908 bpo-34523: Use _PyCoreConfig instead of globals (GH-9005) by Victor Stinner · 7 years ago
  92. de42755 bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003) by Victor Stinner · 7 years ago
  93. cf21504 bpo-34485: Emit C locale coercion warning later (GH-9002) by Victor Stinner · 7 years ago
  94. 3d4226a bpo-34523: Support surrogatepass in locale codecs (GH-8995) by Victor Stinner · 7 years ago
  95. c5989cd bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998) by Victor Stinner · 7 years ago
  96. 70fead2 bpo-34523: Fix config_init_fs_encoding() (GH-8991) by Victor Stinner · 7 years ago
  97. b2457ef bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963) by Victor Stinner · 7 years ago
  98. dfe0dc7 bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881) by Victor Stinner · 7 years ago
  99. 177d921 bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988) by Victor Stinner · 7 years ago
  100. 315877d bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) by Victor Stinner · 7 years ago