1. 29f8429 bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852) by James Weaver · 5 years ago
  2. 99c0ee3 Fix typo in message from assert statement (GH-21283) by Allen · 5 years ago
  3. 1abeda8 bpo-40204: Fix duplicated productionlist names in the doc (GH-21900) by Victor Stinner · 5 years ago
  4. fbf43f0 bpo-41521: Rename blacklist parameter to not_exported (GH-21824) by Victor Stinner · 5 years ago
  5. 9700346 Update the comment of termios.c (#21886) by Soumendra Ganguly · 5 years ago
  6. 2353d77 bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) by Irit Katriel · 5 years ago
  7. fff3c28 bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803) by Raymond Hettinger · 5 years ago
  8. 39dab24 bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890) by Stefan Krah · 5 years ago
  9. 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
  10. 40e700a bpo-40878: xlc cannot handle C99 extern inline. (GH-21887) by Stefan Krah · 5 years ago
  11. fa5d725 Fix typo in typing doc (GH-21879) by Irit Katriel · 5 years ago
  12. bb0b085 bpo-40204: Fix reference to terms in the doc (GH-21865) by Victor Stinner · 5 years ago
  13. 87d8287 bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) by Paul Ganssle · 5 years ago
  14. e55de68 bpo-41410: Fix outdated info in mkstemp docs (GH-21701) by Rishav Kundu · 5 years ago
  15. 6444ca9 bpo-41526: Fixed layout of final page of the installer (GH-21871) by Steve Dower · 5 years ago
  16. a3eae43 Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851) by Facundo Batista · 5 years ago
  17. 474652f bpo-40204, doc: Fix syntax of C variables (GH-21846) by Victor Stinner · 5 years ago
  18. 0eb9deb bpo-41066: Update the comparison section for os vs pathlib (GH-21261) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 5 years ago
  19. d3ded08 bpo-40204: Add :noindex: in the documentation (GH-21859) by Victor Stinner · 5 years ago
  20. 20ae565 bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826) by Victor Stinner · 5 years ago
  21. c818b15 bpo-41520: Fix second codeop regression (GH-21848) by Terry Jan Reedy · 5 years ago
  22. 46d10b1 bpo-40204: Fix duplicates in the documentation (GH-21857) by Victor Stinner · 5 years ago
  23. 43577c0 bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858) by Victor Stinner · 5 years ago
  24. e087f7c bpo-1635741: Port _winapi ext to multi-stage init (GH-21371) by Mohamed Koubaa · 5 years ago
  25. c51db0e bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850) by Pablo Galindo · 5 years ago
  26. 8ecc0c4 bpo-1635741: Clean sysdict and builtins of interpreter at exit (GH-21605) by Hai Shi · 5 years ago
  27. 423e77d bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) by Victor Stinner · 5 years ago
  28. 6e0b788 Catch all skip_handler cases (GH-21842) by Stefan Krah · 5 years ago
  29. 369a1cb bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838) by Victor Stinner · 5 years ago
  30. 0e95bbf bpo-41521, typing: Rename _PROTO_WHITELIST to _PROTO_ALLOWLIST (#21825) by Victor Stinner · 5 years ago
  31. 0dfee33 Fix typo (GH-21820) by Christopher Yeh · 5 years ago
  32. b5f87b9 Call randseed() before other imports in deccheck.py (GH-21834) by Stefan Krah · 5 years ago
  33. 76643c1 bpo-41475: Fix note in "What's new in 3.7" (#21733) by Ram Rachum · 5 years ago
  34. af3a6a8 Add PEP 573 additions to What's New (GH-21374) by Petr Viktorin · 5 years ago
  35. e3c971c Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773) by Edward K. Ream · 5 years ago
  36. 0ee0b29 bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823) by Victor Stinner · 5 years ago
  37. fabd7bb bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) by Victor Stinner · 5 years ago
  38. 1d541c2 bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378) by Mohamed Koubaa · 5 years ago
  39. 490c542 bpo-40275: Fix failed test cases by using test helpers (GH-21811) by Hai Shi · 5 years ago
  40. a02efe4 MSVC: The ARM command line should not define MASM. (#21817) by Stefan Krah · 5 years ago
  41. 85fdafa Replace import_fresh_module in decimal test files (GH-21815) by Stefan Krah · 5 years ago
  42. eaa5517 bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806) by Victor Stinner · 5 years ago
  43. 4ce6faa bpo-16995: add support for base32 extended hex (base32hex) (GH-20441) by Filipe Laíns · 5 years ago
  44. 39042e0 bpo-41324 Add a minimal decimal capsule API (#21519) by Stefan Krah · 5 years ago
  45. 416f0b7 bpo-41514: Fix buggy IDLE test (GH-21808) by Terry Jan Reedy · 5 years ago
  46. f2e161c bpo-41468: Improve and test IDLE run error exit (GH-21798) by Terry Jan Reedy · 5 years ago
  47. 8b67bf9 Improve renamed test_run.RecursionLimitTest (GH-21794) by Terry Jan Reedy · 5 years ago
  48. e28b8c9 bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958) by Zackery Spytz · 5 years ago
  49. 67acf74 Doc: Add output to example code in programming FAQ (GH-21346) by Jiajie Zhong · 5 years ago
  50. 82ca8fa bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703) by Yaroslav Pankovych · 5 years ago
  51. c6f282f bpo-40275: Use new test.support helper submodules in tests (GH-21785) by Hai Shi · 5 years ago
  52. d94af3f bpo-40275: Remove test helpers aliases in test.support (GH-21771) by Hai Shi · 5 years ago
  53. a4084b9 bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) by Konge · 5 years ago
  54. 705f145 Doc: Add a link to tutorial page from `open()` doc (GH-21737) by Benjamin Kane · 5 years ago
  55. 102b498 Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML files (GH-21776) by Steve Dower · 5 years ago
  56. fcce8c6 bpo-40275: Use new test.support helper submodules in tests (GH-21772) by Hai Shi · 5 years ago
  57. e27a51c bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) by Victor Stinner · 5 years ago
  58. f44693e bpo-41477: Make ctypes optional in test_genericalias (GH-21766) by Victor Stinner · 5 years ago
  59. 598a951 bpo-40275: Use new test.support helper submodules in tests (GH-21764) by Hai Shi · 5 years ago
  60. 46e19b6 bpo-41098: Doc: Add missing deprecated directives (GH-21162) by Inada Naoki · 5 years ago
  61. 5463635 bpo-39871: Fix an error in a news entry (GH-21749) by Zackery Spytz · 5 years ago
  62. 3405e05 bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685) by pxinwr · 5 years ago
  63. d9323a8 bpo-41493: Refactoring dictresize (GH-21751) by Inada Naoki · 5 years ago
  64. 5f0769a bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734) by Nathan M · 5 years ago
  65. 777b611 bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754) by Steve Dower · 5 years ago
  66. 79bb2c9 bpo-40275: Use new test.support helper submodules in tests (GH-21743) by Hai Shi · 5 years ago
  67. 52f9842 bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736) by Eric L. Frederich · 5 years ago
  68. 15edaec bpo-40989: Fix compiler warning in winreg.c (GH-21722) by Victor Stinner · 5 years ago
  69. 8f4380d bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312) by Batuhan Taskaya · 5 years ago
  70. 270b4ad bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479) by Inada Naoki · 5 years ago
  71. 582aaf1 bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714) by Mark Shannon · 5 years ago
  72. c7decc2 bpo-40275: Use new test.support helper submodules in tests (GH-21727) by Hai Shi · 5 years ago
  73. 604bba1 bpo-40275: Use new test.support helper submodules in tests (GH-21452) by Hai Shi · 5 years ago
  74. da4e09f bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536) by Hans Petter Jansson · 5 years ago
  75. db6d9a5 bpo-41431: Optimize dict_merge for copy (GH-21674) by Inada Naoki · 5 years ago
  76. 602a971 bpo-41467: Fix asyncio recv_into() on Windows (GH-21720) by Victor Stinner · 5 years ago
  77. bde48fd bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721) by Victor Stinner · 5 years ago
  78. 701b638 bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) by Victor Stinner · 5 years ago
  79. 4660597 bpo-40275: Use new test.support helper submodules in tests (GH-21448) by Hai Shi · 5 years ago
  80. bb0424b bpo-40275: Use new test.support helper submodules in tests (GH-21451) by Hai Shi · 5 years ago
  81. a7f5d93 bpo-40275: Use new test.support helper submodules in tests (GH-21449) by Hai Shi · 5 years ago
  82. 488512b A (very) slight speed improvement for iterating over bytes (#21705) by Guido van Rossum · 5 years ago
  83. c36dbac bpo-41425: Make tkinter doc example runnable (GH-21706) by Ankit Chandawala · 5 years ago
  84. ecaf949 bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707) by Nathan M · 5 years ago
  85. ab72fde bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and ordering (#21574) by Luciano Ramalho · 5 years ago
  86. 6a613f9 random module: Convert a "while 1" to "while True (GH-21700) by Raymond Hettinger · 5 years ago
  87. 5c32709 bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695) by Raymond Hettinger · 5 years ago
  88. cadda52 bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694) by Karthikeyan Singaravelan · 5 years ago
  89. 6e8128f bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517) by Mark Shannon · 5 years ago
  90. ba18c0b bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677) by Sebastien Williams-Wynn · 5 years ago
  91. a74eea2 closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569) by Benjamin Peterson · 5 years ago
  92. f6a16e8 Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) by Yonatan Goldschmidt · 5 years ago
  93. 34cd3e9 Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465) by Xiang Zhang · 5 years ago
  94. 37a06cb bpo-41412 and bpo-40948: Windows installer updates (GH-21656) by Steve Dower · 5 years ago
  95. 5e38267 bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) by Dmytro Litvinov · 5 years ago
  96. c82dda1 bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587) by Zackery Spytz · 5 years ago
  97. 1332226 Validate the AST produced by the parser in debug mode (GH-21643) by Pablo Galindo · 5 years ago
  98. 13efaec bpo-41045: Document debug feature of f-strings ('=') (GH-21509) by amaajemyfren · 5 years ago
  99. b3fbff7 bpo-40939: Remove even more references to the old parser (GH-21642) by Lysandros Nikolaou · 5 years ago
  100. 72cabb2 bpo-40939: Use the new grammar for the grammar specification documentation (GH-19969) by Pablo Galindo · 5 years ago