Home
last modified time | relevance | path

Searched refs:Issue (Results 1 – 25 of 225) sorted by relevance

123456789

/external/python/mock/
DNEWS4 - Issue #26323: Add Mock.assert_called() and Mock.assert_called_once()
7 - Issue #22138: Fix mock.patch behavior when patching descriptors. Restore
10 - Issue #24857: Comparing call_args to a long sequence now correctly returns a
13 - Issue #23004: mock_open() now reads binary data correctly when the type of
16 - Issue #21750: mock_open.read_data can now be read from each instance, as it
19 - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
22 - Issue #23661: unittest.mock side_effects can now be exceptions again. This
25 - Issue #23310: Fix MagicMock's initializer to work with __methods__, just
28 - Issue #23568: Add rdivmod support to MagicMock() objects.
31 - Issue #23581: Add matmul support to MagicMock. Patch by Håkan Lövdahl.
[all …]
/external/python/six/
DCHANGES32 - Issue #122: Improve the performance of `six.int2byte` on Python 3.
45 - Issue #106: Support the `flush` parameter to `six.print_`.
53 - Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and
56 - Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax.
58 - Issue #97: Optimize `six.iterbytes` on Python 2.
60 - Issue #98: Fix `six.moves` race condition in multi-threaded code.
65 - Issue #112: `six.moves.reload_module` now uses the importlib module on
71 - Issue #90: Add `six.moves.shlex_quote`.
73 - Issue #59: Add `six.moves.intern`.
77 - Issue #88: Fix add_metaclass when the class has `__slots__` containing
[all …]
/external/protobuf/csharp/
DCHANGES.txt34 - Issue 81: quoting for NUnit parameters.
35 - Issue 56: NuGet package is noisy
36 - Issue 70: Portable library project has some invalid Nunit-based code.
37 - Issue 71: CodedInputStream.ReadBytes go to slow path unnecessarily
38 - Issue 84: warning CS0219: The variable `size' is assigned but never used
50 - Issue 50: The XML serializer will fail to deserialize a message with empty
52 - Issue 45: Use of 'item' as a field name causes AmbiguousMatchException
53 - Issue 49: Generated nested static Types class should be partial
54 - Issue 38: Disable CLSCompliant warnings (3021)
55 - Issue 40: proto_path does not work for command-line file names
[all …]
/external/apache-commons-compress/
DRELEASE-NOTES.txt14 Issue: COMPRESS-460.
25 Issue: COMPRESS-456.
29 Issue: COMPRESS-457.
33 Issue: COMPRESS-455.
36 Issue: COMPRESS-459.
41 Issue: COMPRESS-463.
44 Issue: COMPRESS-462.
52 Issue: COMPRESS-443.
55 Issue: COMPRESS-449.
63 Issue: COMPRESS-452.
[all …]
/external/tcpdump/tests/
Daoe_1-v.out9 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0001cd4a
14 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0001cd4a
19 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0002cd63
24 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0003cd63
29 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0004cd63
34 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0005cd64
39 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0002cd63
44 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0003cd63
49 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0004cd63
54 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0005cd64
[all …]
/external/python/cpython3/Misc/
DHISTORY26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
44 - Issue #27774: Fix possible Py_DECREF on unowned object in _sre.
46 - Issue #27760: Fix possible integer overflow in binascii.b2a_qp.
48 - Issue #27758: Fix possible integer overflow in the _csv module for large record
51 - Issue #27568: Prevent HTTPoxy attack (CVE-2016-1000110). Ignore the
55 - Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
61 - Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
[all …]
/external/python/cpython2/Lib/idlelib/
DNEWS.txt5 - Issue #27854: Make Help => IDLE Help work again on Windows.
8 - Issue #25507: Add back import needed for 2.x encoding warning box.
11 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
14 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
16 - Issue #17642: add larger font sizes for classroom projection.
20 - Issue #25564: In section on IDLE -- console differences, mention that
23 - Issue #27714: text_textview and test_autocomplete now pass when re-run
27 - Issue #27452: add line counter and crc to IDLE configHandler test dump.
29 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
31 - Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
[all …]
/external/python/cpython3/Lib/idlelib/
DNEWS.txt91 Issue 35093: Document the IDLE document viewer in the IDLE doc.
532 Issue #29071: IDLE colors f-string prefixes but not invalid ur prefixes.
534 Issue #28572: Add 10% to coverage of IDLE's test_configdialog.
542 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
545 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
547 - Issue #27891: Consistently group and sort imports within idlelib modules.
549 - Issue #17642: add larger font sizes for classroom projection.
553 - Issue #25564: In section on IDLE -- console differences, mention that
556 - Issue #27821: Fix 3.6.0a3 regression that prevented custom key sets
559 - Issue #27714: text_textview and test_autocomplete now pass when re-run
[all …]
/external/apache-commons-compress/src/changes/
Drelease-notes.vm55 Issue: $issue. #if($!dueto != "")Thanks to $dueto. #end
84 Issue: $issue. #if($!dueto != "")Thanks to $dueto. #end
113 Issue: $issue. #if($!dueto != "")Thanks to $dueto. #end
142 Issue: $issue. #if($!dueto != "")Thanks to $dueto. #end
169 Issue: COMPRESS-263.
175 Issue: COMPRESS-287.
178 Issue: COMPRESS-286.
182 Issue: COMPRESS-289.
189 Issue: COMPRESS-285.
228 Issue: COMPRESS-260.
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue115/
DParameterizedTest.java38 Issue issue = new Issue(); in testAsJavaBeanProperty()
45 Issue issueParsed = (Issue) yaml.load(result); in testAsJavaBeanProperty()
50 class Issue { class
/external/python/setuptools/
DCHANGES.rst1154 * Issue #544: Fix issue with extra environment marker
1160 * Issue #543: Re-release so that latest release doesn't
1169 * Issue #533: Fixed intermittent test failures.
1170 * Issue #536: In msvc9_support, trap additional exceptions
1173 * Issue #537: Provide better context when package
1179 * Issue #523: Restored support for environment markers,
1185 * Issue #523: Disabled support for environment markers
1191 * Issue #503: Restore support for PEP 345 environment
1217 * Issue #422: Moved hosting to
1230 * Issue #519: Remove import hook when reloading the
[all …]
/external/deqp/android/cts/master/src/
Dvk-excluded-tests.txt1 # Issue 218: Excluded built-in function precision tests
12 # Issue 242: Excluded blend tests where propagated errors may be large
32 # Issue 419: Failing sparse tests (Image mismatch)
42 # Issue 420: Exclude problematic clipping tests
47 # Issue 431: Excluded copies and blitting tests
62 # Issue: b/66464066
65 # Issue: b/67022169
Dvk-test-issues.txt1 # Issue 217: Built-in function precision test issues
14 # Issue 233: Negative zero flat varying issue
20 # Issue 340: Cube map corner texel selection
23 # Issue 702: Tests use invalid conversion operations
/external/clang/test/Misc/
Dserialized-diags.m20 …-diags.m:8:4: error: use of undeclared identifier '_self'; did you mean 'self'? [] [Semantic Issue]
24 // CHECK: +-(null):0:0: note: 'self' is an implicit parameter [] [Semantic Issue]
26 …: warning: class 'Foo' defined without specifying a base class [-Wobjc-root-class] [Semantic Issue]
28 …{{.*[/\\]}}serialized-diags.m:1:15: note: add a super class to fix this problem [] [Semantic Issue]
/external/deqp/external/vulkancts/mustpass/1.1.3/src/
Dtest-issues.txt1 # Issue 233: Negative zero flat varying issue
7 # Issue 340: Cube map corner texel selection
10 # Issue 448: Precision issues with software texture sampling on X86 Linux
/external/deqp-deps/SPIRV-Tools/
Dprojects.md18 Each card is either a *Note* or a regular GitHub *Issue.*
19 A Note can be converted to an Issue.
47 by updating the Issue with their intent to do the work.
48 Once an Issue is claimed, the project manager moves the corresponding card
61 idea is likely to be an Issue which has been closed.
72 A *placeholder* is a Note or Issue that represents a possibly large amount
/external/swiftshader/third_party/SPIRV-Tools/
Dprojects.md18 Each card is either a *Note* or a regular GitHub *Issue.*
19 A Note can be converted to an Issue.
47 by updating the Issue with their intent to do the work.
48 Once an Issue is claimed, the project manager moves the corresponding card
61 idea is likely to be an Issue which has been closed.
72 A *placeholder* is a Note or Issue that represents a possibly large amount
/external/protobuf/csharp/protos/
Dunittest_issues.proto6 // Issue: Non-"Google.Protobuffers" namespace will ensure that protobuffer library types are qualif…
12 // Issue 307: when generating doubly-nested types, any references
57 // Issue 21: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=21
79 // Issue 45: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=45
/external/clang/include/clang/Basic/
DDiagnosticCategories.td10 class CatInlineAsm : DiagCategory<"Inline Assembly Issue">;
11 class CatBackend : DiagCategory<"Backend Issue">;
/external/skia/site/user/
Dissue-tracker.md1 Issue Tracking
4 The Skia Issue Tracker
6 [Skia's Issue Tracker](https://bugs.chromium.org/p/skia/issues/list)
/external/skqp/site/user/
Dissue-tracker.md1 Issue Tracking
4 The Skia Issue Tracker
6 [Skia's Issue Tracker](https://bugs.chromium.org/p/skia/issues/list)
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/
Drtc_unittests.gtest-memcheck.txt10 # Issue 3447
13 # Issue 4743
/external/shflags/doc/
DCHANGES-1.0.md40 Issue #20. Updated LGPL v2.1 license from
43 Issue #15. Use `gexpr` instead of `expr` on BSD variants.
50 Issue #22. Fixed broken testGetFlagInfo() test.
125 Issue# 1: When a user defines their own `--help` flag, no more warning is thrown
128 Issue# 2: Passing the `--nohelp` option no longer gives help output.
130 Issue# 3: Added support for screen width detection.
/external/tensorflow/.github/ISSUE_TEMPLATE/
D20-documentation-issue.md2 name: Documentation Issue
17 … the [doc style guide](https://www.tensorflow.org/community/documentation)) to fix the doc Issue?**
/external/catch2/docs/
Dlist-of-examples.md33 - Logging: [WARN - Issue warning](../examples/160-Log-Warn.cpp)
34 - Logging: [FAIL, FAIL_CHECK - Issue message and force failure/continue](../examples/170-Log-Fail.c…
35 - Logging: [SUCCEED - Issue message and continue](../examples/180-Log-Succeed.cpp)

123456789