Home
last modified time | relevance | path

Searched full:issue (Results 1 – 25 of 4094) sorted by relevance

12345678910>>...164

/third_party/python/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 …]
/third_party/icu/tools/commit-checker/
Dcheck.py28 ICUIssue = namedtuple("ICUIssue", ["issue_id", "is_closed", "commit_wanted", "issue"])
67 if jira_issue.issue.fields.status.id in [S_REVIEWING, S_REVIEW_FEEDBACK]:
73 """Yields a CommitWanted enum with the policy decision for this particular issue"""
151 def pretty_print_issue(issue, type=None, **kwargs): argument
152 print("- %s: `%s`" % (issue.issue_id, issue.issue.fields.summary))
155 if issue.issue.fields.assignee:
156 print("\t- Assigned to %s" % issue.issue.fields.assignee.displayName)
160 if jira_issue_under_review(issue) and issue.issue.fields.customfield_10031:
161 print("\t- Reviewer: %s" % issue.issue.fields.customfield_10031.displayName)
162 print("\t- Jira Link: %s" % issue_id_to_url(issue.issue_id, **kwargs))
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.txt24 (public issue 1703).
35 and flags (internal issue 1844).
37 issue 2880).
39 are duplicates of 06166 / 06167 (internal issue 2944).
65 pointer, not an array (public issue 1456).
67 elink:VkPipelinCreateFlagBits values (public issue 1676).
68 * Fix typo in apiext:VK_INTEL_shader_integer_functions2 (public issue
76 Vulkan-ValidationLayers issue 3225).
82 apiext:VK_KHR_maintenance4 extension (internal issue 2885).
84 chapter>> describing typo aliases (internal issue 2897).
[all …]
DChangeLog.adoc23 * Fix markup issue in extension refpages (public issue 2288).
28 flink:vkCreateWin32SurfaceKHR (internal issue 3402).
30 bit value`" terminology (internal issue 3728).
67 dynamic rendering VUs (public issue 2275).
78 issue 3563).
79 * Add alignment VUs to flink:vkCmdDrawIndirectByteCountEXT (internal issue
83 issue 3694).
84 * Update common pipeline create info VUs for create flags (internal issue
88 (internal issue 3711).
122 elink:VkPhysicalDeviceSchedulingControlsFlagBitsARM (public issue 2277).
[all …]
Dstyleguide.txt188 to extension names (internal issue 2831).
193 (internal issue 2040).
198 section based on the Khronos Inclusive Language list (internal issue
218 (internal issue 2662).
220 <<writing-compound-words, preferred orthography>> (public issue 1484).
226 bitmask types (internal issue 2565).
230 issue 2195).
232 <<markup-word-choices, Word Choices>> (internal issue 2291).
234 Error Codes>> section to guide authors of new commands (internal issue
242 public release (public issue 1263).
[all …]
/third_party/python/Doc/whatsnew/
D3.7.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
504 :issue:`12844` and :issue:`18896`.)
507 whitespace, not only spaces. (Contributed by Robert Xiao in :issue:`28927`.)
512 (Contributed by INADA Naoki in :issue:`32677`.)
516 :issue:`29546`.)
520 (Contributed by Serhiy Storchaka in :issue:`30024`.)
524 (Contributed by Serhiy Storchaka in :issue:`28974`.)
530 (Contributed by Nathaniel J. Smith in :issue:`30579`.)
536 (Contributed by Nick Coghlan in :issue:`33053`.)
541 (Contributed by Inada Naoki in :issue:`31415`.)
[all …]
D3.9.rst40 (Contributed by P.Y. Developer in :issue:`12345`.)
160 (Contributed by Brandt Bucher in :issue:`36144`.)
170 :issue:`39939`.)
190 Ethan Smith, and Batuhan Taşkaya in :issue:`39481`.)
213 Pablo Galindo and Lysandros Nikolaou in :issue:`40334`.)
222 (Contributed by Ngalim Siregar in :issue:`37444`.)
230 (Contributed by Victor Stinner in :issue:`20443`.)
240 (Contributed by Victor Stinner in :issue:`37388`.)
245 (Contributed by Serhiy Storchaka in :issue:`28029`.)
249 (Contributed by Brandt Bucher in :issue:`39702`.)
[all …]
D3.10.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
65 * :issue:`12782`, Parenthesized context managers are now officially allowed.
146 in :issue:`12782` and :issue:`40334`.)
191 (Contributed by Pablo Galindo in :issue:`42864` and Batuhan Taskaya in
192 :issue:`40176`.)
217 This improvement was contributed by Pablo Galindo in :issue:`43914`.
232 (Contributed by Pablo Galindo in :issue:`42997`.)
244 (Contributed by Pablo Galindo in :issue:`43017`.)
259 (Contributed by Pablo Galindo in :issue:`43822`.)
273 (Contributed by Pablo Galindo in :issue:`43149`.)
[all …]
D3.8.rst40 (Contributed by P.Y. Developer in :issue:`12345`.)
116 (Contributed by Emily Morehouse in :issue:`35224`.)
187 (Contributed by Pablo Galindo in :issue:`36540`.)
205 (Contributed by Carl Meyer in :issue:`33499`.)
221 (Contributed by Victor Stinner in :issue:`36465`.)
228 (Contributed by Victor Stinner in :issue:`21536`.)
233 (Contributed by Victor Stinner in :issue:`36722`.)
251 (Contributed by Victor Stinner in :issue:`36721`.)
280 (Contributed by Eric V. Smith and Larry Hastings in :issue:`36817`.)
348 (Contributed by Victor Stinner in :issue:`36763`.)
[all …]
D3.6.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
600 (Contributed by INADA Naoki in :issue:`27350`. Idea
707 (Contributed by Victor Stinner in :issue:`26516` and :issue:`26564`.)
733 (Contributed by Łukasz Langa in :issue:`21590`, based on patches by
750 (Contributed by Andrew Barnert and Ivan Levkivskyi in :issue:`25958`.)
755 (Contributed by Emanuel Barry in :issue:`26823`.)
760 (Contributed by Eric Snow in :issue:`15767`.)
764 (Contributed by Martin Teichmann in :issue:`23722`.)
801 Contributed by Serhiy Storchaka in :issue:`26492`.
809 Contributed by Victor Stinner in :issue:`26146`.
[all …]
D3.5.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
80 methods. (Contributed by Arnon Yaari in :issue:`9951`.)
83 (Contributed by Antoine Pitrou in :issue:`23632`.)
87 by Benno Leslie and Yury Selivanov in :issue:`24450`.)
91 in :issue:`19235`.)
99 (Contributed by Victor Stinner in :issue:`19977`.)
140 manually. (See :issue:`22638` for more details; this change was
145 in :issue:`22796`.)
369 overall readability of the code. This issue is particularly important when
707 (Contributed by Serhiy Storchaka in :issue:`19676` and :issue:`22286`.)
[all …]
D3.4.rst55 :mod:`socket` module. (Contributed by P.Y. Developer in :issue:`12345`.)
90 (:issue:`16499`).
96 <whatsnew-marshal-3>` (:issue:`16475`).
122 on Unix <whatsnew-multiprocessing-no-fork>` (:issue:`8713`).
126 handling <whatsnew_email_contentmanager>` (:issue:`18891`).
139 (:issue:`16499`).
164 to None during finalization <whatsnew-pep-442>` (:issue:`18214`).
374 (Contributed by Nick Coghlan in :issue:`7475`, :issue:`17827`,
375 :issue:`17828` and :issue:`19619`.)
410 :issue:`18111`.)
[all …]
D2.7.rst47 (Contributed by P.Y. Developer; :issue:`12345`.)
73 feature or the issue on https://bugs.python.org in which a change was
144 on stdlib-sig and carried out in :issue:`7319`.)
607 Backported to 2.7 by Alexandre Vassalotti; :issue:`1967`.
667 Backported to 2.7 by Antoine Pitrou; :issue:`2396`.
693 Backported by Alexandre Vassalotti; :issue:`2335`.
707 Backported by Alexandre Vassalotti; :issue:`2333`.
758 :file:`dtoa.c` library; :issue:`7117`.
782 (Implemented by Mark Dickinson; :issue:`3166`.)
785 implemented by Mark Dickinson; :issue:`1811`.)
[all …]
D3.3.rst40 (Contributed by P.Y. Developer in :issue:`12345`.)
174 b or c are now hashable. (Contributed by Antoine Pitrou in :issue:`13411`.)
199 (Contributed by Stefan Krah in :issue:`10181`.)
254 not be used with the new Unicode API (see :issue:`13054`).
311 by Brian Curtin in :issue:`3561`.)
686 :issue:`2377` - Replace __import__ w/ importlib.__import__
687 :issue:`13959` - Re-implement parts of :mod:`imp` in pure Python
688 :issue:`14605` - Make import machinery explicit
689 :issue:`14646` - Require loaders set __loader__ and __package__
784 (Contributed by Ezio Melotti in :issue:`12753`.)
[all …]
/third_party/jinja2/
DCHANGES.rst21 :issue:`1645`
22 - Handle race condition in ``FileSystemBytecodeCache``. :issue:`1654`
31 :issue:`1637`
56 - Add support for native types in macros. :issue:`1510`
59 ``{% trans "title" %}``. :issue:`1430`
64 - Add ``items`` filter. :issue:`1561`
66 calls when the environment is in async mode. :issue:`1573`
69 control this. :issue:`1463`
81 :issue:`1535`
85 :issue:`1514`
[all …]
/third_party/python/Lib/idlelib/
DNEWS.txt40 and 'Go to Line' to help IDLE issue triagers.
424 documented for this issue, running IDLE with this setting causes
449 Issue 35093: Document the IDLE document viewer in the IDLE doc.
817 * Add class config.ConfigChanges based on changes_class_v4.py on bpo issue.
885 Issue #29071: IDLE colors f-string prefixes but not invalid ur prefixes.
887 Issue #28572: Add 10% to coverage of IDLE's test_configdialog.
895 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
898 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
900 - Issue #27891: Consistently group and sort imports within idlelib modules.
902 - Issue #17642: add larger font sizes for classroom projection.
[all …]
/third_party/libphonenumber/
DCONTRIBUTING.md5 Please read the following before filing an issue or sending a pull request.
10 ## Checklist before filing an issue
13 * Is the issue reproducible using the
15 * Your issue may be resolved by upgrading to the latest version of the
22 * Has the issue already been discussed in the
27 ## Filing a metadata issue
42 As of March 2018, we kindly request that you use Google's [Issue Tracker](http://issuetracker.googl…
43 to report issues with the library. Using Issue Tracker will enable to us to
45 reported at Google. Note that we transitioned active GitHub issues to Issue Tracker,
46 but anything inactive for over a year must be filed again. To check if your issue
[all …]
/third_party/noto-cjk/Serif/
DHISTORY.md13 - Map all regions to uni635C-JP per [Issue #98](https://github.com/adobe-fonts/source-han-serif/iss…
15 - Fixed mapping for U+3106C �� in the TW CMap resource per [Issue #100](https://github.com/adobe-fo…
17 - Removed DSIG from variable OTCs per [Issue #103](https://github.com/adobe-fonts/source-han-serif/…
19 - Fixed TW/HK mapping for glyphs containing ��. See [Issue #105](https://github.com/adobe-fonts/sou…
23 - Fixed TW/HK mapping for 倉-composed glyphs. See [Issue #107](https://github.com/adobe-fonts/source…
25 - Fixed TW/HK mapping for 全-composed glyphs. See [Issue #109](https://github.com/adobe-fonts/source…
27 - Fixed TW/HK mapping for 㒼, 兩 and 㚒-composed glyphs. See [Issue #110](https://github.com/adobe-fon…
29 - Fixed TW/HK mapping for 以-composed glyphs. See [Issue #111](https://github.com/adobe-fonts/source…
31 - Fixed HK mapping for U+7238 爸. See [Issue #112](https://github.com/adobe-fonts/source-han-serif/i…
33 - Fixed TW/HK mapping for 丑-composed glyphs. See [Issue #113](https://github.com/adobe-fonts/source…
[all …]
/third_party/python/Doc/tools/extensions/
Dsuspicious.py20 - each line defines a rule; if the rule matches, the issue
61 def __init__(self, docname, lineno, issue, line): argument
67 self.issue = issue # the markup fragment that triggered this rule
72 return '{0.docname},,{0.issue},{0.line}'.format(self)
106 # set when any issue is encountered in this document
123 def check_issue(self, line, lineno, issue): argument
124 if not self.is_ignored(line, lineno, issue):
125 self.report_issue(line, lineno, issue)
127 def is_ignored(self, line, lineno, issue): argument
128 """Determine whether this issue should be ignored."""
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Drevisions.adoc10 creating new specification language (internal issue 3707).
25 `VkStructureType` (internal issue 3493).
33 _in_ a command buffer`" (internal issue 3480).
40 document (public issue 2069).
43 "`colour`" in the Vulkan Video extensions (internal issue 3254).
46 Specification, such as the Video `Std*` types (internal issue 2703).
70 to extension names (internal issue 2831).
75 (internal issue 2040).
80 section based on the Khronos Inclusive Language list (internal issue
100 (internal issue 2662).
[all …]
/third_party/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 …]
/third_party/libsnd/
DCHANGELOG.md12 * Searching for LAME dependency with CMake build system (issue #821).
13 * CMake build from Autotools tarball (issue #816).
14 * Build on UWP platform (issue #824).
15 * Fix signed integer overflow (issue #785).
20 * Maximum samplerate limit, thanks @drmpeg, @justacec (issue #850).
67 public header, thanks @SmiVan (issue #677).
100 * Memory leak in `caf_read_header`(), credit to OSS-Fuzz ([issue 30375](https://bugs.chromium.org/p…
102 OSS-Fuzz ([issue 29339](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29339)).
104 ([issue 26257](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26257)).
106 ([issue 25442](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25442)).
[all …]
/third_party/glib/
DSECURITY.md25 trust for these keys. Please [create an issue](https://gitlab.gnome.org/GNOME/glib/-/issues/new)
33 If you think you've identified a security issue in GLib, GObject or GIO, please
34 **do not** report the issue publicly via a mailing list, IRC, a public issue on
35 the GitLab issue tracker, a merge request, or any other public venue.
38 [*confidential* issue in the GitLab issue tracker](https://gitlab.gnome.org/GNOME/glib/-/issues/new…
39 with the “This issue is confidential” box checked. Please include as many
40 details as possible, including a minimal reproducible example of the issue, and
43 **Do not** provide a merge request to fix the issue, as there is currently no
45 which fix the security issue, please attach them to your confidential issue as
59 * On the day the issue and fix are made public, an announcement is made on the
/third_party/vulkan-loader/loader/
Dtrampoline.c104 abort(); /* Intentionally fail so user can correct issue. */ in vkGetInstanceProcAddr()
826 abort(); /* Intentionally fail so user can correct issue. */ in vkDestroyInstance()
881 abort(); /* Intentionally fail so user can correct issue. */ in vkEnumeratePhysicalDevices()
917 abort(); /* Intentionally fail so user can correct issue. */ in vkGetPhysicalDeviceFeatures()
931 abort(); /* Intentionally fail so user can correct issue. */ in vkGetPhysicalDeviceFormatProperties()
946 abort(); /* Intentionally fail so user can correct issue. */ in vkGetPhysicalDeviceImageFormatProperties()
961 abort(); /* Intentionally fail so user can correct issue. */ in vkGetPhysicalDeviceProperties()
976 abort(); /* Intentionally fail so user can correct issue. */ in vkGetPhysicalDeviceQueueFamilyProperties()
990 abort(); /* Intentionally fail so user can correct issue. */ in vkGetPhysicalDeviceMemoryProperties()
1001 abort(); /* Intentionally fail so user can correct issue. */ in vkCreateDevice()
[all …]
/third_party/rust/crates/nix/
DCONTRIBUTING.md14 We use GitHub's [issue tracker][issues].
22 issues][issue-search] to see if there's something related. If not, just
23 [open a new issue][new-issue]!
25 As a reminder, the more information you can give in your issue, the
29 [issue-search]: https://github.com/nix-rust/nix/search?utf8=%E2%9C%93&q=is%3Aissue&type=Issues
30 [new-issue]: https://github.com/nix-rust/nix/issues/new
36 issue][new-issue] requesting it. As with reporting a bug, the more
43 [Rust's issue labeling scheme][rust-labels]:
44 - **A-** prefixed labels state which area of the project the issue
47 issue
[all …]

12345678910>>...164