- 30 Apr, 2018 1 commit
-
-
Miss Islington (bot) authored
In text and entry boxes, this affects selection by double-click, movement left/right by control-left/right, and deletion left/right by control-BACKSPACE/DEL. (cherry picked from commit 5ff3a161 ) Co-authored-by:
Terry Jan Reedy <tjreedy@udel.edu>
-
- 29 Apr, 2018 4 commits
-
-
Miss Islington (bot) authored
(cherry picked from commit 9f3535c9 ) Co-authored-by:
Bo Bayles <bbayles@gmail.com>
-
Miss Islington (bot) authored
(cherry picked from commit 7d68bfa8 ) Co-authored-by:
sblondon <sblondon@users.noreply.github.com>
-
Miss Islington (bot) authored
(cherry picked from commit 70af06cd ) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Serhiy Storchaka authored
(cherry picked from commit 2e38cc39)
-
- 26 Apr, 2018 2 commits
-
-
Andrés Delfino authored
(cherry picked from commit 67a8f4fe ) Co-authored-by:
Andrés Delfino <34587441+andresdelfino@users.noreply.github.com>
-
Serhiy Storchaka authored
(cherry picked from commit e9d9494d)
-
- 25 Apr, 2018 2 commits
-
-
Miss Islington (bot) authored
Patch by Neeraj Badlani. (cherry picked from commit 643ff711 ) Co-authored-by:
Neeraj Badlani <neerajbadlani@gmail.com>
-
INADA Naoki authored
We don't use debugger on Travis.. (cherry picked from commit 8ff53564 ) Co-authored-by:
INADA Naoki <methane@users.noreply.github.com>
-
- 23 Apr, 2018 2 commits
-
-
Antoine Pitrou authored
Starting with glibc 2.27.9000-xxx, sigaddset() can return EINVAL for some reserved signal numbers between 1 and NSIG. The `range(1, NSIG)` idiom is commonly used to select all signals for blocking with `pthread_sigmask`. So we ignore the sigaddset() return value until we expose sigfillset() to provide a better idiom. (cherry picked from commit 25038ecf)
-
Miss Islington (bot) authored
(cherry picked from commit d5a2377c ) Co-authored-by:
Berker Peksag <berker.peksag@gmail.com>
-
- 22 Apr, 2018 1 commit
-
-
Miss Islington (bot) authored
This used to be the case on Python 2. Commit 212b590e changed the implementation for Python 3, making the `log()` method of LogAdapter call `logger._log()` directly. This makes nested log adapters not execute their ``process()`` method. This patch fixes the issue. Also, now proxying `name`, too, to make `repr()` work with nested log adapters. New tests added. (cherry picked from commit ce9e6254 ) Co-authored-by:
Łukasz Langa <lukasz@langa.pl>
-
- 21 Apr, 2018 2 commits
-
-
Miss Islington (bot) authored
Also update PIL doc references to Pillow. (cherry picked from commit b81ca28b ) Co-authored-by:
Andrés Delfino <34587441+andresdelfino@users.noreply.github.com>
-
Terry Jan Reedy authored
(cherry picked from commit 61f82e0e)
-
- 20 Apr, 2018 3 commits
-
-
Miss Islington (bot) authored
(cherry picked from commit 441d945e ) Co-authored-by:
Brett Cannon <brettcannon@users.noreply.github.com>
-
Miss Islington (bot) authored
Upgrade ensurepip to bundle pip 10.0.1 (cherry picked from commit 0399cf9b ) Co-authored-by:
Paul Moore <p.f.moore@gmail.com>
-
Miss Islington (bot) authored
(cherry picked from commit b87c1c92 ) Co-authored-by:
Gregory P. Smith <greg@krypto.org>
-
- 19 Apr, 2018 3 commits
-
-
Miss Islington (bot) authored
as docstrings and translatable strings, and rejects bytes literals and f-string expressions. (cherry picked from commit 69524821 ) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) authored
Converting with line_info=False and col_info=True crashed before. (cherry picked from commit e5362eaa ) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) authored
(cherry picked from commit e3a523a0 ) Co-authored-by:
Denis Osipov <osipov_d@list.ru>
-
- 17 Apr, 2018 5 commits
-
-
Miss Islington (bot) authored
(cherry picked from commit 28e8b66d ) Co-authored-by:
jdemeyer <jdemeyer@cage.ugent.be>
-
Miss Islington (bot) authored
`test_urllib2net.OtherNetworkTests.test_sites_no_connection_close` used `http://www.imdb.com/` but it is moved to https so the test is not valid anymore. Skip test for the moment to allow CI to proceed. (cherry picked from commit 36d56ea8 ) Co-authored-by:
INADA Naoki <methane@users.noreply.github.com>
-
Miss Islington (bot) authored
(cherry picked from commit 4b685bf7 ) Co-authored-by:
Andrés Delfino <34587441+andresdelfino@users.noreply.github.com>
-
Miss Islington (bot) authored
In fact, we now require a newer Sphinx version because APIs have moved around. (cherry picked from commit acfb087f ) Co-authored-by:
Benjamin Peterson <benjamin@python.org>
-
Miss Islington (bot) authored
This note in documentation was never true. (cherry picked from commit a00d440e ) Co-authored-by:
Łukasz Langa <lukasz@langa.pl>
-
- 16 Apr, 2018 1 commit
-
-
Miss Islington (bot) authored
(cherry picked from commit c89b2217 ) Co-authored-by:
Andrés Delfino <34587441+andresdelfino@users.noreply.github.com>
-
- 14 Apr, 2018 1 commit
-
-
Steve Dower authored
-
- 11 Apr, 2018 1 commit
-
-
Miss Islington (bot) authored
The examples in argparse documentation use `error: too few arguments` error message which was removed in this commit f97c59aa in 2011. (cherry picked from commit 04e82934 ) Co-authored-by:
suic86 <marko.gabriel.cz@gmail.com>
-
- 10 Apr, 2018 1 commit
-
-
Miss Islington (bot) authored
(cherry picked from commit f178028f ) Co-authored-by:
Devon R <Gorialis@users.noreply.github.com>
-
- 09 Apr, 2018 5 commits
-
-
Miss Islington (bot) authored
(cherry picked from commit 0f914b5b ) Co-authored-by:
Aaron Ang <aaronang@users.noreply.github.com>
-
Miss Islington (bot) authored
Based on patch by Oleg Krasnikov. (cherry picked from commit c93938b5 ) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) authored
The protocol parameter can be any protocol supported by the pickle module. (cherry picked from commit 2ef65f34 ) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Serhiy Storchaka authored
(cherry picked from commit 46936d5a)
-
Miss Islington (bot) authored
When bpo-12015 got resolved by increasing the length of the random string generated by _RandomNameSequence from six to eight characters, the docstring of the class was not adjusted accordingly. (cherry picked from commit 9c463ec8 ) Co-authored-by:
Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
-
- 08 Apr, 2018 1 commit
-
-
Miss Islington (bot) authored
(cherry picked from commit 9265dd72 ) Co-authored-by:
Raymond Hettinger <rhettinger@users.noreply.github.com>
-
- 07 Apr, 2018 3 commits
-
-
Antoine Pitrou authored
* bpo-33201: Modernize "Extension types" doc * Split tutorial and other topics * Some small fixes * Address some review comments * Rename noddy* to custom* and shoddy to sublist * Fix markup. (cherry picked from commit 1d80a561)
-
Ned Deily authored
-
Miss Islington (bot) authored
(cherry picked from commit ef5ce884 ) Co-authored-by:
Jay Crotts <crotts.jay@gmail.com>
-
- 06 Apr, 2018 2 commits
-
-
Miss Islington (bot) authored
(cherry picked from commit 3a9ccee0 ) Co-authored-by:
Marcel Plch <gmarcel.plch@gmail.com>
-
Miss Islington (bot) authored
(cherry picked from commit 0c1c4563 ) Co-authored-by:
INADA Naoki <methane@users.noreply.github.com>
-