Home
last modified time | relevance | path

Searched refs:Patch (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/third_party/curl/
Dinstall.py75 class Patch: class
127 Patch._patch_path = patch_path
128 Patch._source_path = source_path
146 cmd = "cd %s; patch -p1 < %s 2>&1; echo $?;" % (Patch._source_path, patch_file)
151 isSuccess = Patch._is_success(messages)
166 for patch in Patch._all_patchs:
169 Patch._do_patch(Patch._patch_path, patch)
172 my_pathch_path = os.path.join(Patch._patch_path, "customized", "patch")
173 for patch in Patch._my_patchs:
176 Patch._do_patch(my_pathch_path, patch)
[all …]
/third_party/python/Misc/NEWS.d/
D3.5.0rc1.rst44 Better testing and documentation of binary operators. Patch by Martin
73 Handle fractional time in cookie expiry. Patch by ssh.
83 the Linux Standard Base, which do not include some EPOLL macros. Patch by
93 Fix timezones in email.utils.formatdate. Patch from Dmitry Shachnev.
102 imaplib raises TypeError if authenticator tries to abort. Patch from Craig
112 Fix ctypes.BigEndianStructure, swap correctly bytes. Patch written by
122 Document how to close the TCPServer listening socket. Patch from Martin
141 Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
159 Allow Idle to edit and run files with astral chars in name. Patch by Mohd
172 entries from [Editor Window]. Patch by Mark Roseman.
[all …]
D3.6.0b2.rst25 Added sanity checks and tests for PyUnicode_CopyCharacters(). Patch by Xiang
35 The type of long range iterator is now registered as Iterator. Patch by Oren
46 deprecated. Patch by Oren Milman.
55 The constructor of range_iterator now checks that step is not 0. Patch by
141 Fix incorrect type in complex(1.0, {2:3}) error message. Patch by Soumya
219 (Not yet inserted in split-table). Patch by Xiang Zhang.
238 Fixed bytes path support in os.scandir() on Windows. Patch by Eryk Sun.
313 gzip now supports pathlib. Patch by Ethan Furman.
382 POSIX localtime_r, but available on all platforms. Patch by Ed Schouten.
413 invalid string-like object as a name. Patch by Xiang Zhang.
[all …]
D3.10.0a5.rst31 :exc:`SystemError` exceptions. Patch by Victor Stinner.
40 Improve error message for missing ":" before blocks. Patch by Pablo Galindo.
50 comprehensions. Patch by Pablo Galindo.
60 Patch by Pablo Galindo.
90 Improve error messages in the parser when parentheses are not closed. Patch
170 Fixed a reference leak in the :mod:`curses` module. Patch by Pablo Galindo
197 Improve performance of :mod:`tokenize` by 20-30%. Patch by Anthony Sottile.
216 library module names. Patch by Victor Stinner.
319 Fix a reference leak in the ``getcodec()`` function of CJK codecs. Patch by
331 initialization API (:pep:`489`). Patch by Victor Stinner.
[all …]
D3.10.0b3.rst8 of the tokenizer. Patch by Pablo Galindo.
18 unclosed strings. Patch by Pablo Galindo.
28 errors. Patch by Pablo Galindo.
38 Patch by Pablo Galindo
48 collector clears :class:`sqlite.Statement` objects. Patch by Pablo Galindo
58 blocks. Patch by Pablo Galindo.
91 function and the :const:`Py_TPFLAGS_HAVE_GC` flag. Patch by Victor Stinner.
101 prevent a hang on reentrant call. Patch by Victor Stinner.
201 Patch by Erlend E. Aasland.
270 since ``read()`` can raise :exc:`ssl.SSLEOFError` on Windows. Patch by
[all …]
D3.10.0rc1.rst8 <match>` statements. Patch by Charles Burkland.
17 Improve syntax errors for if expressions. Patch by Miguel Brito
28 generic expressions. Patch by Pablo Galindo
64 Add ability to serialise ``types.Union`` objects. Patch provided by Yurii
85 issues with ``typing.Annotated``. Patch provided by Yurii Karabas.
94 Include the name of the type in unset __slots__ attribute errors. Patch by
105 offering suggestions for missing attributes. Patch by Pablo Galindo
175 ``types.Union`` objects. Patch provided by Yurii Karabas.
185 ``types.Union``. Patch provided by Yurii Karabas.
194 Fix ltrace functionality when exceptions are raised. Patch by Pablo Galindo
[all …]
D3.6.2rc1.rst68 code struct and sizes of objects which it references. Patch by Dong-hee Na.
145 no longer ignored. Patch by Mircea Cosbuc.
164 Patch by Nathaniel Smith.
193 wrapped with partialmethod. Patch by Dong-hee Na.
203 package is only shipped with bytecodes. Patch by Alexandru Ardelean.
212 Fixed comparison check for ipaddress.ip_interface objects. Patch by Sanjay
223 with misplaced inline modifier. Patch by Roy Williams.
284 implementation. Patch by Michaël Sghaïer.
293 Closing transport during handshake process leaks open socket. Patch by
303 Fix waiter cancellation in asyncio.Lock. Patch by Mathieu Sornay.
[all …]
D3.8.0a3.rst20 :class:`http.cookiejar.DefaultCookiePolicy` policy. Patch by Karthikeyan
58 arcs with labels of the same type. Patch by Pablo Galindo.
77 Patch by Zackery Spytz.
126 assignment expressions. Patch by Pablo Galindo.
147 about 2x faster. Patch by Inada Naoki.
176 Fix a segfault occurring when sorting a list of heterogeneous values. Patch
187 objects and documentation. Patch by Martijn Pieters
245 Patch by Pablo Galindo.
308 Patch by Inada Naoki.
338 Fix integer overflows in the array module. Patch by Stephan Hohe.
[all …]
D3.5.2rc1.rst17 Fixed TypeError when frame.f_trace is set to None. Patch by Xavier de Gaye.
44 Fixed bytearray.remove() for values greater than 127. Patch by Joe Jevnik.
438 responses that don't have a body. Patch by Susumu Koshiba.
460 entropy pool is not initialized yet. Patch written by Colm Buckley.
491 Add ``__all__`` to :mod:`string`. Patch by Emanuel Barry.
541 with EACCESS. The function now falls back to fcntl(). Patch written by
583 Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by
594 stdout is not redirected. Patch by Akira Li.
603 mock_open 'files' no longer error on readline at end of file. Patch from
651 weakref.ref() no longer silently ignores keyword arguments. Patch by Georg
[all …]
D3.10.0a6.rst39 Patch by Pablo Galindo.
53 also inherits the current builtins. Patch by Victor Stinner.
64 ``__globals__['__builtins__']``. Patch by Mark Shannon and Victor Stinner.
74 parentheses. Patch by Pablo Galindo.
84 Patch by Pablo Galindo.
100 on")``. Patch by Dustin Rodrigues.
110 calling convention. Patch by Dennis Sweeney.
140 Implement :pep:`634` (structural pattern matching). Patch by Brandt Bucher.
215 when no rows match an aggregate query. Patch by Erlend E. Aasland.
225 now result in :exc:`MemoryError`. Patch by Erlend E. Aasland.
[all …]
D3.10.0b2.rst30 metaclass. Patch by Victor Stinner.
41 detected. Patch by Pablo Galindo
51 strong reference to a heap type. Patch by Victor Stinner.
61 further away that the one it reached in the first pass. Patch by Pablo
72 expressions. Patch by Pablo Galindo
82 an existing exception was present. Patch by Pablo Galindo.
102 refer to "exception groups". Patch by Pablo Galindo
112 reported with the correct location. Patch by Mark Shannon.
122 raising exceptions. Patch by Pablo Galindo.
231 passed silently. Patch provided by Yurii Karabas.
[all …]
D3.10.1.rst8 sanitizer. Patch by Pablo Galindo
19 brackets. Patch by Pablo Galindo
37 Allow the parser to obtain error lines directly from encoded files. Patch by
58 coding cookies when no flags are provided. Patch by Pablo Galindo
67 Fix a segfault when the parser fails without reading any input. Patch by
88 parser. Patch by Pablo Galindo.
107 ``False`` as keywords in a function call. Patch by Pablo Galindo.
148 characters. Patch by Pablo Galindo.
158 same time unclosed parentheses are detected. Patch by Pablo Galindo.
167 Fix reference leak from descr_check. Patch by Dong-hee Na.
[all …]
D3.9.0a2.rst32 Fixes a ReDoS vulnerability in :mod:`http.cookiejar`. Patch by Ben Caller.
63 "if" node. Patch by Lysandros Nikolaou.
177 displays. Patch by Brandt Bucher.
197 Added ``__floor__`` and ``__ceil__`` methods to float object. Patch by
208 Patch by hongweipeng.
218 distribution identification. Patch by Michael Felt.
251 Fix :exc:`NameError` in :mod:`zipimport`. Patch by Karthikeyan Singaravelan.
320 Patch by Batuhan Taskaya.
407 Patch by Claudiu Popa.
426 text mode. Patch by Serhiy Storchaka.
[all …]
D3.10.2.rst26 Fix the line number of tokenizer errors inside f-strings. Patch by Pablo
40 dictionary is shared again by all interpreters. Patch by Victor Stinner.
59 Patch by Pablo Galindo
68 Fix parser error when parsing non-utf8 characters in source files. Patch by
79 by the symbol table. Patch by Pablo Galindo.
89 themselves before raising exceptions. Patch by Pablo Galindo.
121 invalid targets. Patch by Pablo Galindo
131 :exc:`SyntaxError` when passed multiple statements in 'single' mode. Patch
152 different sub-interpreters in parallel. Patch by Erlend E. Aasland.
182 duplicate Futures. Patch by Kumar Aditya.
[all …]
D3.6.3rc1.rst28 argument has a bad keys() method. Patch by Oren Milman.
38 exception with a bad ``__module__`` attribute. Patch by Oren Milman.
48 warnings.defaultaction. Patch by Oren Milman.
58 not a dictionary. Patch by Oren Milman.
100 Patch by Oren Milman.
110 the encoder doesn't return a bytes object. Patch by Oren Milman.
120 is invalid. Patch by Oren Milman.
130 syntax. Patch by Sanyam Khurana.
222 SyntaxError, not to subclasses. Patch by Martijn Pieters.
241 Python 2 statement. Patch by Sanyam Khurana.
[all …]
D3.5.3rc1.rst75 astral characters. Patch by Xiang Zhang.
113 Added sanity checks and tests for PyUnicode_CopyCharacters(). Patch by Xiang
123 The type of long range iterator is now registered as Iterator. Patch by Oren
133 The constructor of range_iterator now checks that step is not 0. Patch by
209 Fix incorrect type in error message from ``complex(1.0, {2:3})``. Patch by
259 dictitems_contains no longer swallows compare errors. (Patch by Xiang Zhang)
309 types returned from ``Py_create_mod``. Patch by Xiang Zhang.
342 Patch written by Xiang Zhang.
382 Patch by Xiang Zhang.
391 Add integer overflow check in bytearray.extend(). Patch by Xiang Zhang.
[all …]
D3.7.0a2.rst69 `zlib.decompress()`. Patch by Oren Milman.
79 `unicodedata.normalize()`. Patch by Oren Milman.
89 due to a metaclass with a bad ``__prepare__()`` method. Patch by Oren
109 global. Patch by Oren Milman.
128 a bad `encoder()` argument. Patch by Oren Milman.
139 such a module. Patch by Oren Milman.
149 a bad ``__abs__()`` method. Patch by Oren Milman.
159 special method lookups. Patch by Stefan Behnel.
212 string. Patch by Oren Milman.
222 a bad ``__dict__``. Patch by Oren Milman.
[all …]
D3.5.0a1.rst59 platforms other than Windows. Patch written by Campbell Barton.
109 access if available. Patch written by Vitor de Lima and Gustavo Temple.
311 Fix inspect.getsource() to support decorated functions. Patch by Claudiu
402 be weakref'ed. Patch by Wei Wu.
422 Apply Argument Clinic to bytes and bytearray. Patch by Tal Einat.
536 has a reference count of 1. Patch by Nikolaus Rath.
546 environment variable. Patch by Arfrever.
583 Patch by Josh Rosenberg.
611 Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab.
630 Patch by Serhiy Storchaka.
[all …]
/third_party/glslang/Test/baseResults/
Dspv.450.tesc.out57 Decorate 32(patchOut) Patch
59 MemberDecorate 34(TheBlock) 0 Patch
60 MemberDecorate 34(TheBlock) 1 Patch
61 MemberDecorate 34(TheBlock) 2 Patch
64 MemberDecorate 39(SingleBlock) 0 Patch
65 MemberDecorate 39(SingleBlock) 1 Patch
66 MemberDecorate 39(SingleBlock) 2 Patch
69 MemberDecorate 42(bn) 0 Patch
71 MemberDecorate 42(bn) 1 Patch
73 MemberDecorate 42(bn) 2 Patch
/third_party/rust/crates/regex/src/
Dcompile.rs18 type Result = result::Result<Patch, Error>;
19 type ResultOrEmpty = result::Result<Option<Patch>, Error>;
22 struct Patch { struct
144 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_one()
175 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_many()
188 let Patch { hole, entry } = in compile_many() localVariable
196 let Patch { hole, entry } = in compile_many() localVariable
418 Ok(Some(Patch { hole, entry })) in c_capture()
447 Ok(Some(Patch { hole, entry: self.insts.len() - 1 })) in c_char()
453 Ok(Some(Patch { hole, entry: self.insts.len() - 1 })) in c_char()
[all …]
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dmerge_patch.md11 [RFC 7396 (JSON Merge Patch)](https://tools.ietf.org/html/rfc7396):
14 define MergePatch(Target, Patch):
15 if Patch is an Object:
18 for each Name/Value pair in Patch:
26 return Patch
44 The following code shows how a JSON Merge Patch is applied to a JSON document.
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/tesc/
Dcopy-memory-control-point.asm.tesc37 OpDecorate %30 Patch
38 OpDecorate %30 Patch
39 OpDecorate %30 Patch
40 OpDecorate %30 Patch
42 OpDecorate %80 Patch
43 OpDecorate %80 Patch
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/tesc/
Dcopy-memory-control-point.asm.tesc37 OpDecorate %30 Patch
38 OpDecorate %30 Patch
39 OpDecorate %30 Patch
40 OpDecorate %30 Patch
42 OpDecorate %80 Patch
43 OpDecorate %80 Patch
/third_party/python/Lib/idlelib/
DNEWS2x.txt12 accessed Patch 5783 Guilherme Polo
16 Patch 1529142 Weeble.
75 '/' char on Windows. issue2061 Patch by Tal Einat.
79 were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.
81 - ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat
88 - Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
91 of tabs. Patch 1612746 Tal Einat.
93 - Add confirmation dialog before printing. Patch 1717170 Tal Einat.
95 - Show paste position if > 80 col. Patch 1659326 Tal Einat.
97 - Update cursor color without restarting. Patch 1725576 Tal Einat.
[all …]
DNEWS.txt8 for NameErrors and AttributeErrors. Patch by E. Paine.
30 Debugger is active, to prevent hang or crash. Patch by Zackery Spytz.
34 Patch by Ken Hilton.
84 Patch by Florian Dahlitz.
106 or shell restart occurs. Patch by Zackery Spytz.
120 systems. Patch by Johnny Najera.
122 bpo-38944: Escape key now closes IDLE completion windows. Patch by
134 Cursor Blink. Patch by Zackery Spytz.
170 browsers. Patch by George Zhang.
258 Patch by Louie Lu.
[all …]

12345678910>>...15