1. 10654c1 bpo-20844: open script file with "rb" mode (GH-12616) by Inada Naoki · 5 years ago
  2. 62f9588 bpo-36026: make descr error message consistent (GH-11930) by Inada Naoki · 5 years ago
  3. 42a139e bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) by Serhiy Storchaka · 5 years ago
  4. 5f2c508 bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(). (GH-12106) by Zackery Spytz · 5 years ago
  5. 48600c7 bpo-35947: Fix a compiler warning in _ctypes.c's StructUnionType_paramfunc(). (GH-12629) by Zackery Spytz · 5 years ago
  6. 79da388 bpo-36085: Add installer check for KB2533625 (GH-12636) by Steve Dower · 5 years ago
  7. ac19d96 bpo-36085: Add additional load flag to ensure DLL loads successfully (GH-12633) by Steve Dower · 5 years ago
  8. e724152 bpo-36010: Add venv to the nuget distribution (GH-12367) by Paul Moore · 5 years ago
  9. e653d4d bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577) by Joel Croteau · 5 years ago
  10. ddbb978 C API docs: Py_IsInitialized is always safe to call (GH-12630) by Nick Coghlan · 5 years ago
  11. 172bb39 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) by Serhiy Storchaka · 5 years ago
  12. afbb7a3 bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926) by Serhiy Storchaka · 5 years ago
  13. 2524fde bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) by Serhiy Storchaka · 5 years ago
  14. 7a465cb bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) by Serhiy Storchaka · 5 years ago
  15. 38f4e46 bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602) by Inada Naoki · 5 years ago
  16. 7444daa github: assign @methane to dict owner (GH-12617) by Inada Naoki · 5 years ago
  17. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 5 years ago
  18. 32119e1 bpo-35947: Update Windows to the current version of libffi (GH-11797) by Paul Monson · 5 years ago
  19. 3396d1e bpo-36448: mention 'make regen-all' in error message (GH-12585) by Jeroen Demeyer · 5 years ago
  20. 2f54908 bpo-36471: Add _Py_RunMain() (GH-12618) by Victor Stinner · 5 years ago
  21. 5f45979 bpo-35194: cjkcodec: check the encoded value is not truncated (GH-10432) by Alexey Izbyshev · 5 years ago
  22. 9e30fba bpo-36064: Clarify allowed data types for urllib.request.Request. (GH-11990) by Julien Palard · 5 years ago
  23. 081158e bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#12006) by Susan Su · 5 years ago
  24. 74510e2 bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712) by Wolfgang Maier · 5 years ago
  25. 02b84cb bpo-36366: Return None on stopping unstarted patch object (GH-12472) by Xtreak · 5 years ago
  26. 3d78c4a Fixed capital letters missing and missing . (GH-12584) by Jules Lasne (jlasne) · 5 years ago
  27. e63fc11 Fix typo in email.encoders doc (GH-9700) by ksamuel · 5 years ago
  28. d93fbbf bpo-35941: Fix ssl certificate enumeration for windows (GH-12486) by kctherookie · 5 years ago
  29. 45a5fdb bpo-36425: Add Simplified Chinese to the language switcher (GH-12537) by zhsj · 5 years ago
  30. 3eca28c bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183) by Giampaolo Rodola · 5 years ago
  31. 8abd7c7 bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482) by Serhiy Storchaka · 5 years ago
  32. cda139d bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601) by Zackery Spytz · 5 years ago
  33. 796cc6e bpo-36452: dictiter: track maximum iteration count (GH-12596) by Thomas Perl · 5 years ago
  34. 738cb42 Fix NEWS entries with incorrect bpo numbers (GH-12599) by Ned Deily · 5 years ago
  35. fb28fcc Revert "Minor doc improvement (GH-10341)" (GH-12597) by Raymond Hettinger · 5 years ago
  36. b95a79c bpo-36245: Fix more empty environment variable checks (GH-12592) by Steve Dower · 5 years ago
  37. d5a5a33 bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605) by Philipp A · 5 years ago
  38. a694f23 Add missing docstrings for TarInfo objects (#12555) by Raymond Hettinger · 5 years ago
  39. d929f18 bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589) by Victor Stinner · 5 years ago
  40. 4a9a505 bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566) by Steve Dower · 5 years ago
  41. f4333d0 bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428) by hliu0 · 5 years ago
  42. 34ef64f bpo-36447, bpo-36447: Fix refleak in _PySys_InitMain() (GH-12586) by Pablo Galindo · 5 years ago
  43. 5ac27a5 bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576) by Victor Stinner · 5 years ago
  44. 364f0b0 bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) by Eddie Elizondo · 5 years ago
  45. 1fc5bf2 Doc: Fixed missing punctuation in datamodel.rst (GH-12581) by Jules Lasne (jlasne) · 5 years ago
  46. bc284f0 bpo-32380: add "versionadded: 3.8" to singledispatchmethod (GH-12580) by Inada Naoki · 5 years ago
  47. da08470 bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553) by Serhiy Storchaka · 5 years ago
  48. 384b81d bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514) by Vladimir Surjaninov · 5 years ago
  49. f760610 bpo-33832: Add "magic method" glossary entry (GH-7630) by Andre Delfino · 5 years ago
  50. dfd775a Minor doc improvement (GH-10341) by Andre Delfino · 5 years ago
  51. 484f20d bpo-36444: Add _PyCoreConfig._init_main (GH-12572) by Victor Stinner · 5 years ago
  52. 8b9dbc0 bpo-36444: Remove _PyMainInterpreterConfig (GH-12571) by Victor Stinner · 5 years ago
  53. 6a258c8 bpo-36429: Fix starting IDLE with pyshell (#12548) by Terry Jan Reedy · 5 years ago
  54. 6da20a4 bpo-36301: Test Python init with isolated (GH-12569) by Victor Stinner · 5 years ago
  55. 6cd658b bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821) by Tal Einat · 5 years ago
  56. 3b7e47a bpo-36364: fix SharedMemoryManager examples (GH-12439) by Pierre Glaser · 5 years ago
  57. f8ba6f5 bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563) by Victor Stinner · 5 years ago
  58. 414b1cd bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560) by Victor Stinner · 5 years ago
  59. 871309c bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556) by Inada Naoki · 5 years ago
  60. b4d8f28 Post v3.8.0a3 by Łukasz Langa · 5 years ago
  61. 9f966df Merge tag 'v3.8.0a3' by Łukasz Langa · 5 years ago
  62. 0523c39 bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) by Zackery Spytz · 5 years ago
  63. 3e700e4 Document that logging registers shutdown as an atexit handler (GH-12378) by Andre Delfino · 5 years ago
  64. 577277f Fix "the the" in the idle docs. (GH-12549) by Benjamin Peterson · 5 years ago
  65. 2000495 bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) by Victor Stinner · 5 years ago
  66. f78a5e9 bpo-36301: Add _Py_GetEnv() function (GH-12542) by Victor Stinner · 5 years ago
  67. 548cb60 bpo-34085: Improve wording on classmethod/staticmethod (#8228) by Andre Delfino · 5 years ago
  68. 360e1e4 bpo-36345: Add a new example in the documentation of wsgiref (#12511) by Stéphane Wirtel · 5 years ago
  69. 1075d16 bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540) by Victor Stinner · 5 years ago
  70. 91759d9 bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) by Pablo Galindo · 5 years ago
  71. 027b09c bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504) by Stefan Krah · 5 years ago
  72. d1e768a bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) by Raymond Hettinger · 5 years ago
  73. 713a8ae Add note to Queue.get() docs about block=True (GH-2223) by Stephen Rosen · 5 years ago
  74. 9a44885 v3.8.0a3 by Łukasz Langa · 5 years ago
  75. a6fbc4e bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536) by Victor Stinner · 5 years ago
  76. f72346c bpo-36301: Cleanup preconfig code (GH-12535) by Victor Stinner · 5 years ago
  77. 68d228f bpo-35884: Add string-keys-only microbenchmark for dict access to var_access_benchmark.py (GH-11905) by Stefan Behnel · 5 years ago
  78. 5e33378 bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (GH-12530) by Zackery Spytz · 5 years ago
  79. dd5417a bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) by Rémi Lapeyre · 5 years ago
  80. 9dcc095 Fix line ending (GH-12531) by Raymond Hettinger · 5 years ago
  81. 62be338 bpo-36401: Have help() show readonly properties separately (GH-12517) by Raymond Hettinger · 5 years ago
  82. 113d735 bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209) by Louie Lu · 5 years ago
  83. 13c1f72 bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are namedtuples (GH-4434) by Lisa Roach · 5 years ago
  84. 0fe4513 bpo-36405: IDLE - Restore __main__ and add tests (#12518) by Terry Jan Reedy · 5 years ago
  85. 6661c17 Replace "DOS box" with link to Windows FAQ. (GH-12390) by Ned Deily · 5 years ago
  86. 3d07c1e bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519) by Zackery Spytz · 5 years ago
  87. a7987e7 bpo-32217: Correct usage of ABI tags in freeze. (GH-4719) by AraHaan · 5 years ago
  88. d3c72a2 bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) by Inada Naoki · 5 years ago
  89. d60f658 bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203) by Cheryl Sabella · 5 years ago
  90. 6d5ee97 bpo-36301: Add _PyRuntimeState.preconfig (GH-12506) by Victor Stinner · 5 years ago
  91. 2b75155 bpo-36405: Use dict unpacking in idlelib (#12507) by Terry Jan Reedy · 5 years ago
  92. 7a2e84c bpo-33319: Clarify subprocess call docs. (GH-12508) by Gregory P. Smith · 5 years ago
  93. 7c822e5 Fix typo in doc for pprint.pp (GH-12500) by Xavier GUIHOT · 5 years ago
  94. c141957 bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) by Terry Jan Reedy · 5 years ago
  95. 5086589 bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (GH-12358) by Brett Cannon · 5 years ago
  96. dd7c4ce bpo-35155: clarify protocol handler method naming (GH-10313) by Denton Liu · 5 years ago
  97. 96831c7 bpo-30670: Add pp function to the pprint module (GH-11769) by Rémi Lapeyre · 5 years ago
  98. c5c6cda asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494) by Inada Naoki · 5 years ago
  99. b0df45e bpo-21269: Provide args and kwargs attributes on mock call objects GH11807 by Kumar Akshay · 5 years ago
  100. 40b6907 Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489) by Pablo Galindo · 5 years ago