- 03 Agu, 2018 6 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 2ebd3813) Co-authored-by:
INADA Naoki <methane@users.noreply.github.com>
-
Miss Islington (bot) yazdı
Remove unnecessary "that" in the sentence. (cherry picked from commit b6efc2cf) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
Miss Islington (bot) yazdı
Some MacOS-tk combinations need .update_idletasks(). The call is both unneeded and innocuous on Linux and Windows. Patch by Kevin Waltzer. (cherry picked from commit 9beaef62) Co-authored-by:
Terry Jan Reedy <tjreedy@udel.edu>
-
Miss Islington (bot) yazdı
(cherry picked from commit 46ebe61c) Co-authored-by:
HiyashiChuka <41299525+hiyashichuka@users.noreply.github.com>
-
Miss Islington (bot) yazdı
Rephrase it to "It raises a `ValueError`" (cherry picked from commit bcd1d971) Co-authored-by:
Lysandros Nikolaou <lisandrosnik@gmail.com>
-
Miss Islington (bot) yazdı
Multiprocessing test_timeout() now accepts a delta of 100 ms instead of just 50 ms, since the test failed with 135.8 ms instead of the expected 200 ms. (cherry picked from commit 5640d030) Co-authored-by:
Victor Stinner <vstinner@redhat.com>
-
- 02 Agu, 2018 3 kayıt (commit)
-
-
Miss Islington (bot) yazdı
In the documentation for the traceback module, the definitions of functions extract_tb(), format_list() and classmethod StackSummary.from_list() mention the old style 4-tuples that these functions used to return or accept. Since Python 3.5, however, they return or accept a FrameSummary object instead of a 4-tuple, or a StackSummary object instead of a list of 4-tuples. Co-authored-by:
torsava <torsava@redhat.com> Co-Authored-By:
Berker Peksag <berker.peksag@gmail.com> (cherry picked from commit f394ee5e)
-
Miss Islington (bot) yazdı
(cherry picked from commit dd74369c) Co-authored-by:
Tal Einat <taleinat+github@gmail.com>
-
Miss Islington (bot) yazdı
Added missing .grab_release() calls to all places where we call .grab_set(). (cherry picked from commit 10ea9409) Co-authored-by:
Tal Einat <taleinat+github@gmail.com>
-
- 31 Tem, 2018 5 kayıt (commit)
-
-
Miss Islington (bot) yazdı
-
Miss Islington (bot) yazdı
* Fix integer overflow in os.readv(), os.writev(), os.preadv() and os.pwritev() and in os.sendfile() with headers or trailers arguments (on BSD-based OSes and MacOS). * Fix sending the part of the file in os.sendfile() on MacOS. Using the trailers argument could cause sending more bytes from the input file than was specified. Thanks Ned Deily for testing on 32-bit MacOS. (cherry picked from commit 9d572732) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Serhiy Storchaka yazdı
* help(hashlib) didn't work because of incorrect module name in blake2b and blake2s classes. * Constructors blake2*(), sha3_*(), shake_*() and keccak_*() incorrectly accepted keyword argument "string" for binary data, but documented as accepting the "data" keyword argument. Now this parameter is positional-only. * Keyword-only parameters in blake2b() and blake2s() were not documented as keyword-only. * Default value for some parameters of blake2b() and blake2s() was None, which is not acceptable value. * The length argument for shake_*.digest() was wrapped out to 32 bits. * The argument for shake_128.digest() and shake_128.hexdigest() was not positional-only as intended. * TypeError messages for incorrect arguments in all constructors sha3_*(), shake_*() and keccak_*() incorrectly referred to sha3_224. Also made the following enhancements: * More accurately specified input and result types for strings, bytes and bytes-like objects. * Unified positional parameter names for update() and constructors. * Improved formatting. (cherry picked from commit f1d36d8e) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) yazdı
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (GH-8241) This reverts commit af810b35. This is not valid syntax (see bpo-32012). (cherry picked from commit 4b8a7f51) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit c48e26dc) Co-authored-by:
INADA Naoki <methane@users.noreply.github.com>
-
- 30 Tem, 2018 4 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 9045199c) Co-authored-by:
twisteroid ambassador <twisteroidambassador@users.noreply.github.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit 6921ef7b) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit 8e7e8bd8) Co-authored-by:
Segev Finer <segev208@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit 6cf82559) Co-authored-by:
erikjanss <erik.janssens@conceptive.be>
-
- 29 Tem, 2018 9 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 3f8c6913) Co-authored-by:
Mickaël Schoentgen <contact@tiger-222.fr>
-
Miss Islington (bot) yazdı
(cherry picked from commit 4e11c461) Co-authored-by:
Bo Bayles <bbayles@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit d2e902e4) Co-authored-by:
Franz Wöllert <franz.woellert@gmail.com>
-
Steve Dower yazdı
-
Steve Dower yazdı
Initial patch by R. David Murray.
-
Miss Islington (bot) yazdı
(cherry picked from commit c536beed) Co-authored-by:
Vinay Sajip <vinay_sajip@yahoo.co.uk>
-
Miss Islington (bot) yazdı
(cherry picked from commit 1d2dafa2) Co-authored-by:
Petr Viktorin <encukou@gmail.com> Co-authored-by:
INADA Naoki <methane@users.noreply.github.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit ce75df30) Co-authored-by:
ValeriyaSinevich <valeriya.sinevich@phystech.edu>
-
Miss Islington (bot) yazdı
(cherry picked from commit 11eb1a94) Co-authored-by:
Berker Peksag <berker.peksag@gmail.com>
-
- 28 Tem, 2018 5 kayıt (commit)
-
-
Miss Islington (bot) yazdı
Mathematically, bitwise operations on integers behave as if there were an infinite number of sign bits. Pragmatically, that gives the same answer as using one extra sign bit for the bitwise logical operations. (cherry picked from commit b4bc5cab) Co-authored-by:
Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>
-
Steve Dower yazdı
-
Miss Islington (bot) yazdı
(cherry picked from commit 8fe9eed9) Co-authored-by:
Dong-hee Na <donghee.na92@gmail.com>
-
Miss Islington (bot) yazdı
Clarify how to bind to all interfaces using socket (cherry picked from commit 95dfb9c3) Co-authored-by:
johnthagen <johnthagen@users.noreply.github.com>
-
Miss Islington (bot) yazdı
<!-- issue-number: bpo-5978 --> https://bugs.python.org/issue5978 <!-- /issue-number --> (cherry picked from commit 937fb55d) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
- 27 Tem, 2018 3 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 612dbefe) Co-authored-by:
Berker Peksag <berker.peksag@gmail.com>
-
Miss Islington (bot) yazdı
/usr/local/lib/pythonX.Y is used by Homebrew's Python already. (cherry picked from commit 3e7d18a5) Co-authored-by:
INADA Naoki <methane@users.noreply.github.com>
-
Miss Islington (bot) yazdı
Also, update the list of exceptions that may raised by PyMarshal_* functions. We usually don't document exceptions raised by a function, but in this case most of them were already documented in C API and standard library documentation. (cherry picked from commit defcffdf) Co-authored-by:
Berker Peksag <berker.peksag@gmail.com>
-
- 26 Tem, 2018 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Miss Islington (bot) yazdı
Enable and fix SMTPUTF8SimTests in test_smtplib. The tests for SMTPUTF8SimTests in test_smtplib.py were not actually being run because test_smtplib was still using the 'test_main' pattern, and the class was never added to test_main. Additionally, one of the tests needed to be moved to the non-UTF8 server class because it relies on the server not being UTF-8 compatible (and it had a bug in in). (cherry picked from commit 48ed88a9) Co-authored-by:
chason <chason@gmail.com>
-
- 25 Tem, 2018 2 kayıt (commit)
-
-
Miss Islington (bot) yazdı
On Windows, passing a negative value to local results in an OSError because localtime_s on Windows does not support negative timestamps. Unfortunately this means that fold detection for timestamps between 0 and max_fold_seconds will result in this OSError since we subtract max_fold_seconds from the timestamp to detect a fold. However, since we know there haven't been any folds in the interval [0, max_fold_seconds) in any timezone, we can hackily just forego fold detection for this time range on Windows. (cherry picked from commit 96d1e69a) Co-authored-by:
Ammar Askar <ammar_askar@hotmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit c0f0a766) Co-authored-by:
Aaron Ang <aaronang@users.noreply.github.com>
-
- 24 Tem, 2018 1 kayıt (commit)
-
-
Miss Islington (bot) yazdı
The script will exit with the number 0 (zero), instead of the letter O. (cherry picked from commit 95d34c2a) Co-authored-by:
Mariatta <Mariatta@users.noreply.github.com>
-