Backport bpo-27456: Ensure TCP_NODELAY is set on linux 3.6 by 1st1 · Pull Request #4897 · python/cpython (original) (raw)

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation0 Commits250 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

1st1

@benjaminp

…on-config.sh (pythonGH-3769) (python#3793)

Fix the logic in python-config.sh to avoid attempting to substitute prefix in a variable that might have already been subject to substitution. This e.g. happened if @exec_prefix@ was defined as "${prefix}" (which is the default of the configure script) -- in which case the exec_prefix_build variable was initialized with already-subtituted prefix, and then another round of substitution was performed which might have resulted in duplicate prefix.

To avoid that, rename the variables so that the variables matching likely configure names (prefix, exec_prefix) retain their original values and a '_real' suffix is used for the real values of prefix.

Furthermore, replace the unnecessary prefix and exec_prefix substitutions with direct prefix_real references since the sed always replaced the whole string anyway by design. (cherry picked from commit 14086cf)

@serhiy-storchaka

@miss-islington @pitrou

@vstinner

(cherry picked from commit 1bea762)

@miss-islington @Mariatta

@miss-islington @vstinner

@miss-islington @serhiy-storchaka

@miss-islington @ambv

…completed()` (pythonGH-3830) (python#3831)

This was possible before. pythonGH-1560 introduced a regression after 3.6.2 got released where only sequences were accepted now. This commit addresses this problem. (cherry picked from commit 574562c)

@miss-islington @serhiy-storchaka

@miss-islington @serhiy-storchaka

@terryjreedy

@terryjreedy

…-3842) (python#3843)

Passing a widget instead of an flist with a root widget opens the option of creating a browser frame that is only part of a window. Passing a full file name instead of pieces assumed to come from a .py file opens the possibility of browsing python files that do not end in .py. (cherry picked from commit d6bb65f)

@terryjreedy

…3848)

Save a bit of code, plus non-tuples get converted anyway to tuples by tkinter for the tk call. (cherry picked from commit 5961e7c)

@miss-islington @vstinner

@miss-islington @pitrou

@miss-islington @zooba

(cherry picked from commit efb560e)

@zooba @ned-deily

@zware @ned-deily

…ythonGH-3699)

Use prefixed macro names for the authoraddress function, add T2A to the font encoding in LaTeX sources to support Cyrillic characters in the PDF documentation, and replace the deprecated font_size config option with pointsize. (cherry picked from commit da9b4cf)

@miss-islington @ned-deily

…completed()` (pythonGH-3830) (python#3831)

This was possible before. pythonGH-1560 introduced a regression after 3.6.2 got released where only sequences were accepted now. This commit addresses this problem. (cherry picked from commit 574562c)

@miss-islington @ned-deily

(cherry picked from commit efb560e)

@ned-deily

@ned-deily

@ned-deily

@ned-deily

@ned-deily

@ned-deily

@miss-islington @serhiy-storchaka

@serhiy-storchaka

@miss-islington @serhiy-storchaka

…d split() (pythonGH-3866) (python#3874)

when pass a string larger than 2 GiB.

Decrease memory requirements for Tcl's bigmem tests. (cherry picked from commit 27c623c)

@ned-deily

@miss-islington @Mariatta

)

Link to the Format Specification Mini Language section from f-strings' documentation. (cherry picked from commit d924fa5)

@miss-islington @rhettinger

@1st1

(cherry picked from commit e796b2f)

@1st1 1st1 requested a review from a team

December 16, 2017 00:44

@1st1 1st1 deleted the backport-e796b2f-3.6 branch

December 16, 2017 00:44

@1st1 1st1 restored the backport-e796b2f-3.6 branch

December 16, 2017 00:45

@1st1 1st1 deleted the backport-e796b2f-3.6 branch

December 16, 2017 02:53