Alex Davies traverseda
  • Joined on 2020-11-24
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-13 20:34:16 -04:00
674fa0a740 bpo-42598: Fix implicit function declarations in configure (GH-23690)
463c7d3d14 bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060)
43c4fb6c90 bpo-30858: Improve error location for expressions with assignments (GH-23753)
Compare 3 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-13 20:34:15 -04:00
3dcdbdeb48 bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23756)
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-13 20:34:15 -04:00
9feda9f871 bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23757)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-13 04:14:18 -04:00
da431f789b Add two spaces around equal sign (#23719)
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-13 04:14:18 -04:00
be9e4402db [3.9] bpo-41879: Doc: Fix description of async for statement (GH-23548) (GH-23749)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-12 20:04:12 -04:00
b5a6db9111 bpo-39717: [tarfile] update nested exception raising (GH-23739)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-11 11:24:18 -04:00
4b8cdfcb22 bpo-41879: Doc: Fix description of async for statement (GH-23548)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-10 19:04:12 -04:00
67b769f515 bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
a658287179 bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725)
efb13be72c bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)
9fc571359a bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)
b5c7b38f5e bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
Compare 5 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-10 10:54:10 -04:00
c1a3f9a9cb [3.9] [doc] Link to issue regarding logging.disable level param default value GH-23732
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-10 10:54:10 -04:00
150b9bf3e9 [3.8] [doc] Link to issue regarding logging.disable level param default value GH-23731
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-10 02:44:11 -04:00
7cf0aad96d bpo-42517: [Enum] do not convert private names into members (GH-23722)
6bd94de168 bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714)
2a35137328 [doc] Link to issue regarding logging.disable level param default value (GH-23726)
Compare 3 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-09 18:34:12 -04:00
35cacce525 [doc] Document logging.basicConfig default format (GH-23710)
d5dcb65317 bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718)
a82f63f5af bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
ca06440207 bpo-32381: Remove unused _Py_fopen() function (GH-23711)
Compare 4 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-09 18:34:12 -04:00
f6d1520219 bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-09 02:14:21 -04:00
550e4673be bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
98a5417193 bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-21684)
eb7594f857 bpo-41443: Add more attribute checking in test_posix (GH-21688)
fe6e5e7cfd bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
815506d852 bpo-32381: Rewrite PyErr_ProgramText() (GH-23700)
Compare 5 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-09 02:14:21 -04:00
4b37228823 [3.9] [Enum] reformat and add doc strings (GH-23705). (GH-23707)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-08 18:04:10 -04:00
6d3dfee271 [Enum] reformat and add doc strings (GH-23705)
37440eef7f bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497)
c168b5078f bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226)
4aa67853cc bpo-41910: move news entry (GH-23695)
0f91f586ae bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)
Compare 5 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-08 18:04:09 -04:00
14eaa7d752 bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23703)
a3a4bf3b8d [3.9] bpo-41910: move news entry (GH-23697)
f0e42ae03c bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692)
Compare 3 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-08 18:04:09 -04:00
21ca80eef4 [3.8] [Enum] reformat and add doc strings (GH-23705). (GH-23706)
cbfcc67170 bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23704)
b947b305a6 [3.8] bpo-41910: move news entry (GH-23698)
b5cf308de8 bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) (GH-23696)
Compare 4 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-08 09:54:12 -04:00
b6d98c10ff bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642)
traverseda synced new reference v3.9.1 to traverseda/cpython from mirror 2020-12-08 01:44:13 -04:00