Alex Davies traverseda
  • Joined on 2020-11-24
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-05 00:14:16 -04:00
d1f07419c7 bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633)
40b92f1cc0 [3.9] bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) (GH-23578)
81ac030d03 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Compare 3 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-05 00:14:16 -04:00
a4e7d5f750 bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633)
3b14f18205 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Compare 2 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-04 16:04:17 -04:00
6e1eec71f5 bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
066394018a bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
eaccc12aa9 bpo-42246: Don't forget the entry block when ensuring that all exits have a line number (GH-23636)
f24b8101a0 bpo-42562: Fix issue when dis failed to parse function that has no line numbers (GH-23632)
Compare 4 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-04 16:04:17 -04:00
c7cf66d2fe bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-04 16:04:17 -04:00
8e8f82dd94 bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-03 15:34:09 -04:00
db68544122 bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
8b6c4a921a bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626)
7e5e13d113 bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Compare 3 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-03 15:34:09 -04:00
3689c25a10 bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
9f26833ced bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Compare 2 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-03 15:34:09 -04:00
930d5377c5 bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-03 07:24:19 -04:00
2ad93821a6 bpo-42431: Fix outdated bytes comments (GH-23458)
f3c3ea91a7 bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612)
3ec9d01901 Remove the conditional for setting query. (#23604)
5291639e61 bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
Compare 4 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-03 07:24:19 -04:00
ae67db6b31 bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612)
09a698b474 bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
Compare 2 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-03 07:24:19 -04:00
12d2306a1d bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612)
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-02 23:14:09 -04:00
9b34f34aa9 bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-02 15:04:09 -04:00
dedc2cd5f0 bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608)
99b594404d bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
5977a7989d bpo-42246: Make sure that line number is correct after a return, as required by PEP 626 (GH-23495)
4e7a69bdb6 bpo-42500: Fix recursion in or after except (GH-23568)
Compare 4 commits »
traverseda synced new reference branch-v3.9.0 to traverseda/cpython from mirror 2020-12-02 06:54:11 -04:00
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-02 06:54:11 -04:00
93a0ef7647 Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609)
46bd5ed94c bpo-40939: Restore some stable API functions incorrectly deleted (GH-23606)
Compare 2 commits »
traverseda synced new reference buildbot-custom to traverseda/cpython from mirror 2020-12-02 06:54:11 -04:00
traverseda synced new reference revert-22049-bpo-1635741-signalmodule to traverseda/cpython from mirror 2020-12-02 06:54:11 -04:00
traverseda synced new reference pr_18370 to traverseda/cpython from mirror 2020-12-02 06:54:11 -04:00
traverseda synced new reference datetime_backport_test to traverseda/cpython from mirror 2020-12-02 06:54:11 -04:00
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-01 22:44:09 -04:00
e483d281bd bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675)