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