Searched +full:- +full:- +full:fix +full:- +full:imports +full:- +full:only (Results 1 – 25 of 233) sorted by relevance
12345678910
/external/python/cpython3/Lib/idlelib/ |
D | NEWS.txt | 2 Released on 2019-??-?? 6 bpo-36176: Fix IDLE autocomplete & calltip popup colors. 10 bpo-36152: Remove colorizer.ColorDelegator.close_when_done and the 14 bpo-36096: Make colorizer state variables instance-only. 16 bpo-24310: Document settings dialog font tab sample. 18 bpo-35689: Add docstrings and tests for colorizer. 20 bpo-35833: Revise IDLE doc for control codes sent to Shell. 23 bpo-35770: IDLE macosx deletes Options => Configure IDLE. 28 bpo-35769: Change new file name from 'Untitled' to 'untitled'. 30 bpo-35660: Fix imports in window module. [all …]
|
/external/javapoet/ |
D | CHANGELOG.md | 4 JavaPoet 1.11.1 *(2018-05-16)* 5 ----------------------------- 7 * Fix: JavaPoet 1.11 had a regression where `TypeName.get()` would throw on error types, masking 12 JavaPoet 1.11.0 *(2018-04-29)* 13 ----------------------------- 20 JavaPoet 1.10.0 *(2018-01-27)* 21 ----------------------------- 24 * New: `$Z` as an optional newline (zero-width space) if a line may exceed 100 chars. 28 * Fix: Include annotations when emitting type variables. 29 * Fix: Use the right imports for annotated type parameters. [all …]
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6b3.rst | 4 .. release date: 20-Aug-2008 41 Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by denying s# to 51 Fix an assertion failure when an empty but presized dict object was stored 142 .. nonce: 6arfb- 200 Remove unneeded imports of 'sys' and 'warnings' from 'io'. 209 Remove unneeded imports of 'warnings' from shelve, filecmp, and 226 .. nonce: 76LS-7 230 2nd parameter. (windows only) 245 .. nonce: 1-8Grp 268 in the email package, content-type parsing was hanging on pathological input [all …]
|
D | 2.6b2.rst | 4 .. release date: 17-Jul-2008 7 Fix inconsistent behavior of the bytearray type: all its methods now allow 18 Fix incorrect parsing of '020000000000.0', which produced a ValueError 25 .. nonce: -lGbUY 39 'float.fromhex' to convert floating-point numbers to and from hexadecimal 59 .. nonce: -0HAEB 64 incorrectly defined __package__ attribute will now only prevent relative 65 imports in that module rather than causing all imports from that module to 76 instance dictionary when looking up __unicode__ on new-style classes. 85 Fix a crash inside the print statement, if sys.stdout is set to a custom [all …]
|
D | 2.6a1.rst | 4 .. release date: 29-Feb-2008 127 Fix an infinite recursion triggered when printing a subclass of 147 Limit free list of method and built-in function objects to 256 entries each. 158 internal free lists of pre-allocted ints and floats. 177 Fix a bug that identifies 0j and -0j when they appear in the same code unit. 245 .. nonce: GX0t-e 259 Python compiles with --enable-unicode=no again. However several extension 266 .. nonce: -TxSag 328 speedups in heavily object-oriented code. 334 .. nonce: JYdqH- [all …]
|
D | 2.7a1.rst | 4 .. release date: 2009-12-05 18 This only affects 'inf' and 'nan', since 'f' no longer converts to 'g' for 39 1e-100 used to raise OverflowError, but now gives the requested 120 46 .. nonce: Z3-djS 67 Fix crash when importing some extensions in a thread on MacOSX 10.6. 78 round-half-to-even rounding mode). Previously it gave a string based on 80 similarly. On platforms where the correctly-rounded strtod and dtoa code is 90 On almost all platforms: float-to-string and string-to-float conversions 93 constructors; old-style and new-style numeric formatting; serialization and 96 Decimal-to-float conversion. [all …]
|
/external/icu/icu4c/source/test/depstest/ |
D | depstest.py | 1 #! /usr/bin/python -B 2 # -*- coding: utf-8 -*- 6 # Copyright (C) 2011-2015, International Business Machines 15 This probably works only on Linux. 17 The exit code is 0 if everything is fine, 1 for errors, 2 for only warnings. 53 nm_result = subprocess.Popen(["nm", "--demangle", "--format=sysv", 54 "--extern-only", "--no-sort", path], 83 _obj_files[lib_obj_name] = {"imports": obj_imports, "exports": obj_exports} 102 imports = set() 110 imports |= obj_file["imports"] [all …]
|
/external/clang/docs/ |
D | Modules.rst | 10 …braries built as part of the software itself to provide structure, and third-party libraries. For … 12 .. code-block:: c 16 …ately by linking against the appropriate library. For example, by passing ``-lSomeLib`` to the lin… 18 Modules provide an alternative, simpler way to use software libraries that provides better compile-… 21 ------------------------------- 24 * **Compile-time scalability**: Each time a header is included, the 43 C++ Standard Library's implementation. More subtle real-world 58 barrier to entry for developers coming from non-C languages, are 62 * **Tool confusion**: In a C-based language, it is hard to build tools 67 Objective-C++, or one of the variants of these languages? What [all …]
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_urllib.py | 1 """Fix changes imports of urllib which are now incompatible. 7 # Local imports 88 for name in MAPPING[import_mod.value][:-1]: 90 names.append(Name(MAPPING[import_mod.value][-1][0], prefix=pref)) 94 """Transform for imports of specific module elements. Replaces 102 # Simple case with only a single member being imported 124 # we only care about the actual members 151 for elt in elts[:-1]: 154 names.extend(handle_name(elts[-1], pref)) 162 for new_node in new_nodes[:-1]: [all …]
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_urllib.py | 1 """Fix changes imports of urllib which are now incompatible. 7 # Local imports 87 for name in MAPPING[import_mod.value][:-1]: 89 names.append(Name(MAPPING[import_mod.value][-1][0], prefix=pref)) 93 """Transform for imports of specific module elements. Replaces 101 # Simple case with only a single member being imported 123 # we only care about the actual members 150 for elt in elts[:-1]: 153 names.extend(handle_name(elts[-1], pref)) 161 for new_node in new_nodes[:-1]: [all …]
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 1 <article class="markdown-body"> 11 <http://01org.github.io/parameter-framework/doc/classCParameterMgrPlatformConnector.html> 25 Implement [req-post-mortem-debug]. 35 There is no "two-step-creation" requirement. This is an implementation detail. 39 Deffered application requirement; see [req-multiple-criterion-change-atomicity] 45 see [req-introspection] especialy the point about parameter properties. 50 Tuning capability activation control; see section [req-disabling] in [req-tuning]. 56 Currently only used for XML generation. There is no requirement associated. 62 Currently only used for XML generaton. There is no requirement associated. 68 Currently only used for XML generation. There is no requirement associated. [all …]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a4.rst | 4 .. release date: 2016-08-15 7 Optimized creating bytes and bytearray from byte-like objects and iterables. 137 code from Jelle Zijlstra. (See also: bpo-27524) 153 .. nonce: X-V4U1 156 Support "anti-registration" of special methods from various ABCs, like 159 not defined at all. (Previously, this mechanism existed only for __hash__, 179 Prevent segfault after interpreter re-initialization due to ref count 191 keyword-only. 278 Undocumented support of general bytes-like objects as path in compile() and 288 Undocumented support of general bytes-like objects as paths in os functions [all …]
|
D | 3.5.3rc1.rst | 4 .. release date: 2017-01-02 25 Fix a memory leak in split-table dictionaries: setattr() must not convert 42 .. nonce: K6wQ-3 51 .. nonce: i-pv6d 61 .. nonce: -qOTxS 65 a monkey-patched len() function. 85 compile-time PYTHONPATH components. 120 .. nonce: oPD-5D 181 Fix crash when GC runs during weakref callbacks. 209 Fix incorrect type in error message from ``complex(1.0, {2:3})``. Patch by [all …]
|
D | 3.7.0b3.rst | 2 .. date: 2018-03-25-12-05-43 4 .. release date: 2018-03-29 7 Harden ssl module against LibreSSL CVE-2018-8970. 14 .. date: 2018-03-05-10-09-51 18 Minimal fix to prevent buffer overrun in os.symlink on Windows 23 .. date: 2018-03-02-10-24-52 29 refactored. This resolves CVE-2018-1060 and CVE-2018-1061. Patch by Jamie 35 .. date: 2018-03-25-19-49-06 39 When using the -m switch, sys.path[0] is now explicitly expanded as the 41 (which allows imports from the current working directory at the time of the [all …]
|
/external/python/pyasn1/ |
D | CHANGES.rst | 2 Revision 0.4.3, released 23-05-2018 3 ----------------------------------- 5 - Copyright notice extended to the year 2018 6 - Fixed GeneralizedTime.asDateTime to perform milliseconds conversion 9 Revision 0.4.2, released 23-11-2017 10 ----------------------------------- 12 - Fixed explicit tag splitting in chunked encoding mode at 15 Revision 0.4.1, released 23-11-2017 16 ----------------------------------- 18 - ANY DEFINED BY clause support implemented [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 17.2.6.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 20 Mesa 17.2.6 is a bug fix release which fixes bugs found since the 17.2.5 release. 27 4.5 is <strong>only</strong> available if requested at context creation 34 a9ed76702ffb14ad674ad48899f5c8c7e3a0f987911878a5dfdc4117dce5b415 mesa-17.2.6.tar.gz 35 6ad85224620330be26ab68c8fc78381b12b38b610ade2db8716b38faaa8f30de mesa-17.2.6.tar.xz 46 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=100438">Bug 100438</a> - glsl/ir.cpp:1376… 48 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102177">Bug 102177</a> - [SKL] ES31-CTS.c… 50 …tps://bugs.freedesktop.org/show_bug.cgi?id=103115">Bug 103115</a> - [BSW BXT GLK] dEQP-VK.spirv_as… 52 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=103519">Bug 103519</a> - wayland egl apps… [all …]
|
/external/clang/lib/Format/ |
D | SortJavaScriptImports.cpp | 1 //===--- SortJavaScriptImports.h - Sort ES6 Imports -------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 11 /// \brief This file implements a sort operation for JavaScript ES6 imports. 13 //===----------------------------------------------------------------------===// 31 #define DEBUG_TYPE "format-formatter" 47 // Ignore Range for comparison, it is only used to stitch code together, in operator ==() 48 // but imports at different code locations are still conceptually the same. in operator ==() 67 // imports and exports support individual symbols, but also a wildcard syntax: 71 // This struct represents both exports and imports to build up the information 85 // Prefix from "import * as prefix". Empty for symbol imports and `export *`. [all …]
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | setup.py | 48 # imports might fail. This affects only the modules imported before os.chdir(). 49 # These modules are searched first in sys.path[0] (so '' -- the CWD) and if 55 # the packages to prevent later imports to fail when the CWD is different. 66 # fix is to set the stack limit to 2048.
|
/external/python/setuptools/ |
D | CHANGES.rst | 2 ------- 11 ------- 17 ------- 22 * #296: Removed long-deprecated support for iteration on 30 ------- 32 * #1288: Add support for maintainer in PKG-INFO. 35 ------- 37 * #1292: Avoid generating ``Provides-Extra`` in metadata when 41 ------- 46 ------- [all …]
|
/external/python/cpython2/Doc/library/ |
D | 2to3.rst | 1 .. _2to3-reference: 3 2to3 - Automated Python 2 to 3 code translation 17 .. _2to3-using: 20 ---------- 38 .. code-block:: shell-session 44 file is made unless :option:`!-n` is also given.) Writing the changes back is 45 enabled with the :option:`!-w` flag: 47 .. code-block:: shell-session 49 $ 2to3 -w example.py 61 By default, 2to3 runs a set of :ref:`predefined fixers <2to3-fixers>`. The [all …]
|
/external/python/oauth2client/ |
D | CHANGELOG.md | 8 * Fix Python 3.5 compatibility. (#531) 9 * Add `oauth2client.contrib.sqlalchemy`, a SQLAlchemy-based credential store. (#527) 13 * Refactor all django-related code into `oauth2client.contrib.django_util`. Add `DjangoORMStorage`,… 14 * Fix application default credentials resolution order. (#570) 27 …d `oauth2client.contrib.django_orm` have been updated to support Django 1.8 - 1.10. Versions of Dj… 32 * Fix `oauth2client.client.DeviceFlowInfo` to use UTC instead of the system timezone when calculati… 36 * Fix issue where `flask_util.UserOAuth2.required` would accept expired credentials (#452). 37 * Fix issue where `flask_util` would fill the session with `Flow` objects (#498). 38 * Fix issue with Python 3 binary strings in `Flow.step2_exchange` (#446). 57 * Fix error in `django_util` sample code (#438) [all …]
|
/external/v8/src/ |
D | contexts.cc | 2 // Use of this source code is governed by a BSD-style license that can be 10 #include "src/isolate-inl.h" 11 #include "src/objects/module-inl.h" 20 int used = table->used(); in Extend() 21 int length = table->length(); in Extend() 25 Isolate* isolate = script_context->GetIsolate(); in Extend() 27 isolate->factory()->CopyFixedArrayAndGrow(table, length); in Extend() 28 copy->set_map(ReadOnlyRoots(isolate).script_context_table_map()); in Extend() 33 result->set_used(used + 1); in Extend() 35 DCHECK(script_context->IsScriptContext()); in Extend() [all …]
|
/external/bcc/tools/old/ |
D | profile.py | 2 # @lint-avoid-python-3-compatibility-imports 9 # counting there. Only the unique stacks and counts are passed to user space 10 # at the end of the profile, greatly reducing the kernel<->user transfer. 16 # Kernel stacks are post-process in user-land to skip the interrupt framework 18 # of frames to skip with -s, provided you know what that is. If you get -s 21 # Note: if another perf-based sampling session is active, the output may become 37 # 15-Jul-2016 Brendan Gregg Created this. 73 ./profile # profile stack traces at 49 Hertz until Ctrl-C 74 ./profile -F 99 # profile stack traces at 99 Hertz 75 ./profile 5 # profile at 49 Hertz for 5 seconds only [all …]
|
/external/python/cpython3/Doc/library/ |
D | 2to3.rst | 1 .. _2to3-reference: 3 2to3 - Automated Python 2 to 3 code translation 17 .. _2to3-using: 20 ---------- 38 .. code-block:: shell-session 44 file is made unless :option:`!-n` is also given.) Writing the changes back is 45 enabled with the :option:`!-w` flag: 47 .. code-block:: shell-session 49 $ 2to3 -w example.py 61 By default, 2to3 runs a set of :ref:`predefined fixers <2to3-fixers>`. The [all …]
|
/external/scapy/scapy/contrib/ |
D | pnio_rtc.py | 17 # scapy.contrib.description = ProfinetIO Real-Time Cyclic (RTC) 21 PROFINET IO layers for scapy which correspond to Real-Time Cyclic data 24 # external imports 29 # Scapy imports 37 # local imports 44 ## PROFINET Real-Time Data Packets ## 48 """IOCS and IOPS packets for PROFINET Real-Time payload""" 62 """Raw data packets for PROFINET Real-Time payload. 64 It's a configurable packet whose config only includes a fix length. The 78 defined, the field will always be length-long (padded with b"\\x00" if [all …]
|
12345678910