1. f781283 [3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) (GH-15304) by Miss Islington (bot) · 5 years ago
  2. dbe4c28 bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148) by Miss Islington (bot) · 5 years ago
  3. b8e6824 bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) by Miss Islington (bot) · 5 years ago
  4. 123f6c4 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Miss Islington (bot) · 5 years ago
  5. 557802d bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Miss Islington (bot) · 5 years ago
  6. d85c567 [3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279) by Victor Stinner · 5 years ago
  7. 9842269 bpo-37738: Fix curses addch(str, color_pair) (GH-15071) by Miss Islington (bot) · 5 years ago
  8. 364a1d3 bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096) by Miss Islington (bot) · 5 years ago
  9. e7ec9e0 bpo-25172: Add test for crypt ImportError on Windows (GH-15252) by Miss Islington (bot) · 5 years ago
  10. 7f7f747 bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149) by Miss Islington (bot) · 5 years ago
  11. 6ad902a bpo-37814: Document the empty tuple type annotation syntax (GH-15208) by Miss Islington (bot) · 5 years ago
  12. ee98951 bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729) by Miss Islington (bot) · 5 years ago
  13. 853eecc bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) by Miss Islington (bot) · 5 years ago
  14. b02e148 bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171) by Miss Islington (bot) · 5 years ago
  15. c2b9d9f bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171) by Miss Islington (bot) · 5 years ago
  16. 9bedb8c bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204) (GH-15240) by Raymond Hettinger · 5 years ago
  17. a150fee Remove versioned executables from non-APPX packages (GH-15237) by Miss Islington (bot) · 5 years ago
  18. 2b98d8e bpo-37354: Sign Activate.ps1 for release (GH-15235) by Miss Islington (bot) · 5 years ago
  19. 0c64b57 [3.8] bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) by Miss Islington (bot) · 5 years ago
  20. 2f087e2 Fix docs for assert_called and assert_called_once (GH-15219) by Miss Islington (bot) · 5 years ago
  21. 5ba1cb0 bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215) by Miss Islington (bot) · 5 years ago
  22. 9500bbe bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044) by Miss Islington (bot) · 5 years ago
  23. c61f9b5 Delete leftover clinic-generated file for C zipimport. (GH-15174) by Miss Islington (bot) · 5 years ago
  24. 4c5b6ba [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142) by Serhiy Storchaka · 5 years ago
  25. 2170774 bpo-34155: Dont parse domains containing @ (GH-13079) by Miss Islington (bot) · 5 years ago
  26. 162d45c [3.8] bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) (GH-15188) by Pablo Galindo · 5 years ago
  27. 5925b7d bpo-35892: Add usage note to mode() (GH-15122) (GH-15176) by Miss Islington (bot) · 5 years ago
  28. 84d31bb bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165) by Miss Islington (bot) · 5 years ago
  29. dc6653f bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150) by Miss Islington (bot) · 5 years ago
  30. eab76c3 bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146) by Miss Islington (bot) · 5 years ago
  31. 1a3a40c bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) (#15157) by Miss Islington (bot) · 5 years ago
  32. e780d2f Make importlib.metadata a simple module (GH-15153) (GH-15154) by Miss Islington (bot) · 5 years ago
  33. 9341dcb bpo-37646: Document that eval() cannot access nested scopes (GH-15117) (GH-15155) by Miss Islington (bot) · 5 years ago
  34. ef0b819 Improve signal documentation (GH-14274) by Miss Islington (bot) · 5 years ago
  35. 26f91db bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127) (GH-15139) by Miss Islington (bot) · 5 years ago
  36. e8ea348 bpo-37729: gc: write stats at once (GH-15050) by Miss Islington (bot) · 5 years ago
  37. 5349f8c bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121) by Miss Islington (bot) · 5 years ago
  38. 9c95fc7 bpo-37748: Re-order the Run menu. (GH-15115) by Miss Islington (bot) · 5 years ago
  39. fc6e3bc Update itertools docs (GH-15114) (GH-15118) by Miss Islington (bot) · 5 years ago
  40. 0c16f6b bpo-28292: Mark calendar.py helper functions as private. (GH-15113) (GH-15116) by Miss Islington (bot) · 5 years ago
  41. d7d607c bpo-36324: Update comments to include the target hash sums (GH-15110) (GH-15112) by Miss Islington (bot) · 5 years ago
  42. 1d2b4db bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) by Miss Islington (bot) · 5 years ago
  43. dd5f8ab bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062) by Miss Islington (bot) · 5 years ago
  44. dde944f bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) by Miss Islington (bot) · 5 years ago
  45. 4e402d3 Correct description of HTTP status code 308. (GH-15098) by Miss Islington (bot) · 5 years ago
  46. 6b83390 bpo-30974: Change os.path.samefile docstring to match docs (GH-7337) by Miss Islington (bot) · 5 years ago
  47. 79af3bd bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847) by Miss Islington (bot) · 5 years ago
  48. 375f35b bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-15080) by Miss Islington (bot) · 5 years ago
  49. 1cc7032 bpo-16970: Adding error message for invalid args (GH-14844) by Miss Islington (bot) · 5 years ago
  50. 8399641 bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) by Miss Islington (bot) · 5 years ago
  51. dcc53eb bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15070) by Miss Islington (bot) · 5 years ago
  52. 462f070 bpo-37695: Correct unget_wch error message. (GH-14986) by Miss Islington (bot) · 5 years ago
  53. 77fcccb bpo-37723: Fix performance regression on regular expression parsing. (GH-15030) by Miss Islington (bot) · 5 years ago
  54. 29a3a33 bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994) by Miss Islington (bot) · 5 years ago
  55. d8b914a bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646) by Miss Islington (bot) · 5 years ago
  56. 9b9cac4 Refined Qt GUI example in the logging cookbook. (GH-15045) (GH-15046) by Miss Islington (bot) · 5 years ago
  57. 8194a20 IDLE: changelog correction and addition (GH-15042) by Miss Islington (bot) · 5 years ago
  58. 9e044dd bpo-33821: Update IDLE section of What's New 3.7 (GH-15036) by Miss Islington (bot) · 5 years ago
  59. 34de5dc bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034) by Miss Islington (bot) · 5 years ago
  60. c7236b4 bpo-33822: Add IDLE section of What's New 3.8 (GH-15035) by Miss Islington (bot) · 5 years ago
  61. 01c62c9 Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) by Miss Islington (bot) · 5 years ago
  62. 7026737 bpo-36084: Add threading Native ID information to What's New documentation (GH-14845) by Miss Islington (bot) · 5 years ago
  63. 0f9efbc Don't skip pickle check_frame_opcodes() (GH-15027) by Miss Islington (bot) · 5 years ago
  64. 382cb85 bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024) by Miss Islington (bot) · 5 years ago
  65. 9265a87 bpo-37587: Make json.loads faster for long strings (GH-14752) by Miss Islington (bot) · 5 years ago
  66. 8b50e3e bpo-34162: Update idlelib/news.txt. (GH-15011) by Miss Islington (bot) · 5 years ago
  67. 8513b90 bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (GH-15010) by Miss Islington (bot) · 5 years ago
  68. adc0e31 Post v3.8.0b3 by Łukasz Langa · 5 years ago
  69. 6f53a68 Merge tag 'v3.8.0b3' into 3.8 by Łukasz Langa · 5 years ago
  70. 494ed69 Fix publishing of Windows release (GH-15006) by Miss Islington (bot) · 5 years ago
  71. bf0b8a6 Add additional test for multi-line SyntaxError (GH-15003) by Miss Islington (bot) · 5 years ago
  72. 9ea738e bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors (GH-14612) by Miss Islington (bot) · 5 years ago
  73. cf52bd0 Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433) by Miss Islington (bot) · 5 years ago
  74. 4336222 Python 3.8.0b3 by Łukasz Langa · 5 years ago
  75. 36fd7b6 bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite coverage (GH-14985) by Miss Islington (bot) · 5 years ago
  76. f96334c bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995) by Miss Islington (bot) · 5 years ago
  77. c94386d bpo-37692: Improve highlight config sample (GH-14983) by Miss Islington (bot) · 5 years ago
  78. 69372ee Remove trailing .0 from version changed note (GH-14987) by Miss Islington (bot) · 5 years ago
  79. 76821ba bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) (GH-14984) by Miss Islington (bot) · 5 years ago
  80. 1710193 bpo-37628: Fix IDLE config sample sizes (GH-14958) by Miss Islington (bot) · 5 years ago
  81. d38fa58 Add Qt GUI example to the logging cookbook. (GH-14978) (GH-14979) by Miss Islington (bot) · 5 years ago
  82. f6ab188 bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959) by Miss Islington (bot) · 5 years ago
  83. 06e8fc9 bpo-32910: Remove implementation detail in venv documentation. (GH-14968) by Miss Islington (bot) · 5 years ago
  84. 886e66d bpo-35524: Update Windows installer image in docs (GH-14966) by Steve Dower · 5 years ago
  85. c503390 bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960) by Miss Islington (bot) · 5 years ago
  86. 0f21197 bpo-37641 preserve relative file location in embeddable zip (GH-14884) by Miss Islington (bot) · 5 years ago
  87. c594c27 Swap 'if' branches so content matches to condition in importlib example (GH-14947) by Miss Islington (bot) · 5 years ago
  88. 25cb4fd bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593) by Miss Islington (bot) · 5 years ago
  89. 69802f6 closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942) by Miss Islington (bot) · 5 years ago
  90. 4b7ce10 bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939) by Miss Islington (bot) · 5 years ago
  91. 0cdb21d bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934) by Miss Islington (bot) · 5 years ago
  92. bb69789 [3.8] bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856) (GH-14936) by Stefan Behnel · 5 years ago
  93. 6367391 [3.8] bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867) (GH-14935) by Miss Islington (bot) · 5 years ago
  94. eb62274 [3.8] Touch up venv docs (GH-14922) (GH-14923) by Miss Islington (bot) · 5 years ago
  95. 9d54de1 bpo-37667: Add regression test for regrtest. (GH-14929) by Miss Islington (bot) · 5 years ago
  96. 9f77cfc Only setup PGO tests when --pgo is enabled. (GH-14927) by Miss Islington (bot) · 5 years ago
  97. fc63d5a bpo-29446: IDLE -- add explicit imports (GH-14919) (GH-14920) by Miss Islington (bot) · 5 years ago
  98. 1da6a31 bpo-17535: IDLE editor line numbers (GH-14030) by Miss Islington (bot) · 5 years ago
  99. bf8e82f [3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (#14782) by Jeroen Demeyer · 5 years ago
  100. 5dab5e7 bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822) by Miss Islington (bot) · 5 years ago