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