1. 2ea8099 bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677) by Stefan Behnel · 5 years ago
  2. d6bf6f2 bpo-36050: optimize HTTPResponse.read() (GH-12698) by Inada Naoki · 5 years ago
  3. a0da131 bpo-36527: silence -Wunused-parameter warnings in object.h (GH-12688) by Dmitry Marakasov · 5 years ago
  4. 1328375 Fix doc for create_subprocess_exec (GH-12598) by Dima Tisnek · 5 years ago
  5. 50866e9 bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) by Zackery Spytz · 5 years ago
  6. f66e336 bpo-29202: improve dict iteration (GH-11900) by Cheryl Sabella · 5 years ago
  7. 6a8c313 bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695) by Victor Stinner · 5 years ago
  8. 176d263 bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505) by Inada Naoki · 5 years ago
  9. 2a4ce43 Tools/importbench: Fix a misplaced stderr= (GH-12690) by Anthony Sottile · 5 years ago
  10. ded4737 Fix duplicated test case for re. (GH-12662) by MakDon · 5 years ago
  11. 461c416 bpo-36522: Print all values for headers with multiple values. (GH-12681) by Matt Houglum · 5 years ago
  12. cb0748d bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565) by tyomitch · 5 years ago
  13. 76b387b Have UserDict.__init__() implicitly check for updating w/ bool(kwargs) instead of len() (GH-12139) by Slam · 5 years ago
  14. 1c5fa5a bpo-32413: Add documentation that at the module level, locals(), globals() are the same dictionary (GH-5004) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 5 years ago
  15. fcef60f bpo-33261: guard access to __code__ attribute in inspect (GH-6448) by Jeroen Demeyer · 5 years ago
  16. 487b73a bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660) by Zackery Spytz · 5 years ago
  17. b8311cf bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12619) by Thomas Perl · 5 years ago
  18. 04694a3 bpo-35838: document optionxform must be idempotent (GH-12656) by Inada Naoki · 5 years ago
  19. e6a0e80 fix confusing argument name in unicodeobject.c (GH-12653) by Max Bernstein · 5 years ago
  20. b00479d bpo-36377: Specify that range() can not be compared (GH-12468) by Emmanuel Arias · 5 years ago
  21. 9139f92 bpo-13120: fix typo with test_issue13120() method name (GH-12250) by Daniel Hahler · 5 years ago
  22. b4bcefe Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649) by Steve Dower · 5 years ago
  23. 8c61739 bpo-36157:Document PyInterpreterState_Main() (GH-12238) by Joannah Nanjekye · 5 years ago
  24. a4d7836 bpo-36495: Fix two out-of-bounds array reads (GH-12641) by Brad Larsen · 5 years ago
  25. 10654c1 bpo-20844: open script file with "rb" mode (GH-12616) by Inada Naoki · 5 years ago
  26. 62f9588 bpo-36026: make descr error message consistent (GH-11930) by Inada Naoki · 5 years ago
  27. 42a139e bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) by Serhiy Storchaka · 5 years ago
  28. 5f2c508 bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(). (GH-12106) by Zackery Spytz · 5 years ago
  29. 48600c7 bpo-35947: Fix a compiler warning in _ctypes.c's StructUnionType_paramfunc(). (GH-12629) by Zackery Spytz · 5 years ago
  30. 79da388 bpo-36085: Add installer check for KB2533625 (GH-12636) by Steve Dower · 5 years ago
  31. ac19d96 bpo-36085: Add additional load flag to ensure DLL loads successfully (GH-12633) by Steve Dower · 5 years ago
  32. e724152 bpo-36010: Add venv to the nuget distribution (GH-12367) by Paul Moore · 5 years ago
  33. e653d4d bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577) by Joel Croteau · 5 years ago
  34. ddbb978 C API docs: Py_IsInitialized is always safe to call (GH-12630) by Nick Coghlan · 5 years ago
  35. 172bb39 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) by Serhiy Storchaka · 5 years ago
  36. afbb7a3 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926) by Serhiy Storchaka · 5 years ago
  37. 2524fde bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) by Serhiy Storchaka · 5 years ago
  38. 7a465cb bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) by Serhiy Storchaka · 5 years ago
  39. 38f4e46 bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602) by Inada Naoki · 5 years ago
  40. 7444daa github: assign @methane to dict owner (GH-12617) by Inada Naoki · 5 years ago
  41. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 5 years ago
  42. 32119e1 bpo-35947: Update Windows to the current version of libffi (GH-11797) by Paul Monson · 5 years ago
  43. 3396d1e bpo-36448: mention 'make regen-all' in error message (GH-12585) by Jeroen Demeyer · 5 years ago
  44. 2f54908 bpo-36471: Add _Py_RunMain() (GH-12618) by Victor Stinner · 5 years ago
  45. 5f45979 bpo-35194: cjkcodec: check the encoded value is not truncated (GH-10432) by Alexey Izbyshev · 5 years ago
  46. 9e30fba bpo-36064: Clarify allowed data types for urllib.request.Request. (GH-11990) by Julien Palard · 5 years ago
  47. 081158e bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#12006) by Susan Su · 5 years ago
  48. 74510e2 bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712) by Wolfgang Maier · 5 years ago
  49. 02b84cb bpo-36366: Return None on stopping unstarted patch object (GH-12472) by Xtreak · 5 years ago
  50. 3d78c4a Fixed capital letters missing and missing . (GH-12584) by Jules Lasne (jlasne) · 5 years ago
  51. e63fc11 Fix typo in email.encoders doc (GH-9700) by ksamuel · 5 years ago
  52. d93fbbf bpo-35941: Fix ssl certificate enumeration for windows (GH-12486) by kctherookie · 5 years ago
  53. 45a5fdb bpo-36425: Add Simplified Chinese to the language switcher (GH-12537) by zhsj · 5 years ago
  54. 3eca28c bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183) by Giampaolo Rodola · 5 years ago
  55. 8abd7c7 bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482) by Serhiy Storchaka · 5 years ago
  56. cda139d bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601) by Zackery Spytz · 5 years ago
  57. 796cc6e bpo-36452: dictiter: track maximum iteration count (GH-12596) by Thomas Perl · 5 years ago
  58. 738cb42 Fix NEWS entries with incorrect bpo numbers (GH-12599) by Ned Deily · 5 years ago
  59. fb28fcc Revert "Minor doc improvement (GH-10341)" (GH-12597) by Raymond Hettinger · 5 years ago
  60. b95a79c bpo-36245: Fix more empty environment variable checks (GH-12592) by Steve Dower · 5 years ago
  61. d5a5a33 bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605) by Philipp A · 5 years ago
  62. a694f23 Add missing docstrings for TarInfo objects (#12555) by Raymond Hettinger · 5 years ago
  63. d929f18 bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589) by Victor Stinner · 5 years ago
  64. 4a9a505 bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566) by Steve Dower · 5 years ago
  65. f4333d0 bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428) by hliu0 · 5 years ago
  66. 34ef64f bpo-36447, bpo-36447: Fix refleak in _PySys_InitMain() (GH-12586) by Pablo Galindo · 5 years ago
  67. 5ac27a5 bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576) by Victor Stinner · 5 years ago
  68. 364f0b0 bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) by Eddie Elizondo · 5 years ago
  69. 1fc5bf2 Doc: Fixed missing punctuation in datamodel.rst (GH-12581) by Jules Lasne (jlasne) · 5 years ago
  70. bc284f0 bpo-32380: add "versionadded: 3.8" to singledispatchmethod (GH-12580) by Inada Naoki · 5 years ago
  71. da08470 bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553) by Serhiy Storchaka · 5 years ago
  72. 384b81d bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514) by Vladimir Surjaninov · 5 years ago
  73. f760610 bpo-33832: Add "magic method" glossary entry (GH-7630) by Andre Delfino · 5 years ago
  74. dfd775a Minor doc improvement (GH-10341) by Andre Delfino · 5 years ago
  75. 484f20d bpo-36444: Add _PyCoreConfig._init_main (GH-12572) by Victor Stinner · 5 years ago
  76. 8b9dbc0 bpo-36444: Remove _PyMainInterpreterConfig (GH-12571) by Victor Stinner · 5 years ago
  77. 6a258c8 bpo-36429: Fix starting IDLE with pyshell (#12548) by Terry Jan Reedy · 5 years ago
  78. 6da20a4 bpo-36301: Test Python init with isolated (GH-12569) by Victor Stinner · 5 years ago
  79. 6cd658b bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821) by Tal Einat · 5 years ago
  80. 3b7e47a bpo-36364: fix SharedMemoryManager examples (GH-12439) by Pierre Glaser · 5 years ago
  81. f8ba6f5 bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563) by Victor Stinner · 5 years ago
  82. 414b1cd bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560) by Victor Stinner · 5 years ago
  83. 871309c bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556) by Inada Naoki · 5 years ago
  84. b4d8f28 Post v3.8.0a3 by Łukasz Langa · 5 years ago
  85. 9f966df Merge tag 'v3.8.0a3' by Łukasz Langa · 5 years ago
  86. 0523c39 bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) by Zackery Spytz · 5 years ago
  87. 3e700e4 Document that logging registers shutdown as an atexit handler (GH-12378) by Andre Delfino · 5 years ago
  88. 577277f Fix "the the" in the idle docs. (GH-12549) by Benjamin Peterson · 5 years ago
  89. 2000495 bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) by Victor Stinner · 5 years ago
  90. f78a5e9 bpo-36301: Add _Py_GetEnv() function (GH-12542) by Victor Stinner · 5 years ago
  91. 548cb60 bpo-34085: Improve wording on classmethod/staticmethod (#8228) by Andre Delfino · 5 years ago
  92. 360e1e4 bpo-36345: Add a new example in the documentation of wsgiref (#12511) by Stéphane Wirtel · 5 years ago
  93. 1075d16 bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540) by Victor Stinner · 5 years ago
  94. 91759d9 bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) by Pablo Galindo · 5 years ago
  95. 027b09c bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504) by Stefan Krah · 5 years ago
  96. d1e768a bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) by Raymond Hettinger · 5 years ago
  97. 713a8ae Add note to Queue.get() docs about block=True (GH-2223) by Stephen Rosen · 5 years ago
  98. 9a44885 v3.8.0a3 by Łukasz Langa · 5 years ago
  99. a6fbc4e bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536) by Victor Stinner · 5 years ago
  100. f72346c bpo-36301: Cleanup preconfig code (GH-12535) by Victor Stinner · 5 years ago