Alex Davies traverseda
  • Joined on 2020-11-24
traverseda synced commits to master at traverseda/cpython from mirror 2020-11-28 21:14:21 -04:00
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)
Compare 10 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-11-28 21:14:21 -04:00
cfb2f79634 Fix dis markup (GH-23524)
5d54dfadcf Fix multiprocessing markup (GH-23525)
Compare 2 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-11-28 21:14:21 -04:00
5be629d513 Fix multiprocessing markup (GH-23525)
traverseda synced commits to master at traverseda/cpython from mirror 2020-11-28 13:04:16 -04:00
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)
Compare 3 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-11-28 13:04:16 -04:00
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)
Compare 2 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-11-28 13:04:16 -04:00
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)
Compare 2 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-11-28 04:54:10 -04:00
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)
Compare 2 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-11-27 20:44:11 -04:00
44ca05afc8 bpo-42474: test TracebackException comparison to non-equal instances (GH-23522)
traverseda synced commits to master at traverseda/cpython from mirror 2020-11-27 12:34:09 -04:00
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 commits to master at traverseda/cpython from mirror 2020-11-27 04:24:17 -04:00
c8aaf71dde bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-11-27 04:24:17 -04:00
01fcde89d7 bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
traverseda synced new reference v3.9.1rc1 to traverseda/cpython from mirror 2020-11-26 20:14:11 -04:00
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-11-26 20:14:11 -04:00
761c5a1ce4 Post 3.9.1rc1
faf4206940 Python 3.9.1rc1
88db374422 Python 3.9.1rc1
Compare 3 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-11-26 12:04:17 -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)
Compare 2 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-11-26 04:00:37 -04:00
f533cb80cb bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
traverseda synced commits to master at traverseda/cpython from mirror 2020-11-25 19:50:40 -04:00
87f7ab5359 bpo-41818: test_openpty succeed on Gentoo, don't expect to fail on this platform (GH-23514)
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-11-25 19:50:40 -04:00
dca61e770d Typo: fix inverted sense of statement (GH-23288) (GH-23512)