1. 959c8e1 Revert "[kokoro python] Debugging logging" by Haibo Huang · 3 years, 8 months ago
  2. 331d20b [kokoro python] Debugging logging by Haibo Huang · 3 years, 8 months ago
  3. b3dfbc0 [kokoro python] Clean up old debug logging by Haibo Huang · 3 years, 8 months ago
  4. 19bd2e2 [kokoro python] update debug logging by Haibo Huang · 3 years, 8 months ago
  5. 0fc7072 [kokoro python] Stringify the log by Haibo Huang · 3 years, 8 months ago
  6. 0a16db8 [kokoro python] Add debugging info by Haibo Huang · 3 years, 8 months ago
  7. 99fd776 Revert "[kokoro python] Log cflags when build modules, for debugging" by Haibo Huang · 3 years, 8 months ago
  8. b795f521 [kokoro python] Log cflags when build modules, for debugging by Haibo Huang · 3 years, 8 months ago
  9. 1550dfa [kokoro python] Remove test code by Haibo Huang · 3 years, 8 months ago
  10. e3628ab [kokoro python] fix test code by Haibo Huang · 3 years, 8 months ago
  11. 356b808 [kokoro python] Log cflags / sysconfig path by Haibo Huang · 3 years, 8 months ago
  12. 9519b7b [kokoro python] Show all environment varibles by Haibo Huang · 3 years, 8 months ago
  13. e85833e [kokoro python] Print sdk path used by Haibo Huang · 3 years, 8 months ago
  14. 7995182 [kokoro python] Set SDKROOT by Haibo Huang · 3 years, 8 months ago
  15. 0abd039 [kokoro python] try list SDKs from XCode 12.2 by Haibo Huang · 3 years, 8 months ago
  16. 63e4e2f [kokoro python] List macOS sdks by Haibo Huang · 3 years, 8 months ago
  17. b620501 [kokoro python] List macos SDKs by Haibo Huang · 3 years, 8 months ago
  18. a911fa7 [kokoro python] Fix log package by Haibo Huang · 3 years, 8 months ago
  19. 181170c [kokoro python] Keep logs when things went wrong by Haibo Huang · 3 years, 8 months ago
  20. 6ccffef [kokoro python] Keep config logs for debug by Haibo Huang · 3 years, 8 months ago
  21. 4b762da [kokoro python] Add -arch to CFLAGS to guarantee an universal binary by Haibo Huang · 3 years, 8 months ago
  22. 2c451f8 Fix build on Mac <11.0 by Dan Willemsen · 3 years, 8 months ago
  23. 717117f Bump OSABI to 39 for cpython by Haibo Huang · 3 years, 8 months ago
  24. 4eb8ce6 Fix Linux build by Haibo Huang · 3 years, 8 months ago
  25. 136ae9a Select xcode 12.2 by Haibo Huang · 3 years, 8 months ago
  26. cbe4691 Build universal binary for python by Haibo Huang · 3 years, 8 months ago
  27. fdad675 Regen the darwin configs after the 3.9.1 upgrade by Dan Willemsen · 3 years, 8 months ago
  28. 5bb95e9 Upgrade Python to 3.9.1 by Haibo Huang · 3 years, 8 months ago
  29. e6b5c0a Add _ssl support on host linux and darwin by Dan Willemsen · 3 years, 10 months ago
  30. b33c690 Use cpython3 host prebuilts on most branches by Dan Willemsen · 3 years, 9 months ago
  31. f4dc192 Regen darwin config by Dan Willemsen · 3 years, 9 months ago
  32. 6e34514 Prepare for launcher prebuilts on the host by Dan Willemsen · 3 years, 9 months ago
  33. 1e5d33e Python 3.9.1 by Łukasz Langa · 3 years, 10 months ago
  34. facca72 bpo-38843: Document behavior of default when the attribute is already set (GH-23653) (#23668) by Miss Islington (bot) · 3 years, 10 months ago
  35. 2a9a883 bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669) by Miss Islington (bot) · 3 years, 10 months ago
  36. 8502d46 [3.9] bpo-42576: Clarify only debug builds are affected in news (GH-23663) (GH-23666) by Miss Islington (bot) · 3 years, 10 months ago
  37. d5c029b bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) by Miss Islington (bot) · 3 years, 10 months ago
  38. b630ca7 [3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (GH-23638) (GH-23657) by Miss Islington (bot) · 3 years, 10 months ago
  39. 06002b3 [3.9] bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) (GH-23650) by Miss Islington (bot) · 3 years, 10 months ago
  40. d1f0741 bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) by Miss Islington (bot) · 3 years, 10 months ago
  41. 40b92f1 [3.9] bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) (GH-23578) by Miss Islington (bot) · 3 years, 10 months ago
  42. 81ac030 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) by Miss Islington (bot) · 3 years, 10 months ago
  43. c7cf66d bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) by Miss Islington (bot) · 3 years, 10 months ago
  44. 3689c25 bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603) by Miss Islington (bot) · 3 years, 10 months ago
  45. 9f26833 bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) by Miss Islington (bot) · 3 years, 10 months ago
  46. ae67db6 bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612) by Miss Islington (bot) · 3 years, 10 months ago
  47. 09a698b bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) by Miss Islington (bot) · 3 years, 10 months ago
  48. 9b34f34 bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607) by Miss Islington (bot) · 3 years, 10 months ago
  49. ed46143 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Miss Islington (bot) · 3 years, 10 months ago
  50. 0955f68 [3.9] build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23597) by Benjamin Peterson · 3 years, 10 months ago
  51. d33f334 build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582) by Miss Islington (bot) · 3 years, 10 months ago
  52. ae48dd4 Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327) (GH-23590) by Miss Islington (bot) · 3 years, 10 months ago
  53. 4a44f53 [3.9] bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) (GH-23527) by Miss Islington (bot) · 3 years, 10 months ago
  54. aef482f Fix bz2 examples markup (GH-23580) by Miss Islington (bot) · 3 years, 10 months ago
  55. 7e80c0f [3.9] [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) (GH-23380) by Julien Palard · 3 years, 10 months ago
  56. ff51e5e bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570) (GH-23571) by Miss Islington (bot) · 3 years, 10 months ago
  57. b2652f2 bpo-42370: Check element before making mouse click in ttk tests (GH-23491) by Miss Islington (bot) · 3 years, 10 months ago
  58. aab9390 bpo-42501: Revise the usage note for Enums with the choices (GH-23563) (GH-23573) by Miss Islington (bot) · 3 years, 10 months ago
  59. cf22aa3 bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534) (GH-23569) by Miss Islington (bot) · 3 years, 10 months ago
  60. 03ae7e4 bpo-42142: Try to fix timeouts in ttk tests (GH-23474) by Miss Islington (bot) · 3 years, 10 months ago
  61. 586bdd1 [3.9] bpo-42474: test TracebackException comparison to non-equal instances (GH-23557) by Irit Katriel · 3 years, 10 months ago
  62. a83119d bpo-42450: Minor updates to the itertools recipes (GH-23555) (GH-23562) by Miss Islington (bot) · 3 years, 10 months ago
  63. fcf7391 bpo-42406: Fix whichmodule() with multiprocessing (GH-23403) by Miss Islington (bot) · 3 years, 10 months ago
  64. cf47b39 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-23537) (GH-23550) by Miss Islington (bot) · 3 years, 10 months ago
  65. cfb2f79 Fix dis markup (GH-23524) by Miss Islington (bot) · 3 years, 10 months ago
  66. 5d54dfa Fix multiprocessing markup (GH-23525) by Miss Islington (bot) · 3 years, 10 months ago
  67. cc5eb93 bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) by Miss Islington (bot) · 3 years, 10 months ago
  68. df6c8bc bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (GH-23539) by Miss Islington (bot) · 3 years, 10 months ago
  69. 761c5a1 Post 3.9.1rc1 by Łukasz Langa · 3 years, 10 months ago
  70. faf4206 Merge tag 'v3.9.1rc1' into 3.9 by Łukasz Langa · 3 years, 10 months ago
  71. dca61e7 Typo: fix inverted sense of statement (GH-23288) (GH-23512) by Miss Islington (bot) · 3 years, 10 months ago
  72. 0aedcff Add more tests to the descriptor howto guide (GH-23506) (GH-23510) by Miss Islington (bot) · 3 years, 10 months ago
  73. 9d2c2a8 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Miss Islington (bot) · 3 years, 10 months ago
  74. 543724b Add doctests to the descriptor HowTo (GH-23500) (GH-23505) by Miss Islington (bot) · 3 years, 10 months ago
  75. 88db374 Python 3.9.1rc1 by Łukasz Langa · 3 years, 10 months ago
  76. 15d42d7 bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042) by Miss Islington (bot) · 3 years, 10 months ago
  77. 96d906b bpo-41100: in test_platform, ignore 10.16 (GH-23485) (GH-23486) by Miss Islington (bot) · 3 years, 10 months ago
  78. 3266991 bpo-41100: minor build installer fixes (GH-23480) by Miss Islington (bot) · 3 years, 10 months ago
  79. b641605 Typo (GH-23482) (#23483) by Miss Islington (bot) · 3 years, 10 months ago
  80. 2019e4f Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475) (GH-23479) by Miss Islington (bot) · 3 years, 10 months ago
  81. 3bcbd24 Mark ab/6881855 as merged by Xin Li · 3 years, 10 months ago
  82. 3e53301 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Miss Islington (bot) · 3 years, 10 months ago
  83. 5aa6c99 bpo-41100: Update Whatsnew and installer ReadME for 3.9.1 (GH-23472) by Ned Deily · 3 years, 10 months ago
  84. 8572059 bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS (GH-23293) by Miss Islington (bot) · 3 years, 10 months ago
  85. 41d1ebb Doc: fix typo in typing.Type docs (GH-23460) by Miss Islington (bot) · 3 years, 10 months ago
  86. e8b1c03 [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) by Ronald Oussoren · 3 years, 10 months ago
  87. 0aab352 bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) (GH-23455) by Miss Islington (bot) · 3 years, 10 months ago
  88. 4f87126 bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) by Miss Islington (bot) · 3 years, 10 months ago
  89. dd20643 bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Miss Islington (bot) · 3 years, 10 months ago
  90. 748d38b [3.9] bpo-38443: Check that the specified universal architectures work (GH-22910) (GH-23451) by Miss Islington (bot) · 3 years, 10 months ago
  91. 89d74d0 Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272) (GH-23450) by Miss Islington (bot) · 3 years, 10 months ago
  92. 3b5b1c8 Fix wrong availability for signal.SIGCHLD (GH-23285) (#23425) by Miss Islington (bot) · 3 years, 10 months ago
  93. d153eb8 bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Miss Islington (bot) · 3 years, 10 months ago
  94. 713b4bb bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_signal. (GH-20010) by Miss Islington (bot) · 3 years, 10 months ago
  95. c1bbca5 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Miss Islington (bot) · 3 years, 10 months ago
  96. ed02018 bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435) by Miss Islington (bot) · 3 years, 10 months ago
  97. c963da2 bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) by Miss Islington (bot) · 3 years, 10 months ago
  98. 3763cc1 bpo-28002: Roundtrip f-strings with ast.unparse better (GH-19612) (GH-23430) by Miss Islington (bot) · 3 years, 10 months ago
  99. f552f4b bpo-42360: Add advice to help avoid pickling issues. (GH-23305) (GH-23429) by Miss Islington (bot) · 3 years, 10 months ago
  100. 4dd2112 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Miss Islington (bot) · 3 years, 10 months ago