1. 5779c53 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441) by Miss Islington (bot) · 5 years ago
  2. af84a88 bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435) by Victor Stinner · 5 years ago
  3. 3921d12 bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) by Miss Islington (bot) · 5 years ago
  4. 761e5a7 bpo-26589: Add http status code 451 (GH-15413) (GH-15436) by Miss Islington (bot) · 5 years ago
  5. fe64ba6 [3.8] Fix typo (inifite -> infinite) (GH-15429) by GeeTransit · 5 years ago
  6. ca9ae94 bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) (GH-15420) by Victor Stinner · 5 years ago
  7. 5c77730 bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) by Miss Islington (bot) · 5 years ago
  8. f93c15a bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083) by Miss Islington (bot) · 5 years ago
  9. 9eb3d54 bpo-37834: Normalise handling of reparse points on Windows (GH-15370) by Steve Dower · 5 years ago
  10. c30c869 bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) by Miss Islington (bot) · 5 years ago
  11. 7e293f5 Fix difflib `?` hint in diff output when dealing with tabs (GH-15201) by Miss Islington (bot) · 5 years ago
  12. 1271ee8 bpo-37868: Improve is_dataclass for instances. (GH-15325) by Miss Islington (bot) · 5 years ago
  13. 786a4e1 bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) by Miss Islington (bot) · 5 years ago
  14. f991912 bpo-37256: Wording in Request class docs (GH-14792) by Miss Islington (bot) · 5 years ago
  15. 27b38b9 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227) by Paul Ganssle · 5 years ago
  16. b8e6824 bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) by Miss Islington (bot) · 5 years ago
  17. 123f6c4 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Miss Islington (bot) · 5 years ago
  18. 557802d bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Miss Islington (bot) · 5 years ago
  19. d85c567 [3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279) by Victor Stinner · 5 years ago
  20. 9842269 bpo-37738: Fix curses addch(str, color_pair) (GH-15071) by Miss Islington (bot) · 5 years ago
  21. 7f7f747 bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149) by Miss Islington (bot) · 6 years ago
  22. 0c64b57 [3.8] bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) by Miss Islington (bot) · 6 years ago
  23. 5ba1cb0 bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215) by Miss Islington (bot) · 6 years ago
  24. 9500bbe bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044) by Miss Islington (bot) · 6 years ago
  25. 4c5b6ba [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142) by Serhiy Storchaka · 6 years ago
  26. 2170774 bpo-34155: Dont parse domains containing @ (GH-13079) by Miss Islington (bot) · 6 years ago
  27. dc6653f bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150) by Miss Islington (bot) · 6 years ago
  28. eab76c3 bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146) by Miss Islington (bot) · 6 years ago
  29. 1a3a40c bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) (#15157) by Miss Islington (bot) · 6 years ago
  30. 26f91db bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127) (GH-15139) by Miss Islington (bot) · 6 years ago
  31. 5349f8c bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121) by Miss Islington (bot) · 6 years ago
  32. 9c95fc7 bpo-37748: Re-order the Run menu. (GH-15115) by Miss Islington (bot) · 6 years ago
  33. 0c16f6b bpo-28292: Mark calendar.py helper functions as private. (GH-15113) (GH-15116) by Miss Islington (bot) · 6 years ago
  34. dde944f bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) by Miss Islington (bot) · 6 years ago
  35. 79af3bd bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847) by Miss Islington (bot) · 6 years ago
  36. 375f35b bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-15080) by Miss Islington (bot) · 6 years ago
  37. 1cc7032 bpo-16970: Adding error message for invalid args (GH-14844) by Miss Islington (bot) · 6 years ago
  38. 8399641 bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) by Miss Islington (bot) · 6 years ago
  39. dcc53eb bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15070) by Miss Islington (bot) · 6 years ago
  40. 462f070 bpo-37695: Correct unget_wch error message. (GH-14986) by Miss Islington (bot) · 6 years ago
  41. 77fcccb bpo-37723: Fix performance regression on regular expression parsing. (GH-15030) by Miss Islington (bot) · 6 years ago
  42. d8b914a bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646) by Miss Islington (bot) · 6 years ago
  43. 8194a20 IDLE: changelog correction and addition (GH-15042) by Miss Islington (bot) · 6 years ago
  44. 382cb85 bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024) by Miss Islington (bot) · 6 years ago
  45. 9265a87 bpo-37587: Make json.loads faster for long strings (GH-14752) by Miss Islington (bot) · 6 years ago
  46. 6f53a68 Merge tag 'v3.8.0b3' into 3.8 by Łukasz Langa · 6 years ago
  47. cf52bd0 Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433) by Miss Islington (bot) · 6 years ago
  48. 4336222 Python 3.8.0b3 by Łukasz Langa · 6 years ago
  49. f96334c bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995) by Miss Islington (bot) · 6 years ago
  50. c94386d bpo-37692: Improve highlight config sample (GH-14983) by Miss Islington (bot) · 6 years ago
  51. 76821ba bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) (GH-14984) by Miss Islington (bot) · 6 years ago
  52. 1710193 bpo-37628: Fix IDLE config sample sizes (GH-14958) by Miss Islington (bot) · 6 years ago
  53. 06e8fc9 bpo-32910: Remove implementation detail in venv documentation. (GH-14968) by Miss Islington (bot) · 6 years ago
  54. 25cb4fd bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593) by Miss Islington (bot) · 6 years ago
  55. 69802f6 closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942) by Miss Islington (bot) · 6 years ago
  56. 4b7ce10 bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939) by Miss Islington (bot) · 6 years ago
  57. 0cdb21d bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934) by Miss Islington (bot) · 6 years ago
  58. 1da6a31 bpo-17535: IDLE editor line numbers (GH-14030) by Miss Islington (bot) · 6 years ago
  59. bf8e82f [3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (#14782) by Jeroen Demeyer · 6 years ago
  60. 2406672 bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) by Miss Islington (bot) · 6 years ago
  61. 22fd679 bpo-21478: Record calls to parent when autospecced objects are used as child with attach_mock (GH 14688) (GH-14902) by Miss Islington (bot) · 6 years ago
  62. 24b5b36 [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900) by Kyle Stanley · 6 years ago
  63. 52ee929 bpo-37627: Add acknowledgment (GH-14883) by Miss Islington (bot) · 6 years ago
  64. 9325f40 bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870) by Miss Islington (bot) · 6 years ago
  65. c613c33 bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871) (GH-14875) by Miss Islington (bot) · 6 years ago
  66. 86eb5da bpo-33610: IDLE's code-context always shows current context immediately (GH-14821) (#14846) by Miss Islington (bot) · 6 years ago
  67. 028f1d2 bpo-36390: Gather IDLE Format menu functions into format.py (GH-14827) (GH-14829) by Miss Islington (bot) · 6 years ago
  68. 6357433 Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813) by Miss Islington (bot) · 6 years ago
  69. 6816ca3 bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) by Miss Islington (bot) · 6 years ago
  70. 1fc43a3 bpo-36390: IDLE: Combine region formatting methods. (GH-12481) (GH-14811) by Miss Islington (bot) · 6 years ago
  71. 6cf7c45 bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675) by Miss Islington (bot) · 6 years ago
  72. 178f09f bpo-27452: IDLE: Cleanup config.py code (GH-14577) (GH-14802) by Miss Islington (bot) · 6 years ago
  73. 6a2aec0 Fix infinite loop in email folding logic (GH-12732) by Miss Islington (bot) · 6 years ago
  74. 1ff4c42 bpo-37284: Add note to sys.implementation doc (GH-14328) by Miss Islington (bot) · 6 years ago
  75. cf9a63c bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778) by Miss Islington (bot) · 6 years ago
  76. b1e4d1b bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) (GH-14759) by Miss Islington (bot) · 6 years ago
  77. b815669 bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) by Miss Islington (bot) · 6 years ago
  78. 143672c bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14726) by Miss Islington (bot) · 6 years ago
  79. 36101c2 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by Miss Islington (bot) · 6 years ago
  80. bfb709b [3.8] bpo-37521: No longer treat insertion into sys.modules as optional in importlib examples (GH-14723) (GH-14724) by Miss Islington (bot) · 6 years ago
  81. 3d58b78 bpo-37558: Shared memory tests are failing due to double slashes (GH-14703) by Miss Islington (bot) · 6 years ago
  82. 58f2c7f bpo-37526: Add support.catch_threading_exception() (GH-14664) (GH-14666) by Miss Islington (bot) · 6 years ago
  83. c7be35c bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607) by Miss Islington (bot) · 6 years ago
  84. cdada40 bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) (GH-14645) by Miss Islington (bot) · 6 years ago
  85. 66905d1 bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) (GH-14641) by Miss Islington (bot) · 6 years ago
  86. 4e6bfc4 bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) (GH-14629) by Miss Islington (bot) · 6 years ago
  87. 90631f9 bpo-37456: Slash ('/') is now part of syntax. (GH-14627) (GH-14628) by Miss Islington (bot) · 6 years ago
  88. ad37203 bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624) by Miss Islington (bot) · 6 years ago
  89. d4af553 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Miss Islington (bot) · 6 years ago
  90. ea9c8ca bpo-37149: Replace dead link for online Tkinter reference (GH-14616) by Miss Islington (bot) · 6 years ago
  91. 4bc6bb9 Fix some typos (GH-14435) by Miss Islington (bot) · 6 years ago
  92. 229f6e8 bpo-37421: multiprocessing tests now stop ForkServer (GH-14601) by Miss Islington (bot) · 6 years ago
  93. b4cd6ba bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Miss Islington (bot) · 6 years ago
  94. cd400a1 Merge tag 'v3.8.0b2' into 3.8 by Łukasz Langa · 6 years ago
  95. 957656e bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572) by Miss Islington (bot) · 6 years ago
  96. 21dd01d Python 3.8.0b2 by Łukasz Langa · 6 years ago
  97. 0aefba7 bpo-37421: Fix test_distutils.test_build_ext() (GH-14564) by Miss Islington (bot) · 6 years ago
  98. 79665c6 bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563) by Miss Islington (bot) · 6 years ago
  99. a2a807f bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562) by Miss Islington (bot) · 6 years ago
  100. 3cba3d3 bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499) by Miss Islington (bot) · 6 years ago