1. bb9593a closes bpo-36139: release GIL around munmap(). (GH-12073) by Davide Rizzo · 5 years ago
  2. b71e28e bpo-36209: Fix typo on hashlib error message (GH-12194) by Emmanuel Arias · 5 years ago
  3. 25d13f3 bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191) by Victor Stinner · 5 years ago
  4. 01e0f43 bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189) by Pradyun Gedam · 5 years ago
  5. 18ee50d Add more tests for pdf() and cdf() (GH-12190) by Raymond Hettinger · 5 years ago
  6. 4fffd38 bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188) by Victor Stinner · 5 years ago
  7. c656e25 bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187) by Victor Stinner · 5 years ago
  8. 7d2ef3e bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186) by Victor Stinner · 5 years ago
  9. a9df651 bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185) by Victor Stinner · 5 years ago
  10. d8b3a98 bpo-36187: Remove NamedStore. (GH-12167) by Serhiy Storchaka · 5 years ago
  11. adfffc7 Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12180) by Serhiy Storchaka · 5 years ago
  12. b35be4b bpo-36142: Add _PyPreConfig.allocator (GH-12181) by Victor Stinner · 5 years ago
  13. 359a2f3 bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179) by Stéphane Wirtel · 5 years ago
  14. 5a02e0d bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174) by Victor Stinner · 5 years ago
  15. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  16. 9e4861f bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928) by Serhiy Storchaka · 5 years ago
  17. b727239 closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) by Martijn Pieters · 5 years ago
  18. 0983fcd Doc: Use `option` word for command line interface. (GH-12142) by NAKAMURA Osamu · 5 years ago
  19. 6dcb542 bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173) by Victor Stinner · 5 years ago
  20. cad1f74 bpo-36142: Add _PyPreConfig structure (GH-12172) by Victor Stinner · 5 years ago
  21. 7e9ce4c Fixed a missing . and a missing capital letter. (GH-12170) by Jules Lasne (jlasne) · 5 years ago
  22. b7bc283 bpo-36179: Fix ref leaks in _hashopenssl (GH-12158) by Christian Heimes · 5 years ago
  23. 800d5cd bpo-35198 Fix C++ extension compilation on AIX (GH-10437) by Kevin Adler · 5 years ago
  24. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 5 years ago
  25. f4b0a1c bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) by pxinwr · 5 years ago
  26. 8bc401a Clean implementation of Parser/pgen and fix some style issues (GH-12156) by Pablo Galindo · 5 years ago
  27. 97c288d bpo-20906: Various revisions to the Unicode howto (#8394) by Andrew Kuchling · 5 years ago
  28. 45d75fa fix typo in configparser doc (GH-12154) by Woko · 5 years ago
  29. 8b914d2 bpo-35899: Fix Enum handling of empty and weird strings (GH-11891) by Brennan D Baraban · 5 years ago
  30. 8b50400 bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143) by Mark Williams · 5 years ago
  31. 8c17d92 add missing break statement (GH-12147) by Inada Naoki · 5 years ago
  32. 45d8d24 fixed duplicated method name of test_getuserbase() (GH-12140) by native-api · 5 years ago
  33. 0a6a412 bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996) by Henry Chen · 5 years ago
  34. 848037c Use names SEEK_SET, etc instead of magic number (GH-12057) by ngie-eign · 5 years ago
  35. 8589f14 Remove some code which has been dead since 1994 (#12136) by Alex Gaynor · 5 years ago
  36. 4f19030 bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115) by Inada Naoki · 5 years ago
  37. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 5 years ago
  38. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 5 years ago
  39. 7eebbbd bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031) by Ned Deily · 5 years ago
  40. 4b219ce bpo-36043: FileCookieJar supports os.PathLike (GH-11945) by Stéphane Wirtel · 5 years ago
  41. bda918bf bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. (gh-12062) by Eric Snow · 5 years ago
  42. b05b711 bpo-33608: Use _Py_AddPendingCall() in _PyCrossInterpreterData_Release(). (gh-12024) by Eric Snow · 5 years ago
  43. cfe172d bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129) by Victor Stinner · 5 years ago
  44. be7c460 bpo-35178: Fix warnings._formatwarnmsg() (GH-12033) by Xtreak · 5 years ago
  45. 91b9ecf bpo-36142: Add preconfig.c (GH-12128) by Victor Stinner · 5 years ago
  46. c991f24 bpo-36146: Don't run code at setup.py top level (GH-12127) by Victor Stinner · 5 years ago
  47. 5ec33a1 bpo-36146: Split setup.py into subfunctions (GH-12125) by Victor Stinner · 5 years ago
  48. 95e2cbf bpo-36142: Move command line parsing to coreconfig.c (GH-12123) by Victor Stinner · 5 years ago
  49. 625dbf2 bpo-36146: Refactor setup.py: Add PyBuildExt.srcdir (GH-12124) by Victor Stinner · 5 years ago
  50. 8058bda bpo-36146: Refactor setup.py: PyBuildExt.add() method (GH-12097) by Victor Stinner · 5 years ago
  51. 96d8158 bpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098) by Victor Stinner · 5 years ago
  52. 62be763 bpo-36142: Remove _PyMain structure (GH-12120) by Victor Stinner · 5 years ago
  53. dfe8847 bpo-36142: Rework error reporting in pymain_main() (GH-12113) by Victor Stinner · 5 years ago
  54. b9f0354 bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109) by Cheryl Sabella · 5 years ago
  55. d60a79a bpo-36155: Check for identity on test_gc.test_get_objects (GH-12116) by Pablo Galindo · 5 years ago
  56. 9add4b3 bpo-36018: Add documentation link to "random variable" (GH-12114) by Raymond Hettinger · 5 years ago
  57. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 5 years ago
  58. ab71f8b bpo-29571: Fix test_re.test_locale_flag() (GH-12099) by Victor Stinner · 5 years ago
  59. ef17fdb bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096) by Raymond Hettinger · 5 years ago
  60. ae2ea33 Add versionadded directives to ssl.minimum_version and ssl.maximum_version (GH-11894) by Zhiming Wang · 5 years ago
  61. 4cbea51 bpo-36146: Refactor setup.py (GH-12093) by Victor Stinner · 5 years ago
  62. 4173772 Document the surprising sideeffect PyErr_Print(). (#12081) by Gregory P. Smith · 5 years ago
  63. 4064089 Fix grammar error in timeit module docs (GH-12066) by Shiv Dhar · 5 years ago
  64. ccb92e8 Update FAQ to point to Infrastructure Team website. (GH-12077) by Ned Deily · 5 years ago
  65. ed1deb0 bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) by Cheryl Sabella · 5 years ago
  66. 32f5fdd bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968) by pxinwr · 5 years ago
  67. 53b9e1a bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-12053) by Joannah Nanjekye · 5 years ago
  68. c606a9c bpo-35652: shutil.copytree(copy_function=...) erroneously pass DirEntry instead of path str (GH-11997) by Giampaolo Rodola · 5 years ago
  69. d5a551c closes bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045) by Benjamin Peterson · 5 years ago
  70. f57cd82 bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027) by Dima Pasechnik · 5 years ago
  71. ff3d39f bpo-36109: Fix random test_descr failure. (GH-12044) by Serhiy Storchaka · 5 years ago
  72. b84df2d Run autoreconf. by Benjamin Peterson · 5 years ago
  73. 90c6fac closes bpo-13497: Fix `broken nice` configure test. (GH-12041) by ngie-eign · 5 years ago
  74. 6673dec bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019) by Zackery Spytz · 5 years ago
  75. aadef2b bpo-36102: Prepend slash to all POSIX shared memory block names (#12036) by Davin Potts · 5 years ago
  76. 8377cd4 Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) by Anthony Sottile · 5 years ago
  77. 9c3f284 Autospec functions should propagate mock calls to parent GH-11273 by Xtreak · 5 years ago
  78. f1b9abe bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032) by Sergey Fedoseev · 5 years ago
  79. b5853e2 Post v3.8.0a2 by Łukasz Langa · 5 years ago
  80. 3025a7e Merge tag 'v3.8.0a2' by Łukasz Langa · 5 years ago
  81. 234531b bpo-36030: Add _PyTuple_FromArray() function (GH-11954) by Sergey Fedoseev · 5 years ago
  82. 55e335d Remove empty Dictionaries section from programming FAQ (GH-12026) by Andre Delfino · 5 years ago
  83. a24107b bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) by Serhiy Storchaka · 5 years ago
  84. a180b00 bpo-28450: Fix and improve the documentation for unknown escapes in RE. (GH-11920) by Serhiy Storchaka · 5 years ago
  85. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 5 years ago
  86. d90a141 Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-11929) by Sergey Fedoseev · 5 years ago
  87. 23f4589 v3.8.0a2 by Łukasz Langa · 5 years ago
  88. 16323cb closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017) by Miro Hrončok · 5 years ago
  89. 3b0abb0 bpo-33671: allow setting shutil.copyfile() bufsize globally (GH-12016) by Giampaolo Rodola · 5 years ago
  90. ef4ac96 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) by Eric Snow · 5 years ago
  91. 463572c bpo-36101: remove non-ascii characters in docstring (GH-12018) by animalize · 5 years ago
  92. 9e456bc bpo-36018: Add properties for mean and stdev (GH-12022) by Raymond Hettinger · 5 years ago
  93. a875ea5 bpo-35512: Resolve string target to patch.dict decorator during function call GH#12000 by Xtreak · 5 years ago
  94. aeca373 bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) by Ned Deily · 5 years ago
  95. 79fbcc5 bpo-36018: Make __pos__ return a distinct instance of NormDist (GH-12009) by Raymond Hettinger · 5 years ago
  96. e895de3 bpo-35813: Tests and docs for shared_memory (#11816) by Davin Potts · 5 years ago
  97. d610116 bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) by Terry Jan Reedy · 5 years ago
  98. abe5922 fix _abc.c compile error on Cygwin (GH-8445) by E. M. Bray · 5 years ago
  99. 11c7953 bpo-36018: Add the NormalDist class to the statistics module (GH-11973) by Raymond Hettinger · 5 years ago
  100. 64d6cc8 bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-11530) by Eric Snow · 5 years ago