bpo-33311: Do not display parameters displayed in parentheses for module call#6522
Closed
sblondon wants to merge 45 commits intopython:masterpython/cpython:masterfrom
sblondon:no-parentheses-for-module-callsblondon/cpython:no-parentheses-for-module-callCopy head branch name to clipboard
Closed
bpo-33311: Do not display parameters displayed in parentheses for module call#6522sblondon wants to merge 45 commits intopython:masterpython/cpython:masterfrom sblondon:no-parentheses-for-module-callsblondon/cpython:no-parentheses-for-module-callCopy head branch name to clipboard
sblondon wants to merge 45 commits intopython:masterpython/cpython:masterfrom
sblondon:no-parentheses-for-module-callsblondon/cpython:no-parentheses-for-module-callCopy head branch name to clipboard
Commits
Commits on Apr 13, 2018
Commits on Apr 18, 2018
- committed
bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519)
Show description for e5362eaauthored
Commits on Apr 19, 2018
- authored
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
Show description for 6952482authored- authored
Commits on Apr 20, 2018
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537)
Show description for 397f1b2authored- authored
bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489)
Show description for 063db62- authored
bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)
Show description for 0399cf9authored- authored
- authored
Commits on Apr 21, 2018
bpo-33297: Mention Pillow to work with more image formats. (#6505)
Show description for b81ca28
Commits on Apr 22, 2018
Commits on Apr 23, 2018
bpo-33338: [tokenize] Minor code cleanup (#6573)
Show description for c2d384dauthoredbpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575)
Show description for 25038ecauthoredbpo-33251: Prevent ConfigParser.items returning items present in vars. (#6446)
Show description for 1d4a733- authored
Commits on Apr 25, 2018
bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273)
Show description for 0977091Mention both relevant PEPs in function annotations tutorial (GH-6304)
Show description for 643ff71- authored
bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)
Show description for 57faf34authored
Commits on Apr 26, 2018
Clarify the inspect.getmembers predicate parameter (#6615)
Show description for df826f3authored
Commits on Apr 27, 2018
bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612)
Show description for 4114846bpo-33041: Fix downcast warning on Windows (#6595)
Show description for 078c4e3authoredChange "non-local state" to "content-local state". (GH-6617)
Show description for e022bbc
Commits on Apr 28, 2018
Commits on Apr 29, 2018
- authored
- authored
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0cbpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606)
Show description for c1a6832authored