Alex Davies traverseda
  • Joined on 2020-11-24
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-01 14:34:23 -04:00
1867b462de bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
8acd0e0d49 build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583)
a43fea8857 build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
Compare 3 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-01 14:34:23 -04:00
d9d63f13cf bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
74c40ddfd3 build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
eb6059e881 build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583)
Compare 3 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-01 14:34:23 -04:00
ed4614386f bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
0955f6863d [3.9] build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23597)
d33f3347de build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
ae48dd4db5 Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327) (GH-23590)
4a44f53aa8 [3.9] bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) (GH-23527)
Compare 5 commits »
traverseda synced commits to 3.7 at traverseda/cpython from mirror 2020-12-01 14:34:23 -04:00
47f075d96b [3.7] Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.3. (GH-23596)
traverseda synced new reference dependabot/github_actions/actions/upload-artifact-v2.2.1 to traverseda/cpython from mirror 2020-12-01 14:34:23 -04:00
traverseda synced new reference dependabot/github_actions/actions/cache-v2.1.3 to traverseda/cpython from mirror 2020-12-01 14:34:23 -04:00
traverseda synced new reference dependabot/github_actions/actions/upload-artifact-v2.2.1 to traverseda/cpython from mirror 2020-12-01 06:24:13 -04:00
traverseda synced new reference dependabot/github_actions/actions/cache-v2.1.3 to traverseda/cpython from mirror 2020-12-01 06:24:13 -04:00
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-01 06:24:13 -04:00
aef482f7cf Fix bz2 examples markup (GH-23580)
7e80c0f40e [3.9] [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) (GH-23380)
Compare 2 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-01 06:24:13 -04:00
04232de229 Fix bz2 examples markup (GH-23580)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-01 06:24:13 -04:00
bc662c0bd7 [doc] Fix abc.update_abstractmethods markup (GH-23576)
80a429eae9 Fix bz2 examples markup (#23580)
32bd68c839 bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
00d7abd7ef bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
b2d0c66e88 bpo-31904: Fix fifo test cases for VxWorks (GH-20254)
Compare 6 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-11-30 22:14:10 -04:00
427613f005 bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
1244c816d7 bpo-31904: Support signal module on VxWorks (GH-23391)
5c73afc36e bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
9bdc40ee3e Refactor the grammar to match the language specification docs (GH-23574)
bcc9579227 bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)
Compare 5 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-11-30 22:14:10 -04:00
ff51e5ec26 bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570) (GH-23571)
b2652f2d7e bpo-42370: Check element before making mouse click in ttk tests (GH-23491)
aab9390334 bpo-42501: Revise the usage note for Enums with the choices (GH-23563) (GH-23573)
Compare 3 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-11-30 22:14:10 -04:00
1cc5c943c0 bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
traverseda synced commits to master at traverseda/cpython from mirror 2020-11-30 14:04:11 -04:00
7f82f22eba bpo-42501: Revise the usage note for Enums with the choices (GH-23563)
e41bfd15dd bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570)
0be9ce305f bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534)
Compare 3 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-11-30 14:04:11 -04:00
cf22aa3bc6 bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534) (GH-23569)
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-11-30 14:04:11 -04:00
f4389bfbb5 bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570)
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-11-30 05:54:16 -04:00
03ae7e4518 bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-11-30 05:54:16 -04:00
a5b0c17e0d bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
traverseda synced commits to master at traverseda/cpython from mirror 2020-11-30 05:54:16 -04:00
9f004634a2 bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (GH-23529)
9654592478 bpo-42506: Fix unexpected output in test_format (GH-23564)
6cc2c419f6 bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
Compare 3 commits »