1. 3db5c5c bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) (GH-14507) by Miss Islington (bot) · 5 years ago
  2. cb083f7 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505) by Miss Islington (bot) · 5 years ago
  3. f22c4cf [3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494) by Christian Heimes · 5 years ago
  4. ee72dda [3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH-14495) by Miss Islington (bot) · 5 years ago
  5. c2684c6 bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480) by Miss Islington (bot) · 5 years ago
  6. bf8cb31 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) by Miss Islington (bot) · 5 years ago
  7. ffcc161 bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) by Miss Islington (bot) · 5 years ago
  8. 3e133c4 bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) by Miss Islington (bot) · 5 years ago
  9. 66c42f8 [3.8] bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14473) by Benjamin Peterson · 5 years ago
  10. 323e743 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467) by Steve Dower · 5 years ago
  11. 0cba121 bpo-37403: Touch up venv docs (GH-14458) by Miss Islington (bot) · 5 years ago
  12. e3761ca bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452) by Miss Islington (bot) · 5 years ago
  13. 68c1c39 bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451) by Miss Islington (bot) · 5 years ago
  14. ad00640 bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) by Miss Islington (bot) · 5 years ago
  15. 515a026 closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) by Miss Islington (bot) · 5 years ago
  16. 4fee28a bpo-37390: Add audit event table to documentations (GH-14406) by Miss Islington (bot) · 5 years ago
  17. 60f24b2 bpo-30345: travis: use -Og with --with-pydebug (GH-14423) by Miss Islington (bot) · 5 years ago
  18. 6fbed53 closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) by Miss Islington (bot) · 5 years ago
  19. 4cbe7a3 Replace deprecation warning with RuntimeError (GH-14397) by Miss Islington (bot) · 5 years ago
  20. 7e9d706 bpo-33926: enable GDB tests on Travis CI (GH-14395) by Miss Islington (bot) · 5 years ago
  21. 7fe81ce bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416) by Miss Islington (bot) · 5 years ago
  22. 82654a0 bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) (GH-14411) by Miss Islington (bot) · 5 years ago
  23. 04d4692 bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409) by Miss Islington (bot) · 5 years ago
  24. 5c4ce3e bpo-37417: Fix error handling in bytearray.extend. (GH-14407) by Miss Islington (bot) · 5 years ago
  25. bdbd5e8 bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) by Miss Islington (bot) · 5 years ago
  26. af7282e Improve Windows commands in tutorial (GH-14400) by Steve Dower · 5 years ago
  27. 63429c8 bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Miss Islington (bot) · 5 years ago
  28. dd4edbc bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288) by Miss Islington (bot) · 5 years ago
  29. 4adc38e bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286) by Miss Islington (bot) · 5 years ago
  30. c6e3282 [3.8] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError (GH-14119) (GH-14380) by Abhilash Raj · 5 years ago
  31. 12d174b bpo-37400: Fix test_os.test_chown() (GH-14374) by Miss Islington (bot) · 5 years ago
  32. 25fbe33 bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-14375) by Steve Dower · 5 years ago
  33. 8d6668c Fix minor spelling error in What's new for Python 3.8 (GH-14371) by Miss Islington (bot) · 5 years ago
  34. d917cfe [3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193) by Jeroen Demeyer · 5 years ago
  35. d32594a bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) by Miss Islington (bot) · 5 years ago
  36. 26fe6c3 bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342) by Miss Islington (bot) · 5 years ago
  37. 20372d6 bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357) by Miss Islington (bot) · 5 years ago
  38. 210358b bpo-36546: Mark first argument as position only (GH-14363) (GH-14364) by Miss Islington (bot) · 5 years ago
  39. 5bf3b89 bpo-37394: Fix pure Python implementation of the queue module (GH-14351) by Miss Islington (bot) · 5 years ago
  40. ced9e11 bpo-35224: Add What's new entry for evaluation order in dict comprehensions (GH-14319) by Miss Islington (bot) · 5 years ago
  41. dad8f79 bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179) by Miss Islington (bot) · 5 years ago
  42. 7268fd0 bpo-36889: Document asyncio Stream and StreamServer (GH-14203) by Miss Islington (bot) · 5 years ago
  43. 76b72f6 bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) by Miss Islington (bot) · 5 years ago
  44. b183b96 Get rid of exception traceback printing in asyncio tests (GH-14343) by Miss Islington (bot) · 5 years ago
  45. 8763d43 bpo-37363: Add audit events for a range of modules (GH-14301) by Miss Islington (bot) · 5 years ago
  46. 366dac9 bpo-37359: Fix regrtest --cleanup (GH-14336) by Miss Islington (bot) · 5 years ago
  47. 2ec4545 bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334) by Victor Stinner · 5 years ago
  48. 2e0ec5b asyncio: Fix docs for default event loop (GH-14308) by Miss Islington (bot) · 5 years ago
  49. ea380f6 Improve threading.daemon docstring (GH-14278) by Miss Islington (bot) · 5 years ago
  50. 175b2e9 bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320) by Miss Islington (bot) · 5 years ago
  51. 914d6b7 [3.8] bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146) (#14226) by Serhiy Storchaka · 5 years ago
  52. 5c8b4e2 bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313) by Miss Islington (bot) · 5 years ago
  53. 874ff65 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Miss Islington (bot) · 5 years ago
  54. fa23bd2 bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276) by Steve Dower · 5 years ago
  55. 9b32b44 bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293) by Miss Islington (bot) · 5 years ago
  56. 35202c7 bpo-37364: Use io.open_code() to read .pth files (GH-14299) by Miss Islington (bot) · 5 years ago
  57. 3523e0c bpo-37362: test_gdb now ignores stderr (GH-14287) by Miss Islington (bot) · 5 years ago
  58. f3e38ec bpo-36511: Fix -u parameters for ARM32 tests (GH-14280) by Steve Dower · 5 years ago
  59. b0338be Update What's New in Python 3.8 (GH-14253) (GH-14294) by Victor Stinner · 5 years ago
  60. 52c4a4f [3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282) by Mariatta · 5 years ago
  61. 6c79477 bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) by Steve Dower · 5 years ago
  62. 4361548 bpo-36511: Improve ARM32 buildbot scripts (GH-14251) by Steve Dower · 5 years ago
  63. 46e9f15 Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14270) by Miss Islington (bot) · 5 years ago
  64. 0bda894 Fix bpo number in News file. (GH-14260) (GH-14261) by Miss Islington (bot) · 5 years ago
  65. 6258c1f bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241) by Miss Islington (bot) · 5 years ago
  66. 67cf0ae Update What's New in Python 3.8 (GH-14239) by Miss Islington (bot) · 5 years ago
  67. 444c78a Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246) by Miss Islington (bot) · 5 years ago
  68. 389abd3 bpo-37333: Ensure IncludeTkinter has a value (GH-14240) by Miss Islington (bot) · 5 years ago
  69. d7232f0 bpo-37331: Clarify format of socket handler messages in the documentation. (GH-14234) (GH-14235) by Miss Islington (bot) · 5 years ago
  70. 95ff622 bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) (GH-14230) by Miss Islington (bot) · 5 years ago
  71. f5b89af bpo-37163: Deprecate passing argument obj of dataclasses.replace() by keyword. (GH-13877) by Serhiy Storchaka · 5 years ago
  72. 7edf8e5 Fix name of '\0'. (GH-14222) by Miss Islington (bot) · 5 years ago
  73. fff695b Document typing.ForwardRef (GH-14216) by Miss Islington (bot) · 5 years ago
  74. 45da743 [3.8] bpo-33416: Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214) (GH-14215) by Miss Islington (bot) · 5 years ago
  75. b626b11 bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209) by Miss Islington (bot) · 5 years ago
  76. 35aa0b0 bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) by Miss Islington (bot) · 5 years ago
  77. a7072ff bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180) by Miss Islington (bot) · 5 years ago
  78. f49c85d bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) by Miss Islington (bot) · 5 years ago
  79. bd75abf bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187) by Miss Islington (bot) · 5 years ago
  80. ae526ee bpo-5680: IDLE: Customize running a module (GH-13763) by Miss Islington (bot) · 5 years ago
  81. f29a577 Improve release build performance using new artifacts tasks (GH-14175) by Miss Islington (bot) · 5 years ago
  82. 8cb8d5d bpo-37189: Export old PyRun_XXX() functions (GH-14142) by Miss Islington (bot) · 5 years ago
  83. 69610f8 Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172) by Miss Islington (bot) · 5 years ago
  84. 02f7f74 bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170) by Miss Islington (bot) · 5 years ago
  85. 4b68a8e bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14168) by Miss Islington (bot) · 5 years ago
  86. c28c135 bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163) by Miss Islington (bot) · 5 years ago
  87. 79d8204 bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096) by Miss Islington (bot) · 5 years ago
  88. 71031cf bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14157) by Victor Stinner · 5 years ago
  89. 988fff5 bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865) by Miss Islington (bot) · 5 years ago
  90. a5ddbfb bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148) by Miss Islington (bot) · 5 years ago
  91. 693945d bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) (GH-14140) by Miss Islington (bot) · 5 years ago
  92. ad50591 bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943) by Miss Islington (bot) · 5 years ago
  93. e784f9f bpo-28805: document METH_FASTCALL (GH-14079) by Miss Islington (bot) · 5 years ago
  94. 2acaf49 bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957) by Miss Islington (bot) · 5 years ago
  95. 3f3efed Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131) by Miss Islington (bot) · 5 years ago
  96. 599f7ec Simplify negativity checks in math.comb and math.perm. (GH-13870) (#14125) by Miss Islington (bot) · 5 years ago
  97. b0cb988 Doc: Remove an ugly space before a dot. (GH-14123) by Miss Islington (bot) · 5 years ago
  98. 58a1a76 bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791) by Miss Islington (bot) · 5 years ago
  99. a8e7ebe Doc: Deprecation header: More precise wording. (GH-14109) by Miss Islington (bot) · 5 years ago
  100. f0e5c01 bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777) by Miss Islington (bot) · 5 years ago