1. da08470 bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553) by Serhiy Storchaka · 5 years ago
  2. 384b81d bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514) by Vladimir Surjaninov · 5 years ago
  3. 484f20d bpo-36444: Add _PyCoreConfig._init_main (GH-12572) by Victor Stinner · 5 years ago
  4. 8b9dbc0 bpo-36444: Remove _PyMainInterpreterConfig (GH-12571) by Victor Stinner · 5 years ago
  5. 6a258c8 bpo-36429: Fix starting IDLE with pyshell (#12548) by Terry Jan Reedy · 5 years ago
  6. 6da20a4 bpo-36301: Test Python init with isolated (GH-12569) by Victor Stinner · 5 years ago
  7. f8ba6f5 bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563) by Victor Stinner · 5 years ago
  8. 871309c bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556) by Inada Naoki · 5 years ago
  9. 9f966df Merge tag 'v3.8.0a3' by Łukasz Langa · 5 years ago
  10. 2000495 bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) by Victor Stinner · 5 years ago
  11. 1075d16 bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540) by Victor Stinner · 5 years ago
  12. 91759d9 bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) by Pablo Galindo · 5 years ago
  13. d1e768a bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) by Raymond Hettinger · 5 years ago
  14. 9a44885 v3.8.0a3 by Łukasz Langa · 5 years ago
  15. dd5417a bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) by Rémi Lapeyre · 5 years ago
  16. 9dcc095 Fix line ending (GH-12531) by Raymond Hettinger · 5 years ago
  17. 62be338 bpo-36401: Have help() show readonly properties separately (GH-12517) by Raymond Hettinger · 5 years ago
  18. 113d735 bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209) by Louie Lu · 5 years ago
  19. 0fe4513 bpo-36405: IDLE - Restore __main__ and add tests (#12518) by Terry Jan Reedy · 5 years ago
  20. d60f658 bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203) by Cheryl Sabella · 5 years ago
  21. 2b75155 bpo-36405: Use dict unpacking in idlelib (#12507) by Terry Jan Reedy · 5 years ago
  22. c141957 bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) by Terry Jan Reedy · 5 years ago
  23. 5086589 bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (GH-12358) by Brett Cannon · 5 years ago
  24. 96831c7 bpo-30670: Add pp function to the pprint module (GH-11769) by Rémi Lapeyre · 5 years ago
  25. c5c6cda asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494) by Inada Naoki · 5 years ago
  26. b0df45e bpo-21269: Provide args and kwargs attributes on mock call objects GH11807 by Kumar Akshay · 5 years ago
  27. 40b6907 Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489) by Pablo Galindo · 5 years ago
  28. 9a0000d bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477) by Pablo Galindo · 5 years ago
  29. 8bba81f bpo-35978: Correctly skips venv tests in venvs (GH-12220) by Steve Dower · 5 years ago
  30. e680c3d bpo-36268: Change default tar format to pax from GNU. (GH-12355) by CAM Gerlach · 5 years ago
  31. 2afb598 bpo-36324: NormalDist() add more tests and update comments (GH-12476) by Raymond Hettinger · 5 years ago
  32. aa3ecb8 bpo-36285: Fix integer overflow in the array module. (GH-12317) by sth · 5 years ago
  33. c1e2c28 bpo-36312: Fix decoders for some code pages. (GH-12369) by Serhiy Storchaka · 5 years ago
  34. fe13883 bpo-36324: Improved code formatting for the NormalDist.inv_cdf rational approximation (GH-12448) by Raymond Hettinger · 5 years ago
  35. 52a594b NormalDist.inv_cdf(): In-line constants because the variable names were not informative (GH-12446) by Raymond Hettinger · 5 years ago
  36. 5f1e8b4 Add docstrings to the arithmetic methods in NormalDist() (GH-12426) by Raymond Hettinger · 5 years ago
  37. 714c60d bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377) by Raymond Hettinger · 5 years ago
  38. f7b57df bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396) by Raymond Hettinger · 5 years ago
  39. 72c7b37 bpo-36235: Enhance distutils test_customize_compiler() (GH-12403) by Victor Stinner · 5 years ago
  40. 0c9258a bpo-36332: Allow compile() to handle AST objects with assignment expressions (GH-12398) by Pablo Galindo · 5 years ago
  41. 23581c0 bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375) by Raymond Hettinger · 5 years ago
  42. 6a16b18 bpo-36297: remove "unicode_internal" codec (GH-12342) by Inada Naoki · 5 years ago
  43. f683f46 bpo-34745: Fix asyncio sslproto memory issues (GH-12386) by Fantix King · 5 years ago
  44. 0bb5e75 bpo-23216: IDLE: Add docstrings to search modules (GH-12141) by Cheryl Sabella · 5 years ago
  45. 7c99454 bpo-35493: Use Process.sentinel instead of sleeping for polling worker status in multiprocessing.Pool (#11488) by Pablo Galindo · 5 years ago
  46. 962bdea bpo-35715: Liberate return value of _process_worker (GH-11514) by Dave Chevell · 5 years ago
  47. 6259976 bpo-36301: _PyCoreConfig_Read() ensures that argv is not empty (GH-12347) by Victor Stinner · 5 years ago
  48. 86082c2 bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) by Victor Stinner · 5 years ago
  49. 65f64b1 bpo-36272: Logging now propagates RecursionError (GH-12312) by Rémi Lapeyre · 5 years ago
  50. 53c2935 Fix typo duplicate period in a docstring in the zipfile module. (GH-12326) by nick sung · 5 years ago
  51. 41f0b78 Simplify overlap() formula for case where variances are equal (GH-12323) by Raymond Hettinger · 5 years ago
  52. 3191391 bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) by Serhiy Storchaka · 5 years ago
  53. f2f55e7 bpo-36282: Improved error message for too much positional arguments. (GH-12310) by Serhiy Storchaka · 5 years ago
  54. 10f8ce6 bpo-36280: Add Constant.kind field (GH-12295) by Guido van Rossum · 5 years ago
  55. 86900a4 Fix stepping into a frame without a __name__ (GH-12064) by Anthony Sottile · 5 years ago
  56. 839b925 bpo-35661: Fix failing test on buildbot (GH-12297) by Cheryl Sabella · 5 years ago
  57. 25ec4a4 bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282) by Anthony Sottile · 5 years ago
  58. f2a1867 bpo-30040: new empty dict uses key-sharing dict (GH-1080) by Inada Naoki · 5 years ago
  59. fc06a19 bpo-35892: Fix mode() and add multimode() (#12089) by Raymond Hettinger · 5 years ago
  60. 3e93643 bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103) by Daniel Hahler · 5 years ago
  61. 876e82b bpo-36234: Add more tests to PosixUidGidTests (GH-12234) by Victor Stinner · 5 years ago
  62. 491ef53 bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262) by Terry Jan Reedy · 5 years ago
  63. 0e1f1f0 bpo-35647: Fix path check in cookiejar (#11436) by Xtreak · 5 years ago
  64. ca7fe50 bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) by Xtreak · 5 years ago
  65. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 5 years ago
  66. 0411411 Rework integer overflow path in math.prod and add more tests (GH-11809) by Pablo Galindo · 5 years ago
  67. 62fa51f Fix typos and improve grammar in threading.Barrier docstrings (GH-12210) by Carl Bordum Hansen · 5 years ago
  68. d5a70c6 bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440) by Cheryl Sabella · 5 years ago
  69. ab9b31f bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690) by Anthony Sottile · 5 years ago
  70. 8a1bab9 bpo-34162: Add entries for idlelib/NEWS.txt (#12232) by Terry Jan Reedy · 5 years ago
  71. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 5 years ago
  72. 16e6f7d bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) by Steve Dower · 5 years ago
  73. 1f58f4f Refine statistics.NormalDist documentation and improve test coverage (GH-12208) by Raymond Hettinger · 5 years ago
  74. 318d537 bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149) by Raymond Hettinger · 5 years ago
  75. 25d13f3 bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191) by Victor Stinner · 5 years ago
  76. 01e0f43 bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189) by Pradyun Gedam · 5 years ago
  77. 18ee50d Add more tests for pdf() and cdf() (GH-12190) by Raymond Hettinger · 5 years ago
  78. c656e25 bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187) by Victor Stinner · 5 years ago
  79. a9df651 bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185) by Victor Stinner · 5 years ago
  80. d8b3a98 bpo-36187: Remove NamedStore. (GH-12167) by Serhiy Storchaka · 5 years ago
  81. b35be4b bpo-36142: Add _PyPreConfig.allocator (GH-12181) by Victor Stinner · 5 years ago
  82. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  83. 9e4861f bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928) by Serhiy Storchaka · 5 years ago
  84. 800d5cd bpo-35198 Fix C++ extension compilation on AIX (GH-10437) by Kevin Adler · 5 years ago
  85. 45d75fa fix typo in configparser doc (GH-12154) by Woko · 5 years ago
  86. 8b914d2 bpo-35899: Fix Enum handling of empty and weird strings (GH-11891) by Brennan D Baraban · 5 years ago
  87. 45d8d24 fixed duplicated method name of test_getuserbase() (GH-12140) by native-api · 5 years ago
  88. 0a6a412 bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996) by Henry Chen · 5 years ago
  89. 848037c Use names SEEK_SET, etc instead of magic number (GH-12057) by ngie-eign · 5 years ago
  90. 4f19030 bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115) by Inada Naoki · 5 years ago
  91. 7eebbbd bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031) by Ned Deily · 5 years ago
  92. 4b219ce bpo-36043: FileCookieJar supports os.PathLike (GH-11945) by Stéphane Wirtel · 5 years ago
  93. be7c460 bpo-35178: Fix warnings._formatwarnmsg() (GH-12033) by Xtreak · 5 years ago
  94. 62be763 bpo-36142: Remove _PyMain structure (GH-12120) by Victor Stinner · 5 years ago
  95. b9f0354 bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109) by Cheryl Sabella · 5 years ago
  96. d60a79a bpo-36155: Check for identity on test_gc.test_get_objects (GH-12116) by Pablo Galindo · 5 years ago
  97. ab71f8b bpo-29571: Fix test_re.test_locale_flag() (GH-12099) by Victor Stinner · 5 years ago
  98. ef17fdb bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096) by Raymond Hettinger · 5 years ago
  99. ed1deb0 bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) by Cheryl Sabella · 5 years ago
  100. 53b9e1a bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-12053) by Joannah Nanjekye · 5 years ago