- 11 Kas, 2018 1 kayıt (commit)
-
-
Miss Islington (bot) yazdı
The System Preferences Dock "prefer tabs always" setting disables some IDLE features. Menus are a bit different than as described for Windows and Linux. (cherry picked from commit 50ff02b4) Co-authored-by:
Terry Jan Reedy <tjreedy@udel.edu>
-
- 10 Kas, 2018 1 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 43a74abb) Co-authored-by:
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>
-
- 09 Kas, 2018 4 kayıt (commit)
-
-
Miss Islington (bot) yazdı
Co-Authored-By:
maggyero <gery.ogam@gmail.com> (cherry picked from commit 009b2f02) Co-authored-by:
Géry Ogam <gery.ogam@gmail.com>
-
Miss Islington (bot) yazdı
1) Convert weird field name "typ" to the more standard "type". 2) For the NUMBER type, convert the value to an int() or float(). 3) Simplify ``group(kind)`` to the shorter and faster ``group()`` call. 4) Simplify logic go a single if-elif chain to make this easier to extend. 5) Reorder the tests to match the order the tokens are specified. This isn't necessary for correctness but does make the example easier to follow. 6) Move the "column" calculation before the if-elif chain so that users have the option of using this value in error messages. (cherry picked from commit b83942c7) Co-authored-by:
Raymond Hettinger <rhettinger@users.noreply.github.com>
-
Miss Islington (bot) yazdı
This typo doesn't affect the result because wrong bits are discarded on implicit conversion to unsigned char, but it trips UBSan with -fsanitize=implicit-integer-truncation. https://bugs.python.org/issue35194 (cherry picked from commit 7a69cf47) Co-authored-by:
Alexey Izbyshev <izbyshev@ispras.ru>
-
Miss Islington (bot) yazdı
Fix an off by one error in the peephole optimizer when checking for unreachable code beyond a return. Do a bounds check within find_op so it can return before going past the end as a safety measure. https://github.com/python/cpython/commit/7db3c488335168993689ddae5914a28e16188447GH-diff-a33329ae6ae0bb295d742f0caf93c137 introduced this off by one error while fixing another one nearby. This bug was shipped in all Python 3.6 and 3.7 releases. The included unittest won't fail unless you do a clang msan build. (cherry picked from commit 49fa4a9f) Co-authored-by:
Gregory P. Smith <greg@krypto.org>
-
- 08 Kas, 2018 3 kayıt (commit)
-
-
Julien Palard yazdı
-
Miss Islington (bot) yazdı
Pydoc now does not duplicate docstrings for aliases of inherited methods. (cherry picked from commit a44d34e1) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) yazdı
This reverts commit c64583b6 due to multiple buildbot failures when building it. (cherry picked from commit 6843ffe4) Co-authored-by:
Pablo Galindo <Pablogsal@gmail.com>
-
- 07 Kas, 2018 11 kayıt (commit)
-
-
Miss Islington (bot) yazdı
The constructor of subprocess.CalledProcessError in the check_output function had an extra None in it. (cherry picked from commit b9392504) Co-authored-by:
Pablo Galindo <Pablogsal@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit beed84ca) Co-authored-by:
Julien Palard <julien@palard.fr>
-
Miss Islington (bot) yazdı
Handle Unicode contents on localised Windows systems when activating a venv. activate.bat currently breaks on German Windows systems, as chcp.com does not return a plain number as on English systems, but (arbitrarily) appends a dot at the end (for example "Aktive Codepage: 850." instead of "Active Codepage: 850"). The dependency to chcp.com is removed and ctypes is used to get, set and restore the console output code page. The code page for console input is not changed. We can't use __VENV_PYTHON__ to find python.exe, since it's UTF-8. cmd.exe decodes the script using the console output code page. (cherry picked from commit c64583b6) Co-authored-by:
samstagern <30337691+samstagern@users.noreply.github.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit bfe1839a) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit ae31e3fb) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit c5eec442) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit cdb96f45) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit d6499103) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit ca03f3b9) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit ea6a28c9) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
Miss Islington (bot) yazdı
A program that runs indefinitely can overfill memory. (cherry picked from commit 76cd0c30) Co-authored-by:
Terry Jan Reedy <tjreedy@udel.edu>
-
- 06 Kas, 2018 5 kayıt (commit)
-
-
Miss Islington (bot) yazdı
Add a new subsection to the doc. (cherry picked from commit 75d9d59a) Co-authored-by:
Terry Jan Reedy <tjreedy@udel.edu>
-
Miss Islington (bot) yazdı
The test depended on '/usr/share/zoneinfo/posixrules' or equivalent because it set TZ without explicit DST transition rules. At least on OpenSUSE Tumbleweed that file is linked to '/etc/localtime', making the test fail with certain local timezones, such as 'Europe/Moscow' which doesn't have DST transitions since 2011. (cherry picked from commit f1b9ad3d) Co-authored-by:
Alexey Izbyshev <izbyshev@ispras.ru>
-
Miss Islington (bot) yazdı
(This should have been done with the first PR for this issue.) (cherry picked from commit f1d3efc2) Co-authored-by:
Terry Jan Reedy <tjreedy@udel.edu>
-
Miss Islington (bot) yazdı
The section is renamed from "IDLE -- console differences". It mostly covers the implications of using custom sys.stdxxx objects. (cherry picked from commit 5e790903) Co-authored-by:
Terry Jan Reedy <tjreedy@udel.edu>
-
Miss Islington (bot) yazdı
https://bugs.python.org/issue35119 (cherry picked from commit 0bee3c36) Co-authored-by:
Denis Osipov <osipov_d@list.ru>
-
- 05 Kas, 2018 3 kayıt (commit)
-
-
Miss Islington (bot) yazdı
§31.5.6.3. Importing a source file directly: `module_from_spec` is new in Python 3.5. (cherry picked from commit 16c8a534) Co-authored-by:
E Kawashima <e-kwsm@users.noreply.github.com>
-
Serhiy Storchaka yazdı
(cherry picked from commit 083a7a17)
-
Miss Islington (bot) yazdı
Two kind of mistakes: 1. Missed space. After concatenating there is no space between words. 2. Missed comma. Causes unintentional concatenating in a list of strings. (cherry picked from commit 34fd4c20) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
- 04 Kas, 2018 1 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 59668aa8) Co-authored-by:
Lysandros Nikolaou <lisandrosnik@gmail.com>
-
- 03 Kas, 2018 2 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit fe62d877) Co-authored-by:
İsmail Arılık <arilik.ismail@gmail.com>
-
Alexey Izbyshev yazdı
Use `__GNUC__` instead of non-existing `__GNUC_MAJOR__`. (cherry picked from commit e2ed5adc) https://bugs.python.org/issue35147
-
- 02 Kas, 2018 2 kayıt (commit)
-
-
BNMetrics yazdı
Some methods in the os module can accept path-like objects. This is documented in the general documentation but not in the function docstrings. To keep both in sync, the docstrings need to be updated to reflect that path-like objects are also accepted.. (cherry picked from commit b942707f) Co-authored-by:
BNMetrics <luna@bnmetrics.com>
-
Miss Islington (bot) yazdı
This could cause compile errors on macOS or other platforms. (cherry picked from commit 318ab63c) Co-authored-by:
Max Bélanger <aeromax@gmail.com>
-
- 01 Kas, 2018 4 kayıt (commit)
-
-
Miss Islington (bot) yazdı
* Include memo in the documented signature of copy.deepcopy() The memo argument is mentioned lower on the doc page under writing a `__deepcopy__` method, but is not included in the documented function signature. This makes it easy to miss, and can lead to incorrect/buggy implementations of `__deepcopy__` -- which is exatly what just happpend to me! (cherry picked from commit 0200928e) Co-authored-by:
Stephan Hoyer <shoyer@gmail.com>
-
Miss Islington (bot) yazdı
Needs backport to 3.7. In 3.6 the description is correct. (cherry picked from commit b83d917f) Co-authored-by:
Andriy Maletsky <andriy.maletsky@gmail.com>
-
Miss Islington (bot) yazdı
https://bugs.python.org/issue35075 (cherry picked from commit bf46a09d) Co-authored-by:
Pablo Galindo <Pablogsal@gmail.com>
-
Serhiy Storchaka yazdı
(cherry picked from commit 4b5e62db) Co-authored-by:
Pablo Aguiar <scorphus@gmail.com>
-
- 31 Eki, 2018 3 kayıt (commit)
-
-
Miss Islington (bot) yazdı
Don't call _Py_FatalError_PrintExc() nor flush_std_files() if the current thread doesn't hold the GIL, or if the current thread has no Python state thread. (cherry picked from commit 3a228ab1) Co-authored-by:
Victor Stinner <vstinner@redhat.com>
-
Miss Islington (bot) yazdı
_io.IncrementalNewlineDecoder's initializer possibly assigns out-of-range value to the bitwise struct field. (cherry picked from commit b08746bf) Co-authored-by:
Xiang Zhang <angwerzx@126.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit c9a61689) Co-authored-by:
Zackery Spytz <zspytz@gmail.com>
-