- 26 Mar, 2018 1 kayıt (commit)
-
-
Miss Islington (bot) yazdı
Allow ttk.Treeview.insert to insert iid that has a false boolean value. Note iid=0 and iid=False would be same. (cherry picked from commit 3ab44c07) Co-authored-by:
Garvit Khatri <garvitdelhi@gmail.com>
-
- 24 Mar, 2018 1 kayıt (commit)
-
-
Christian Heimes yazdı
LibreSSL 2.7 introduced OpenSSL 1.1.0 API. The ssl module now detects LibreSSL 2.7 and only provides API shims for OpenSSL < 1.1.0 and LibreSSL < 2.7. Documentation updates and fixes for failing tests will be provided in another patch set. Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit 4ca0739c) Co-authored-by:
Christian Heimes <christian@python.org>
-
- 23 Mar, 2018 3 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 5cbb8410) Co-authored-by:
Himanshu Lakhara <himanshulakhara1947@gmail.com>
-
Miss Islington (bot) yazdı
Reported by Maksym Nikulyak on docs.p.o. (cherry picked from commit a0a42d22) Co-authored-by:
Berker Peksag <berker.peksag@gmail.com>
-
Serhiy Storchaka yazdı
(cherry picked from commit b9744e92)
-
- 22 Mar, 2018 1 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit d93b5161) Co-authored-by:
Donald Stufft <donald@stufft.io>
-
- 21 Mar, 2018 3 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 9308dea3) Co-authored-by:
Zackery Spytz <zspytz@gmail.com>
-
Miss Islington (bot) yazdı
The result of host() was not empty when the network is constructed by a tuple containing an integer mask and only 1 bit left for addresses. (cherry picked from commit 10b134a0) Co-authored-by:
Xiang Zhang <angwerzx@126.com>
-
Miss Islington (bot) yazdı
Original patch by Jon Foster and Berker Peksag. (cherry picked from commit 5609b783) Co-authored-by:
Cheryl Sabella <cheryl.sabella@gmail.com>
-
- 20 Mar, 2018 2 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 4be79f29) Co-authored-by:
Cheryl Sabella <cheryl.sabella@gmail.com>
-
Miss Islington (bot) yazdı
fstat may block for long time if the file descriptor is on a non-responsive NFS server, hanging all threads. Most fstat() calls are handled by _Py_fstat(), releasing the GIL internally, but but _Py_fstat_noraise() does not release the GIL, and most calls release the GIL explicitly around it. This patch fixes last 2 calls to _Py_fstat_no_raise(), avoiding hangs when calling: - mmap.mmap() - os.urandom() - random.seed() (cherry picked from commit 4484f9dc) Co-authored-by:
Nir Soffer <nirsof@gmail.com>
-
- 19 Mar, 2018 1 kayıt (commit)
-
- 18 Mar, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
(cherry picked from commit bc300ce2)
-
- 17 Mar, 2018 2 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 7f81bb2a) Co-authored-by:
Donald Stufft <donald@stufft.io>
-
Miss Islington (bot) yazdı
Multi-phase initialized modules allow m_traverse to be called while the module is still being initialized, so module authors may need to account for that. (cherry picked from commit c2b0b12d) Co-authored-by:
Marcel Plch <gmarcel.plch@gmail.com>
-
- 14 Mar, 2018 6 kayıt (commit)
-
-
Miss Islington (bot) yazdı
Creating backup files with ~ suffix can be undesirable in some environment, such as when building RPM packages. Instead of requiring the user to remove those files manually, option -n was added, that simply disables this feature. -n was selected because 2to3 has the same option with this behavior. (cherry picked from commit 5affd5c2) Co-authored-by:
Miro Hrončok <miro@hroncok.cz>
-
Christian Heimes yazdı
Fix backport a79591cf of bpo-30622 to 3.6 branch. Signed-off-by:
Christian Heimes <christian@python.org>
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
Backport the new 10.9+ installer variant from 3.7. This variant features more modern options; like 64-bit only (Apple is deprecating 32-bit support in future macOS releases); a built-in version of Tcl/Tk 8.6.8; built with clang rather than gcc-4.2. For 3.6.5, the 10.9+ variant will be offered as an additional alternative to the traditional 10.6+ variant in earlier 3.6.x releases. Binary extension modules (including wheels) built for earlier versions of 3.6.x with the 10.6 variant should continue to work with either 3.6.5 variant without recompilation. In addition, both installer variants have updated 3rd-party libraries: OpenSSL 1.0.2m -> 1.0.2n XZ 5.2.2 -> 5.2.3 SQLite 3.21.0 -> 3.22.0 Also the 10.6 variant now sets CC=gcc instead of CC=gcc-4.2 and does not search for the outdated 10.6 SDK. The variant is built with the same compiler as before. As before, for extension module builds, the CC can be overridden with the CC env variable and an SDK can be specified with the SDKROOT env variable (see man xcrun). These minor changes should be transparent to nearly all users.
-
- 13 Mar, 2018 3 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 74f56878) Co-authored-by:
Łukasz Langa <lukasz@langa.pl>
-
Miss Islington (bot) yazdı
(cherry picked from commit e32bbaf3) Co-authored-by:
xdegaye <xdegaye@gmail.com>
-
Miss Islington (bot) yazdı
New tests also added. I also made the comments in line with the builtin Grammar/Grammar. PEP 306 was withdrawn, Kees Blom's railroad program has been lost to the sands of time for at least 16 years now (I found a python-dev post from people looking for it). (cherry picked from commit b51f5de7) Co-authored-by:
Łukasz Langa <lukasz@langa.pl>
-
- 11 Mar, 2018 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
In some conditions the standard streams will be None or closed in the child process (for example if using "pythonw" instead of "python" on Windows). Avoid failing with a non-0 exit code in those conditions. Report and initial patch by poxthegreat.. (cherry picked from commit e756f66c)
-
Miss Islington (bot) yazdı
[3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (GH-6074) (GH-6075) (cherry picked from commit 26c9f565) (cherry picked from commit 04aadf23) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit 9cf8c42f) Co-authored-by:
Matt Eaton <agnosticdev@gmail.com>
-
- 10 Mar, 2018 4 kayıt (commit)
-
-
Miss Islington (bot) yazdı
and remove redundant code. (cherry picked from commit 67ee0779) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com> (cherry picked from commit 9e94c0d3) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Andrew Svetlov yazdı
* Skip write()/data_received() if sslpipe is destroyed. (cherry picked from commit 5e80a71a)
-
Miss Islington (bot) yazdı
(cherry picked from commit 496431ff) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) yazdı
`int` fails back to `__trunc__` is `__int__` isn't defined, so cover that in the docs. (cherry picked from commit 308eab97) Co-authored-by:
Eric Appelt <eric.appelt@gmail.com>
-
- 09 Mar, 2018 4 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit f7a6ff6f) Co-authored-by:
Brett Cannon <brettcannon@users.noreply.github.com>
-
Miss Islington (bot) yazdı
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the interpreter (GH-5960) (GH-6042) (cherry picked from commit 7a7f100e) Co-authored-by:
Brett Cannon <brettcannon@users.noreply.github.com>
-
Miss Islington (bot) yazdı
Replace example result of "5 through 9" with complete list: "5, 6, 7, 8, 9". This format is more consistent with the surrounding examples. (cherry picked from commit 83d7062d) Co-authored-by:
Steven M. Vascellaro <S.Vascellaro@gmail.com>
-
Nathan Henrie yazdı
test_asyncio hangs indefinitely on macOS 10.13.2+ on `read_pty_output()` using the KqueueSelector. Closing `proto.transport` (as is done in `write_pty_output()`) seems to fix it.
-
- 08 Mar, 2018 3 kayıt (commit)
-
-
Steve Dower yazdı
-
Miss Islington (bot) yazdı
(cherry picked from commit 9ba3aa4d) Co-authored-by:
Erik Bray <erik.m.bray@gmail.com>
-
Miss Islington (bot) yazdı
* fix a typo: documention -> documentation * fix the type of IPv?Network.hostmask * add documentation about IPv?Network.netmask * fix IPv6Network constructor doc that extended netmasks are not supported (cherry picked from commit e405096e) Co-authored-by:
Xiang Zhang <angwerzx@126.com>
-
- 07 Mar, 2018 1 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit bc3f2289) Co-authored-by:
Xiang Zhang <angwerzx@126.com>
-
- 06 Mar, 2018 1 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 8a387219) Co-authored-by:
Yury Selivanov <yury@magic.io>
-