1. be5bb52 bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) by Miss Islington (bot) · 5 years ago
  2. f22c4cf [3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494) by Christian Heimes · 5 years ago
  3. 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
  4. c2684c6 bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480) by Miss Islington (bot) · 5 years ago
  5. 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
  6. ffcc161 bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) by Miss Islington (bot) · 5 years ago
  7. 3e133c4 bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) by Miss Islington (bot) · 5 years ago
  8. 323e743 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467) by Steve Dower · 5 years ago
  9. e3761ca bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452) by Miss Islington (bot) · 5 years ago
  10. 68c1c39 bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451) by Miss Islington (bot) · 5 years ago
  11. 4fee28a bpo-37390: Add audit event table to documentations (GH-14406) by Miss Islington (bot) · 5 years ago
  12. 6fbed53 closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) by Miss Islington (bot) · 5 years ago
  13. 4cbe7a3 Replace deprecation warning with RuntimeError (GH-14397) by Miss Islington (bot) · 5 years ago
  14. 7fe81ce bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416) by Miss Islington (bot) · 5 years ago
  15. 82654a0 bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) (GH-14411) by Miss Islington (bot) · 5 years ago
  16. 5c4ce3e bpo-37417: Fix error handling in bytearray.extend. (GH-14407) by Miss Islington (bot) · 5 years ago
  17. bdbd5e8 bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) by Miss Islington (bot) · 5 years ago
  18. 63429c8 bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Miss Islington (bot) · 5 years ago
  19. dd4edbc bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288) by Miss Islington (bot) · 5 years ago
  20. 4adc38e bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286) by Miss Islington (bot) · 5 years ago
  21. c6e3282 [3.8] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError (GH-14119) (GH-14380) by Abhilash Raj · 5 years ago
  22. 12d174b bpo-37400: Fix test_os.test_chown() (GH-14374) by Miss Islington (bot) · 5 years ago
  23. 25fbe33 bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-14375) by Steve Dower · 5 years ago
  24. d917cfe [3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193) by Jeroen Demeyer · 5 years ago
  25. d32594a bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) by Miss Islington (bot) · 5 years ago
  26. 26fe6c3 bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342) by Miss Islington (bot) · 5 years ago
  27. 20372d6 bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357) by Miss Islington (bot) · 5 years ago
  28. 210358b bpo-36546: Mark first argument as position only (GH-14363) (GH-14364) by Miss Islington (bot) · 5 years ago
  29. 5bf3b89 bpo-37394: Fix pure Python implementation of the queue module (GH-14351) by Miss Islington (bot) · 5 years ago
  30. b183b96 Get rid of exception traceback printing in asyncio tests (GH-14343) by Miss Islington (bot) · 5 years ago
  31. 8763d43 bpo-37363: Add audit events for a range of modules (GH-14301) by Miss Islington (bot) · 5 years ago
  32. 366dac9 bpo-37359: Fix regrtest --cleanup (GH-14336) by Miss Islington (bot) · 5 years ago
  33. 2ec4545 bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334) by Victor Stinner · 5 years ago
  34. ea380f6 Improve threading.daemon docstring (GH-14278) by Miss Islington (bot) · 5 years ago
  35. 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
  36. 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
  37. 5c8b4e2 bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313) by Miss Islington (bot) · 5 years ago
  38. 874ff65 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Miss Islington (bot) · 5 years ago
  39. 9b32b44 bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293) by Miss Islington (bot) · 5 years ago
  40. 35202c7 bpo-37364: Use io.open_code() to read .pth files (GH-14299) by Miss Islington (bot) · 5 years ago
  41. 3523e0c bpo-37362: test_gdb now ignores stderr (GH-14287) by Miss Islington (bot) · 5 years ago
  42. 6c79477 bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) by Steve Dower · 5 years ago
  43. 46e9f15 Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14270) by Miss Islington (bot) · 5 years ago
  44. 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
  45. f5b89af bpo-37163: Deprecate passing argument obj of dataclasses.replace() by keyword. (GH-13877) by Serhiy Storchaka · 5 years ago
  46. b626b11 bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209) by Miss Islington (bot) · 5 years ago
  47. 35aa0b0 bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) by Miss Islington (bot) · 5 years ago
  48. 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
  49. ae526ee bpo-5680: IDLE: Customize running a module (GH-13763) by Miss Islington (bot) · 5 years ago
  50. 69610f8 Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172) by Miss Islington (bot) · 5 years ago
  51. 02f7f74 bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170) by Miss Islington (bot) · 5 years ago
  52. 4b68a8e bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14168) by Miss Islington (bot) · 5 years ago
  53. 988fff5 bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865) by Miss Islington (bot) · 5 years ago
  54. a5ddbfb bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148) by Miss Islington (bot) · 5 years ago
  55. 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
  56. ad50591 bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943) by Miss Islington (bot) · 5 years ago
  57. 2acaf49 bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957) by Miss Islington (bot) · 5 years ago
  58. 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
  59. 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
  60. 687af44 Fix typo in Lib/concurrent/futures/thread.py (GH-13953) by Miss Islington (bot) · 5 years ago
  61. b6ff2cd [3.8] Use threadpool for reading from file in sendfile fallback mode (GH-14076) (GH-14102) by Andrew Svetlov · 5 years ago
  62. bb07321 bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075) by Miss Islington (bot) · 5 years ago
  63. e696b15 bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721) by Miss Islington (bot) · 5 years ago
  64. 3b976d1 bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Miss Islington (bot) · 5 years ago
  65. b0f6fa8 bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081) by Miss Islington (bot) · 5 years ago
  66. 0c2eb6d bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) by Miss Islington (bot) · 5 years ago
  67. 8b66dbb bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074) by Miss Islington (bot) · 5 years ago
  68. 7cd581a bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) by Miss Islington (bot) · 5 years ago
  69. 5282b3b bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969) by Miss Islington (bot) · 5 years ago
  70. b4f5b21 bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) by Miss Islington (bot) · 5 years ago
  71. cbda40d bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) by Miss Islington (bot) · 5 years ago
  72. e40a97a [3.8] bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) by Victor Stinner · 5 years ago
  73. c15a682 bpo-37223: test_io: silence destructor errors (GH-14031) by Victor Stinner · 5 years ago
  74. 3955dff Make asyncio stream sendfile fail on error (was hang) (GH-14025) by Miss Islington (bot) · 5 years ago
  75. bb3e8a6 bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902) by Miss Islington (bot) · 5 years ago
  76. b2fd32b bpo-35766: compile(): rename feature_version parameter (GH-13994) (GH-14001) by Victor Stinner · 5 years ago
  77. 70a4178 bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011) by Miss Islington (bot) · 5 years ago
  78. 9d37ae0 bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996) by Miss Islington (bot) · 5 years ago
  79. 3ba2107 bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH-13993) by Miss Islington (bot) · 5 years ago
  80. 36eea7a [3.8] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13909) by Abhilash Raj · 5 years ago
  81. 83abd96 bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971) by Miss Islington (bot) · 5 years ago
  82. b9ecc0f Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980) by Miss Islington (bot) · 5 years ago
  83. 1c31d19 closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977) by Miss Islington (bot) · 5 years ago
  84. 583ff84 bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) (GH-13967) by Miss Islington (bot) · 5 years ago
  85. 3f7629d bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594) by Miss Islington (bot) · 5 years ago
  86. feaceaa bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919) by Miss Islington (bot) · 5 years ago
  87. 6324ac1 bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727) by Miss Islington (bot) · 5 years ago
  88. c5daae4 bpo-37173: Show passed class in inspect.getfile error (GH-13861) by Miss Islington (bot) · 5 years ago
  89. 3d03a35 [3.8] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13911) by Miss Islington (bot) · 5 years ago
  90. 3b5bac2 cross port importlib-metadata PR GH-76 (GH-13903) by Miss Islington (bot) · 5 years ago
  91. 606ac58 bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805) by Miss Islington (bot) · 5 years ago
  92. 6c9effa IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876) (#13885) by Miss Islington (bot) · 5 years ago
  93. 84d47bd bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) by Miss Islington (bot) · 5 years ago
  94. 5effd10 bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892) by Miss Islington (bot) · 5 years ago
  95. 3576266 bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) (GH-13895) by Victor Stinner · 5 years ago
  96. 295fe32 bpo-37177: make IDLE's search dialogs transient (GH-13869) by Miss Islington (bot) · 5 years ago
  97. 9ddb777 bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) (GH-13843) by Miss Islington (bot) · 5 years ago
  98. 87a865e bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834) by Miss Islington (bot) · 5 years ago
  99. 8899b11 bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [streams] (GH-13671) by Miss Islington (bot) · 5 years ago
  100. 39346ff bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) by Miss Islington (bot) · 5 years ago