1. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  2. a304b13 bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811) by Victor Stinner · 5 years ago
  3. 1e82954 bpo-35581: Document @typing.type_check_only (GH-11312) by Sebastian Rittau · 5 years ago
  4. 1e2ad6c bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) by mrh1997 · 5 years ago
  5. e8f9acf bpo-36611: Disable serialno field of debug memory allocators (#12796) by Victor Stinner · 5 years ago
  6. 23a683a bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809) by Victor Stinner · 5 years ago
  7. f4e5661 bpo-36509: Add iot layout for Windows IoT containers (GH-12663) by Paul Monson · 5 years ago
  8. b75b1a35 bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) by Eric Snow · 5 years ago
  9. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 5 years ago
  10. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 5 years ago
  11. 4423504 bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) by Victor Stinner · 5 years ago
  12. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 5 years ago
  13. 9b8314c bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797) by Victor Stinner · 5 years ago
  14. 9e4f2f3 bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792) by Inada Naoki · 5 years ago
  15. 21a74a9 bpo-36605: make tags: parse Modules/_io directory (GH-12789) by Victor Stinner · 5 years ago
  16. 4c409be bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) by Victor Stinner · 5 years ago
  17. 536a35b bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378) by Inada Naoki · 5 years ago
  18. d914596 bpo-36559: random module: optimize sha512 import (GH-12742) by Christian Heimes · 5 years ago
  19. 6955d44 bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321) by Lorenz Mende · 5 years ago
  20. 0e10766 bpo-31512: Add non-elevated symlink support for Windows (GH-3652) by Vidar Tonaas Fauske · 5 years ago
  21. 8709490 bpo-34373: Fix time.mktime() on AIX (GH-12726) by Victor Stinner · 5 years ago
  22. 8abc3f4 bpo-36577: setup.py reports missing OpenSSL again (GH-12746) by Christian Heimes · 5 years ago
  23. e65f01f bpo-36508: python-config don't export LINKFORSHARED (GH-12661) by Victor Stinner · 5 years ago
  24. 2ee077f bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708) by xdegaye · 5 years ago
  25. 56065d4 bpo-34139: Remove unix datagram socket from FS before binding (GH-8323) by Quentin Dawans · 5 years ago
  26. 5aaac94 bpo-36560: Fix reference leak hunting in regrtest (GH-12744) by Victor Stinner · 5 years ago
  27. e16467a bpo-34060: Report system load when running test suite for Windows (GH-8357) by Ammar Askar · 5 years ago
  28. a8abe09 bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762) by Matthias Bussonnier · 5 years ago
  29. 8702b67 BPO-17561: set create_server backlog default to None (GH-12735) by Giampaolo Rodola · 5 years ago
  30. 79b5d29 bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) by Victor Stinner · 5 years ago
  31. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 5 years ago
  32. 58721a9 bpo-35416: fix potential resource warnings in distutils (GH-10918) by Mickaël Schoentgen · 5 years ago
  33. b7eec94 bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) by Michael Felt · 5 years ago
  34. 6463ba3 bpo-27181: Add statistics.geometric_mean() (GH-12638) by Raymond Hettinger · 5 years ago
  35. 9d7b2c0 bpo-35936: Updates to modulefinder (GH-11787) by Brandt Bucher · 5 years ago
  36. d6bf6f2 bpo-36050: optimize HTTPResponse.read() (GH-12698) by Inada Naoki · 5 years ago
  37. 50866e9 bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) by Zackery Spytz · 6 years ago
  38. 461c416 bpo-36522: Print all values for headers with multiple values. (GH-12681) by Matt Houglum · 6 years ago
  39. cb0748d bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565) by tyomitch · 6 years ago
  40. fcef60f bpo-33261: guard access to __code__ attribute in inspect (GH-6448) by Jeroen Demeyer · 6 years ago
  41. 487b73a bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660) by Zackery Spytz · 6 years ago
  42. b8311cf bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12619) by Thomas Perl · 6 years ago
  43. 8c61739 bpo-36157:Document PyInterpreterState_Main() (GH-12238) by Joannah Nanjekye · 6 years ago
  44. 10654c1 bpo-20844: open script file with "rb" mode (GH-12616) by Inada Naoki · 6 years ago
  45. 42a139e bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) by Serhiy Storchaka · 6 years ago
  46. e724152 bpo-36010: Add venv to the nuget distribution (GH-12367) by Paul Moore · 6 years ago
  47. e653d4d bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577) by Joel Croteau · 6 years ago
  48. 2524fde bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) by Serhiy Storchaka · 6 years ago
  49. 7a465cb bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) by Serhiy Storchaka · 6 years ago
  50. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 6 years ago
  51. 32119e1 bpo-35947: Update Windows to the current version of libffi (GH-11797) by Paul Monson · 6 years ago
  52. 081158e bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#12006) by Susan Su · 6 years ago
  53. 74510e2 bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712) by Wolfgang Maier · 6 years ago
  54. 02b84cb bpo-36366: Return None on stopping unstarted patch object (GH-12472) by Xtreak · 6 years ago
  55. d93fbbf bpo-35941: Fix ssl certificate enumeration for windows (GH-12486) by kctherookie · 6 years ago
  56. 45a5fdb bpo-36425: Add Simplified Chinese to the language switcher (GH-12537) by zhsj · 6 years ago
  57. 3eca28c bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183) by Giampaolo Rodola · 6 years ago
  58. cda139d bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601) by Zackery Spytz · 6 years ago
  59. 796cc6e bpo-36452: dictiter: track maximum iteration count (GH-12596) by Thomas Perl · 6 years ago
  60. 738cb42 Fix NEWS entries with incorrect bpo numbers (GH-12599) by Ned Deily · 6 years ago
  61. d5a5a33 bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605) by Philipp A · 6 years ago
  62. d929f18 bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589) by Victor Stinner · 6 years ago
  63. 4a9a505 bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566) by Steve Dower · 6 years ago
  64. f4333d0 bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428) by hliu0 · 6 years ago
  65. 364f0b0 bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) by Eddie Elizondo · 6 years ago
  66. 384b81d bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514) by Vladimir Surjaninov · 6 years ago
  67. f760610 bpo-33832: Add "magic method" glossary entry (GH-7630) by Andre Delfino · 6 years ago
  68. 6a258c8 bpo-36429: Fix starting IDLE with pyshell (#12548) by Terry Jan Reedy · 6 years ago
  69. 414b1cd bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560) by Victor Stinner · 6 years ago
  70. 871309c bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556) by Inada Naoki · 6 years ago
  71. 9f966df Merge tag 'v3.8.0a3' by Łukasz Langa · 6 years ago
  72. 0523c39 bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) by Zackery Spytz · 6 years ago
  73. 360e1e4 bpo-36345: Add a new example in the documentation of wsgiref (#12511) by Stéphane Wirtel · 6 years ago
  74. 91759d9 bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) by Pablo Galindo · 6 years ago
  75. d1e768a bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) by Raymond Hettinger · 6 years ago
  76. 9a44885 v3.8.0a3 by Łukasz Langa · 6 years ago
  77. 5e33378 bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (GH-12530) by Zackery Spytz · 6 years ago
  78. dd5417a bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) by Rémi Lapeyre · 6 years ago
  79. 62be338 bpo-36401: Have help() show readonly properties separately (GH-12517) by Raymond Hettinger · 6 years ago
  80. 113d735 bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209) by Louie Lu · 6 years ago
  81. 0fe4513 bpo-36405: IDLE - Restore __main__ and add tests (#12518) by Terry Jan Reedy · 6 years ago
  82. 3d07c1e bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519) by Zackery Spytz · 6 years ago
  83. a7987e7 bpo-32217: Correct usage of ABI tags in freeze. (GH-4719) by AraHaan · 6 years ago
  84. d3c72a2 bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) by Inada Naoki · 6 years ago
  85. d60f658 bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203) by Cheryl Sabella · 6 years ago
  86. 2b75155 bpo-36405: Use dict unpacking in idlelib (#12507) by Terry Jan Reedy · 6 years ago
  87. c141957 bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) by Terry Jan Reedy · 6 years ago
  88. 5086589 bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (GH-12358) by Brett Cannon · 6 years ago
  89. 96831c7 bpo-30670: Add pp function to the pprint module (GH-11769) by Rémi Lapeyre · 6 years ago
  90. b0df45e bpo-21269: Provide args and kwargs attributes on mock call objects GH11807 by Kumar Akshay · 6 years ago
  91. 93e8012 bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492) by Zackery Spytz · 6 years ago
  92. 9a0000d bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477) by Pablo Galindo · 6 years ago
  93. e680c3d bpo-36268: Change default tar format to pax from GNU. (GH-12355) by CAM Gerlach · 6 years ago
  94. aa3ecb8 bpo-36285: Fix integer overflow in the array module. (GH-12317) by sth · 6 years ago
  95. c1e2c28 bpo-36312: Fix decoders for some code pages. (GH-12369) by Serhiy Storchaka · 6 years ago
  96. 9b4a1b1 bpo-36374: Fix a possible null pointer dereference (GH-12449) by Zackery Spytz · 6 years ago
  97. c70ab02 bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440) by Victor Stinner · 6 years ago
  98. dcf6171 bpo-36236: Handle removed cwd at Python init (GH-12424) by Victor Stinner · 6 years ago
  99. 943395f bpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400) by Stéphane Wirtel · 6 years ago
  100. e130a07 bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425) by btharper · 6 years ago