1. da6129e bpo-36961: Handle positional-only arguments in uparse.c (GH-13412) by Pablo Galindo · 5 years ago
  2. fa19a25 Add support for PEP572 in ast_unparse.c (GH-13337) by Batuhan Taşkaya · 5 years ago
  3. eab9965 bpo-36567: Use manpages_url to create links for man pages (GH-13339) by Batuhan Taşkaya · 5 years ago
  4. 56027cc bpo-19376: Added doc mentioning `datetime.strptime()` without a year fails for Feb 29. (GH-10243) by Abhishek Kumar Singh · 5 years ago
  5. abea73b bpo-2180: Treat line continuation at EOF as a `SyntaxError` (GH-13401) by Anthony Sottile · 5 years ago
  6. e917f2e bpo-36546: Add more tests and expand docs (#13406) by Raymond Hettinger · 5 years ago
  7. 73934b9 bpo-36887: add math.isqrt (GH-13244) by Mark Dickinson · 5 years ago
  8. 410759f bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402) by Victor Stinner · 5 years ago
  9. bab0db6 bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398) by Victor Stinner · 5 years ago
  10. 27ee0f8 Fix couple of dead code paths (GH-7418) by David Carlier · 5 years ago
  11. e7b1136 Document a workaround for a curses bug (GH-13209) by Toshio Kuratomi · 5 years ago
  12. 51a860e Correct typos in the Barrier specification (GH-9395) by Géry Ogam · 5 years ago
  13. b594784 bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396) by Victor Stinner · 5 years ago
  14. 4fa7504 bpo-27268: Fix incorrect error message on float('') (GH-2745) by Pedro Lacerda · 5 years ago
  15. 871ff77 bpo-36763: Add _PyInitError functions (GH-13395) by Victor Stinner · 5 years ago
  16. 1208328 bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390) by Victor Stinner · 5 years ago
  17. bcfbbd7 bpo-36945: Add _PyPreConfig.configure_locale (GH-13368) by Victor Stinner · 5 years ago
  18. 98ff4d5 bpo-36782: Created C API wrappers and added missing tests for functions in the PyDateTimeAPI. (#13088) by Edison A · 5 years ago
  19. feac6cd bpo-33524: Fix the folding of email header when max_line_length is 0 or None (#13391) by Abhilash Raj · 5 years ago
  20. cbe72d8 bpo-36867: _test_multiprocessing: avoid weak sync primitive (GH-13292) by Pierre Glaser · 5 years ago
  21. 3ea702e bpo-36942 Windows build changes for Windows ARM64 (GH-13366) by Paul Monson · 5 years ago
  22. f96e7fd bpo-36941: Windows build changes for Windows ARM64 (GH-13365) by Paul Monson · 5 years ago
  23. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 5 years ago
  24. b16b4e4 bpo-36763: Add PyMemAllocatorName (GH-13387) by Victor Stinner · 5 years ago
  25. 80ed353 Simplify SSLSocket / SSLObject doc string (GH-9972) by Christian Heimes · 5 years ago
  26. f98c3c5 docs 36789: resolve incorrect note regarding UTF-8 (GH-13111) by redshiftzero · 5 years ago
  27. af8646c bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH-13332) by Pablo Galindo · 5 years ago
  28. a8b4694 Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343) by Jeroen Demeyer · 5 years ago
  29. 6faad35 bpo-36908: 'This module is always available' isn't helpful. (#13297) by Ned Batchelder · 5 years ago
  30. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 5 years ago
  31. fed02e1 bpo-36763: Remove _PyCoreConfig.program (GH-13373) by Victor Stinner · 5 years ago
  32. 245f528 Doc: Add link threading.settrace to sys.settrace (GH-13345) by Stefan Hoelzl · 5 years ago
  33. ac8eb8f bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271) by Erwan Le Pape · 5 years ago
  34. 14514d9 bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) by Zackery Spytz · 5 years ago
  35. 870b035 bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371) by Victor Stinner · 5 years ago
  36. aee19f5 bpo-36751: Undeprecate getfullargspec (GH-13245) by Pablo Galindo · 5 years ago
  37. 54b43bb bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363) by Victor Stinner · 5 years ago
  38. 9ef5dca bpo-36763: Add _Py_InitializeMain() (GH-13362) by Victor Stinner · 5 years ago
  39. ae239f6 bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361) by Victor Stinner · 5 years ago
  40. 68b34a7 bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) by Andrew Svetlov · 5 years ago
  41. dbacfc2 bpo-36763: _PyInitError always use int for exitcode (GH-13360) by Victor Stinner · 5 years ago
  42. 6e78900 bpo-35589: Prevent buffer copy in sock_sendall() (GH-11418) by Andrew Svetlov · 5 years ago
  43. bfba8c3 bpo-36748: optimize TextIOWrapper.write() for ASCII string (GH-13002) by Inada Naoki · 5 years ago
  44. 8a533ff Fix typos in documentation. Patch by tirkarthi. (GH-13354) by Terry Jan Reedy · 5 years ago
  45. 9b5a0ef Fix typos in documentation (#13344) by Xtreak · 5 years ago
  46. 4f82072 bpo-36511: Windows arm32 buildbot changes (remove extra space) (GH-13351) by Paul Monson · 5 years ago
  47. 67ff6a1 bpo-36511: Windows ARM32 buildbot changes (GH-12917) by Paul Monson · 5 years ago
  48. fb7e750 bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) by Paul Monson · 5 years ago
  49. d9e006b bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191) by ‮zlohhcuB treboR · 5 years ago
  50. 1a2dd82 bpo-36786: Run compileall in parallel during "make install" (GH-13078) by Antoine Pitrou · 5 years ago
  51. c981ad1 bpo-26707: Enable plistlib to read UID keys. (GH-12153) by Jon Janzen · 5 years ago
  52. e307e5c Reference zipimport source code from docs. (GH-13310) by Xtreak · 5 years ago
  53. 133fc89 bpo-36799: Fix typo in ctypes.rst (GH-13104) by Yavor Konstantinov · 5 years ago
  54. 5eb8b07 bpo-36763: InitConfigTests tests all core config (GH-13331) by Victor Stinner · 5 years ago
  55. 54b74fe bpo-36801: Temporarily fix regression in writer.drain() (#13330) by Andrew Svetlov · 5 years ago
  56. 91c9987 bpo-36763: Add test for _PyCoreConfig_SetString() (GH-13275) by Victor Stinner · 5 years ago
  57. e883091 bpo-36760: Clarify subprocess capture_output docs. (GH-13322) by Gregory P. Smith · 5 years ago
  58. d97adfb bpo-36618: Don't add -fmax-type-align=8 flag for clang (GH-13320) by Victor Stinner · 5 years ago
  59. c1f5667 bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) by Krzysztof Wojcik · 5 years ago
  60. 4d45a3b json.tool: use stdin and stdout in default cmdlne arguments (GH-11992) by Hervé Beraud · 5 years ago
  61. f12ba7c bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313) by Andrew Svetlov · 5 years ago
  62. c96be81 bpo-36900: Replace global conf vars with config (GH-13299) by Victor Stinner · 5 years ago
  63. 3c93153 bpo-36915: regrtest always remove tempdir of worker processes (GH-13312) by Victor Stinner · 5 years ago
  64. 2bc158f Change WriterObj.writeline to WriterObj.write (GH-12344) by Rémi Lapeyre · 5 years ago
  65. c0a1a07 bpo-32995 - Added context variable in glossary (GH-9741) by Vinodhini Balusamy · 5 years ago
  66. dae1229 bpo-36797: Prune more legacy distutils documentation (GH-13092) by Nick Coghlan · 5 years ago
  67. 0a52d73 Doc: Update pip and setuptools when creating the virtual environment (GH-13307) by Stéphane Wirtel · 5 years ago
  68. 5e48e3d bpo-36845: validate integer network prefix when constructing IP networks (GH-13298) by Nicolai Moore · 5 years ago
  69. f0be4bb bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850) by Inada Naoki · 5 years ago
  70. c923c34 bpo-36719: Fix regrtest MultiprocessThread (GH-13301) by Victor Stinner · 5 years ago
  71. 1a10a6b Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296) by wim glenn · 5 years ago
  72. 45b2f88 bpo-34424: Handle different policy.linesep lengths correctly. (#8803) by Jens Troeger · 5 years ago
  73. 8da5ebe bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787) by Anders Hovmöller · 5 years ago
  74. b6a09ae bpo-36895: Undocument removed time.clock (GH-13286) by Matthias Bussonnier · 5 years ago
  75. b1dfcad bpo-36867: Create the resource_tracker before launching SharedMemoryManagers (GH-13276) by Pierre Glaser · 5 years ago
  76. be6939f Docs: Add bz2 usage examples (GH-13258) by Brad · 5 years ago
  77. 95da83d bpo-36894: Fix regression in test_multiprocessing_spawn (no tests run on Windows) (GH-13290) by Antoine Pitrou · 5 years ago
  78. 50466c6 bpo-36867: DOC update multiprocessing.rst (GH-13289) by Pierre Glaser · 5 years ago
  79. b0917df bpo-36719: regrtest -jN no longer stops on crash (GH-13231) by Victor Stinner · 5 years ago
  80. 85c69d5 Fix typo in NEWS item about IDLE (os.flush() should be os.fsync()) (#13284) by Guido van Rossum · 5 years ago
  81. 410b85a bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278) by Victor Stinner · 5 years ago
  82. 2c10538 bpo-36903: Fix ResourceWarning in test_logging (GH-13283) by Xtreak · 5 years ago
  83. c1f7262 bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282) by Victor Stinner · 5 years ago
  84. 778a910 bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org/3) (GH-13120) by divyag9 · 5 years ago
  85. 4f098b3 bpo-36807: When saving a file in IDLE, call flush and fsync (#13102) by Guido van Rossum · 5 years ago
  86. 3e2afd7 bpo-36008: Doc update for 3.8 migration (GH-12887) by Utkarsh Gupta · 5 years ago
  87. 32d1458 Changes to the documentation of normcase (GH-4725) by Kexuan Sun · 5 years ago
  88. d5d9e81 bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241) by Victor Stinner · 5 years ago
  89. 3aef48e bpo-36778: Update cp65001 codec documentation (GH-13240) by Victor Stinner · 5 years ago
  90. cf599f6 bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022) by Zackery Spytz · 5 years ago
  91. d28772a bpo-36783: Add new references for C API Documentation changes (GH-13204) by Edison A · 5 years ago
  92. af070c1 Name individual Travis CI jobs (GH-13268) by Gordon P. Hemsley · 5 years ago
  93. 4ef9b8e Correct misspelling (GH-11470) by Johnny Gérard · 5 years ago
  94. e250061 bpo-36895: remove time.clock() as per removal notice. (GH-13270) by Matthias Bussonnier · 5 years ago
  95. 5d23e28 bpo-36886: Document changes in code object in What's new section (GH-13255) by Pablo Galindo · 5 years ago
  96. 4959c33 bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) by Jake Tesler · 5 years ago
  97. 87068ed bpo-36684: Split out gcc and test coverage builds (GH-13146) by Gordon P. Hemsley · 5 years ago
  98. 26f55c2 bpo-36817: Do not decrement reference for expr_text on fstring = parsing failure (GH-13256) by Pablo Galindo · 5 years ago
  99. 5833e94 bpo-36817: Fix reference leak for expr_text in f-string = parsing (GH-13249) by Pablo Galindo · 5 years ago
  100. 90fb04c bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145) by Sanyam Khurana · 5 years ago