1. 4207907 Fix division by 0 when checking for overflow in math.prod (GH-11808) by Pablo Galindo · 5 years ago
  2. 181835d Fix compiler warnings about end_col_offset and end_lineno (GH-11735) by Ivan Levkivskyi · 5 years ago
  3. 5033e31 Fix broken :ref: in asyncio docs (GH-11805) by Pablo Galindo · 5 years ago
  4. 7b2a37b Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH-11653) by Pablo Galindo · 5 years ago
  5. 613f729 Do not retain references to processes and managers in TestSyncManagerTypes (GH-11801) by Pablo Galindo · 5 years ago
  6. 8a03ff2 bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) by Terry Jan Reedy · 5 years ago
  7. 2dda72a lru_cache: Add more comments. Fix comment typos. Clarify a comment. (GH-11795) by Raymond Hettinger · 5 years ago
  8. 7ab3d15 Rework tuple hash tests. (GH-10161) by Tim Peters · 5 years ago
  9. 5741c45 bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765) by Neil Schemenauer · 5 years ago
  10. 64360ad Complete and neaten-up namedtuple's replacement of builtin function lookups with derefs (GH-11794) by Raymond Hettinger · 5 years ago
  11. d9503c3 Add What's New entry for date subclass behavior (#11790) by Paul Ganssle · 5 years ago
  12. 96d37db bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384) by Fish · 5 years ago
  13. df8d2cd bpo-35911: add cell constructor (GH-11771) by Pierre Glaser · 5 years ago
  14. f289084 bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred address based on the bind parameter. (#11767) by Jason R. Coombs · 5 years ago
  15. 2848d9d bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772) by Giampaolo Rodola · 5 years ago
  16. bc09851 bpo-35606: Implement math.prod (GH-11359) by Pablo Galindo · 5 years ago
  17. e9bc417 Fix url to core-mentorship mailing list (GH-11775) by Mariatta · 5 years ago
  18. cd90f6a bpo-20001: update pathlib landing image (GH-11304) by Harmandeep Singh · 5 years ago
  19. c95404f email: use dict instead of OrderedDict (GH-11709) by Inada Naoki · 5 years ago
  20. f345170 asyncio: use dict instead of OrderedDict (GH-11710) by Inada Naoki · 5 years ago
  21. 9da3583 Fix typo (micro->nano) (GH-11759) by Raymond Hettinger · 5 years ago
  22. 85e102a bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744) by Steve Dower · 5 years ago
  23. 69091cb bpo-35321: Set the spec origin to frozen in frozen modules (#11732) by Nina Zakharenko · 5 years ago
  24. 89427cd bpo-32417: Make timedelta arithmetic respect subclasses (#10902) by Paul Ganssle · 5 years ago
  25. ca7d293 Post 3.8.0a1 by Łukasz Langa · 5 years ago
  26. e7afe1a Merge tag 'v3.8.0a1' by Łukasz Langa · 5 years ago
  27. a8474d0 bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745) by Steve Dower · 5 years ago
  28. 2f6fae6 bpo-35692: pathlib no longer raises when checking file and directory existence on drives that are not ready (GH-11746) by Steve Dower · 5 years ago
  29. e75eeb0 v3.8.0a1 by Łukasz Langa · 5 years ago
  30. aab0e57 [pydoc] Regenerate topics for v3.8.0a1 by Łukasz Langa · 5 years ago
  31. 8efa3b6 [blurb] v3.8.0a1 by Łukasz Langa · 5 years ago
  32. f75d59e bpo-35884: Add variable access benchmarking script (GH-11725) by Raymond Hettinger · 5 years ago
  33. 2c2ba05 Update macOS installer Welcome and ReadMe for 3.8 (GH-11748) by Ned Deily · 5 years ago
  34. 8ebc645 bpo-35890 : Fix some API calling consistency (GH-11742) by Minmin Gong · 5 years ago
  35. 4c70d9f bpo-34691: Compile _contextvars module into main Python library (GH-11741) by Steve Dower · 5 years ago
  36. b82bfac bpo-29734: nt._getfinalpathname handle leak (GH-740) by Mark Becwar · 5 years ago
  37. cb09047 bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000) by Shiva Saxena · 5 years ago
  38. d08ea70 bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730) by Stefan Krah · 5 years ago
  39. 4860f01 bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789) by Tony Roberts · 5 years ago
  40. 2de576e bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517) by Tzu-ping Chung · 5 years ago
  41. 05e9221 bpo-33316: PyThread_release_lock always fails (GH-6541) by native-api · 5 years ago
  42. 00e9c55 bpo-26256: Document algorithm speed for the Decimal module. (#4808) by Cheryl Sabella · 5 years ago
  43. e5ef45b bpo-35813: Added shared_memory submodule of multiprocessing. (#11664) by Davin Potts · 5 years ago
  44. d2b4c19 bpo-35879: Fix type comment leaks (GH-11728) by Guido van Rossum · 5 years ago
  45. ac19081 bpo-35877: Add test for while loop named expression without parentheses (GH-11726) by Emily Morehouse · 5 years ago
  46. d4fceaa bpo-35877: Make parenthesis optional for named expression in while statement (GH-11724) by Xtreak · 5 years ago
  47. 85d83ec bpo-35864: fix namedtuple._asdict() docstring (GH-11720) by Amador Pahim · 5 years ago
  48. 075de6c bpo-35861: Fix SyntaxWarning in test_named_expressions.py (GH-11722) by Joannah Nanjekye · 5 years ago
  49. 3a32e3b bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11714) by Guido van Rossum · 5 years ago
  50. 325e4ba bpo-35537: Fix function name in os.posix_spawnp() errors (GH-11719) by Victor Stinner · 5 years ago
  51. 1e39b83f bpo-35537: Skip test_start_new_session() of posix_spawn (GH-11718) by Victor Stinner · 5 years ago
  52. 80c5dfe bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608) by Joannah Nanjekye · 5 years ago
  53. 05f1b93 Speed-up argument parsing for common cases in deque.__init__()(GH-11717) by Raymond Hettinger · 5 years ago
  54. ffdf1c3 Consistently move the misses update to just before the user function call (GH-11715) by Raymond Hettinger · 5 years ago
  55. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 5 years ago
  56. d97daeb doc: http: Fix enum name for status code 416 (GH-11689) by Phil Jones · 5 years ago
  57. 0bb4bdf bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708) by Raymond Hettinger · 5 years ago
  58. 0897e0c bpo-33504: fix wrong "versionchanged" (GH-11712) by Inada Naoki · 5 years ago
  59. 9f3f093 bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014) by Michael Selik · 5 years ago
  60. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 5 years ago
  61. 40ebe94 Document differences between random.choices() and random.choice(). (GH-11703) by Raymond Hettinger · 5 years ago
  62. cf991e6 bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb documentation. (GH-11691) by João Matos · 5 years ago
  63. 598e15d bpo-25592: Improve documentation of distutils data_files (GH-9767) by jdemeyer · 5 years ago
  64. cfd735e Move float conversion into a macro. Apply to fsum (GH-11698) by Raymond Hettinger · 5 years ago
  65. bafa848 subprocess: close pipes/fds by using ExitStack (GH-11686) by Giampaolo Rodola · 5 years ago
  66. 742d768 bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694) by Andreas Schwab · 5 years ago
  67. 808180c Fast path for int inputs to math.dist() and math.hypot() (GH-11692) by Raymond Hettinger · 5 years ago
  68. ea44640 bpo-35701: Update doc for UUID weak referencing (GH-11621) by David H · 5 years ago
  69. dfc8bb9 Fix typo: class declaration (GH-11678) by nu_no · 5 years ago
  70. 3171df3 Clarify U-mode deprecation in open() (GH-11646) by Nick Coghlan · 5 years ago
  71. 81d04bc Fix docstr/comment typos in _use_posix_spawn(). (GH-11684) by Gregory P. Smith · 5 years ago
  72. d8080c0 bpo-35780: Fix errors in lru_cache() C code (GH-11623) by Raymond Hettinger · 5 years ago
  73. adad9e6 bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677) by Steve Dower · 5 years ago
  74. 4e02f8f8 bpo-35797: Fix default executable used by the multiprocessing module (GH-11676) by Steve Dower · 5 years ago
  75. 3bab40d bpo-34134: Advise to use imap or imap_unordered when handling long iterables. (gh-8324) by Windson yang · 5 years ago
  76. 62c35a8 bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-11667) by Ivan Levkivskyi · 5 years ago
  77. 1396d8f bpo-35224: Add support for NamedExpr to unparse.py (GH-11670) by Victor Stinner · 5 years ago
  78. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 5 years ago
  79. 1fd06f1 bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523) by Rémi Lapeyre · 5 years ago
  80. 5c8f537 bpo-35520: Fix build with dtrace support on certain systems. (#11194) by Jakub Kulík · 5 years ago
  81. fd628cf bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600) by Jason Fried · 5 years ago
  82. f6243ac bpo-35537: subprocess can use posix_spawn with pipes (GH-11575) by Victor Stinner · 5 years ago
  83. ab67281 bpo-35713: Reorganize sys module initialization (GH-11658) by Victor Stinner · 5 years ago
  84. cda73a5 bpo-35781: Changed references to deprecated 'warn' method in logging documentation in favour of 'warning' (GH-11654) by yuji38kwmt · 5 years ago
  85. f0c7436 bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525) by Géry Ogam · 5 years ago
  86. da6424e bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537) by Manjusaka · 5 years ago
  87. 6d43f6f bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) by Victor Stinner · 5 years ago
  88. 28f6cb3 bpo-35683: Improve Azure Pipelines steps (GH-11493) by Steve Dower · 5 years ago
  89. bf4ac2d bpo-35713: Rework Python initialization (GH-11647) by Victor Stinner · 5 years ago
  90. 35ca182 bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528) by Lucas Cimon · 5 years ago
  91. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 5 years ago
  92. 7a23680 bpo-35758: Fix building on ARM + MSVC (gh-11531) by Minmin Gong · 5 years ago
  93. 2433a2a bpo-35782: Fix error message in randrange (GH-11620) by Kumar Akshay · 5 years ago
  94. e9b185f2a bpo-35794: Catch PermissionError in test_no_such_executable (GH-11635) by Pablo Galindo · 5 years ago
  95. b238545 bpo-35772: Fix test_tarfile on ppc64 (GH-11606) by Victor Stinner · 5 years ago
  96. 222d303 bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057) by Pablo Galindo · 5 years ago
  97. e8239b8 Add information about DeprecationWarning for invalid escaped characters in the re module (GH-5255) by Pablo Galindo · 5 years ago
  98. b2dc4a3 bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495) by Marc Schlaich · 5 years ago
  99. 2cf1dda bpo-35770: Fix off-by-1 error. (#11618) by Terry Jan Reedy · 5 years ago
  100. 7417622 bpo-35733: Make isinstance(ast.Constant(boolean), ast.Num) be false. (GH-11547) by Anthony Sottile · 5 years ago