1. d93fbbf bpo-35941: Fix ssl certificate enumeration for windows (GH-12486) by kctherookie · 5 years ago
  2. 45a5fdb bpo-36425: Add Simplified Chinese to the language switcher (GH-12537) by zhsj · 5 years ago
  3. 3eca28c bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183) by Giampaolo Rodola · 5 years ago
  4. cda139d bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601) by Zackery Spytz · 5 years ago
  5. 796cc6e bpo-36452: dictiter: track maximum iteration count (GH-12596) by Thomas Perl · 5 years ago
  6. 738cb42 Fix NEWS entries with incorrect bpo numbers (GH-12599) by Ned Deily · 5 years ago
  7. d5a5a33 bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605) by Philipp A · 5 years ago
  8. d929f18 bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589) by Victor Stinner · 5 years ago
  9. 4a9a505 bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566) by Steve Dower · 5 years ago
  10. f4333d0 bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428) by hliu0 · 5 years ago
  11. 364f0b0 bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) by Eddie Elizondo · 5 years ago
  12. 384b81d bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514) by Vladimir Surjaninov · 5 years ago
  13. f760610 bpo-33832: Add "magic method" glossary entry (GH-7630) by Andre Delfino · 5 years ago
  14. 6a258c8 bpo-36429: Fix starting IDLE with pyshell (#12548) by Terry Jan Reedy · 5 years ago
  15. 414b1cd bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560) by Victor Stinner · 5 years ago
  16. 871309c bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556) by Inada Naoki · 5 years ago
  17. 9f966df Merge tag 'v3.8.0a3' by Łukasz Langa · 5 years ago
  18. 0523c39 bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) by Zackery Spytz · 5 years ago
  19. 360e1e4 bpo-36345: Add a new example in the documentation of wsgiref (#12511) by Stéphane Wirtel · 5 years ago
  20. 91759d9 bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) by Pablo Galindo · 5 years ago
  21. d1e768a bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) by Raymond Hettinger · 5 years ago
  22. 9a44885 v3.8.0a3 by Łukasz Langa · 5 years ago
  23. 5e33378 bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (GH-12530) by Zackery Spytz · 5 years ago
  24. dd5417a bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) by Rémi Lapeyre · 5 years ago
  25. 62be338 bpo-36401: Have help() show readonly properties separately (GH-12517) by Raymond Hettinger · 5 years ago
  26. 113d735 bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209) by Louie Lu · 5 years ago
  27. 0fe4513 bpo-36405: IDLE - Restore __main__ and add tests (#12518) by Terry Jan Reedy · 5 years ago
  28. 3d07c1e bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519) by Zackery Spytz · 5 years ago
  29. a7987e7 bpo-32217: Correct usage of ABI tags in freeze. (GH-4719) by AraHaan · 5 years ago
  30. d3c72a2 bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) by Inada Naoki · 5 years ago
  31. d60f658 bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203) by Cheryl Sabella · 5 years ago
  32. 2b75155 bpo-36405: Use dict unpacking in idlelib (#12507) by Terry Jan Reedy · 5 years ago
  33. c141957 bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) by Terry Jan Reedy · 5 years ago
  34. 5086589 bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (GH-12358) by Brett Cannon · 5 years ago
  35. 96831c7 bpo-30670: Add pp function to the pprint module (GH-11769) by Rémi Lapeyre · 5 years ago
  36. b0df45e bpo-21269: Provide args and kwargs attributes on mock call objects GH11807 by Kumar Akshay · 5 years ago
  37. 93e8012 bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492) by Zackery Spytz · 5 years ago
  38. 9a0000d bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477) by Pablo Galindo · 5 years ago
  39. e680c3d bpo-36268: Change default tar format to pax from GNU. (GH-12355) by CAM Gerlach · 5 years ago
  40. aa3ecb8 bpo-36285: Fix integer overflow in the array module. (GH-12317) by sth · 5 years ago
  41. c1e2c28 bpo-36312: Fix decoders for some code pages. (GH-12369) by Serhiy Storchaka · 5 years ago
  42. 9b4a1b1 bpo-36374: Fix a possible null pointer dereference (GH-12449) by Zackery Spytz · 5 years ago
  43. c70ab02 bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440) by Victor Stinner · 5 years ago
  44. dcf6171 bpo-36236: Handle removed cwd at Python init (GH-12424) by Victor Stinner · 5 years ago
  45. 943395f bpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400) by Stéphane Wirtel · 5 years ago
  46. e130a07 bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425) by btharper · 5 years ago
  47. 714c60d bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377) by Raymond Hettinger · 5 years ago
  48. faddaed bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423) by Victor Stinner · 5 years ago
  49. 5f9cf23 bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422) by Victor Stinner · 5 years ago
  50. f7b57df bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396) by Raymond Hettinger · 5 years ago
  51. 0c9258a bpo-36332: Allow compile() to handle AST objects with assignment expressions (GH-12398) by Pablo Galindo · 5 years ago
  52. 09a9f17 bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py (#12385) by Stéphane Wirtel · 5 years ago
  53. 23581c0 bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375) by Raymond Hettinger · 5 years ago
  54. 6a16b18 bpo-36297: remove "unicode_internal" codec (GH-12342) by Inada Naoki · 5 years ago
  55. 6fb544d Fix "catchs" typos in NEWS entries (GH-12364) by Harmon · 5 years ago
  56. f683f46 bpo-34745: Fix asyncio sslproto memory issues (GH-12386) by Fantix King · 5 years ago
  57. 06e1e68 bpo-34160: Update news entry for XML order attributes (#12335) by Diego Rojas · 5 years ago
  58. 0bb5e75 bpo-23216: IDLE: Add docstrings to search modules (GH-12141) by Cheryl Sabella · 5 years ago
  59. 7c99454 bpo-35493: Use Process.sentinel instead of sleeping for polling worker status in multiprocessing.Pool (#11488) by Pablo Galindo · 5 years ago
  60. 962bdea bpo-35715: Liberate return value of _process_worker (GH-11514) by Dave Chevell · 5 years ago
  61. f40b4a0 bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-12137) by Yasser A · 5 years ago
  62. d2fdd1f bpo-36124: Add PyInterpreterState.dict. (gh-12132) by Eric Snow · 5 years ago
  63. 86082c2 bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) by Victor Stinner · 5 years ago
  64. 65f64b1 bpo-36272: Logging now propagates RecursionError (GH-12312) by Rémi Lapeyre · 5 years ago
  65. 3fe7fa3 bpo-30040: update news entry (GH-12324) by Inada Naoki · 5 years ago
  66. f2f55e7 bpo-36282: Improved error message for too much positional arguments. (GH-12310) by Serhiy Storchaka · 5 years ago
  67. 10f8ce6 bpo-36280: Add Constant.kind field (GH-12295) by Guido van Rossum · 5 years ago
  68. 8b5bdda bpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304) by pxinwr · 5 years ago
  69. 9776b06 bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) by Victor Stinner · 5 years ago
  70. 86900a4 Fix stepping into a frame without a __name__ (GH-12064) by Anthony Sottile · 5 years ago
  71. 20843a9 Correct minor edit to news entry. (GH-12298) by Ned Deily · 5 years ago
  72. f45813d Minor edits to news entries (ported from 3.7) (GH-12293) by Ned Deily · 5 years ago
  73. 25ec4a4 bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282) by Anthony Sottile · 5 years ago
  74. 410aea1 canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286) by Inada Naoki · 5 years ago
  75. f2a1867 bpo-30040: new empty dict uses key-sharing dict (GH-1080) by Inada Naoki · 5 years ago
  76. 3e93643 bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103) by Daniel Hahler · 5 years ago
  77. 1ceb3a3 bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) by Lisa Roach · 5 years ago
  78. 876e82b bpo-36234: Add more tests to PosixUidGidTests (GH-12234) by Victor Stinner · 5 years ago
  79. 491ef53 bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262) by Terry Jan Reedy · 5 years ago
  80. 0e1f1f0 bpo-35647: Fix path check in cookiejar (#11436) by Xtreak · 5 years ago
  81. 1aeeaeb bpo-21314: Add a FAQ entry about positional only parameters (GH-10641) by Lysandros Nikolaou · 5 years ago
  82. 8b91eda bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252) by sth · 5 years ago
  83. ca7fe50 bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) by Xtreak · 5 years ago
  84. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 5 years ago
  85. d5a70c6 bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440) by Cheryl Sabella · 5 years ago
  86. ab9b31f bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690) by Anthony Sottile · 5 years ago
  87. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 5 years ago
  88. 16e6f7d bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) by Steve Dower · 5 years ago
  89. 318d537 bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149) by Raymond Hettinger · 5 years ago
  90. bb9593a closes bpo-36139: release GIL around munmap(). (GH-12073) by Davide Rizzo · 5 years ago
  91. 01e0f43 bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189) by Pradyun Gedam · 5 years ago
  92. b727239 closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) by Martijn Pieters · 5 years ago
  93. b7bc283 bpo-36179: Fix ref leaks in _hashopenssl (GH-12158) by Christian Heimes · 5 years ago
  94. 800d5cd bpo-35198 Fix C++ extension compilation on AIX (GH-10437) by Kevin Adler · 5 years ago
  95. f4b0a1c bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) by pxinwr · 5 years ago
  96. 8b914d2 bpo-35899: Fix Enum handling of empty and weird strings (GH-11891) by Brennan D Baraban · 5 years ago
  97. 0a6a412 bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996) by Henry Chen · 5 years ago
  98. 4f19030 bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115) by Inada Naoki · 5 years ago
  99. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 5 years ago
  100. 7eebbbd bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031) by Ned Deily · 5 years ago