Searched +full:python3 +full:- +full:paste (Results 1 – 25 of 32) sorted by relevance
12
| /third_party/openssl/.github/workflows/ |
| D | ci.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 14 # BUILDOPTS: "-j4" 15 # HARNESS_JOBS: "${HARNESS_JOBS:-4}" 19 # - make="make -s" 26 runs-on: ubuntu-latest 28 - name: install unifdef 30 sudo apt-get update 31 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef 32 - uses: actions/checkout@v2 34 fetch-depth: 0 [all …]
|
| /third_party/python/Misc/NEWS.d/ |
| 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 58 .. date: 2021-02-17-19-02-21 69 .. date: 2021-02-07-03-27-14 79 .. date: 2021-02-03-22-33-05 [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 …]
|
| /third_party/python/Lib/idlelib/ |
| D | pyshell.py | 1 #! /usr/bin/env python3 15 # https://msdn.microsoft.com/en-us/library/windows/desktop/dn280512(v=vs.85).aspx 69 try: # In case IDLE started with -n. 70 eof = 'Ctrl-D (end-of-file)' 73 except NameError: # In case python started with -S. 84 """Show Idle-format warning (after replacing warnings.showwarning). 88 and the output of a hard-coded prompt. 130 if key[:1] + key[-1:] == '<>': 145 self.text.bind("<<set-breakpoint-here>>", self.set_breakpoint_here) 146 self.text.bind("<<clear-breakpoint-here>>", self.clear_breakpoint_here) [all …]
|
| D | help.html | 6 <meta charset="utf-8" /> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 12 …<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"><… 37 table.full-width-table { 52 <div class="related" role="navigation" aria-label="related navigation"> 55 <li class="right" style="margin-right: 10px"> 59 <a href="../py-modindex.html" title="Python Module Index" 69 style="vertical-align: middle; margin-top: -1px"/></li> 73 <li id="cpython-language-and-version"> 77 … <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li> [all …]
|
| /third_party/toybox/www/ |
| D | roadmap.html | 2 <!--#include file="header.html" --> 9 <li><a href=#susv4>POSIX-2008/SUSv4</a></li> 34 <p>The most interesting publicly available standards are A) POSIX-2008 (also 36 <a href=https://www.kernel.org/doc/man-pages/>Linux man pages</a>. 44 to <a href=https://github.com/landley/control-images>build Linux From Scratch</a>. 47 plus <a href=faq.html#cross>musl-cross-make</a> to hermetically build 69 <h3><a name=susv4 /><a href="#susv4">POSIX-2008/SUSv4</a></h3> 73 …and ISO both approving <a href=https://landley.net/c99-draft.html>C99</a>. That's why IEEE 1003.1-… 86 It's still posix-2008/SUSv4/issue 7.)</p> 93 incorporated into <a href=https://nvlpubs.nist.gov/nistpubs/Legacy/FIPS/fipspub151-2-1993.pdf>US fe… [all …]
|
| /third_party/python/Tools/demo/ |
| D | spreadsheet.py | 1 #!/usr/bin/env python3 4 SS1 -- a spreadsheet-like application. 122 self.movecells(0, y2+1, sys.maxsize, sys.maxsize, 0, y1-y2-1) 132 self.movecells(x2+1, 0, sys.maxsize, sys.maxsize, x1-x2-1, 0) 188 sep += "-"*colwidth[x] 216 with open(filename, "w", encoding='utf-8') as f: 310 cell.reset() -- prepare for recalculation 311 cell.recalc(ns) -> value -- recalculate formula 312 cell.format() -> (value, alignment) -- return formatted value 313 cell.xml() -> string -- return XML [all …]
|
| /third_party/libxml2/ |
| D | NEWS | 11 - Security: 12 [CVE-2022-23308] Use-after-free of ID and IDREF attributes 14 Use-after-free in xmlXIncludeCopyRange (David Kilzer) 15 Fix Null-deref-in-xmlSchemaGetComponentTargetNs (huangduirong) 20 - Fixed regressions: 25 Revert "Make schema validation fail with multiple top-level elements" 34 - Bug fixes: 38 Don't ignore xmllint options after "-" 43 Fix handling of ctxt->base in xmlXPtrEvalXPtrPart 44 Fix xmllint --maxmem [all …]
|
| /third_party/libxml2/doc/ |
| D | news.html | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht… 3 …s="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset… 4 TD {font-family: Verdana,Arial,Helvetica} 5 BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em} 6 H1 {font-family: Verdana,Arial,Helvetica} 7 H2 {font-family: Verdana,Arial,Helvetica} 8 H3 {font-family: Verdana,Arial,Helvetica} 9 A:link, A:visited, A:active { text-decoration: underline } 10 …-Logo-180x168.gif" alt="Made with Libxml2 Logo" /></a></div></td><td><table border="0" width="90%"… [all …]
|
| D | xml.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 14 <h1 style="text-align: center">libxml, a.k.a. gnome-xml</h1> 19 style="text-align: right; font-style: italic; font-size: 10pt">"Programming 26 under the <a href="http://www.opensource.org/licenses/mit-license.html">MIT 30 well-known markup language. Though the library is written in C <a 42 href="http://www.w3.org/TR/REC-xml">http://www.w3.org/TR/REC-xml</a></li> 44 href="http://www.w3.org/TR/REC-xml-names/">http://www.w3.org/TR/REC-xml-names/</a></li> 47 <li><a href="http://www.cis.ohio-state.edu/rfc/rfc2396.txt">RFC 2396</a> : 58 <li>ISO-8859-x encodings, as well as <a [all …]
|
| /third_party/python/Doc/howto/ |
| D | clinic.rst | 4 Argument Clinic How-To 19 Currently Argument Clinic is considered internal-only 54 rewrite its code generator to produce tailor-made argument 55 parsing code, rather than calling the general-purpose CPython 85 .. code-block:: shell-session 87 $ python3 Tools/clinic/clinic.py foo.c 92 .. code-block:: none 99 .. code-block:: none 112 .. code-block:: none 167 .. code-block:: none [all …]
|
| D | logging-cookbook.rst | 1 .. _logging-cookbook: 7 :Author: Vinay Sajip <vinay_sajip at red-dove dot com> 15 --------------------------------- 38 formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s') 77 .. code-block:: none 79 2005-03-23 23:47:11,663 - spam_application - INFO - 81 2005-03-23 23:47:11,665 - spam_application.auxiliary.Auxiliary - INFO - 83 2005-03-23 23:47:11,665 - spam_application - INFO - 85 2005-03-23 23:47:11,668 - spam_application - INFO - 87 2005-03-23 23:47:11,668 - spam_application.auxiliary.Auxiliary - INFO - [all …]
|
| /third_party/python/Tools/peg_generator/data/ |
| D | top-pypi-packages-365-days.json | 2 "last_update": "2020-01-17 15:34:44", 24 "project": "python-dateutil" 124 "project": "pyasn1-modules" 140 "project": "google-api-core" 156 "project": "google-auth" 168 "project": "google-cloud-core" 176 "project": "googleapis-common-protos" 200 "project": "more-itertools" 204 "project": "awscli-cwlogs" 240 "project": "requests-oauthlib" [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 19.0.0.rst | 17 ---------------- 21 4c5b9c5227d37c1f6bdc786a6fa7ee7fbce40b2e8a87340c7d3234534ece3304 mesa-19.0.0.tar.gz 22 5a549dfb40ec31e5c36c47aadac04554cb2e2a8d144a046a378fc16da57e38f8 mesa-19.0.0.tar.xz 25 ------------ 27 - GL_AMD_texture_texture4 on all GL 4.0 drivers. 28 - GL_EXT_shader_implicit_conversions on all drivers (ES extension). 29 - GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). 30 - GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). 31 - GL_EXT_render_snorm on gallium drivers (ES extension). 32 - GL_EXT_texture_view on drivers supporting texture views (ES [all …]
|
| D | 22.0.0.rst | 1 Mesa 22.0.0 Release Notes / 2022-03-09 20 --------------- 24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz 28 ------------ 30 - lavapipe,radv,anv KHR_dynamic_rendering 31 - radv EXT_image_view_min_lod 32 - VK_KHR_synchronization2 on RADV. 33 - OpenSWR has been moved to the Amber branch 34 - radeonsi, zink ARB_sparse_texture 35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff… [all …]
|
| D | 20.2.0.rst | 1 Mesa 20.2.0 Release Notes / 2020-09-28 20 --------------- 24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on Iris. 32 - GL_ARB_gpu_shader5 on llvmpipe 34 - GL_ARB_post_depth_coverage on llvmpipe 36 - GLES 3.2 on llvmpipe 38 - GL_EXT_shader_group_vote on GLES3. 40 - GL_EXT_texture_shadow_lod on llvmpipe [all …]
|
| D | 20.1.0.rst | 1 Mesa 20.1.0 Release Notes / 2020-05-27 21 --------------- 25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on i965. 31 - GL_EXT_depth_bounds_test on Iris. 32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0. 33 - GL_NV_alpha_to_coverage_dither_control on radeonsi 34 - GL_NV_copy_image on all gallium drivers. 35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast. [all …]
|
| /third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
| D | ChangeLog.210 | 1 2021-07-18 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-11-0'. 15 builds/wince/vc2005-ce/index.html, 16 builds/wince/vc2008-ce/index.html, docs/freetype-config.1: 26 * builds/toplevel.mk (dist): Ignore more git-related files. 28 2021-07-17 David Turner <david@freetype.org> 32 The code assumed that if `__SSE2__` is defined, then 64-bit integer 37 64-bit integer types are not available. 41 2021-07-16 Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> 45 * tests/issue-1063/main.c (main): I am building with a build [all …]
|
| /third_party/freetype/docs/oldlogs/ |
| D | ChangeLog.210 | 1 2021-07-18 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-11-0'. 15 builds/wince/vc2005-ce/index.html, 16 builds/wince/vc2008-ce/index.html, docs/freetype-config.1: 26 * builds/toplevel.mk (dist): Ignore more git-related files. 28 2021-07-17 David Turner <david@freetype.org> 32 The code assumed that if `__SSE2__` is defined, then 64-bit integer 37 64-bit integer types are not available. 41 2021-07-16 Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> 45 * tests/issue-1063/main.c (main): I am building with a build [all …]
|
| /third_party/mesa3d/ |
| D | .pick_status.json | 31 "description": "pps: make pps-producer RT only on freedreno", 58 …"description": "tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* by us… 67 …"description": "tree-wide: Convert all usage of #ifndef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH… 76 …"description": "tree-wide: Convert all usage of #ifdef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH|… 85 …"description": "tree-wide: Convert all usage of defined PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)… 94 …"description": "tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|ARCH|CC… 220 …"description": "mesa/vbo: Replace the usage of cpu_has_sse4_1 with util_get_cpu_caps()->has_sse4_1… 256 "description": "microsoft/compiler: Delete now-unused memcpy lowering pass", 337 "description": "intel: Use common CONCAT/PASTE macros", 346 "description": "glx: Use common CONCAT/PASTE macros", [all …]
|
| /third_party/gstreamer/gstreamer/ |
| D | ChangeLog | 3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com> 11 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com> 16 2022-05-19 04:59:58 +0000 Adam Doupe <adamdoupe@gmail.com> 22 Co-authored-by: Sebastian Dröge <sebastian@centricular.com> 23 Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1232 24 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2607> 26 2022-06-14 17:29:31 +0100 Tim-Philipp Müller <tim@centricular.com> 38 Co-authored-by: Doug Nazar <nazard@nazar.ca> 39 Co-authored-by: Sebastian Dröge <sebastian@centricular.com> 40 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2600> [all …]
|
| /third_party/python/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - 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 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_V7.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 51 ## 2017-07-11, Version 7.10.1 (Current), @evanlucas 55 https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/ 61 * Disable V8 snapshots - The hashseed embedded in the snapshot is 67 * CVE-2017-1000381 - The c-ares function ares_parse_naptr_reply(), 77 …e/commit/ff587deb54)] - **build**: disable V8 snapshots (Ali Ijaz Sheikh) [nodejs/node-private#84]… 78 …a82960e76)] - **deps**: cherry-pick 9478908a49 from cares upstream (David Drysdale) [nodejs/node-p… 79 …ommit/b5bf5e8086)] - **test**: verify hash seed uniqueness (Ali Ijaz Sheikh) [nodejs/node-private#… [all …]
|
| /third_party/libabigail/ |
| D | ChangeLog | 1 2022-12-02 Dodji Seketeli <dodji@redhat.com> 5 `git shortlog libabigail-2.1..HEAD` 7 2022-12-02 Dodji Seketeli <dodji@redhat.com> 9 Bug 29829 - dwarf-reader: Allow DIEs to be in a lexical block 10 * src/abg-dwarf-reader.cc (get_scope_for_die): Support 13 2022-12-02 Dodji Seketeli <dodji@redhat.com> 15 dwarf-reader: Make die_peel_{qual_ptr,typedef} always set peeled type 16 * src/abg-dwarf-reader.cc (die_peel_qual_ptr, die_peel_typedef): 20 2022-11-24 Dodji Seketeli <dodji@redhat.com> 22 dwarf-reader: Avoid duplicating member functions [all …]
|
| /third_party/gstreamer/gstplugins_base/ |
| D | ChangeLog | 3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com> 7 * gst-plugins-base.doap: 11 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com> 16 2022-05-25 02:10:30 +0900 Seungha Yang <seungha@centricular.com> 19 playbin3: Configure combiner on pad-added if needed 21 streams-selected message is posted. 22 The condition can cause a situation where playbin3 links non-existing 23 combiner/playsink pads (since streams-selected is not posted yet) with 24 new decodebin output pad. This commit will re-check selected/active 25 streams condition on pad-added and reconfigure output if needed. [all …]
|
12