Alex Davies traverseda
  • Joined on 2020-11-24
traverseda synced new reference importlib_metadata-3.3 to traverseda/cpython from mirror 2020-12-31 21:25:09 -04:00
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-31 13:15:13 -04:00
f4936ad1c4 bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980)
9655434cca bpo-39068: Fix race condition in base64 (GH-17627)
Compare 2 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-31 13:15:13 -04:00
7a7f3e0d6a [3.9] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24017)
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-31 13:15:13 -04:00
bc15cdbc6e [3.8] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24016)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-30 20:55:17 -04:00
f421bfce80 Minor improvements to the convolve() recipe (GH-24012)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-30 12:45:09 -04:00
4ac923f275 bpo-42773: fix tests not being run on pushes (GH-24004)
277ce3060b bpo-27640: Add --disable-test-modules configure option (GH-23886)
c56387f80c bpo-27794: Add `name` attribute to `property` class (GH-23967)
Compare 3 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-30 04:35:16 -04:00
ba0e49a464 bpo-40137: Fix refleak in _functools_exec() (GH-24006)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-29 20:25:12 -04:00
056c08211b bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-29 12:15:09 -04:00
3966e2ea41 bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
cc7f745e80 bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
df794406a8 Allow / character in username,password fields in _PROXY envvars. (GH-23973)
1ceb097cec [doc] Fix missing commas in signatures (GH-23693)
71d73900eb bpo-16396: fix BPO number in changelog (GH-23951) (GH-23956)
Compare 7 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-29 12:15:09 -04:00
2edfc86f69 bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
84d79cfda9 bpo-40956: Convert _sqlite3.Row to Argument Clinic (GH-23964)
0159e5efee bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
dd39123970 bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)
84402eb110 bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
Compare 11 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-29 12:15:09 -04:00
741f22df24 Allow / character in username,password fields in _PROXY envvars. (GH-23973) (#23992)
70ced2dd27 bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
8f9313c83f [doc] Fix missing commas in signatures (GH-23693)
323cbb5531 bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)
Compare 4 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-29 04:05:19 -04:00
0b43778b3c bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-29 04:05:19 -04:00
c56988b88f bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
efb1f0918f bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942)
a6d63a20df Fix compiler warnings regarding loss of data (GH-23983)
290f5ae997 Use Py_NewRef in Modules/_struct.c (GH-23981)
Compare 4 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-29 04:05:19 -04:00
e11639880a bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-28 19:55:16 -04:00
4140f10a16 bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
a9621bb301 bpo-42222: Modernize integer test/conversion in randrange() (#23064)
1031f23fc3 [workflow] Use MSVC problem matcher for Windows action build (GH-18532)
bf108bb21e bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975)
Compare 4 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-28 19:55:16 -04:00
03e571f1d5 bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-28 03:35:08 -04:00
897387d2c8 bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972)
traverseda synced commits to revert-23107-revert-13893-fix-issue-37193 at traverseda/cpython from mirror 2020-12-27 19:25:09 -04:00
a78f0158a2 Merge branch 'master' into revert-23107-revert-13893-fix-issue-37193
bf64d9064a bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170)
3ccef1ca47 bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838)
b02ad2458b bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955)
f4507231e3 bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953)
Compare 445 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-27 19:25:08 -04:00
abba83b4b9 bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-27 19:25:08 -04:00
9f6a37cc07 bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)