cf47b3969e
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-23537) (GH-23550)
c3009a5818
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-23537) (GH-23551)
00a6568ba3
bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394)
6a273fdc2a
bpo-31904: skip some tests related to fifo on VxWorks (GH-23473)
a86a274b72
bpo-31904: add shell requirement for test_pipes (GH-23489)
996a1ef8ae
skip test_test of test_mailcap on VxWorks (GH-23507)
64c8f81047
skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid_symbolic on VxWorks (GH-23518)
cfb2f79634
Fix dis markup (GH-23524)
5d54dfadcf
Fix multiprocessing markup (GH-23525)
d41ec65ab7
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
8085f742f4
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925)
5b0194ed31
bpo-41241: Unnecessary Type casting in 'if condition' (GH-21396)
cc5eb935c7
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
df6c8bcffe
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (GH-23539)
e1c669b7ed
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
4498e98a6b
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (#23540)
e4fe303b8c
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)
f9195318a8
bpo-42452: Improve colorsys.rgb_to_hls code (GH-23306)
f5a19ead4b
bpo-41818: Make test_openpty() avoid unexpected success due to number of rows and/or number of columns being == 0. (GH-23526)
traverseda
synced new reference v3.9.1rc1 to traverseda/cpython from mirror
2020-11-26 20:14:11 -04:00
a1652da2c8
Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735)
e3ef4d7f65
bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-21533)
87f7ab5359
bpo-41818: test_openpty succeed on Gentoo, don't expect to fail on this platform (GH-23514)