14f2a124e2
[3.9] bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH-23613) (GH-23676)
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)
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)
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)
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)
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)
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)
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)
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)