Home
last modified time | relevance | path

Searched refs:issue (Results 1 – 25 of 2343) sorted by relevance

12345678910>>...94

/third_party/icu/tools/commit-checker/
Dcheck.py81 def pretty_print_issue(issue, **kwargs): argument
82 print("- %s: `%s`" % (issue.issue_id, issue.issue.fields.summary))
83 if issue.issue.fields.assignee:
84 print("\t- Assigned to %s" % issue.issue.fields.assignee.displayName)
87 print("\t- Jira Link: %s" % issue_id_to_url(issue.issue_id, **kwargs))
154 jira_issue = jira.issue(issue_id)
179 jira_issue_map = {issue.issue_id: issue for issue in issues}
180 jira_issue_ids = set(issue.issue_id for issue in issues)
181 closed_jira_issue_ids = set(issue.issue_id for issue in issues if issue.is_closed)
203 for issue in issues:
[all …]
/third_party/python/Doc/tools/extensions/
Dsuspicious.py64 def __init__(self, docname, lineno, issue, line): argument
70 self.issue = issue # the markup fragment that triggered this rule
126 def check_issue(self, line, lineno, issue): argument
127 if not self.is_ignored(line, lineno, issue):
128 self.report_issue(line, lineno, issue)
130 def is_ignored(self, line, lineno, issue): argument
135 if rule.issue != issue: continue
152 def report_issue(self, text, lineno, issue): argument
154 self.write_log_entry(lineno, issue, text)
157 (self.docname, lineno, issue, text))
[all …]
/third_party/rust/crates/rustix/src/io/fd/
Downed.rs7 #![cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
37 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
58 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
72 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
116 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
124 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
132 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
142 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
161 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
176 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
[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.adoc22 pname:robustBufferAccess2 is enabled (internal issue 3311).
24 issue 3315).
27 (internal issue 3318).
62 type of issue going forward (public issue 1998).
63 * Fix typo in flink:vkCmdCopyImageToBuffer (public issue 1999).
67 pname:writeMask values are zero (public Vulkan-ValidationLayers issue
72 * Run Vulkan CTS framework tests as part of CI (internal issue 3274).
74 without code:NoContract (internal issue 3303).
76 clarify that there is no cache line hazard (internal issue 3306).
94 (public Vulkan-Profiles issue 321).
[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.9.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
162 (Contributed by Brandt Bucher in :issue:`36144`.)
172 :issue:`39939`.)
192 Ethan Smith, and Batuhan Taşkaya in :issue:`39481`.)
215 Pablo Galindo and Lysandros Nikolaou in :issue:`40334`.)
224 (Contributed by Ngalim Siregar in :issue:`37444`.)
232 (Contributed by Victor Stinner in :issue:`20443`.)
242 (Contributed by Victor Stinner in :issue:`37388`.)
247 (Contributed by Serhiy Storchaka in :issue:`28029`.)
251 (Contributed by Brandt Bucher in :issue:`39702`.)
[all …]
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 Victor Stinner in :issue:`31415`.)
[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.10.rst44 (Contributed by P.Y. Developer in :issue:`12345`.)
67 * :issue:`12782`, Parenthesized context managers are now officially allowed.
147 in :issue:`12782` and :issue:`40334`.)
192 (Contributed by Pablo Galindo in :issue:`42864` and Batuhan Taskaya in
193 :issue:`40176`.)
218 This improvement was contributed by Pablo Galindo in :issue:`43914`.
233 (Contributed by Pablo Galindo in :issue:`42997`)
245 (Contributed by Pablo Galindo in :issue:`43017`)
260 (Contributed by Pablo Galindo in :issue:`43822`)
274 (Contributed by Pablo Galindo in :issue:`43149`)
[all …]
D3.8.rst40 (Contributed by P.Y. Developer in :issue:`12345`.)
115 (Contributed by Emily Morehouse in :issue:`35224`.)
186 (Contributed by Pablo Galindo in :issue:`36540`.)
204 (Contributed by Carl Meyer in :issue:`33499`.)
220 (Contributed by Victor Stinner in :issue:`36465`.)
227 (Contributed by Victor Stinner in :issue:`21536`.)
232 (Contributed by Victor Stinner in :issue:`36722`.)
250 (Contributed by Victor Stinner in :issue:`36721`.)
278 (Contributed by Eric V. Smith and Larry Hastings in :issue:`36817`.)
346 (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.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 …]
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 …]
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 …]
/third_party/jinja2/
DCHANGES.rst9 :issue:`1645`
10 - Handle race condition in ``FileSystemBytecodeCache``. :issue:`1654`
19 :issue:`1637`
44 - Add support for native types in macros. :issue:`1510`
47 ``{% trans "title" %}``. :issue:`1430`
52 - Add ``items`` filter. :issue:`1561`
54 calls when the environment is in async mode. :issue:`1573`
57 control this. :issue:`1463`
69 :issue:`1535`
73 :issue:`1514`
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Drevisions.adoc11 "`colour`" in the Vulkan Video extensions (internal issue 3254).
14 Specification, such as the Video `Std*` types (internal issue 2703).
38 to extension names (internal issue 2831).
43 (internal issue 2040).
48 section based on the Khronos Inclusive Language list (internal issue
68 (internal issue 2662).
70 <<writing-compound-words, preferred orthography>> (public issue 1484).
76 bitmask types (internal issue 2565).
80 issue 2195).
82 <<markup-word-choices, Word Choices>> (internal issue 2291).
[all …]
/third_party/rust/crates/rustix/src/net/
Dip.rs202 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
293 rustc_const_unstable(feature = "const_ip", issue = "76205")
295 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
352 rustc_const_unstable(feature = "const_ip", issue = "76205")
354 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
379 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
455 rustc_const_unstable(feature = "const_ip", issue = "76205")
457 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
744 rustc_const_unstable(feature = "const_ipv4", issue = "76205")
746 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))]
[all …]
Daddr.rs134 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
157 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
201 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
248 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
273 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
296 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
316 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
352 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
396 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
421 rustc_const_unstable(feature = "const_socketaddr", issue = "82485")
[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
46 but anything inactive for over a year must be filed again. To check if your issue
49 Alternatively, if you have a particular issue with a Google product handling phone numbers (e.g. si…
75 * Once you are all set up, either create a validation issue for your
76 request, or go to the relevant open issue.
[all …]
/third_party/skia/third_party/externals/libwebp/
DNEWS28 WebPMalloc (issue #442)
31 * alpha decode fix (issue #439)
42 content (issue #432)
46 resolution by scaling the image to fit (issue #433)
51 support, issue #398)
59 * big-endian fix for alpha decoding (issue #393)
60 * gif2webp fix for loop count=65535 transcode (issue #382)
75 web browsers, transcoding tools (issue #379)
76 img2webp, webpmux - allow options to be passed in via a file (issue #355)
82 * ARM performance improvements with clang (15-20% w/ndk r15c, issue #339)
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/
DNEWS7 content (issue #432)
11 resolution by scaling the image to fit (issue #433)
16 support, issue #398)
24 * big-endian fix for alpha decoding (issue #393)
25 * gif2webp fix for loop count=65535 transcode (issue #382)
40 web browsers, transcoding tools (issue #379)
41 img2webp, webpmux - allow options to be passed in via a file (issue #355)
47 * ARM performance improvements with clang (15-20% w/ndk r15c, issue #339)
49 * miscellaneous bug & build fixes (issue #329, #332, #343, #353, #360, #361,
52 added webpinfo - prints file format information (issue #330)
[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 …]
/third_party/rust/crates/minimal-lexical/.github/ISSUE_TEMPLATE/
Dcustom.md2 name: Custom issue template
12 If applicable to the issue, here are a few things you should provide to help me understand the issu…
18 Please include a clear and concise description of the issue.
21 Add any other context or screenshots about the issue here.
/third_party/rust/crates/pin-project-lite/
D.rustfmt.toml5 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3391)
12 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3370)
14 # This is unstable (tracking issue: none).
16 # This is unstable (tracking issue: none).
20 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3348).

12345678910>>...94