Searched +full:python +full:- +full:26 (Results 1 – 25 of 975) sorted by relevance
12345678910>>...39
| /external/python/cpython3/Lib/test/test_email/data/ |
| D | msg_43.txt | 1 From SRS0=aO/p=ON=bag.python.org=None@bounce2.pobox.com Fri Nov 26 21:40:36 2004 2 X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] 3 … nil nil "Banned file: auto__mail.python.bat in mail from you" "^From:" nil nil nil nil "Banned fi… 5 MIME-Version: 1.0 6 Message-Id: <edab.7804f5cb8070@python.org> 7 Content-Type: multipart/report; report-type=delivery-status; 8 charset=utf-8; 9 boundary="----------=_1101526904-1956-5" 10 X-Virus-Scanned: by XS4ALL Virus Scanner 11 X-UIDL: 4\G!!!<c"!UV["!M7C!! [all …]
|
| /external/python/cpython2/Lib/email/test/data/ |
| D | msg_43.txt | 1 From SRS0=aO/p=ON=bag.python.org=None@bounce2.pobox.com Fri Nov 26 21:40:36 2004 2 X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] 3 … nil nil "Banned file: auto__mail.python.bat in mail from you" "^From:" nil nil nil nil "Banned fi… 5 MIME-Version: 1.0 6 Message-Id: <edab.7804f5cb8070@python.org> 7 Content-Type: multipart/report; report-type=delivery-status; 8 charset=utf-8; 9 boundary="----------=_1101526904-1956-5" 10 X-Virus-Scanned: by XS4ALL Virus Scanner 11 X-UIDL: 4\G!!!<c"!UV["!M7C!! [all …]
|
| /external/mesa3d/docs/ |
| D | install.rst | 11 ----------------------------- 19 - `Meson <https://mesonbuild.com>`__ is required when building on \*nix 21 - Android Build system when building as native Android component. Meson 30 - GCC 8.0.0 or later (some parts of Mesa may require later versions) 31 - Clang 5.0 or later (some parts of Mesa may require later versions) 32 - Microsoft Visual Studio 2019 Version 16.11 or later and 38 - `Python <https://www.python.org/>`__ - Python 3.6 or newer is required. 39 - Python package ``packaging`` is required on Python 3.12+: 41 - `Python Mako module <https://www.makotemplates.org/>`__ - Python Mako 43 - Lex / Yacc - for building the Mesa IR and GLSL compiler. [all …]
|
| /external/python/cpython3/Doc/library/ |
| D | tokenize.rst | 1 :mod:`tokenize` --- Tokenizer for Python source 5 :synopsis: Lexical scanner for Python source code. 12 -------------- 14 The :mod:`tokenize` module provides a lexical scanner for Python source code, 15 implemented in Python. The scanner in this module returns comments as tokens 16 as well, making it useful for implementing "pretty-printers", including 17 colorizers for on-screen displays. 26 ---------------- 37 The generator produces 5-tuples with these members: the token type; the 38 token string; a 2-tuple ``(srow, scol)`` of ints specifying the row and [all …]
|
| /external/tensorflow/tensorflow/python/kernel_tests/image_ops/ |
| D | decode_png_op_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 from tensorflow.python.framework import constant_op 18 from tensorflow.python.framework import dtypes 19 from tensorflow.python.ops import array_ops 20 from tensorflow.python.ops import image_ops 21 import tensorflow.python.ops.nn_grad # pylint: disable=unused-import 22 from tensorflow.python.platform import test 32 137, 80, 78, 71, 13, 10, 26, 10, 0, 0, 0, 13, 73, 72, 68, 82, 0, 0, 0, 35 255, 6, 60, 1, 10, 68, 160, 26, 131, 0, 0, 0, 0, 73, 69, 78, 68, 174,
|
| /external/perfetto/test/trace_processor/diff_tests/parser/graphics/ |
| D | tests_gpu_trace.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 from python.generators.diff_tests.testing import Path, DataPath, Metric 17 from python.generators.diff_tests.testing import Csv, Json, TextProto 18 from python.generators.diff_tests.testing import DiffTestBlueprint 19 from python.generators.diff_tests.testing import TestSuite 37 12,7.000000,"Fragment / Second",0,"Number of fragments per second","26/22" 38 14,0.000000,"Triangle Acceleration",0,"Number of triangles per ms-ms","27/21:21" 40 22,14.000000,"Fragment / Second",0,"Number of fragments per second","26/22" 41 24,9.000000,"Triangle Acceleration",0,"Number of triangles per ms-ms","27/21:21" 43 32,21.000000,"Fragment / Second",0,"Number of fragments per second","26/22" [all …]
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.11.0a7.rst | 2 .. date: 2022-04-05-11-29-21 4 .. release date: 2022-04-05 9 for an un-parenthesized generator used as arguments. Patch by Matthieu 15 .. date: 2022-04-04-17-41-10 24 .. date: 2022-04-02-14-32-21 29 limitations. Python can now handle signals. To use, set 33 Python thread. 38 .. date: 2022-04-01-11-53-59 47 .. date: 2022-03-31-21-43-57 57 .. date: 2022-03-31-15-57-42 [all …]
|
| D | 3.11.0a6.rst | 2 .. date: 2022-03-06-20-16-13 4 .. release date: 2022-03-07 13 .. date: 2022-03-05-12-23-58 17 Include the type's name in the error message for subscripting non-generic 23 .. date: 2022-03-05-00-43-22 32 .. date: 2022-03-03-14-31-53 33 .. nonce: agf-3X 42 .. date: 2022-03-03-12-36-15 52 .. date: 2022-03-03-12-02-41 62 .. date: 2022-03-03-10-46-13 [all …]
|
| D | 3.8.0a4.rst | 2 .. date: 2019-04-29-15-34-59 4 .. release date: 2019-05-06 7 Fixes mishandling of pre-normalization characters in urlsplit(). 12 .. date: 2019-04-10-08-53-30 13 .. nonce: 51E-DA 16 Address CVE-2019-9740 by disallowing URL paths with embedded whitespace or 24 .. date: 2019-01-17-10-03-48 37 .. date: 2019-04-25-21-02-40 47 .. date: 2019-04-16-11-56-12 48 .. nonce: aeSg-D [all …]
|
| D | 3.11.0a3.rst | 2 .. date: 2021-12-08-11-06-53 4 .. release date: 2021-12-08 7 Restore behavior from 3.9 and earlier when sending non-None to newly started 16 .. date: 2021-12-07-11-24-24 26 .. date: 2021-12-05-17-36-08 37 .. date: 2021-12-01-15-38-04 48 .. date: 2021-12-01-14-06-36 59 .. date: 2021-11-28-11-25-08 69 .. date: 2021-11-26-23-26-25 73 Reverts a change to the ``code.__new__`` :ref:`audit event <audit-events>` [all …]
|
| D | 3.11.0a2.rst | 2 .. date: 2021-11-04-20-19-07 4 .. release date: 2021-11-05 13 .. date: 2021-11-02-09-27-46 17 :data:`sys.stdlib_module_names` now contains the macOS-specific module 23 .. date: 2021-10-23-13-49-00 33 .. date: 2021-10-20-11-57-31 37 Specialize simple calls to Python functions (no starargs, keyowrd dict, or 43 .. date: 2021-10-20-01-28-26 52 :ref:`expressions-value-comparisons` for information on total ordering). 53 It's generally true that the result of sorting simply isn't well-defined in [all …]
|
| D | 3.7.0a2.rst | 2 .. date: 2017-10-16-14-27-25 3 .. nonce: K-uRRm 4 .. release date: 2017-10-16 11 great copy-on-write stability at fork(). 16 .. date: 2017-10-08-10-00-55 26 .. date: 2017-10-06-02-10-48 35 .. date: 2017-10-06-00-27-04 44 .. date: 2017-10-03-23-46-39 48 The -u option now makes the stdout and stderr streams unbuffered rather than 49 line-buffered. [all …]
|
| D | 3.10.0a6.rst | 2 .. date: 2021-02-14-15-59-16 4 .. release date: 2021-03-01 13 .. date: 2021-02-26-13-17-52 23 .. date: 2021-02-22-19-00-00 33 .. date: 2021-02-20-16-50-22 37 Add a new :c:func:`PySet_CheckExact` function to the C-API to check if an 44 .. date: 2021-02-18-15-12-30 52 in Python is not affected, globals cannot be overridden with this syntax: it 58 .. date: 2021-02-17-19-02-21 69 .. date: 2021-02-07-03-27-14 [all …]
|
| D | 3.10.0a3.rst | 2 .. date: 2020-05-28-06-06-47 4 .. release date: 2020-12-07 8 making constant-time-defeating optimizations less likely. 13 .. date: 2020-12-05-22-34-47 25 .. date: 2020-12-02-20-23-31 29 Several built-in and standard library types now ensure that their internal 33 - :meth:`collections.OrderedDict.items() <collections.OrderedDict>` 35 - :meth:`dict.items` 37 - :func:`enumerate` 39 - :func:`functools.reduce` [all …]
|
| D | 3.9.0a2.rst | 2 .. date: 2019-12-01-22-44-40 4 .. release date: 2019-12-18 15 .. date: 2019-11-21-21-36-54 28 .. date: 2019-11-15-00-54-42 37 .. date: 2019-12-17-23-20-51 47 .. date: 2019-12-17-21-45-36 57 .. date: 2019-12-12-21-05-43 68 .. date: 2019-12-09-17-05-53 72 In Python 3.9.0a1, sys.argv[0] was made an absolute path if a filename was 79 .. date: 2019-12-09-10-38-51 [all …]
|
| D | 3.10.0a5.rst | 2 .. date: 2021-01-18-09-27-31 4 .. release date: 2021-02-02 13 .. date: 2021-01-30-11-31-44 19 * An new function ``_PyEval_Vector`` is added to simplify calls to Python from C. 26 .. date: 2021-01-29-17-48-44 27 .. nonce: jR-3kC 36 .. date: 2021-01-24-20-19-55 45 .. date: 2021-01-24-18-02-05 49 Improve error message in the parser when using un-parenthesised tuples in 55 .. date: 2021-01-20-23-44-15 [all …]
|
| D | 3.9.0a1.rst | 2 .. date: 2019-11-18-16-17-56 4 .. release date: 2019-11-19 13 .. date: 2019-11-14-16-13-23 22 .. date: 2019-10-08-19-29-55 23 .. nonce: QL7s0- 31 .. date: 2019-09-25-13-21-09 36 rendering the document page as HTML. (Contributed by Dong-hee Na in 42 .. date: 2019-09-23-21-02-46 47 CVE-2019-15903. 52 .. date: 2019-08-27-01-13-05 [all …]
|
| D | 3.8.0b1.rst | 2 .. date: 2019-05-21-23-20-18 4 .. release date: 2019-06-04 7 CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and 14 .. date: 2019-02-24-18-48-16 19 loop when there are too many non-ASCII characters in a header. 24 .. date: 2018-03-30-12-26-47 34 .. date: 2019-06-03-00-51-02 44 .. date: 2019-06-01-20-03-13 54 .. date: 2019-06-01-16-53-41 55 .. nonce: dZ3-NY [all …]
|
| D | 3.7.0a3.rst | 2 .. date: 2017-12-02-21-37-22 3 .. nonce: Wt25-N 4 .. release date: 2017-12-05 16 .. date: 2017-11-27-08-37-34 27 .. date: 2017-11-26-14-36-30 37 .. date: 2017-11-24-01-13-58 49 .. date: 2017-11-16-03-44-08 53 Add a new "developer mode": new "-X dev" command line option to enable debug 59 .. date: 2017-11-15-10-49-35 70 .. date: 2017-11-13-00-37-11 [all …]
|
| D | 3.11.0a1.rst | 2 .. date: 2021-08-29-12-39-44 4 .. release date: 2021-10-05 13 .. date: 2021-07-25-20-04-54 23 .. date: 2021-06-29-23-40-22 36 .. date: 2021-06-29-02-45-53 41 for the CVE-2013-0340 "Billion Laughs" vulnerability. This copy is most used 47 .. date: 2021-05-08-11-50-46 58 .. date: 2021-05-05-17-37-04 68 .. date: 2021-10-04-16-11-50 78 .. date: 2021-09-21-22-27-25 [all …]
|
| /external/python/cpython2/Misc/ |
| D | developers.txt | 16 agreement from the committer. See http://www.python.org/psf/contrib/ 19 This file is encoded in UTF-8. If the usual form for a name is not in 24 ------------------- 26 - David Malcolm was given commit access on Oct 27 2010 by GFB, 29 - Tal Einat was given commit access on Oct 4 2010 by MvL, 32 - Łukasz Langa was given commit access on Sep 08 2010 by GFB, 35 - Daniel Stutzbach was given commit access on Aug 22 2010 by MvL, 38 - Ask Solem was given commit access on Aug 17 2010 by MvL, 42 - George Boutsioukis was given commit access on Aug 10 2010 45 - Éric Araujo was given commit access on Aug 10 2010 by BAC, [all …]
|
| /external/perfetto/test/trace_processor/diff_tests/parser/android/ |
| D | tests_android_input_event.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 from python.generators.diff_tests.testing import Path 17 from python.generators.diff_tests.testing import Csv 18 from python.generators.diff_tests.testing import DiffTestBlueprint 19 from python.generators.diff_tests.testing import TestSuite 55 "display_id","-1" 175 26,759309047,89110,212 200 1,"dispatched_pointer[0].axis_value_in_window[2].value","-0.450637996196747" 213 2,"dispatched_pointer[0].axis_value_in_window[2].value","-0.450681000947952" 226 3,"dispatched_pointer[0].axis_value_in_window[2].value","-0.450637996196747" [all …]
|
| /external/tensorflow/tensorflow/c/experimental/saved_model/core/ |
| D | signature_def_function.h | 7 http://www.apache.org/licenses/LICENSE-2.0 30 // for SignatureDefFunction's intended user-facing semantics. 33 // Note(bmzhao): Implementation-wise, SignatureDefFunctions are always saved as 38 …bcefa44cd335c1db4a703a13da09f29ae1bbdb2/tensorflow/python/saved_model/signature_serialization.py#L… 42 …nsorflow/tensorflow/blob/26c4ee0c833e74f94d0102d8b005c41a28b44445/tensorflow/python/saved_model/si… 44 …nsorflow/tensorflow/blob/26c4ee0c833e74f94d0102d8b005c41a28b44445/tensorflow/python/saved_model/si… 48 …w/blob/9bcefa44cd335c1db4a703a13da09f29ae1bbdb2/tensorflow/core/protobuf/meta_graph.proto#L318-L321
|
| /external/bcc/tools/ |
| D | vfscount.py | 1 #!/usr/bin/env python 2 # @lint-avoid-python-3-compatibility-imports 12 # 14-Aug-2015 Brendan Gregg Created this. 28 except: # also catches -h, --help 50 print("Tracing... Ctrl-C to end.") 58 print("\n%-16s %-26s %8s" % ("ADDR", "FUNC", "COUNT")) 61 print("%-16x %-26s %8d" % (k.ip, b.ksym(k.ip), v.value))
|
| /external/python/httplib2/ |
| D | .travis.yml | 1 language: python 9 - $HOME/.cache 13 - pip_install_common='pip>=9.0 setuptools>=43.0 wheel>=0.30' 14 python: 15 - 2.7 16 - 3.5 17 - 3.6 18 - 3.7 19 install: pip install $pip_install_common 'codecov>=2.0.15' -r requirements-test.txt 20 script: script/test -sv && codecov [all …]
|
12345678910>>...39