104226 Commits (1bbf7b661f0ac8aac12d5531928d9a85c98ec1a9)
 

Author SHA1 Message Date
Jason R. Coombs 1bbf7b661f bpo-34632: Add importlib.metadata (GH-12547) 7 years ago
Victor Stinner 6dbbe748e1
bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554) 7 years ago
Victor Stinner a9f05d69cc
bpo-37032: Add CodeType.replace() method (GH-13542) 7 years ago
Pablo Galindo 561612d845
bpo-37021: Port _randommodule to the argument clinic (GH-13532) 7 years ago
Victor Stinner 1c9debd236
bpo-35907: Fix typo in the NEWS entry (GH-13559) 7 years ago
Rémi Lapeyre 458560347f bpo-36969: Make PDB args command display positional only arguments (GH-13459) 7 years ago
Victor Stinner deffee5774
bpo-35907: Clarify the NEWS entry (GH-13523) 7 years ago
Steve Dower 6de4574c63
bpo-37023: Skip test_gdb under PGO (GH-13555) 7 years ago
Berker Peksag 14738ff83d
bpo-8138: Initialize wsgiref's SimpleServer as single-threaded (GH-12977) 7 years ago
E. M. Bray b1fc417841 bpo-21536: Fix configure.ac for LIBPYTHON on Android/Cygwin (GH-13552) 7 years ago
Victor Stinner bc66faccb8
bpo-36721: Fix pkg-config symbolic links on "make install" (GH-13551) 7 years ago
Paul Monson 51394b8c3d bpo-36511: Ensure error code propagates out of batch files (GH-13529) 7 years ago
E. M. Bray c994c8fc19 bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) 7 years ago
Victor Stinner 438a12dd9d
bpo-36710: Add tstate parameter in ceval.c (GH-13547) 7 years ago
Nick Sung 13d4e6a4a0 Fix typos in Doc/library/email.generator.rst documentation (GH-13539) 7 years ago
Victor Stinner b49858b4b7
bpo-37031: Fix PyOS_AfterFork_Child() (GH-13537) 7 years ago
Victor Stinner b3a9843cd1
Support Py_UNUSED() on clang (GH-13544) 7 years ago
Victor Stinner b4bdecd0fc
bpo-36710: Add tstate parameter in errors.c (GH-13540) 7 years ago
Victor Stinner d8613dc86f
bpo-37031: Reuse _PyRuntime.main_thread in signalmodule.c (GH-13538) 7 years ago
Dan Rose 2a37f8f55b bpo-36045: builtins.help() now prefixes `async` for async functions (GH-12010) 7 years ago
Xtreak cf7d5ef49b Fix typo: decription -> description (GH-13543) 7 years ago
Cheryl Sabella c95c93d4eb
bpo-20285: Improve help docs for object (GH-4759) 7 years ago
Petr Viktorin f1e17e9f97
bpo-34626: Document creating heap types from the C-API (GH-9154) 7 years ago
Pablo Galindo cccc11b38e
Fix warning in _testembed.c (GH-13533) 7 years ago
Matěj Cepl 608876b6b1 bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) 7 years ago
Steve Dower b82e17e626
bpo-36842: Implement PEP 578 (GH-12613) 7 years ago
Nick Coghlan e788057a91
bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) 7 years ago
Damien Nadé 394119afc6 bpo-37008: make mock_open handle able to honor next() (GH-13492) 7 years ago
David Carlier 51aa35e9e1 bpo-33164: update blake2 implementation (GH-6286) 7 years ago
Victor Stinner 20e1e2582e
bpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518) 7 years ago
Victor Stinner bc2aa81662
bpo-18748: _pyio.IOBase emits unraisable exception (GH-13512) 7 years ago
Victor Stinner 0a8e57248b
bpo-36721: Add --embed option to python-config (GH-13500) 7 years ago
Batuhan Taşkaya ef5bb25e2d bpo-27737: Allow whitespace only headers encoding (#13478) 7 years ago
Alexey Izbyshev 6bc5917903 bpo-35091: Objects/listobject.c: Replace overflow checks in gallop fu… (GH-10202) 7 years ago
Victor Stinner df22c03b93
bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507) 7 years ago
Victor Stinner 5edcf26358
bpo-36763: Rename private Python initialization functions (GH-13511) 7 years ago
Paul Monson cfb241bd29 bpo-36941: Project file fixups for Windows ARM64 (GH-13477) 7 years ago
Victor Stinner 022be02dcf
bpo-36763: Add _PyPreConfig._config_init (GH-13481) 7 years ago
Victor Stinner e4d300e07c
bpo-36829: Add test.support.catch_unraisable_exception() (GH-13490) 7 years ago
Sean 904e34d4e6 bpo-24882: Let ThreadPoolExecutor reuse idle threads before creating new thread (#6375) 7 years ago
Sam Martin 2a3a2ece50 bpo-33110: Catch errors raised when running add_done_callback on already completed futures (GH-13141) 7 years ago
Michael J. Sullivan d8a82e2897 bpo-36878: Only allow text after `# type: ignore` if first character ASCII (GH-13504) 7 years ago
Victor Stinner 0c2b6a3943
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) 7 years ago
Matthias Bussonnier 2ddbd21aec bpo-34616: Document top level async in whatsnew/3.8. (GH-13484) 7 years ago
Jake Tesler b121f63155 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) 7 years ago
Jelle Zijlstra b3be407288 bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779) 7 years ago
Michael J. Sullivan 933e1509ec bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479) 7 years ago
Paul Dagnelie 4c7a46eb3c bpo-36972: Add SupportsIndex (GH-13448) 7 years ago
Marcel Plch 33e71e01e9 bpo-31862: Port binascii to PEP 489 multiphase initialization (GH-4108) 7 years ago
Jeroen Demeyer 77aa396bb9 bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) 7 years ago