1. 22748a8 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Artem Bulgakov · 5 years ago
  2. fd4cafd bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) by Serhiy Storchaka · 5 years ago
  3. 1baf030 bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986) by Mohamed Koubaa · 5 years ago
  4. 2aabc32 bpo-1635741: Port _overlapped module to multi-phase init (GH-22051) by Mohamed Koubaa · 5 years ago
  5. 426f2b4 bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050) by Mohamed Koubaa · 5 years ago
  6. 1aaa21f bpo-1635741 port zlib module to multi-phase init (GH-21995) by Mohamed Koubaa · 5 years ago
  7. 5bfd60f [doc] Add link to Generic in typing (GH-22125) by Andre Delfino · 5 years ago
  8. 67c998d bpo-41513: Expand comments and add references for a better understanding (GH-22123) by Raymond Hettinger · 5 years ago
  9. 63f102f bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818) by Mohamed Koubaa · 5 years ago
  10. 5371a46 closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110) by Zackery Spytz · 5 years ago
  11. 2623868 [doc] Fix padding in some typing definitions (GH-22114) by Andre Delfino · 5 years ago
  12. 1264d04 Fix documented Python version for venv --upgrade-deps (GH-22113) by johnthagen · 5 years ago
  13. 7f331c8 bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581) by Erlend Egeberg Aasland · 5 years ago
  14. 8c0be6f bpo-41687: Fix sendfile implementation to work with Solaris (#22040) by Jakub Kulík · 5 years ago
  15. dd18001 bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098) by Steve Dower · 5 years ago
  16. 51b84f8 bpo-38585: Remove references to defusedexpat (GH-22095) by Zackery Spytz · 5 years ago
  17. 84a7917 bpo-41721: Add xlc options (GH-22096) by Stefan Krah · 5 years ago
  18. 306cfb3 bpo-40486: Specify what happens if directory content change diring iteration (GH-22025) by Serhiy Storchaka · 5 years ago
  19. 8171580 bpo-41638: Improve ProgrammingError message for absent parameter. (GH-21999) by Serhiy Storchaka · 5 years ago
  20. 4b8032e bpo-41713: _signal doesn't use multi-phase init (GH-22087) by Victor Stinner · 5 years ago
  21. 54a66ad bpo-41700: Skip test if the locale is not supported (GH-22081) by Dong-hee Na · 5 years ago
  22. cdbff35 [doc] Update documentation on logging optimization. (GH-22075) by Vinay Sajip · 5 years ago
  23. e55a0e9 Fix 'gather' rules in the python parser generator (GH-22021) by Pablo Galindo · 5 years ago
  24. 315a61f bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077) by Pablo Galindo · 5 years ago
  25. 8516060 [doc] Fix a typo in the graphlib docs (#22030) by Mario Šaško · 5 years ago
  26. 71d1bd9 bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049) by Mohamed Koubaa · 5 years ago
  27. e223d06 bpo-39883: Use BSD0 license for code in docs (GH-17635) by Todd · 5 years ago
  28. be435ae bpo-39010: Improve test shutdown (#22066) by Ben Darnell · 5 years ago
  29. 0770ad9 bpo-41696: Fix handling of debug mode in asyncio.run (#22069) by Shantanu · 5 years ago
  30. 4a97b15 bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-22053) by Pablo Galindo · 5 years ago
  31. 3940333 closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058) by Benjamin Peterson · 5 years ago
  32. 5a4a963 Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047) by Pablo Galindo · 5 years ago
  33. f9c5e3f bpo-41675: Modernize siginterrupt calls (GH-22028) by Pablo Galindo · 5 years ago
  34. 51fece1 bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062) by Victor Stinner · 5 years ago
  35. c0d5c13 bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043) by Victor Stinner · 5 years ago
  36. 93d50a6 bpo-1635741: Port _sha3 module to multi-phase init (GH-21855) by Mohamed Koubaa · 5 years ago
  37. a7f0268 bpo-1635741: Port _blake2 module to multi-phase init (GH-21856) by Mohamed Koubaa · 5 years ago
  38. 749ed85 Fixed mistake in test for f-string error description (GH-22036) (GH-22059) by han-solo · 5 years ago
  39. 5b24d15 Improve hypot() accuracy with three separate accumulators (GH-22032) by Raymond Hettinger · 5 years ago
  40. 1d25f5b Remove reference to Boa Constructor. (GH-22012) by Andre Delfino · 5 years ago
  41. dea82b6 [doc] Remove references to PyChecker. (GH-22011) by Andre Delfino · 5 years ago
  42. 700fa1b Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH-22031) by Benjamin Peterson · 5 years ago
  43. 17dc1b7 bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023) by Shantanu · 5 years ago
  44. 9b648a9 bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) by Pablo Galindo · 5 years ago
  45. 6844b56 bpo-41528: Use math module in turtle (GH-21837) by Marek Madejski · 5 years ago
  46. e6905e4 bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042) by Victor Stinner · 5 years ago
  47. 0d6aa7f bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036) by han-solo · 5 years ago
  48. f5a16b4 [doc] Add link to FileHandler in logging (GH-21940) by Andre Delfino · 5 years ago
  49. a4c4e17 bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038) by Ned Deily · 5 years ago
  50. 3584d4b [doc] Document VIRTUAL_ENV environment variable (GH-21970) by Andre Delfino · 5 years ago
  51. ea5a636 bpo-39010: Fix errors logged on proactor loop restart (#22017) by Ben Darnell · 5 years ago
  52. c3a651a [doc] Fix markup in logging (GH-22008) by Andre Delfino · 5 years ago
  53. 475a5fb bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) by Vinay Sharma · 5 years ago
  54. 582f137 bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-21892) by Irit Katriel · 5 years ago
  55. 92c3816 Further improve accuracy of math.hypot() (GH-22013) by Raymond Hettinger · 5 years ago
  56. 75c80b0 closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847) by Tony Solomonik · 5 years ago
  57. c68c5af Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) by Roger Iyengar · 5 years ago
  58. 27de286 bpo-41513: Save unnecessary steps in the hypot() calculation (#21994) by Raymond Hettinger · 5 years ago
  59. e6dcd37 bpo-19521: Fix parallel build race condition on AIX (GH-21997) by Stefan Krah · 5 years ago
  60. 8784d33 Fix error in argparse documentation example (GH-17399) by SarahPythonista · 5 years ago
  61. d9a966a bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake (GH-20215) by Petr Viktorin · 5 years ago
  62. 398575c bpo-41634: Fix a typo in the curses documentation (GH-21958) by Zackery Spytz · 5 years ago
  63. 97eaf2b bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) by wmeehan · 5 years ago
  64. 022bc75 bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) by Irit Katriel · 5 years ago
  65. b260635 Add missing word (GH-21936) by Mason · 5 years ago
  66. 8c58d2a bpo-41624: fix documentation of typing.Coroutine (GH-21952) by MingZhe Hu · 5 years ago
  67. 94ad6c6 bpo-33660: Fix PosixPath to resolve a relative path on root by Dong-hee Na · 7 years ago
  68. 82e7948 Fix typos in comment (GH-21966) by Raymond Hettinger · 5 years ago
  69. 31967fd bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954) by Dong-hee Na · 5 years ago
  70. a2118a1 bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894) by Elvis Pranskevichus · 5 years ago
  71. c517fc7 bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895) by Elvis Pranskevichus · 5 years ago
  72. 8e19c8b bpo-41513: More accurate hypot() (GH-21916) by Raymond Hettinger · 5 years ago
  73. 3112aab README: Add link to LICENSE (GH-21565) by Will Binns · 5 years ago
  74. 802726a Document vars behavior when __dict__ is missing (#21466) by Andre Delfino · 5 years ago
  75. 7173fc8 bpo-41573: Update release versions in General FAQ (GH-21915) by wyz23x2 · 5 years ago
  76. d2b0ce6 Update references from travis-ci.org to travis-ci.com (GH-21919) by Ernest W. Durbin III · 5 years ago
  77. 12695f4 Doc: add a missing period (GH-21819) by Mathieu Dupuy · 5 years ago
  78. 1afb42c bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) by Cleber Rosa · 5 years ago
  79. 2ce3963 bpo-40994: Ungroup items in collections.abc documentation for improved clarity (GH-21880) by Sydney Pemberton · 5 years ago
  80. 0be7c21 Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) by Denis Ovsienko · 5 years ago
  81. c3dd7e4 bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907) by Paul Ganssle · 5 years ago
  82. 8aa163e bpo-1635741: Explict GC collect after PyInterpreterState_Clear() (GH-21902) by Hai Shi · 5 years ago
  83. 29f8429 bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852) by James Weaver · 5 years ago
  84. 99c0ee3 Fix typo in message from assert statement (GH-21283) by Allen · 5 years ago
  85. 1abeda8 bpo-40204: Fix duplicated productionlist names in the doc (GH-21900) by Victor Stinner · 5 years ago
  86. fbf43f0 bpo-41521: Rename blacklist parameter to not_exported (GH-21824) by Victor Stinner · 5 years ago
  87. 9700346 Update the comment of termios.c (#21886) by Soumendra Ganguly · 5 years ago
  88. 2353d77 bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) by Irit Katriel · 5 years ago
  89. fff3c28 bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803) by Raymond Hettinger · 5 years ago
  90. 39dab24 bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890) by Stefan Krah · 5 years ago
  91. 495bd03 bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772) by Dima Tisnek · 5 years ago
  92. 40e700a bpo-40878: xlc cannot handle C99 extern inline. (GH-21887) by Stefan Krah · 5 years ago
  93. fa5d725 Fix typo in typing doc (GH-21879) by Irit Katriel · 5 years ago
  94. bb0b085 bpo-40204: Fix reference to terms in the doc (GH-21865) by Victor Stinner · 5 years ago
  95. 87d8287 bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) by Paul Ganssle · 5 years ago
  96. e55de68 bpo-41410: Fix outdated info in mkstemp docs (GH-21701) by Rishav Kundu · 5 years ago
  97. 6444ca9 bpo-41526: Fixed layout of final page of the installer (GH-21871) by Steve Dower · 5 years ago
  98. a3eae43 Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851) by Facundo Batista · 5 years ago
  99. 474652f bpo-40204, doc: Fix syntax of C variables (GH-21846) by Victor Stinner · 5 years ago
  100. 0eb9deb bpo-41066: Update the comparison section for os vs pathlib (GH-21261) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 5 years ago